CMS 3D CMS Logo

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

#include <MuonShower.h>

Public Member Functions

 MuonShower ()
 

Public Attributes

std::vector< int > nStationCorrelatedHits
 number of the muon RecHits used by segments per chamber crossed by a track More...
 
std::vector< int > nStationHits
 number of all the muon RecHits per chamber crossed by a track (1D hits) More...
 
std::vector< float > stationShowerDeltaR
 the radius of the cone containing the all the hits around the track More...
 
std::vector< float > stationShowerSizeT
 the transverse size of the hit cluster More...
 

Detailed Description

Definition at line 5 of file MuonShower.h.

Constructor & Destructor Documentation

reco::MuonShower::MuonShower ( )
inline

Definition at line 16 of file MuonShower.h.

16  :
19  { }
std::vector< int > nStationHits
number of all the muon RecHits per chamber crossed by a track (1D hits)
Definition: MuonShower.h:8
std::vector< int > nStationCorrelatedHits
number of the muon RecHits used by segments per chamber crossed by a track
Definition: MuonShower.h:10
std::vector< float > stationShowerSizeT
the transverse size of the hit cluster
Definition: MuonShower.h:12
std::vector< float > stationShowerDeltaR
the radius of the cone containing the all the hits around the track
Definition: MuonShower.h:14

Member Data Documentation

std::vector<int> reco::MuonShower::nStationCorrelatedHits

number of the muon RecHits used by segments per chamber crossed by a track

Definition at line 10 of file MuonShower.h.

Referenced by MuonIdVal::analyze(), and MuonShowerInformationFiller::fillShowerInformation().

std::vector<int> reco::MuonShower::nStationHits

number of all the muon RecHits per chamber crossed by a track (1D hits)

Definition at line 8 of file MuonShower.h.

Referenced by MuonIdVal::analyze(), and MuonShowerInformationFiller::fillShowerInformation().

std::vector<float> reco::MuonShower::stationShowerDeltaR

the radius of the cone containing the all the hits around the track

Definition at line 14 of file MuonShower.h.

Referenced by MuonIdVal::analyze(), and MuonShowerInformationFiller::fillShowerInformation().

std::vector<float> reco::MuonShower::stationShowerSizeT

the transverse size of the hit cluster

Definition at line 12 of file MuonShower.h.

Referenced by MuonIdVal::analyze(), and MuonShowerInformationFiller::fillShowerInformation().