#include <PFDQMEventSelector.h>
Public Member Functions | |
PFDQMEventSelector (const edm::ParameterSet &) | |
~PFDQMEventSelector () override | |
Public Member Functions inherited from edm::EDFilter | |
EDFilter () | |
ModuleDescription const & | moduleDescription () const |
~EDFilter () override | |
Public Member Functions inherited from edm::ProducerBase | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
std::vector< edm::ProductResolverIndex > const & | indiciesForPutProducts (BranchType iBranchType) const |
ProducerBase () | |
std::vector< edm::ProductResolverIndex > const & | putTokenIndexToProductResolverIndex () const |
void | registerProducts (ProducerBase *, ProductRegistry *, ModuleDescription const &) |
std::function< void(BranchDescription const &)> | registrationCallback () const |
used by the fwk to register list of products More... | |
void | resolvePutIndicies (BranchType iBranchType, ModuleToResolverIndicies const &iIndicies, std::string const &moduleLabel) |
virtual | ~ProducerBase () noexcept(false) |
Public Member Functions inherited from edm::EDConsumerBase | |
std::vector< ConsumesInfo > | consumesInfo () const |
void | convertCurrentProcessAlias (std::string const &processName) |
Convert "@currentProcess" in InputTag process names to the actual current process name. More... | |
EDConsumerBase () | |
EDConsumerBase (EDConsumerBase const &)=delete | |
EDConsumerBase (EDConsumerBase &&)=default | |
ProductResolverIndexAndSkipBit | indexFrom (EDGetToken, BranchType, TypeID const &) const |
void | itemsMayGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const |
void | itemsToGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const |
std::vector< ProductResolverIndexAndSkipBit > const & | itemsToGetFrom (BranchType iType) const |
void | labelsForToken (EDGetToken iToken, Labels &oLabels) const |
void | modulesWhoseProductsAreConsumed (std::vector< ModuleDescription const * > &modules, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const |
EDConsumerBase const & | operator= (EDConsumerBase const &)=delete |
EDConsumerBase & | operator= (EDConsumerBase &&)=default |
bool | registeredToConsume (ProductResolverIndex, bool, BranchType) const |
bool | registeredToConsumeMany (TypeID const &, BranchType) const |
void | updateLookup (BranchType iBranchType, ProductResolverIndexHelper const &, bool iPrefetchMayGet) |
virtual | ~EDConsumerBase () noexcept(false) |
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 &) |
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().