#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... | |
Definition at line 5 of file MuonShower.h.
|
inline |
Definition at line 16 of file MuonShower.h.
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().