CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
MuonShower.h
Go to the documentation of this file.
1 #ifndef MuonReco_MuonShower_h
2 #define MuonReco_MuonShower_h
3 
4 namespace reco {
5  struct MuonShower {
6 
8  std::vector<int> nStationHits;
10  std::vector<int> nStationCorrelatedHits;
12  std::vector<float> stationShowerSizeT;
14  std::vector<float> stationShowerDeltaR;
15 
19  { }
20  };
21 }
22 #endif
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