CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Private Attributes
HcalDigiProducer Class Reference

#include <HcalDigiProducer.h>

Inheritance diagram for HcalDigiProducer:
DigiAccumulatorMixMod

Public Member Functions

virtual void accumulate (edm::Event const &, edm::EventSetup const &) override
 
virtual void accumulate (PileUpEventPrincipal const &, edm::EventSetup const &) override
 
virtual void beginRun (edm::Run const &, edm::EventSetup const &) override
 
virtual void endRun (edm::Run const &, edm::EventSetup const &) override
 
virtual void finalizeEvent (edm::Event &, edm::EventSetup const &) override
 
 HcalDigiProducer (edm::ParameterSet const &pset, edm::EDProducer &mixMod)
 
virtual void initializeEvent (edm::Event const &, edm::EventSetup const &) override
 
- Public Member Functions inherited from DigiAccumulatorMixMod
virtual void beginLuminosityBlock (edm::LuminosityBlock const &lumi, edm::EventSetup const &setup)
 
 DigiAccumulatorMixMod ()
 
virtual void endLuminosityBlock (edm::LuminosityBlock const &lumi, edm::EventSetup const &setup)
 
virtual void finalizeBunchCrossing (edm::Event &event, edm::EventSetup const &setup, int bunchCrossing)
 
virtual void initializeBunchCrossing (edm::Event const &event, edm::EventSetup const &setup, int bunchCrossing)
 
virtual ~DigiAccumulatorMixMod ()
 

Private Attributes

HcalDigitizer theDigitizer_
 

Detailed Description

Definition at line 12 of file HcalDigiProducer.h.

Constructor & Destructor Documentation

HcalDigiProducer::HcalDigiProducer ( edm::ParameterSet const &  pset,
edm::EDProducer mixMod 
)

Definition at line 4 of file HcalDigiProducer.cc.

4  :
6  theDigitizer_(pset) {
7  mixMod.produces<HBHEDigiCollection>();
8  mixMod.produces<HODigiCollection>();
9  mixMod.produces<HFDigiCollection>();
10  mixMod.produces<ZDCDigiCollection>();
11  mixMod.produces<HBHEUpgradeDigiCollection>("HBHEUpgradeDigiCollection");
12  mixMod.produces<HFUpgradeDigiCollection>("HFUpgradeDigiCollection");
13 }
HcalDigitizer theDigitizer_

Member Function Documentation

void HcalDigiProducer::accumulate ( edm::Event const &  event,
edm::EventSetup const &  es 
)
overridevirtual

Implements DigiAccumulatorMixMod.

Definition at line 26 of file HcalDigiProducer.cc.

References HcalDigitizer::accumulate(), and theDigitizer_.

26  {
28 }
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
void accumulate(edm::Event const &e, edm::EventSetup const &c)
HcalDigitizer theDigitizer_
void HcalDigiProducer::accumulate ( PileUpEventPrincipal const &  event,
edm::EventSetup const &  es 
)
overridevirtual

Implements DigiAccumulatorMixMod.

Definition at line 31 of file HcalDigiProducer.cc.

References HcalDigitizer::accumulate(), and theDigitizer_.

31  {
33 }
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
void accumulate(edm::Event const &e, edm::EventSetup const &c)
HcalDigitizer theDigitizer_
void HcalDigiProducer::beginRun ( edm::Run const &  ,
edm::EventSetup const &  es 
)
overridevirtual

Reimplemented from DigiAccumulatorMixMod.

Definition at line 36 of file HcalDigiProducer.cc.

References HcalDigitizer::beginRun(), and theDigitizer_.

36  {
38 }
void beginRun(const edm::EventSetup &es)
HcalDigitizer theDigitizer_
void HcalDigiProducer::endRun ( edm::Run const &  ,
edm::EventSetup const &   
)
overridevirtual

Reimplemented from DigiAccumulatorMixMod.

Definition at line 41 of file HcalDigiProducer.cc.

References HcalDigitizer::endRun(), and theDigitizer_.

41  {
43 }
HcalDigitizer theDigitizer_
void HcalDigiProducer::finalizeEvent ( edm::Event event,
edm::EventSetup const &  es 
)
overridevirtual

Implements DigiAccumulatorMixMod.

Definition at line 21 of file HcalDigiProducer.cc.

References HcalDigitizer::finalizeEvent(), and theDigitizer_.

21  {
22  theDigitizer_.finalizeEvent(event, es);
23 }
HcalDigitizer theDigitizer_
void finalizeEvent(edm::Event &e, edm::EventSetup const &c)
void HcalDigiProducer::initializeEvent ( edm::Event const &  event,
edm::EventSetup const &  es 
)
overridevirtual

Implements DigiAccumulatorMixMod.

Definition at line 16 of file HcalDigiProducer.cc.

References HcalDigitizer::initializeEvent(), and theDigitizer_.

16  {
18 }
void initializeEvent(edm::Event const &e, edm::EventSetup const &c)
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
HcalDigitizer theDigitizer_

Member Data Documentation

HcalDigitizer HcalDigiProducer::theDigitizer_
private

Definition at line 22 of file HcalDigiProducer.h.

Referenced by accumulate(), beginRun(), endRun(), finalizeEvent(), and initializeEvent().