CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
EcalRecHitsMerger.h
Go to the documentation of this file.
1 #ifndef EventFilter_EcalRecHitsMerger_H
2 #define EventFilter_EcalRecHitsMerger_H
3 
6 
12 
13 #include <iostream>
14 #include <string>
15 #include <vector>
16 
18 
19 public:
21  virtual ~EcalRecHitsMerger();
22  void produce(edm::Event & e, const edm::EventSetup& c);
23  void beginJob(void);
24  void endJob(void);
25 
26 private:
33  std::string OutputLabelEB_;
34 
41  std::string OutputLabelEE_;
42 
43  std::string InputRecHitEB_;
44  std::string InputRecHitEE_;
45 
46 
47  bool debug_ ;
48 
49 };
50 
51 #endif
52 
53 
edm::InputTag EgammaSourceEE_
edm::InputTag JetsSourceEB_
edm::InputTag EgammaSourceEB_
edm::InputTag Pi0SourceEB_
EcalRecHitsMerger(const edm::ParameterSet &pset)
std::string OutputLabelEB_
edm::InputTag TausSourceEE_
edm::InputTag RestSourceEE_
edm::InputTag MuonsSourceEE_
edm::InputTag JetsSourceEE_
tuple pset
Definition: CrabTask.py:85
std::string InputRecHitEE_
edm::InputTag MuonsSourceEB_
std::string OutputLabelEE_
edm::InputTag RestSourceEB_
virtual ~EcalRecHitsMerger()
edm::InputTag Pi0SourceEE_
std::string InputRecHitEB_
edm::InputTag TausSourceEB_
void produce(edm::Event &e, const edm::EventSetup &c)