CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HcalNoiseStorage.h
Go to the documentation of this file.
1 #ifndef HcalNoiseStorage_h
2 #define SimHcalNoiseStorage_h
3 
26 
27 
28 #include <map>
29 #include <vector>
30 #include <string>
31 
32 namespace CLHEP {
33  class HepRandomEngine;
34 }
35 
36 namespace edm
37 {
39  {
40  public:
41 
44 
46  // explicit HcalNoiseStorage();
47 
49  //virtual ~HcalNoiseStorage();
50 
51  void fillNoiseSignals(CLHEP::HepRandomEngine*) override {};
52 
53  private:
54 
55  };
56 }//edm
57 
58 #endif
void fillNoiseSignals(CLHEP::HepRandomEngine *) override