CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
EcalTrigPrimProducer.h
Go to the documentation of this file.
1 #ifndef EcaltrigprimProducer_h
2 #define EcaltrigprimProducer_h
3 
24 
27 
29 
30 class TFile;
31 class TTree;
33 
35 {
36  public:
37 
39 
40  virtual ~EcalTrigPrimProducer();
41 
42  void beginJob();
43  void beginRun(edm::Run & run, const edm::EventSetup & es);
44  void endRun(edm::Run &, const edm::EventSetup &);
45  virtual void produce(edm::Event& e, const edm::EventSetup& c);
46 
47  private:
49  TFile *histfile_;
51  bool tcpFormat_;
52  bool debug_;
53  std::string label_;
54  std::string instanceNameEB_;
55  std::string instanceNameEE_;
56 
58 
60 
61  //method to get EventSetupRecords
62  unsigned long long getRecords(edm::EventSetup const& setup);
63  unsigned long long cacheID_;
64 };
65 
66 #endif
67 
68 
69 
EcalTrigPrimFunctionalAlgo * algo_
EcalTrigPrimProducer(const edm::ParameterSet &conf)
void beginRun(edm::Run &run, const edm::EventSetup &es)
unsigned long long cacheID_
unsigned long long getRecords(edm::EventSetup const &setup)
void endRun(edm::Run &, const edm::EventSetup &)
tuple conf
Definition: dbtoconf.py:185
virtual void produce(edm::Event &e, const edm::EventSetup &c)
const edm::ParameterSet ps_
void setup(std::vector< TH2F > &depth, std::string name, std::string units="")
Definition: Run.h:32