CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 {
23 public:
24  // make strip hits from the given wire hits
25  std::vector<CSCDetectorHit> & simulate(const CSCLayer * layer,
26  const std::vector<CSCDetectorHit> & wireHits);
27 private:
29  std::vector<CSCDetectorHit> newStripHits;
30 };
31 
32 #endif
std::vector< CSCDetectorHit > & simulate(const CSCLayer *layer, const std::vector< CSCDetectorHit > &wireHits)
std::vector< CSCDetectorHit > newStripHits
CSCGattiFunction theGattiFunction