CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
EcalBaseSignalGenerator.h
Go to the documentation of this file.
1 #ifndef EcalSimAlgos_EcalBaseSignalGenerator_h
2 #define EcalSimAlgos_EcalBaseSignalGenerator_h
3 
7 
9 {
10 public:
12 
14 
15 
16 protected:
17 
18  // void fC2pe(CaloSamples & samples) const
19  // {
20  // assert(theParameterMap != 0);
21  // float factor = 1./theParameterMap->simParameters(samples.id()).photoelectronsToAnalog(samples.id());
22  // samples *= factor;
23  // }
24 
25 };
26 
27 #endif
28 
29 
30