CMS 3D CMS Logo

PhotonDataCertification.h
Go to the documentation of this file.
1 #ifndef PhotonDataCertification_H
2 #define PhotonDataCertification_H
3 
4 // system include files
5 #include <memory>
6 
8 //
12 
13 //root include files
14 #include "TFile.h"
15 #include "TH1.h"
16 #include "TH2.h"
17 #include "TTree.h"
18 #include "TVector3.h"
19 #include "TProfile.h"
20 //
21 
22 // user include files
26 
27 //DQM services
31 
32 // forward declarations
33 class TFile;
34 class TH1F;
35 class TH2F;
36 class TProfile;
37 class TTree;
38 
39 //
40 // class decleration
41 //
42 
44 public:
46  ~PhotonDataCertification() override;
47 
48  void dqmEndJob(DQMStore::IBooker&, DQMStore::IGetter&) override; //performed in the endJob
49 
50 private:
52 
53  bool verbose_;
57 
58  // ----------member data ---------------------------
59 };
60 
61 #endif
PhotonDataCertification(const edm::ParameterSet &pset)
float invMassZtest(std::string path, TString name, DQMStore::IGetter &)
void dqmEndJob(DQMStore::IBooker &, DQMStore::IGetter &) override