CMS 3D CMS Logo

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 7 of file MuonShower.h.

Constructor & Destructor Documentation

◆ MuonShower()

reco::MuonShower::MuonShower ( )
inline

Definition at line 17 of file MuonShower.h.

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

Member Data Documentation

◆ nStationCorrelatedHits

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

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

Definition at line 11 of file MuonShower.h.

Referenced by MuonShowerInformationFiller::fillShowerInformation().

◆ nStationHits

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

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

Definition at line 9 of file MuonShower.h.

Referenced by MuonShowerInformationFiller::fillShowerInformation().

◆ stationShowerDeltaR

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

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

Definition at line 15 of file MuonShower.h.

Referenced by MuonShowerInformationFiller::fillShowerInformation().

◆ stationShowerSizeT

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

the transverse size of the hit cluster

Definition at line 13 of file MuonShower.h.

Referenced by MuonShowerInformationFiller::fillShowerInformation().