CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DataMixingHcalDigiWorkerProd.h
Go to the documentation of this file.
1 #ifndef DataMixingHcalDigiWorkerProd_h
2 #define SimDataMixingHcalDigiWorkerProd_h
3 
21 
32 
33 #include <map>
34 #include <vector>
35 #include <string>
36 
37 
38 namespace edm
39 {
40  class ConsumesCollector;
41  class ModuleCallingContext;
42 
44  {
45  public:
46 
49 
52 
53  void putHcal(edm::Event &e,const edm::EventSetup& ES);
54  void addHcalSignals(const edm::Event &e,const edm::EventSetup& ES);
55  void addHcalPileups(const int bcr, const edm::EventPrincipal*,unsigned int EventId,
56  const edm::EventSetup& ES, edm::ModuleCallingContext const*);
57 
58  // set tokens for data access
63 
64 
65  private:
66  // data specifiers
67 
68  // Hcal
69  // edm::InputTag HBHEdigiCollectionSig_; // secondary name given to collection of digis
70  // edm::InputTag HOdigiCollectionSig_ ; // secondary name given to collection of digis
71  //edm::InputTag HFdigiCollectionSig_ ; // secondary name given to collection of digis
72  //edm::InputTag ZDCdigiCollectionSig_ ; // secondary name given to collection of digis
73  edm::InputTag HBHEPileInputTag_; // InputTag for Pileup Digis collection
74  edm::InputTag HOPileInputTag_ ; // InputTag for Pileup Digis collection
75  edm::InputTag HFPileInputTag_ ; // InputTag for Pileup Digis collection
76  edm::InputTag ZDCPileInputTag_ ; // InputTag for Pileup Digis collection
77  std::string HBHEDigiCollectionDM_; // secondary name to be given to collection of digis
78  std::string HODigiCollectionDM_ ; // secondary name to be given to collection of digis
79  std::string HFDigiCollectionDM_ ; // secondary name to be given to collection of digis
80  std::string ZDCDigiCollectionDM_ ; // secondary name to be given to collection of digis
81 
86 
87 
93 
95 
96  };
97 }//edm
98 
99 #endif
void addHcalSignals(const edm::Event &e, const edm::EventSetup &ES)
edm::EDGetTokenT< HODigitizerTraits::DigiCollection > tok_ho_
edm::EDGetTokenT< ZDCDigitizerTraits::DigiCollection > tok_zdc_
edm::EDGetTokenT< HFDigitizerTraits::DigiCollection > tok_hf_
void setHFAccess(edm::EDGetTokenT< HFDigitizerTraits::DigiCollection > tok)
void setZDCAccess(edm::EDGetTokenT< ZDCDigitizerTraits::DigiCollection > tok)
edm::EDGetTokenT< HBHEDigitizerTraits::DigiCollection > tok_hbhe_
void setHBHEAccess(edm::EDGetTokenT< HBHEDigitizerTraits::DigiCollection > tok)
DataMixingHcalDigiWorkerProd(const edm::ParameterSet &ps, edm::ConsumesCollector &iC)
void addHcalPileups(const int bcr, const edm::EventPrincipal *, unsigned int EventId, const edm::EventSetup &ES, edm::ModuleCallingContext const *)
void putHcal(edm::Event &e, const edm::EventSetup &ES)
void setHOAccess(edm::EDGetTokenT< HODigitizerTraits::DigiCollection > tok)