22 Double_t fMin, fMax, fStep;
23 Femto::EKinematics fFrame = {Femto::EKinematics::kLCMS};
27 void SetGroupByKLong() { fMode = 1; };
28 void SetGroupByKStar() { fMode = 0; };
29 void SetAxis(Int_t bins, Double_t min, Double_t max);
30 Femto::EKinematics GetFrame()
const {
return fFrame; }
31 void SetFrame(Femto::EKinematics frame) { fFrame = frame; }
32 Int_t GetBin(
const FemtoPair* pair)
const;
33 Int_t GetNbins()
const {
return fBins; }
34 Bool_t GroupByLong()
const;
35 Bool_t GroupByKStar()
const;
36 Double_t GetMin()
const {
return fMin; };
37 Double_t GetMax()
const {
return fMax; };
39 std::vector<TString> GetBranchesByValue(Double_t min, Double_t max, Bool_t signal = kTRUE)
const;
40 std::vector<TString> GetBranchesByIndex(Int_t min, Int_t max, Bool_t signal = kTRUE)
const;