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 {
41  {
42  public:
43 
46 
49 
50  void putHcal(edm::Event &e,const edm::EventSetup& ES);
51  void addHcalSignals(const edm::Event &e,const edm::EventSetup& ES);
52  void addHcalPileups(const int bcr, const edm::EventPrincipal*,unsigned int EventId,const edm::EventSetup& ES);
53 
54 
55  private:
56  // data specifiers
57 
58  // Hcal
59  // edm::InputTag HBHEdigiCollectionSig_; // secondary name given to collection of digis
60  // edm::InputTag HOdigiCollectionSig_ ; // secondary name given to collection of digis
61  //edm::InputTag HFdigiCollectionSig_ ; // secondary name given to collection of digis
62  //edm::InputTag ZDCdigiCollectionSig_ ; // secondary name given to collection of digis
63  edm::InputTag HBHEPileInputTag_; // InputTag for Pileup Digis collection
64  edm::InputTag HOPileInputTag_ ; // InputTag for Pileup Digis collection
65  edm::InputTag HFPileInputTag_ ; // InputTag for Pileup Digis collection
66  edm::InputTag ZDCPileInputTag_ ; // InputTag for Pileup Digis collection
67  std::string HBHEDigiCollectionDM_; // secondary name to be given to collection of digis
68  std::string HODigiCollectionDM_ ; // secondary name to be given to collection of digis
69  std::string HFDigiCollectionDM_ ; // secondary name to be given to collection of digis
70  std::string ZDCDigiCollectionDM_ ; // secondary name to be given to collection of digis
71 
77 
79 
80  };
81 }//edm
82 
83 #endif
void addHcalSignals(const edm::Event &e, const edm::EventSetup &ES)
void addHcalPileups(const int bcr, const edm::EventPrincipal *, unsigned int EventId, const edm::EventSetup &ES)
DataMixingHcalDigiWorkerProd(const edm::ParameterSet &ps)
void putHcal(edm::Event &e, const edm::EventSetup &ES)