CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
EcalTBDigiProducer.h
Go to the documentation of this file.
1 #ifndef ECALTBDIGIPRODUCER_H
2 #define ECALTBDIGIPRODUCER_H
3 
9 
11 {
12  public:
13 
14  EcalTBDigiProducer( const edm::ParameterSet& params ) ;
15  virtual ~EcalTBDigiProducer() ;
16 
18  virtual void produce( edm::Event& event ,
19  const edm::EventSetup& eventSetup ) ;
20 
21  virtual void cacheEBDigis( const EBDigiCollection* ebDigiPtr ) const ;
22  virtual void cacheEEDigis( const EEDigiCollection* eeDigiPtr ) const ;
23 
24  private:
25 
26  void setPhaseShift( const DetId& detId ) ;
27 
28  void fillTBTDCRawInfo( EcalTBTDCRawInfo& theTBTDCRawInfo ) ;
29 
32 
33  std::string m_ecalTBInfoLabel ;
34  std::string m_EBdigiFinalTag ;
35  std::string m_EBdigiTempTag ;
36 
39 
40  bool m_doReadout ;
41 
42  std::vector<EcalTBTDCRecInfoAlgo::EcalTBTDCRanges> m_tdcRanges ;
44 
46 
47  mutable std::auto_ptr<EBDigiCollection> m_ebDigis ;
48  mutable std::auto_ptr<EEDigiCollection> m_eeDigis ;
49 };
50 
51 #endif
const EcalTrigTowerConstituentsMap m_theTTmap
std::auto_ptr< EBDigiCollection > m_ebDigis
virtual void produce(edm::Event &event, const edm::EventSetup &eventSetup)
std::vector< EcalTBTDCRecInfoAlgo::EcalTBTDCRanges > m_tdcRanges
void fillTBTDCRawInfo(EcalTBTDCRawInfo &theTBTDCRawInfo)
virtual void cacheEBDigis(const EBDigiCollection *ebDigiPtr) const
void setPhaseShift(const DetId &detId)
std::string m_EBdigiFinalTag
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
Definition: DetId.h:20
EcalTBReadout * m_theTBReadout
std::string m_EBdigiTempTag
EcalTBDigiProducer(const edm::ParameterSet &params)
std::auto_ptr< EEDigiCollection > m_eeDigis
std::string m_ecalTBInfoLabel
virtual void cacheEEDigis(const EEDigiCollection *eeDigiPtr) const