CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HcalDigiToRaw.h
Go to the documentation of this file.
1 #ifndef HcalDigiToRaw_h
2 #define HcalDigiToRaw_h
3 
20 
23 
26 
28 {
29 public:
30  explicit HcalDigiToRaw(const edm::ParameterSet& ps);
31  virtual ~HcalDigiToRaw();
32  virtual void produce(edm::Event& e, const edm::EventSetup& c);
33 private:
42 };
43 
44 #endif
edm::EDGetTokenT< HODigiCollection > tok_ho_
Definition: HcalDigiToRaw.h:37
edm::EDGetTokenT< HFDigiCollection > tok_hf_
Definition: HcalDigiToRaw.h:38
edm::InputTag hbheTag_
Definition: HcalDigiToRaw.h:35
HcalPacker packer_
Definition: HcalDigiToRaw.h:34
edm::InputTag hoTag_
Definition: HcalDigiToRaw.h:35
HcalDigiToRaw(const edm::ParameterSet &ps)
edm::InputTag zdcTag_
Definition: HcalDigiToRaw.h:35
edm::EDGetTokenT< HcalCalibDigiCollection > tok_calib_
Definition: HcalDigiToRaw.h:39
edm::InputTag hfTag_
Definition: HcalDigiToRaw.h:35
edm::InputTag calibTag_
Definition: HcalDigiToRaw.h:35
edm::InputTag trigTag_
Definition: HcalDigiToRaw.h:35
edm::EDGetTokenT< ZDCDigiCollection > tok_zdc_
Definition: HcalDigiToRaw.h:40
edm::EDGetTokenT< HBHEDigiCollection > tok_hbhe_
Definition: HcalDigiToRaw.h:36
virtual void produce(edm::Event &e, const edm::EventSetup &c)
edm::EDGetTokenT< HcalTrigPrimDigiCollection > tok_htp_
Definition: HcalDigiToRaw.h:41
virtual ~HcalDigiToRaw()