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

fix a typo

parent 702fdc12
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,7 @@ public:
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> &GetMinusScalers() const { return fHScalers[1]; }
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