CMS 3D CMS Logo

CSCStripHitSim.h
Go to the documentation of this file.
1 #ifndef MU_END_STRIP_HIT_SIM_H
2 #define MU_END_STRIP_HIT_SIM_H
3 
15 #include <vector>
16 
17 // declarations
18 class CSCLayer;
19 // class CSCDetectorHit;
20 
22 public:
23  // make strip hits from the given wire hits
24  std::vector<CSCDetectorHit> &simulate(const CSCLayer *layer, const std::vector<CSCDetectorHit> &wireHits);
25 
26 private:
28  std::vector<CSCDetectorHit> newStripHits;
29 };
30 
31 #endif
std::vector< CSCDetectorHit > & simulate(const CSCLayer *layer, const std::vector< CSCDetectorHit > &wireHits)
std::vector< CSCDetectorHit > newStripHits
CSCGattiFunction theGattiFunction