KaliVeda
Toolkit for HIC analysis
KVDataPatch_CorrectEtalonModuleIDCode.h
1 
4 #ifndef __KVDATAPATCH_CORRECTETALONMODULEIDCODE_H
5 #define __KVDATAPATCH_CORRECTETALONMODULEIDCODE_H
6 
7 #include "KVDataPatch.h"
11 
26 public:
29  virtual Bool_t IsRequired(TString dataset, TString datatype, Int_t runnumber,
30  TString dataseries, Int_t datareleasenumber, const TList* streamerinfolist);
31  virtual Bool_t IsEventPatch()
32  {
33  return kTRUE;
34  }
36  {
37  return kTRUE;
38  }
41 
42  virtual void PrintPatchInfo() const;
43 
44  ClassDef(KVDataPatch_CorrectEtalonModuleIDCode, 1) //Patch for correcting bad id-code & calibration for particles stopping in CsI member of etalon modules [data written with v1.8.11]
45 };
46 
47 #endif
int Int_t
bool Bool_t
constexpr Bool_t kTRUE
#define ClassDef(name, id)
Patch for correcting bad id-code & calibration for particles stopping in CsI member of etalon modules...
void ApplyToEvent(KVReconstructedEvent *e)
Just used to set pointer to current event.
virtual Bool_t IsRequired(TString dataset, TString datatype, Int_t runnumber, TString dataseries, Int_t datareleasenumber, const TList *streamerinfolist)
KVINDRAReconEvent * fEvent
pointer to current event
Correction to be applied to reconstructed calibrated data.
Definition: KVDataPatch.h:55
Event reconstructed from energy losses in INDRA multidetector.
Event containing KVReconstructedNucleus nuclei reconstructed from hits in detectors.
Nuclei reconstructed from data measured by a detector array .