CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DQMFileLoader.h
Go to the documentation of this file.
1 #ifndef TauDQMFileLoader_h
2 #define TauDQMFileLoader_h
3 
11 // framework & common header files
16 
18 
19 #include <TH1.h>
20 
21 #include <vector>
22 #include <string>
23 
25 {
26  typedef std::vector<std::string> vstring;
27  typedef std::set<std::string> sstring;
28 
30  {
32  void print() const;
35  double scaleFactor_;
37  };
38 
39  public:
40  explicit TauDQMFileLoader(const edm::ParameterSet&);
41  virtual ~TauDQMFileLoader();
42  virtual void analyze(const edm::Event&, const edm::EventSetup&);
43  virtual void endJob(){}
44  virtual void endRun(const edm::Run& r, const edm::EventSetup& c);
45 
46 private:
47  std::map<std::string, cfgEntryFileSet> fileSets_;
48  std::map<std::string, sstring> subDirectoryMap_;
49  int cfgError_;
50 };
51 
52 #endif
53 
54 
virtual void analyze(const edm::Event &, const edm::EventSetup &)
virtual void endJob()
Definition: DQMFileLoader.h:43
std::set< std::string > sstring
Definition: DQMFileLoader.h:27
virtual void endRun(const edm::Run &r, const edm::EventSetup &c)
std::map< std::string, sstring > subDirectoryMap_
Definition: DQMFileLoader.h:48
std::vector< std::string > vstring
Definition: DQMFileLoader.h:26
cfgEntryFileSet(const std::string &, const edm::ParameterSet &)
virtual ~TauDQMFileLoader()
std::map< std::string, cfgEntryFileSet > fileSets_
Definition: DQMFileLoader.h:47
TauDQMFileLoader(const edm::ParameterSet &)
Definition: Run.h:43