![]() |
![]() |
#include <MuonMETCorrectionData.h>
Public Types | |
enum | Type { NotUsed = 0, CombinedTrackUsed = 1, GlobalTrackUsed = 1, InnerTrackUsed = 2, TrackUsed = 2, OuterTrackUsed = 3, StandAloneTrackUsed = 3, TreatedAsPion = 4, MuonP4V4QUsed = 5, MuonCandidateValuesUsed = 5 } |
Public Member Functions | |
float | corrX () |
float | corrY () |
MuonMETCorrectionData (Type type, float corrX, float corrY) | |
MuonMETCorrectionData () | |
float | pt () |
Type | type () |
float | x () |
float | y () |
Protected Attributes | |
float | corrX_ |
float | corrY_ |
int | type_ |
Definition at line 6 of file MuonMETCorrectionData.h.
NotUsed | |
CombinedTrackUsed | |
GlobalTrackUsed | |
InnerTrackUsed | |
TrackUsed | |
OuterTrackUsed | |
StandAloneTrackUsed | |
TreatedAsPion | |
MuonP4V4QUsed | |
MuonCandidateValuesUsed |
Definition at line 8 of file MuonMETCorrectionData.h.
{ NotUsed = 0, CombinedTrackUsed = 1, GlobalTrackUsed = 1, InnerTrackUsed = 2, TrackUsed = 2, OuterTrackUsed = 3, StandAloneTrackUsed = 3, TreatedAsPion = 4, MuonP4V4QUsed = 5, MuonCandidateValuesUsed = 5 };
reco::MuonMETCorrectionData::MuonMETCorrectionData | ( | ) | [inline] |
Definition at line 16 of file MuonMETCorrectionData.h.
reco::MuonMETCorrectionData::MuonMETCorrectionData | ( | Type | type, |
float | corrX, | ||
float | corrY | ||
) | [inline] |
float reco::MuonMETCorrectionData::corrX | ( | ) | [inline] |
Definition at line 20 of file MuonMETCorrectionData.h.
References corrX_.
Referenced by METTester::analyze(), TCMETAlgo::correctMETforMuon(), TCMETAlgo::correctSumEtForMuon(), CaloMETAnalyzer::fillMonitorElement(), METAnalyzer::fillMonitorElement(), and MuonMETAlgo::MuonMETAlgo_run().
{ return corrX_;}
float reco::MuonMETCorrectionData::corrY | ( | ) | [inline] |
Definition at line 21 of file MuonMETCorrectionData.h.
References corrY_.
Referenced by METTester::analyze(), TCMETAlgo::correctMETforMuon(), TCMETAlgo::correctSumEtForMuon(), CaloMETAnalyzer::fillMonitorElement(), METAnalyzer::fillMonitorElement(), and MuonMETAlgo::MuonMETAlgo_run().
{ return corrY_;}
float reco::MuonMETCorrectionData::pt | ( | ) | [inline] |
Definition at line 24 of file MuonMETCorrectionData.h.
References mathSSE::sqrt(), x(), and y().
Type reco::MuonMETCorrectionData::type | ( | ) | [inline] |
Definition at line 19 of file MuonMETCorrectionData.h.
References type_.
Referenced by METTester::analyze(), TCMETAlgo::CalculateTCMET(), CaloMETAnalyzer::fillMonitorElement(), METAnalyzer::fillMonitorElement(), and MuonMETAlgo::MuonMETAlgo_run().
float reco::MuonMETCorrectionData::x | ( | ) | [inline] |
Definition at line 22 of file MuonMETCorrectionData.h.
References corrX_.
Referenced by pt().
{ return corrX_;}
float reco::MuonMETCorrectionData::y | ( | ) | [inline] |
Definition at line 23 of file MuonMETCorrectionData.h.
References corrY_.
Referenced by pt().
{ return corrY_;}
float reco::MuonMETCorrectionData::corrX_ [protected] |
Definition at line 27 of file MuonMETCorrectionData.h.
float reco::MuonMETCorrectionData::corrY_ [protected] |
Definition at line 28 of file MuonMETCorrectionData.h.
int reco::MuonMETCorrectionData::type_ [protected] |
Definition at line 26 of file MuonMETCorrectionData.h.
Referenced by type().