Skip to content
Snippets Groups Projects
Commit 702fdc12 authored by Chao Peng's avatar Chao Peng
Browse files

Expose scaler counts in THcHelicityScaler

parent 2a317791
No related branches found
No related tags found
No related merge requests found
......@@ -49,6 +49,8 @@ public:
virtual Int_t GetReportedActual() {return fRingSeed_actual;}
virtual Bool_t IsSeedGood() {return fNBits>=30;}
const std::vector<Double_t> &GetPlusScalers() const { return fHScalers[0]; }
const std::vector<Double_t> &GetMinusScalers() const { return fHScalers[0]; }
const std::vector<Double_t> &GetScalerSums() const { return fScalerSums; }
const std::vector<Double_t> &GetAsymmetry() const { return fAsymmetry; }
const std::vector<Double_t> &GetAsymmetryError() const { return fAsymmetryError; }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment