#include <PFDQMEventSelector.h>
Public Member Functions | |
PFDQMEventSelector (const edm::ParameterSet &) | |
~PFDQMEventSelector () | |
Public Member Functions inherited from edm::EDFilter | |
EDFilter () | |
virtual | ~EDFilter () |
Public Member Functions inherited from edm::ProducerBase | |
ProducerBase () | |
void | registerProducts (ProducerBase *, ProductRegistry *, ModuleDescription const &) |
boost::function< void(const BranchDescription &)> | registrationCallback () const |
used by the fwk to register list of products More... | |
virtual | ~ProducerBase () |
Private Member Functions | |
void | beginJob () |
void | endJob () |
bool | filter (edm::Event &, edm::EventSetup const &) |
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 |
typedef WorkerT< EDFilter > | WorkerType |
Public Types inherited from edm::ProducerBase | |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
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::EDFilter | |
CurrentProcessingContext const * | currentContext () const |
Protected Member Functions inherited from edm::ProducerBase | |
template<class TProducer , class TMethod > | |
void | callWhenNewProductsRegistered (TProducer *iProd, TMethod iMethod) |
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_, and verbose_.
PFDQMEventSelector::~PFDQMEventSelector | ( | ) |
Definition at line 28 of file PFDQMEventSelector.cc.
|
privatevirtual |
Reimplemented from edm::EDFilter.
Definition at line 34 of file PFDQMEventSelector.cc.
References dqmStore_, fileOpened_, openInputFile(), and cppFunctionSkipper::operator.
|
privatevirtual |
Reimplemented from edm::EDFilter.
Definition at line 73 of file PFDQMEventSelector.cc.
References gather_cfg::cout, nEvents_, nSelectedEvents_, and verbose_.
|
privatevirtual |
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_, scaleCards::path, edm::EventID::run(), 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 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().