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  // void setParameterMap(EcalSimParameterMap * map) {theParameterMap = map;}
16 
17 
18 protected:
19 
20  // void fC2pe(CaloSamples & samples) const
21  // {
22  // assert(theParameterMap != 0);
23  // float factor = 1./theParameterMap->simParameters(samples.id()).photoelectronsToAnalog(samples.id());
24  // samples *= factor;
25  // }
26 
27  //EcalSimParameterMap * theParameterMap;
28  //EcalElectronicsSim * theElectronicsSim;
29 };
30 
31 #endif
32 
33 
34