CMS 3D CMS Logo

Public Member Functions | Public Attributes

reco::MuonEnergy Struct Reference

#include <MuonEnergy.h>

List of all members.

Public Member Functions

 MuonEnergy ()

Public Attributes

DetId ecal_id
 DetId of the central ECAL crystal.
math::XYZPointF ecal_position
 Trajectory position at the calorimeter.
float ecal_time
 Calorimeter timing.
float ecal_timeError
float em
float emMax
 maximal energy of ECAL crystal in the 5x5 shape
float emS25
 energy deposited in 5x5 ECAL crystal shape around central crystal
float emS9
 energy deposited in 3x3 ECAL crystal shape around central crystal
float had
float hadMax
 maximal energy of HCAL tower in the 3x3 shape
float hadS9
 energy deposited in 3x3 HCAL tower shape around central tower
DetId hcal_id
 DetId of the central HCAL tower with smallest depth.
math::XYZPointF hcal_position
float hcal_time
float hcal_timeError
float ho
 energy deposited in crossed HO towers
float hoS9
 energy deposited in 3x3 HO tower shape around central tower
float tower
float towerS9
 total energy in 3x3 tower shape

Detailed Description

Definition at line 7 of file MuonEnergy.h.


Constructor & Destructor Documentation

reco::MuonEnergy::MuonEnergy ( ) [inline]

Definition at line 52 of file MuonEnergy.h.

                   :
       tower(0), towerS9(0),
       em(0), emS9(0), emS25(0), emMax(0),
       had(0), hadS9(0), hadMax(0),
           ho(0), hoS9(0), ecal_time(0), ecal_timeError(0), hcal_time(0), hcal_timeError(0)
         { }

Member Data Documentation

DetId of the central ECAL crystal.

Definition at line 47 of file MuonEnergy.h.

Referenced by MuonTimingFiller::addEcalTime(), and MuonIdProducer::fillMuonId().

Trajectory position at the calorimeter.

Definition at line 43 of file MuonEnergy.h.

Referenced by MuonTimingFiller::addEcalTime(), and MuonIdProducer::fillMuonId().

Calorimeter timing.

Definition at line 37 of file MuonEnergy.h.

Referenced by MuonTimingFiller::addEcalTime(), and MuonIdProducer::fillMuonId().

Definition at line 38 of file MuonEnergy.h.

ECAL crystal based energy (RecHits) energy deposited in crossed ECAL crystals

Definition at line 16 of file MuonEnergy.h.

Referenced by MuonEnergyDepositAnalyzer::analyze(), MuonIdProducer::fillMuonId(), ZToLLEdmNtupleDumper::produce(), and ZMuMuMuonUserData::produce().

maximal energy of ECAL crystal in the 5x5 shape

Definition at line 22 of file MuonEnergy.h.

Referenced by MuonTimingFiller::addEcalTime(), and MuonIdProducer::fillMuonId().

energy deposited in 5x5 ECAL crystal shape around central crystal

Definition at line 20 of file MuonEnergy.h.

Referenced by MuonIdProducer::fillMuonId().

energy deposited in 3x3 ECAL crystal shape around central crystal

Definition at line 18 of file MuonEnergy.h.

Referenced by MuonEnergyDepositAnalyzer::analyze(), MuonIdProducer::fillMuonId(), and MuonMETAlgo::GetMuDepDeltas().

HCAL tower based energy (RecHits) energy deposited in crossed HCAL towers

Definition at line 26 of file MuonEnergy.h.

Referenced by MuonEnergyDepositAnalyzer::analyze(), MuonIdProducer::fillMuonId(), ZToLLEdmNtupleDumper::produce(), and ZMuMuMuonUserData::produce().

maximal energy of HCAL tower in the 3x3 shape

Definition at line 30 of file MuonEnergy.h.

Referenced by MuonIdProducer::fillMuonId().

energy deposited in 3x3 HCAL tower shape around central tower

Definition at line 28 of file MuonEnergy.h.

Referenced by MuonEnergyDepositAnalyzer::analyze(), MuonIdProducer::fillMuonId(), and MuonMETAlgo::GetMuDepDeltas().

DetId of the central HCAL tower with smallest depth.

Definition at line 50 of file MuonEnergy.h.

Referenced by MuonIdProducer::fillMuonId().

Definition at line 44 of file MuonEnergy.h.

Referenced by MuonIdProducer::fillMuonId().

Definition at line 39 of file MuonEnergy.h.

Referenced by MuonIdProducer::fillMuonId().

Definition at line 40 of file MuonEnergy.h.

energy deposited in crossed HO towers

Definition at line 32 of file MuonEnergy.h.

Referenced by MuonEnergyDepositAnalyzer::analyze(), and MuonIdProducer::fillMuonId().

energy deposited in 3x3 HO tower shape around central tower

Definition at line 34 of file MuonEnergy.h.

Referenced by MuonEnergyDepositAnalyzer::analyze(), MuonIdProducer::fillMuonId(), and MuonMETAlgo::GetMuDepDeltas().

CaloTower based energy total energy

Definition at line 10 of file MuonEnergy.h.

Referenced by MuonIdProducer::fillMuonId().

total energy in 3x3 tower shape

Definition at line 12 of file MuonEnergy.h.

Referenced by MuonIdProducer::fillMuonId().