KaliVeda
Toolkit for HIC analysis
KVDataPatch_INDRA_camp5_PHDcorrection.h
1 
4 #ifndef __KVDATAPATCH_INDRA_CAMP5_PHDCORRECTION_H
5 #define __KVDATAPATCH_INDRA_CAMP5_PHDCORRECTION_H
6 
7 #include "KVDataPatch.h"
23 
24 public:
27  virtual Bool_t IsRequired(TString dataset, TString datatype, Int_t runnumber,
28  TString dataseries, Int_t datareleasenumber, const TList* streamerinfolist) override;
29  Bool_t IsEventPatch() override
30  {
31  return kFALSE;
32  }
34  {
35  return kTRUE;
36  }
39 
40  void PrintPatchInfo() const override;
41 
42  ClassDefOverride(KVDataPatch_INDRA_camp5_PHDcorrection, 1) //Patch for correcting Silicon PHD on rings 1-9 [INDRA_camp5 before 1.8.10]
43 };
44 
45 #endif
int Int_t
bool Bool_t
constexpr Bool_t kFALSE
constexpr Bool_t kTRUE
#define ClassDefOverride(name, id)
Patch for correcting Silicon PHD on rings 1-9 [INDRA_camp5 before 1.8.10].
void ApplyToEvent(KVReconstructedEvent *) override
virtual Bool_t IsRequired(TString dataset, TString datatype, Int_t runnumber, TString dataseries, Int_t datareleasenumber, const TList *streamerinfolist) override
void ApplyToParticle(KVReconstructedNucleus *) override
Correction to be applied to reconstructed calibrated data.
Definition: KVDataPatch.h:55
Event containing KVReconstructedNucleus nuclei reconstructed from hits in detectors.
Nuclei reconstructed from data measured by a detector array .