KaliVeda
Toolkit for HIC analysis
Loading...
Searching...
No Matches
KVDataPatch_Camp2MassID.h
1
3
4#ifndef __KVDATAPATCH_CAMP2MASSID_H
5#define __KVDATAPATCH_CAMP2MASSID_H
6
7#include "KVDataPatch.h"
8
22public:
25 virtual Bool_t IsRequired(TString dataset, TString datatype, Int_t,
26 TString, Int_t, const TList*)
27 {
28 return (dataset == "INDRA_camp2" && datatype == "root");
29 }
31 {
32 return kFALSE;
33 }
35 {
36 return kTRUE;
37 }
40
41 virtual void PrintPatchInfo() const;
42
43 ClassDef(KVDataPatch_Camp2MassID, 1) //Patch to correct 2nd campaign A-identification status
44};
45
46#endif
int Int_t
bool Bool_t
constexpr Bool_t kFALSE
constexpr Bool_t kTRUE
#define ClassDef(name, id)
Correct mass identification in 2nd campaign data.
virtual Bool_t IsRequired(TString dataset, TString datatype, Int_t, TString, Int_t, const TList *)
virtual ~KVDataPatch_Camp2MassID()
Destructor.
KVDataPatch_Camp2MassID()
Default constructor.
void ApplyToEvent(KVReconstructedEvent *)
virtual void PrintPatchInfo() const
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 .