CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HcalTestHitGenerator.h
Go to the documentation of this file.
1 #ifndef HcalTestHitGenerator_h
2 #define HcalTestHitGenerator_h
3 
5 #include <vector>
7 
9 {
10 public:
11  explicit HcalTestHitGenerator(const edm::ParameterSet & ps);
12  virtual ~HcalTestHitGenerator() {}
13  virtual void getNoiseHits(std::vector<PCaloHit> & noiseHits);
14 private:
15  std::vector<double> theBarrelSampling;
16  std::vector<double> theEndcapSampling;
17 };
18 
19 #endif
20 
std::vector< double > theEndcapSampling
std::vector< double > theBarrelSampling
HcalTestHitGenerator(const edm::ParameterSet &ps)
virtual void getNoiseHits(std::vector< PCaloHit > &noiseHits)