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"
41 public:
43  : KVRawDataPatch()
44  {
46  SetName(ClassName());
47  SetTitle(Class()->GetTitle());
48  }
49 
50  Bool_t IsRequired(TString dataset, const run_index_t& runnumber);
51  void PrintPatchInfo() const;
53 
54  ClassDef(KVRDP_INDRAFAZIA_DropUncorrEventsInFirstRunFile, 1) //Avoid using uncorrelated INDRA/FAZIA events at beginning of run
55 };
56 
57 #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.
Bool_t IsRequired(TString dataset, const run_index_t &runnumber)
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
Specifies a runfile according to run number and file index ,.
Definition: run_index.h:33