KaliVeda  1.13/01
Heavy-Ion Analysis Toolkit
KVDataPatch_INDRA_CorrectEtalonTrajectories.h
Go to the documentation of this file.
1 
4 #ifndef __KVDATAPATCH_INDRA_CORRECTETALONTRAJECTORIES_H
5 #define __KVDATAPATCH_INDRA_CORRECTETALONTRAJECTORIES_H
6 
7 #include "KVDataPatch.h"
8 
24 
25 public:
28 
29  virtual Bool_t IsRequired(TString dataset, TString datatype, Int_t,
30  TString, Int_t, const TList*)
31  {
32  return ((dataset == "INDRA_camp1" || dataset == "INDRA_camp2") && datatype == "root");
33  }
34  virtual Bool_t IsEventPatch()
35  {
36  return kTRUE;
37  }
39  {
40  return kTRUE;
41  }
44 
45  virtual void PrintPatchInfo() const;
46 
47  ClassDef(KVDataPatch_INDRA_CorrectEtalonTrajectories, 1) //Correct angular distributions for CsI & ChIo-CsI identified particles in etalon telescopes
48 };
49 
50 #endif
int Int_t
bool Bool_t
const Bool_t kTRUE
#define ClassDef(name, id)
Correct angular distributions for CsI & ChIo-CsI identified particles in etalon telescopes.
virtual Bool_t IsRequired(TString dataset, TString datatype, Int_t, TString, Int_t, const TList *)
Correction to be applied to reconstructed calibrated data.
Definition: KVDataPatch.h:54
Event containing KVReconstructedNucleus nuclei reconstructed from hits in detectors.
Nuclei reconstructed from data measured by a detector array .