#include <DetectorStateFilter.h>
Private Member Functions | |
bool | filter (edm::Event &, edm::EventSetup const &) override |
Private Attributes | |
const edm::EDGetTokenT< DcsStatusCollection > | dcsStatusLabel_ |
bool | detectorOn_ |
const std::string | detectorType_ |
uint64_t | nEvents_ |
uint64_t | nSelectedEvents_ |
const bool | verbose_ |
Additional Inherited Members | |
Public Types inherited from edm::stream::EDFilter<> | |
typedef CacheContexts< T... > | CacheTypes |
typedef CacheTypes::GlobalCache | GlobalCache |
typedef AbilityChecker< T... > | HasAbility |
typedef CacheTypes::LuminosityBlockCache | LuminosityBlockCache |
typedef LuminosityBlockContextT< LuminosityBlockCache, RunCache, GlobalCache > | LuminosityBlockContext |
typedef CacheTypes::LuminosityBlockSummaryCache | LuminosityBlockSummaryCache |
typedef CacheTypes::RunCache | RunCache |
typedef RunContextT< RunCache, GlobalCache > | RunContext |
typedef CacheTypes::RunSummaryCache | RunSummaryCache |
Public Types inherited from edm::stream::EDFilterBase | |
typedef EDFilterAdaptorBase | 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::stream::EDFilterBase | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
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 ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes () |
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag const &tag) |
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 DetectorStateFilter.h.
DetectorStateFilter::DetectorStateFilter | ( | const edm::ParameterSet & | pset | ) |
Definition at line 15 of file DetectorStateFilter.cc.
References detectorOn_, nEvents_, and nSelectedEvents_.
|
override |
Definition at line 27 of file DetectorStateFilter.cc.
|
overrideprivatevirtual |
Implements edm::stream::EDFilterBase.
Definition at line 29 of file DetectorStateFilter.cc.
References DcsStatus::BPIX, gather_cfg::cout, dcsStatusLabel_, DEFINE_FWK_MODULE, detectorOn_, detectorType_, DcsStatus::FPIX, edm::Event::getByToken(), edm::EventBase::isRealData(), edm::HandleBase::isValid(), nEvents_, nSelectedEvents_, DcsStatus::TECm, DcsStatus::TECp, DcsStatus::TIBTID, DcsStatus::TOB, 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 20 of file DetectorStateFilter.h.
Referenced by filter().
|
private |
Definition at line 18 of file DetectorStateFilter.h.
Referenced by DetectorStateFilter(), and filter().
|
private |
Definition at line 19 of file DetectorStateFilter.h.
Referenced by filter().
|
private |
Definition at line 17 of file DetectorStateFilter.h.
Referenced by DetectorStateFilter(), and filter().
|
private |
Definition at line 17 of file DetectorStateFilter.h.
Referenced by DetectorStateFilter(), and filter().
|
private |
Definition at line 16 of file DetectorStateFilter.h.
Referenced by filter().