CMS 3D CMS Logo

Public Member Functions | Public Attributes

reco::MuonIsolation Struct Reference

#include <MuonIsolation.h>

List of all members.

Public Member Functions

 MuonIsolation ()

Public Attributes

float emEt
 ecal sum-Et
float emVetoEt
 ecal sum-et in the veto region in r-phi
float hadEt
 hcal sum-Et
float hadVetoEt
 hcal sum-et in the veto region in r-phi
float hoEt
 ho sum-Et
float hoVetoEt
 ho sum-et in the veto region in r-phi
int nJets
 number of jets in the cone
int nTracks
 number of tracks in the cone (excluding veto region)
float sumPt
 sum-pt of tracks
float trackerVetoPt
 (sum-)pt inside the veto region in r-phi

Detailed Description

Definition at line 6 of file MuonIsolation.h.


Constructor & Destructor Documentation

reco::MuonIsolation::MuonIsolation ( ) [inline]

Definition at line 17 of file MuonIsolation.h.

                    :
       sumPt(0),emEt(0),hadEt(0),hoEt(0),nTracks(0),nJets(0),
          trackerVetoPt(0), emVetoEt(0), hadVetoEt(0), hoVetoEt(0){};

Member Data Documentation

ecal sum-et in the veto region in r-phi

Definition at line 14 of file MuonIsolation.h.

Referenced by MuonIdProducer::fillMuonIsolation(), and MuonWithPFIsoProducer::produce().

hcal sum-et in the veto region in r-phi

Definition at line 15 of file MuonIsolation.h.

Referenced by MuonIdProducer::fillMuonIsolation(), and MuonWithPFIsoProducer::produce().

ho sum-et in the veto region in r-phi

Definition at line 16 of file MuonIsolation.h.

Referenced by MuonIdProducer::fillMuonIsolation().

number of jets in the cone

Definition at line 12 of file MuonIsolation.h.

Referenced by TopDiLeptonDQM::analyze(), and MuonIdProducer::fillMuonIsolation().

number of tracks in the cone (excluding veto region)

Definition at line 11 of file MuonIsolation.h.

Referenced by TopDiLeptonDQM::analyze(), MuonIdProducer::fillMuonIsolation(), and MuonWithPFIsoProducer::produce().

(sum-)pt inside the veto region in r-phi

Definition at line 13 of file MuonIsolation.h.

Referenced by MuonIdProducer::fillMuonIsolation(), and MuonWithPFIsoProducer::produce().