KaliVeda
Toolkit for HIC analysis
KVINDRAEtalonGroupReconstructor.h
1 
4 #ifndef __KVINDRAETALONGROUPRECONSTRUCTOR_H
5 #define __KVINDRAETALONGROUPRECONSTRUCTOR_H
6 
7 #include "KVINDRABackwardGroupReconstructor.h"
8 
17 
18  Double_t fESi75, fESiLi;
19 
20 protected:
21  Bool_t CoherencyEtalons(KVReconstructedNucleus& PART);
23  {
24  return n->GetReconstructionTrajectory()->GetDetector("SI75");
25  }
27  {
28  return n->GetReconstructionTrajectory()->GetDetector("SILI");
29  }
30  Bool_t CalculateSiLiDEFromResidualEnergy(Double_t ERES, KVDetector* sili, KVReconstructedNucleus* n);
31  Bool_t CalculateSi75DEFromResidualEnergy(Double_t ERES, KVDetector* si75, KVReconstructedNucleus* n);
32 public:
35  {}
36 
38 
39  bool DoCoherencyAnalysis(KVReconstructedNucleus& PART) override;
40  void DoCalibration(KVReconstructedNucleus* PART) override;
41 
42  ClassDefOverride(KVINDRAEtalonGroupReconstructor, 1) //Reconstruct particles in INDRA groups with etalon telescopes
43 };
44 
45 #endif
bool Bool_t
double Double_t
#define ClassDefOverride(name, id)
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void char Point_t Rectangle_t WindowAttributes_t Float_t Float_t g
Base class for detector geometry description, interface to energy-loss calculations.
Definition: KVDetector.h:173
Path taken by particles through multidetector geometry.
Information on relative positions of detectors & particle trajectories.
Group of detectors which can be treated independently of all others in array.
Definition: KVGroup.h:20
Reconstruct data in rings 10-17 of INDRA.
Reconstruct particles in INDRA groups with etalon telescopes.
KVReconstructedNucleus * ReconstructTrajectory(const KVGeoDNTrajectory *traj, const KVGeoDetectorNode *node) override
bool DoCoherencyAnalysis(KVReconstructedNucleus &PART) override
KVINDRAEtalonGroupReconstructor(const KVGroup *g=nullptr)
void DoCalibration(KVReconstructedNucleus *PART) override
Calibration of particle stopping in etalon modules.
Nuclei reconstructed from data measured by a detector array .
const Int_t n