CMS 3D CMS Logo

PFDQMEventSelector.h
Go to the documentation of this file.
1 #ifndef PFDQMEventSelector_H
2 #define PFDQMEventSelector_H
3 
7 
9 public:
12 
14  ~PFDQMEventSelector() override;
15 
16 private:
17  void beginJob() override;
18  bool filter(edm::Event &, edm::EventSetup const &) override;
19  void endJob() override;
20 
21  bool openInputFile();
22 
24  bool verbose_;
25 
26  std::vector<std::string> folderNames_;
29 
31 };
32 
33 #endif
PFDQMEventSelector::beginJob
void beginJob() override
Definition: PFDQMEventSelector.cc:32
EDFilter.h
DQMStore.h
dqm::legacy::MonitorElement
Definition: MonitorElement.h:462
PFDQMEventSelector::DQMStore
dqm::legacy::DQMStore DQMStore
Definition: PFDQMEventSelector.h:10
PFDQMEventSelector
Definition: PFDQMEventSelector.h:8
PFDQMEventSelector::nEvents_
uint64_t nEvents_
Definition: PFDQMEventSelector.h:23
dqm::legacy::DQMStore
Definition: DQMStore.h:727
PFDQMEventSelector::openInputFile
bool openInputFile()
Definition: PFDQMEventSelector.cc:74
PFDQMEventSelector::verbose_
bool verbose_
Definition: PFDQMEventSelector.h:24
PFDQMEventSelector::fileOpened_
bool fileOpened_
Definition: PFDQMEventSelector.h:28
PFDQMEventSelector::folderNames_
std::vector< std::string > folderNames_
Definition: PFDQMEventSelector.h:26
PFDQMEventSelector::MonitorElement
dqm::legacy::MonitorElement MonitorElement
Definition: PFDQMEventSelector.h:11
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition: AlCaHLTBitMon_QueryRunRegistry.py:256
PFDQMEventSelector::filter
bool filter(edm::Event &, edm::EventSetup const &) override
Definition: PFDQMEventSelector.cc:39
edm::ParameterSet
Definition: ParameterSet.h:47
PFDQMEventSelector::dqmStore_
DQMStore * dqmStore_
Definition: PFDQMEventSelector.h:30
PFDQMEventSelector::~PFDQMEventSelector
~PFDQMEventSelector() override
Definition: PFDQMEventSelector.cc:27
PFDQMEventSelector::endJob
void endJob() override
Definition: PFDQMEventSelector.cc:67
PFDQMEventSelector::inputFileName_
std::string inputFileName_
Definition: PFDQMEventSelector.h:27
edm::EDFilter
Definition: EDFilter.h:38
edm::EventSetup
Definition: EventSetup.h:58
PFDQMEventSelector::nSelectedEvents_
uint64_t nSelectedEvents_
Definition: PFDQMEventSelector.h:23
cond::uint64_t
unsigned long long uint64_t
Definition: Time.h:13
PFDQMEventSelector::PFDQMEventSelector
PFDQMEventSelector(const edm::ParameterSet &)
Definition: PFDQMEventSelector.cc:15
ParameterSet.h
edm::Event
Definition: Event.h:73