#include <PFDQMEventSelector.h>
Private Member Functions | |
void | beginJob () override |
void | endJob () override |
bool | filter (edm::Event &, edm::EventSetup const &) override |
bool | openInputFile () |
Private Attributes | |
DQMStore * | dqmStore_ |
bool | fileOpened_ |
std::vector< std::string > | folderNames_ |
std::string | inputFileName_ |
uint64_t | nEvents_ |
uint64_t | nSelectedEvents_ |
bool | verbose_ |
Additional Inherited Members | |
Public Types inherited from edm::EDFilter | |
typedef EDFilter | ModuleType |
Public Types inherited from edm::ProducerBase | |
using | ModuleToResolverIndicies = std::unordered_multimap< std::string, std::tuple< edm::TypeID const *, const char *, edm::ProductResolverIndex >> |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
Static Public Member Functions inherited from edm::EDFilter | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &) |
static bool | wantsGlobalLuminosityBlocks () |
static bool | wantsGlobalRuns () |
static bool | wantsStreamLuminosityBlocks () |
static bool | wantsStreamRuns () |
Protected Member Functions inherited from edm::EDConsumerBase | |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (edm::InputTag const &tag) |
EDGetToken | consumes (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | consumes (TypeToGet const &id, edm::InputTag const &tag) |
ConsumesCollector | consumesCollector () |
Use a ConsumesCollector to gather consumes information from helper functions. More... | |
template<typename ProductType , BranchType B = InEvent> | |
void | consumesMany () |
void | consumesMany (const TypeToGet &id) |
template<BranchType B> | |
void | consumesMany (const TypeToGet &id) |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | mayConsume (edm::InputTag const &tag) |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
Definition at line 8 of file PFDQMEventSelector.h.
PFDQMEventSelector::PFDQMEventSelector | ( | const edm::ParameterSet & | pset | ) |
Definition at line 16 of file PFDQMEventSelector.cc.
References fileOpened_, folderNames_, edm::ParameterSet::getParameter(), inputFileName_, nEvents_, nSelectedEvents_, AlCaHLTBitMon_QueryRunRegistry::string, and verbose_.
|
override |
Definition at line 28 of file PFDQMEventSelector.cc.
|
overrideprivatevirtual |
Reimplemented from edm::EDFilter.
Definition at line 34 of file PFDQMEventSelector.cc.
References dqmStore_, fileOpened_, openInputFile(), and Utilities::operator.
|
overrideprivatevirtual |
Reimplemented from edm::EDFilter.
Definition at line 73 of file PFDQMEventSelector.cc.
References gather_cfg::cout, nEvents_, nSelectedEvents_, and verbose_.
|
overrideprivatevirtual |
Implements edm::EDFilter.
Definition at line 42 of file PFDQMEventSelector.cc.
References gather_cfg::cout, dqmStore_, edm::EventID::event(), fileOpened_, folderNames_, DQMStore::get(), edm::EventBase::id(), edm::EventID::luminosityBlock(), nEvents_, nSelectedEvents_, callgraph::path, edm::EventID::run(), AlCaHLTBitMon_QueryRunRegistry::string, and verbose_.
Referenced by Vispa.Plugins.Browser.BrowserTabController.BrowserTabController::filter(), Vispa.Plugins.Browser.BrowserTabController.BrowserTabController::find(), Vispa.Plugins.Browser.BrowserTabController.BrowserTabController::setDataAccessor(), and Vispa.Plugins.Browser.BrowserTabController.BrowserTabController::switchCenterView().
|
private |
Definition at line 81 of file PFDQMEventSelector.cc.
References DEFINE_FWK_MODULE, dqmStore_, inputFileName_, DQMStore::open(), and DQMStore::StripRunDirs.
Referenced by beginJob().
|
private |
Definition at line 28 of file PFDQMEventSelector.h.
Referenced by beginJob(), filter(), and openInputFile().
|
private |
Definition at line 26 of file PFDQMEventSelector.h.
Referenced by beginJob(), filter(), and PFDQMEventSelector().
|
private |
Definition at line 24 of file PFDQMEventSelector.h.
Referenced by filter(), and PFDQMEventSelector().
|
private |
Definition at line 25 of file PFDQMEventSelector.h.
Referenced by openInputFile(), and PFDQMEventSelector().
|
private |
Definition at line 21 of file PFDQMEventSelector.h.
Referenced by endJob(), filter(), and PFDQMEventSelector().
|
private |
Definition at line 21 of file PFDQMEventSelector.h.
Referenced by endJob(), filter(), and PFDQMEventSelector().
|
private |
Definition at line 22 of file PFDQMEventSelector.h.
Referenced by endJob(), filter(), and PFDQMEventSelector().