CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ESElectronicsSimFast.h
Go to the documentation of this file.
1 #ifndef EcalSimAlgos_ESElectronicsSimFast_h
2 #define EcalSimAlgos_ESElectronicsSimFast_h 1
3 
9 
10 #include <vector>
11 
12 namespace CLHEP {
13  class HepRandomEngine;
14 }
15 
17 {
18  public:
19 
21 
22  enum { MAXADC = 4095,
23  MINADC = 0 } ;
24 
25  ESElectronicsSimFast( bool addNoise , bool PreMix1) ;
27 
28  void setPedestals( const ESPedestals* peds ) ;
29 
30  void setMIPs( const ESIntercalibConstants* mips ) ;
31 
32  void setMIPToGeV( double MIPToGeV ) ;
33 
34  void analogToDigital( CLHEP::HepRandomEngine*,
35  ESSamples& cs ,
36  ESDataFrame& df ,
37  bool isNoise = false ) const ;
38 
39  void newEvent() {}
40 
41 
42 
43  private :
44 
45  bool m_addNoise ;
46 
47  bool m_PreMix1;
48 
49  double m_MIPToGeV ;
50 
52 
54 } ;
55 
56 #endif
void setMIPToGeV(double MIPToGeV)
auto_ptr< ClusterSequence > cs
const ESIntercalibConstants * m_mips
CaloTSamples< float, 3 > ESSamples
void analogToDigital(CLHEP::HepRandomEngine *, ESSamples &cs, ESDataFrame &df, bool isNoise=false) const
void setPedestals(const ESPedestals *peds)
ESElectronicsSimFast(bool addNoise, bool PreMix1)
const ESPedestals * m_peds
void setMIPs(const ESIntercalibConstants *mips)