#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 | |
std::vector< int > | nStationHits |
number of all the muon RecHits per chamber crossed by a track (1D hits) | |
std::vector< float > | stationShowerDeltaR |
the radius of the cone containing the all the hits around the track | |
std::vector< float > | stationShowerSizeT |
the transverse size of the hit cluster |
Definition at line 5 of file MuonShower.h.
reco::MuonShower::MuonShower | ( | ) | [inline] |
Definition at line 16 of file MuonShower.h.
: nStationHits(0),nStationCorrelatedHits(0), stationShowerSizeT(0),stationShowerDeltaR(0) { }
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().