Skip to content

Commit

Permalink
renamed getChiSquared into chi2
Browse files Browse the repository at this point in the history
  • Loading branch information
mariadalfonso committed Sep 24, 2016
1 parent e41c803 commit be23969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DataFormats/HcalRecHit/interface/HBHERecHit.h
Expand Up @@ -23,7 +23,7 @@ class HBHERecHit : public CaloRecHit {
inline HcalDetId id() const { return HcalDetId(detid()); }

inline void setChiSquared(const float chi2) {chiSquared_ = chi2;}
inline float getChiSquared() const {return chiSquared_;}
inline float chi2() const {return chiSquared_;}

inline void setRawEnergy(const float en) {rawEnergy_ = en;}
inline float eraw() const {return rawEnergy_;}
Expand Down

0 comments on commit be23969

Please sign in to comment.