Skip to content

Commit

Permalink
Merge pull request #23235 from Dr15Jones/gcc8HcalNoiseRBX
Browse files Browse the repository at this point in the history
Minor changes to HcalNoiseRBX for gcc8 compilation
  • Loading branch information
cmsbuild committed May 19, 2018
2 parents c2e193d + 1b0f195 commit 7ed1140
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DataFormats/METReco/interface/HcalNoiseRBX.h
Expand Up @@ -42,7 +42,7 @@ namespace reco {
HcalNoiseRBX();

// destructor
virtual ~HcalNoiseRBX();
~HcalNoiseRBX();

//
// Detector ID accessors
Expand Down Expand Up @@ -97,7 +97,7 @@ namespace reco {

// helper function to get the unique calotowers
struct twrcomp {
inline bool operator() ( const CaloTower & t1, const CaloTower & t2 ) {
inline bool operator() ( const CaloTower & t1, const CaloTower & t2 ) const {
return t1.id() < t2.id();
}
};
Expand Down

0 comments on commit 7ed1140

Please sign in to comment.