CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
EcalBxOrbitNumberGrapher.h
Go to the documentation of this file.
1 
2 // -*- C++ -*-
3 //
4 // Package: EcalBxOrbitNumberGrapher
5 // Class: EcalBxOrbitNumberGrapher
6 //
14 //
15 // Original Author: Seth COOPER
16 // Created: Th Nov 22 5:46:22 CEST 2007
17 // $Id: EcalBxOrbitNumberGrapher.h,v 1.2 2010/01/04 15:07:39 ferriff Exp $
18 //
19 //
20 
21 
22 // system include files
23 #include <memory>
24 #include <vector>
25 #include <map>
26 #include <set>
27 
28 // user include files
36 
37 //#include "DataFormats/EcalDigi/interface/EcalDigiCollections.h"
38 
40 
41 
42 
43 #include "TFile.h"
44 #include "TH1F.h"
45 
46 
47 //
48 // class declaration
49 //
50 
52  public:
55 
56 
57  private:
58  virtual void beginJob();
59  virtual void analyze(const edm::Event&, const edm::EventSetup&);
60  virtual void endJob() ;
61  void initHists(int);
62 
63  // ----------member data ---------------------------
64 
65 
66  std::string digiProducer_;
67  int runNum_;
68  std::string fileName_;
69 
74 
75  TFile* file;
76 
77 };
virtual void analyze(const edm::Event &, const edm::EventSetup &)
EcalBxOrbitNumberGrapher(const edm::ParameterSet &)