KaliVeda
Toolkit for HIC analysis
KVRDP_INDRAFAZIA_DropUncorrEventsInFirstRunFile.h
1 #ifndef __KVRDP_INDRAFAZIA_DROPUNCORREVENTSINFIRSTRUNFILE_H
2 #define __KVRDP_INDRAFAZIA_DROPUNCORREVENTSINFIRSTRUNFILE_H
3 
4 #include "KVRawDataPatch.h"
5 #include "KVNumberList.h"
38 {
42 public:
44  : KVRawDataPatch()
45  {
47  SetName(ClassName());
48  SetTitle(Class()->GetTitle());
49  }
50 
51  Bool_t IsRequired(TString dataset, Int_t runnumber);
52  void PrintPatchInfo() const;
54 
55  ClassDef(KVRDP_INDRAFAZIA_DropUncorrEventsInFirstRunFile,1)//Avoid using uncorrelated INDRA/FAZIA events at beginning of run
56 };
57 
58 #endif
int Int_t
bool Bool_t
constexpr Bool_t kTRUE
#define ClassDef(name, id)
Base class for describing the geometry of a detector array.
Strings used to represent a set of ranges of values.
Definition: KVNumberList.h:85
Avoid using uncorrelated INDRA/FAZIA events at beginning of run.
Patches for analysis of raw dataAbstract base class for patches to be applied to raw data before user...
virtual void SetTitle(const char *title="")
const char * GetTitle() const override
static TClass * Class()
virtual void SetName(const char *name)
virtual const char * ClassName() const