KaliVeda
Toolkit for HIC analysis
Loading...
Searching...
No Matches
KVDataPatch_CorrectEtalonModuleIDCode.h
1
3
4#ifndef __KVDATAPATCH_CORRECTETALONMODULEIDCODE_H
5#define __KVDATAPATCH_CORRECTETALONMODULEIDCODE_H
6
7#include "KVDataPatch.h"
11
26public:
29 virtual Bool_t IsRequired(TString dataset, TString datatype, Int_t runnumber,
30 TString dataseries, Int_t datareleasenumber, const TList* streamerinfolist);
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 .