CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
SubdetFEDSelector.h
Go to the documentation of this file.
1 #ifndef Calibration_SubdetFEDSelector_h
2 #define Calibration_SubdetFEDSelector_h
3 
4 // user include files
7 
10 
13 
17 
19 
21 public:
24 
25  bool getEcal_;
26  bool getHcal_;
27  bool getStrip_;
28  bool getPixel_;
29  bool getMuon_;
31 
33 
34 private:
35  virtual void beginJob() ;
36  virtual void produce(edm::Event&, const edm::EventSetup&);
37  virtual void endJob() ;
38 
39  // ----------member data ---------------------------
40 };
41 
42 #endif
virtual void endJob()
SubdetFEDSelector(const edm::ParameterSet &)
edm::EDGetTokenT< FEDRawDataCollection > tok_raw_
virtual void beginJob()
virtual void produce(edm::Event &, const edm::EventSetup &)