KaliVeda
Toolkit for HIC analysis
KVINDRAEtalonGroupReconstructor.h
1 
4 #ifndef __KVINDRAETALONGROUPRECONSTRUCTOR_H
5 #define __KVINDRAETALONGROUPRECONSTRUCTOR_H
6 
7 #include "KVINDRABackwardGroupReconstructor.h"
8 
17 
19 
20 protected:
23  {
24  return n->GetReconstructionTrajectory()->GetDetector("SI75");
25  }
27  {
28  return n->GetReconstructionTrajectory()->GetDetector("SILI");
29  }
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
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:19
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
KVDetector * GetSiLi(KVReconstructedNucleus *n)
KVDetector * GetSi75(KVReconstructedNucleus *n)
bool DoCoherencyAnalysis(KVReconstructedNucleus &PART) override
Bool_t CoherencyEtalons(KVReconstructedNucleus &PART)
Called by Identify() for particles stopping in etalon modules of Rings 10-17.
Bool_t CalculateSi75DEFromResidualEnergy(Double_t ERES, KVDetector *si75, KVReconstructedNucleus *n)
Bool_t CalculateSiLiDEFromResidualEnergy(Double_t ERES, KVDetector *sili, KVReconstructedNucleus *n)
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