KaliVeda
Toolkit for HIC analysis
Loading...
Searching...
No Matches
KVDataPatch_INDRA_SanityChecks.h
1
3
4#ifndef __KVDATAPATCH_INDRA_SANITYCHECKS_H
5#define __KVDATAPATCH_INDRA_SANITYCHECKS_H
6
7#include "KVDataPatch.h"
8
30public:
33
34 virtual Bool_t IsRequired(TString dataset, TString datatype, Int_t,
35 TString, Int_t, const TList*)
36 {
37 return ((dataset == "INDRA_camp1" || dataset == "INDRA_camp2" || dataset == "INDRA_camp4" || dataset == "INDRA_camp5") && datatype == "root");
38 }
40 {
41 return kFALSE;
42 }
44 {
45 return kTRUE;
46 }
49
50 virtual void PrintPatchInfo() const;
51
52 ClassDef(KVDataPatch_INDRA_SanityChecks, 1) //General sanity checks for old INDRA data
53};
54
55#endif
int Int_t
bool Bool_t
constexpr Bool_t kFALSE
constexpr Bool_t kTRUE
#define ClassDef(name, id)
General sanity checks for old INDRA data.
virtual Bool_t IsRequired(TString dataset, TString datatype, Int_t, TString, Int_t, const TList *)
void ApplyToParticle(KVReconstructedNucleus *)
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 .