CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
L1RCTInputProducer.h
Go to the documentation of this file.
1 #ifndef L1RCTInputProducer_h
2 #define L1RCTInputProducer_h
3 
5 
11 
13 
14 #include <string>
15 
16 class L1RCT;
17 class L1RCTLookupTables;
18 
20 {
21  public:
22  explicit L1RCTInputProducer(const edm::ParameterSet& ps);
23  virtual ~L1RCTInputProducer();
24  virtual void produce(edm::Event& e, const edm::EventSetup& c);
25  private:
28  bool useEcal;
29  bool useHcal;
32 };
33 #endif
edm::InputTag ecalDigisLabel
L1RCTInputProducer(const edm::ParameterSet &ps)
edm::InputTag hcalDigisLabel
virtual void produce(edm::Event &e, const edm::EventSetup &c)
L1RCTLookupTables * rctLookupTables
Definition: L1RCT.h:20