CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
L1TCaloUpgradeToGCTConverter.h
Go to the documentation of this file.
1 #ifndef L1TCaloUpgradeToGCTConverter_h
2 #define L1TCaloUpgradeToGCTConverter_h
3 
12 
13 
14 // system include files
15 #include <boost/shared_ptr.hpp>
16 
17 // user include files
18 
29 
31 
34 
40 
42 
43 #include <vector>
44 
45 using namespace std;
46 using namespace edm;
47 
48 
49 //
50 // class declaration
51 //
52 
54  public:
57 
58  static void fillDescriptions(ConfigurationDescriptions& descriptions);
59 
60  private:
61  virtual void produce(Event&, EventSetup const&) override;
62  virtual void beginJob();
63  virtual void endJob();
64  virtual void beginRun(Run const&iR, EventSetup const&iE);
65  virtual void endRun(Run const& iR, EventSetup const& iE);
66 
74 
75  int bxMin_;
76  int bxMax_;
77 
78  };
79 
80 #endif
void beginJob()
Definition: Breakpoints.cc:15
Definition: Run.h:41