CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Types | Public Member Functions | Protected Attributes
reco::MuonMETCorrectionData Class Reference

#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 ()
 
 MuonMETCorrectionData (Type type, float corrX, float corrY)
 
float pt ()
 
Type type ()
 
float x ()
 
float y ()
 

Protected Attributes

float corrX_
 
float corrY_
 
int type_
 

Detailed Description

Definition at line 6 of file MuonMETCorrectionData.h.

Member Enumeration Documentation

Constructor & Destructor Documentation

reco::MuonMETCorrectionData::MuonMETCorrectionData ( )
inline
reco::MuonMETCorrectionData::MuonMETCorrectionData ( Type  type,
float  corrX,
float  corrY 
)
inline

Member Function Documentation

float reco::MuonMETCorrectionData::corrX ( )
inline

Definition at line 20 of file MuonMETCorrectionData.h.

References corrX_.

Referenced by TCMETAlgo::correctMETforMuon(), and MuonMETAlgo::MuonMETAlgo_run().

float reco::MuonMETCorrectionData::corrY ( )
inline

Definition at line 21 of file MuonMETCorrectionData.h.

References corrY_.

Referenced by TCMETAlgo::correctMETforMuon(), and MuonMETAlgo::MuonMETAlgo_run().

float reco::MuonMETCorrectionData::pt ( void  )
inline
Type reco::MuonMETCorrectionData::type ( )
inline
float reco::MuonMETCorrectionData::x ( )
inline
float reco::MuonMETCorrectionData::y ( )
inline

Member Data Documentation

float reco::MuonMETCorrectionData::corrX_
protected

Definition at line 27 of file MuonMETCorrectionData.h.

Referenced by corrX(), and x().

float reco::MuonMETCorrectionData::corrY_
protected

Definition at line 28 of file MuonMETCorrectionData.h.

Referenced by corrY(), and y().

int reco::MuonMETCorrectionData::type_
protected