CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
EcalZeroSuppressionProducer.h
Go to the documentation of this file.
1 #ifndef ECALZEROSUPPRESSIONPRODUCER_H
2 #define ECALZEROSUPPRESSIONPRODUCER_H
3 
18 
19 
22 
24 {
25 public:
26 
27  // The following is not yet used, but will be the primary
28  // constructor when the parameter set system is available.
29  //
30  explicit EcalZeroSuppressionProducer(const edm::ParameterSet& params);
32 
34  virtual void produce(edm::Event& event, const edm::EventSetup& eventSetup);
35 
36  void initCalibrations(const edm::EventSetup & eventSetup);
37 
38 private:
39 
42 
43  std::string digiProducer_; // name of module/plugin/producer making digis
44  std::string EBdigiCollection_; // secondary name given to collection of digis
45  std::string EEdigiCollection_; // secondary name given to collection of digis
46  std::string EBZSdigiCollection_; // secondary name given to collection of digis
47  std::string EEZSdigiCollection_; // secondary name given to collection of digis
48 
51 
52 };
53 
54 #endif
EcalZeroSuppressor< EBDataFrame > theBarrelZeroSuppressor_
void initCalibrations(const edm::EventSetup &eventSetup)
EcalZeroSuppressionProducer(const edm::ParameterSet &params)
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
EcalZeroSuppressor< EEDataFrame > theEndcapZeroSuppressor_
virtual void produce(edm::Event &event, const edm::EventSetup &eventSetup)