Skip to content

Commit

Permalink
Merge pull request #9995 from wmtan/FixBuildErrorsInROOT5
Browse files Browse the repository at this point in the history
Don't declare undefined functions
  • Loading branch information
davidlange6 committed Jul 9, 2015
2 parents 122facc + d02cc33 commit 1bbdfe0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions DataFormats/PatCandidates/interface/MET.h
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,10 @@ namespace pat {


// ---- methods for uncorrected MET ----
float uncorrectedPt() const;
float uncorrectedPhi() const;
float uncorrectedSumEt() const;
// Methods not yet defined
//float uncorrectedPt() const;
//float uncorrectedPhi() const;
//float uncorrectedSumEt() const;

// ---- methods to know what the pat::MET was constructed from ----
/// True if this pat::MET was made from a reco::CaloMET
Expand Down

0 comments on commit 1bbdfe0

Please sign in to comment.