CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
EcalDigiProducer.h
Go to the documentation of this file.
1 #ifndef ECALDDIGIPRODUCER_H
2 #define ECALDDIGIPRODUCER_H
3 
16 
20 
21 
25 
26 class ESDigitizer ;
27 
28 class APDSimParameters ;
29 class EBHitResponse ;
30 class EEHitResponse ;
31 class ESHitResponse ;
32 class CaloHitResponse ;
33 class EcalSimParameterMap ;
34 class EcalCoder ;
35 class EcalElectronicsSim ;
36 class ESElectronicsSim ;
38 class CaloGeometry ;
39 class EBDigiCollection ;
40 class EEDigiCollection ;
41 class ESDigiCollection ;
42 
44 {
45 
46  public:
47 
48  EcalDigiProducer( const edm::ParameterSet& params ) ;
49  virtual ~EcalDigiProducer() ;
50 
52  virtual void produce( edm::Event& event ,
53  const edm::EventSetup& eventSetup ) ;
54 
55  virtual void cacheEBDigis( const EBDigiCollection* ebDigiPtr ) const { }
56  virtual void cacheEEDigis( const EEDigiCollection* eeDigiPtr ) const { }
57 
58  protected:
59 
60  void checkGeometry(const edm::EventSetup& eventSetup) ;
61 
62  void updateGeometry() ;
63 
64  void checkCalibrations(const edm::Event& event, const edm::EventSetup& eventSetup) ;
65 
69  ESShape m_ESShape ; // no const because gain must be set
70 
71  const std::string m_EBdigiCollection ;
72  const std::string m_EEdigiCollection ;
73  const std::string m_ESdigiCollection ;
74  const std::string m_hitsProducerTag ;
75 
77 
78  const bool m_apdSeparateDigi ;
79 
80  const double m_EBs25notCont ;
81  const double m_EEs25notCont ;
82 
83  const unsigned int m_readoutFrameSize ;
85  const std::string m_apdDigiTag ;
87 
93 
94  const bool m_addESNoise ;
95 
96  const bool m_doFastES ;
97 
102 
106 
109 
112 
114 
117 };
118 
119 #endif
EEDigitizer * m_EndcapDigitizer
CaloHitResponse * m_ESOldResponse
CaloTDigitizer< ESOldDigitizerTraits > ESOldDigitizer
virtual ~EcalDigiProducer()
EcalTDigitizer< EEDigitizerTraits > EEDigitizer
CorrelatedNoisifier< EcalCorrMatrix > * m_EBCorrNoise[3]
const APDShape m_APDShape
EcalDigiProducer(const edm::ParameterSet &params)
const std::string m_ESdigiCollection
const EcalSimParameterMap * m_ParameterMap
const std::string m_hitsProducerTag
ESOldDigitizer * m_ESOldDigitizer
const std::string m_EEdigiCollection
ESElectronicsSimFast * m_ESElectronicsSimFast
ESDigitizer * m_ESDigitizer
const APDSimParameters * m_apdParameters
const bool m_addESNoise
CorrelatedNoisifier< EcalCorrMatrix > * m_EECorrNoise[3]
const unsigned int m_readoutFrameSize
EcalElectronicsSim * m_ElectronicsSim
EBHitResponse * m_APDResponse
Creates electronics signals from hits.
const double m_EBs25notCont
EBHitResponse * m_EBResponse
ESElectronicsSim * m_ESElectronicsSim
EBDigitizer * m_BarrelDigitizer
How EventSelector::AcceptEvent() decides whether to accept an event for output otherwise it is excluding the probing of A single or multiple positive and the trigger will pass if any such matching triggers are PASS or EXCEPTION[A criterion thatmatches no triggers at all is detected and causes a throw.] A single negative with an expectation of appropriate bit checking in the decision and the trigger will pass if any such matching triggers are FAIL or EXCEPTION A wildcarded negative criterion that matches more than one trigger in the trigger but the state exists so we define the behavior If all triggers are the negative crieriion will lead to accepting the event(this again matches the behavior of"!*"before the partial wildcard feature was incorporated).The per-event"cost"of each negative criterion with multiple relevant triggers is about the same as!*was in the past
const CaloGeometry * m_Geometry
void checkCalibrations(const edm::Event &event, const edm::EventSetup &eventSetup)
EcalCoder * m_APDCoder
void checkGeometry(const edm::EventSetup &eventSetup)
Definition: EBShape.h:6
ESHitResponse * m_ESResponse
const bool m_doFastES
virtual void cacheEBDigis(const EBDigiCollection *ebDigiPtr) const
EcalTDigitizer< EBDigitizerTraits > EBDigitizer
EBDigitizer * m_APDDigitizer
const bool m_apdSeparateDigi
const std::string m_apdDigiTag
virtual void produce(edm::Event &event, const edm::EventSetup &eventSetup)
const EEShape m_EEShape
virtual void cacheEEDigis(const EEDigiCollection *eeDigiPtr) const
const EBShape m_EBShape
const std::string m_EBdigiCollection
EcalElectronicsSim * m_APDElectronicsSim
const double m_EEs25notCont
EEHitResponse * m_EEResponse
Definition: EEShape.h:6