CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
CaloVNoiseHitGenerator.h
Go to the documentation of this file.
1 #ifndef CaloSimAlgos_CaloVNoiseHitGenerator_h
2 #define CaloSimAlgos_CaloVNoiseHitGenerator_h
3 
5 #include<vector>
6 
8 {
9 public:
10  virtual void getNoiseHits(std::vector<PCaloHit> & noiseHits) = 0;
11 };
12 
13 #endif
14 
virtual void getNoiseHits(std::vector< PCaloHit > &noiseHits)=0