33 TH2D* fSpectras = {
nullptr};
34 Bool_t fOwner = {kFALSE};
35 Bool_t fRegister = {kFALSE};
36 Int_t fMultiplicity = {1};
40 Int_t fModuloCount = {10};
41 Double_t fMass = {0.};
42 Double_t fSmear = {0};
55 void SetSpiecies(
const TH2D& h, Int_t pid, Double_t multiplicity);
56 void SetSmear(Double_t smear) { fSmear = smear; }
57 void Register(Bool_t reg) { fRegister = reg; }
58 void Exec(Option_t* opt);
59 void SetEventIdModulo(Int_t mod) { fModuloCount = mod; }
60 virtual Hal::Task::EInitFlag
Init();