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 
26 
28 
29 class TFile;
30 class TTree;
32 
34 {
35  public:
36 
38 
39  virtual ~EcalTrigPrimProducer();
40 
41  void beginJob();
42  void beginRun(edm::Run & run, const edm::EventSetup & es);
43  void endRun(edm::Run &, const edm::EventSetup &);
44  virtual void produce(edm::Event& e, const edm::EventSetup& c);
45 
46  private:
48  TFile *histfile_;
50  bool tcpFormat_;
51  bool debug_;
52  std::string label_;
53  std::string instanceNameEB_;
54  std::string instanceNameEE_;
55 
57 
59 
60  //method to get EventSetupRecords
61  unsigned long long getRecords(edm::EventSetup const& setup);
62  unsigned long long cacheID_;
63 };
64 
65 #endif
66 
67 
68 
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:33