CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
PFDQMEventSelector.h
Go to the documentation of this file.
1 #ifndef PFDQMEventSelector_H
2 #define PFDQMEventSelector_H
3 
6 
7 class DQMStore;
9 
10 public:
13 
14 private:
15  void beginJob();
16  bool filter( edm::Event &, edm::EventSetup const& );
17  void endJob();
18 
19  bool openInputFile();
20 
22  bool verbose_;
23 
24  std::vector<std::string> folderNames_;
26  bool fileOpened_;
27 
29 };
30 
31 #endif
PFDQMEventSelector(const edm::ParameterSet &)
unsigned long long uint64_t
Definition: Time.h:15
std::vector< std::string > folderNames_
std::string inputFileName_
bool filter(edm::Event &, edm::EventSetup const &)