Provides a code based selection for trigger and DCS information in order to have no failing filters in the CMSSW path. More...
#include "DQM/TrackerCommon/interface/TriggerHelper.h"
Public Member Functions | |
bool | accept (const edm::Event &event, const edm::EventSetup &setup) |
To be called from analyze/filter() methods. More... | |
void | initRun (const edm::Run &run, const edm::EventSetup &setup) |
To be called from beginedm::Run() methods. More... | |
bool | off () |
bool | on () |
TriggerHelper (const edm::ParameterSet &config) | |
To be called from the ED module's c'tor. More... | |
~TriggerHelper () | |
To be called from d'tors by 'delete'. More... | |
Private Member Functions | |
bool | acceptDcs (const edm::Event &event) |
bool | acceptDcsPartition (const edm::Handle< DcsStatusCollection > &dcsStatus, int dcsPartition) const |
bool | acceptGt (const edm::Event &event) |
Does this event fulfill the configured GT status logical expression combination? More... | |
bool | acceptGtLogicalExpression (const edm::Handle< L1GlobalTriggerReadoutRecord > >ReadoutRecord, std::string gtLogicalExpression) |
Does this event fulfill this particular GT status bits' logical expression? More... | |
bool | acceptHlt (const edm::Event &event) |
Was this event accepted by the configured HLT logical expression combination? More... | |
bool | acceptHltLogicalExpression (const edm::Handle< edm::TriggerResults > &hltTriggerResults, std::string hltLogicalExpression) const |
Was this event accepted by this particular HLT paths' logical expression? More... | |
bool | acceptL1 (const edm::Event &event, const edm::EventSetup &setup) |
Was this event accepted by the configured L1 logical expression combination? More... | |
bool | acceptL1LogicalExpression (const edm::Event &event, std::string l1LogicalExpression) |
Was this event accepted by this particular L1 algorithms' logical expression? More... | |
std::vector< std::string > | expressionsFromDB (const std::string &key, const edm::EventSetup &setup) |
Reads and returns logical expressions from DB. More... | |
bool | negate (std::string &word) const |
Checks for negated words. More... | |
Private Attributes | |
bool | andOr_ |
bool | andOrDcs_ |
bool | andOrGt_ |
bool | andOrHlt_ |
bool | andOrL1_ |
const std::string | configError_ |
edm::InputTag | dcsInputTag_ |
std::vector< int > | dcsPartitions_ |
bool | errorReplyDcs_ |
bool | errorReplyGt_ |
bool | errorReplyHlt_ |
bool | errorReplyL1_ |
std::string | gtDBKey_ |
edm::InputTag | gtInputTag_ |
std::vector< std::string > | gtLogicalExpressions_ |
HLTConfigProvider | hltConfig_ |
bool | hltConfigInit_ |
std::string | hltDBKey_ |
edm::InputTag | hltInputTag_ |
std::vector< std::string > | hltLogicalExpressions_ |
std::string | l1DBKey_ |
L1GtUtils | l1Gt_ |
std::vector< std::string > | l1LogicalExpressions_ |
bool | on_ |
bool | onDcs_ |
bool | onGt_ |
bool | onHlt_ |
bool | onL1_ |
edm::ESWatcher < AlCaRecoTriggerBitsRcd > * | watchDB_ |
Provides a code based selection for trigger and DCS information in order to have no failing filters in the CMSSW path.
[...]
Definition at line 33 of file TriggerHelper.h.
TriggerHelper::TriggerHelper | ( | const edm::ParameterSet & | config | ) |
To be called from the ED module's c'tor.
Definition at line 18 of file TriggerHelper.cc.
References andOr_, andOrDcs_, andOrGt_, andOrHlt_, andOrL1_, dcsInputTag_, dcsPartitions_, errorReplyDcs_, errorReplyGt_, errorReplyHlt_, errorReplyL1_, edm::ParameterSet::exists(), edm::ParameterSet::getParameter(), gtDBKey_, gtInputTag_, gtLogicalExpressions_, hltDBKey_, hltInputTag_, hltLogicalExpressions_, l1DBKey_, l1LogicalExpressions_, on_, onDcs_, onGt_, onHlt_, onL1_, AlCaHLTBitMon_QueryRunRegistry::string, and watchDB_.
TriggerHelper::~TriggerHelper | ( | ) |
To be called from d'tors by 'delete'.
Definition at line 85 of file TriggerHelper.cc.
bool TriggerHelper::accept | ( | const edm::Event & | event, |
const edm::EventSetup & | setup | ||
) |
To be called from analyze/filter() methods.
Definition at line 132 of file TriggerHelper.cc.
References acceptDcs(), acceptGt(), acceptHlt(), acceptL1(), andOr_, and on_.
Referenced by Vispa.Gui.BoxContentDialog.BoxContentDialog::apply(), and Vispa.Plugins.ConfigEditor.ToolDialog.ToolDialog::apply().
|
private |
Definition at line 144 of file TriggerHelper.cc.
References acceptDcsPartition(), andOr_, andOrDcs_, dcsInputTag_, dcsPartitions_, edm::InputTag::encode(), errorReplyDcs_, edm::HandleBase::isValid(), and onDcs_.
Referenced by accept().
|
private |
Definition at line 173 of file TriggerHelper.cc.
References DcsStatus::BPIX, DcsStatus::CASTOR, DcsStatus::CSCm, DcsStatus::CSCp, DcsStatus::DT0, DcsStatus::DTm, DcsStatus::DTp, DcsStatus::EBm, DcsStatus::EBp, DcsStatus::EEm, DcsStatus::EEp, errorReplyDcs_, DcsStatus::ESm, DcsStatus::ESp, DcsStatus::FPIX, DcsStatus::HBHEa, DcsStatus::HBHEb, DcsStatus::HBHEc, DcsStatus::HF, DcsStatus::HO, DcsStatus::RPC, DcsStatus::TECm, DcsStatus::TECp, DcsStatus::TIBTID, and DcsStatus::TOB.
Referenced by acceptDcs().
|
private |
Does this event fulfill the configured GT status logical expression combination?
Definition at line 215 of file TriggerHelper.cc.
References acceptGtLogicalExpression(), andOr_, andOrGt_, edm::InputTag::encode(), errorReplyGt_, gtInputTag_, gtLogicalExpressions_, edm::HandleBase::isValid(), and onGt_.
Referenced by accept().
|
private |
Does this event fulfill this particular GT status bits' logical expression?
Definition at line 245 of file TriggerHelper.cc.
References errorReplyDcs_, errorReplyGt_, L1GtLogicParser::expressionResult(), negate(), L1GtLogicParser::operandTokenVector(), and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by acceptGt().
|
private |
Was this event accepted by the configured HLT logical expression combination?
Definition at line 353 of file TriggerHelper.cc.
References acceptHltLogicalExpression(), andOr_, andOrHlt_, edm::InputTag::encode(), errorReplyHlt_, hltConfigInit_, hltInputTag_, hltLogicalExpressions_, edm::HandleBase::isValid(), and onHlt_.
Referenced by accept().
|
private |
Was this event accepted by this particular HLT paths' logical expression?
Definition at line 389 of file TriggerHelper.cc.
References errorReplyHlt_, L1GtLogicParser::expressionResult(), hltConfig_, hltInputTag_, negate(), L1GtLogicParser::operandTokenVector(), edm::InputTag::process(), HLTConfigProvider::size(), AlCaHLTBitMon_QueryRunRegistry::string, and HLTConfigProvider::triggerIndex().
Referenced by acceptHlt().
|
private |
Was this event accepted by the configured L1 logical expression combination?
Definition at line 286 of file TriggerHelper.cc.
References acceptL1LogicalExpression(), andOr_, andOrL1_, l1Gt_, l1LogicalExpressions_, onL1_, and L1GtUtils::retrieveL1EventSetup().
Referenced by accept().
|
private |
Was this event accepted by this particular L1 algorithms' logical expression?
Definition at line 311 of file TriggerHelper.cc.
References L1GtUtils::decision(), relativeConstraints::error, errorReplyL1_, L1GtLogicParser::expressionResult(), l1Gt_, negate(), L1GtLogicParser::operandTokenVector(), and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by acceptL1().
|
private |
Reads and returns logical expressions from DB.
Definition at line 436 of file TriggerHelper.cc.
References configError_, and edm::EventSetup::get().
Referenced by initRun().
void TriggerHelper::initRun | ( | const edm::Run & | run, |
const edm::EventSetup & | setup | ||
) |
To be called from beginedm::Run() methods.
Definition at line 94 of file TriggerHelper.cc.
References edm::ESWatcher< T >::check(), configError_, edm::InputTag::encode(), expressionsFromDB(), gtDBKey_, gtLogicalExpressions_, hltConfig_, hltConfigInit_, hltDBKey_, hltInputTag_, hltLogicalExpressions_, HLTConfigProvider::init(), l1DBKey_, l1LogicalExpressions_, onGt_, onHlt_, onL1_, edm::InputTag::process(), HLTConfigProvider::size(), and watchDB_.
|
private |
Checks for negated words.
Definition at line 454 of file TriggerHelper.cc.
Referenced by acceptGtLogicalExpression(), acceptHltLogicalExpression(), and acceptL1LogicalExpression().
|
inline |
|
inline |
|
private |
Definition at line 41 of file TriggerHelper.h.
Referenced by accept(), acceptDcs(), acceptGt(), acceptHlt(), acceptL1(), and TriggerHelper().
|
private |
Definition at line 42 of file TriggerHelper.h.
Referenced by acceptDcs(), and TriggerHelper().
|
private |
Definition at line 46 of file TriggerHelper.h.
Referenced by acceptGt(), and TriggerHelper().
|
private |
Definition at line 55 of file TriggerHelper.h.
Referenced by acceptHlt(), and TriggerHelper().
|
private |
Definition at line 51 of file TriggerHelper.h.
Referenced by acceptL1(), and TriggerHelper().
|
private |
Definition at line 67 of file TriggerHelper.h.
Referenced by expressionsFromDB(), and initRun().
|
private |
Definition at line 43 of file TriggerHelper.h.
Referenced by acceptDcs(), and TriggerHelper().
|
private |
Definition at line 44 of file TriggerHelper.h.
Referenced by acceptDcs(), and TriggerHelper().
|
private |
Definition at line 45 of file TriggerHelper.h.
Referenced by acceptDcs(), acceptDcsPartition(), acceptGtLogicalExpression(), and TriggerHelper().
|
private |
Definition at line 50 of file TriggerHelper.h.
Referenced by acceptGt(), acceptGtLogicalExpression(), and TriggerHelper().
|
private |
Definition at line 59 of file TriggerHelper.h.
Referenced by acceptHlt(), acceptHltLogicalExpression(), and TriggerHelper().
|
private |
Definition at line 54 of file TriggerHelper.h.
Referenced by acceptL1LogicalExpression(), and TriggerHelper().
|
private |
Definition at line 48 of file TriggerHelper.h.
Referenced by initRun(), and TriggerHelper().
|
private |
Definition at line 47 of file TriggerHelper.h.
Referenced by acceptGt(), and TriggerHelper().
|
private |
Definition at line 49 of file TriggerHelper.h.
Referenced by acceptGt(), initRun(), and TriggerHelper().
|
private |
Definition at line 38 of file TriggerHelper.h.
Referenced by acceptHltLogicalExpression(), and initRun().
|
private |
Definition at line 39 of file TriggerHelper.h.
Referenced by acceptHlt(), and initRun().
|
private |
Definition at line 57 of file TriggerHelper.h.
Referenced by initRun(), and TriggerHelper().
|
private |
Definition at line 56 of file TriggerHelper.h.
Referenced by acceptHlt(), acceptHltLogicalExpression(), initRun(), and TriggerHelper().
|
private |
Definition at line 58 of file TriggerHelper.h.
Referenced by acceptHlt(), initRun(), and TriggerHelper().
|
private |
Definition at line 52 of file TriggerHelper.h.
Referenced by initRun(), and TriggerHelper().
|
private |
Definition at line 37 of file TriggerHelper.h.
Referenced by acceptL1(), and acceptL1LogicalExpression().
|
private |
Definition at line 53 of file TriggerHelper.h.
Referenced by acceptL1(), initRun(), and TriggerHelper().
|
private |
Definition at line 61 of file TriggerHelper.h.
Referenced by accept(), off(), on(), TriggerHelper(), and ~TriggerHelper().
|
private |
Definition at line 62 of file TriggerHelper.h.
Referenced by acceptDcs(), and TriggerHelper().
|
private |
Definition at line 63 of file TriggerHelper.h.
Referenced by acceptGt(), initRun(), and TriggerHelper().
|
private |
Definition at line 65 of file TriggerHelper.h.
Referenced by acceptHlt(), initRun(), and TriggerHelper().
|
private |
Definition at line 64 of file TriggerHelper.h.
Referenced by acceptL1(), initRun(), and TriggerHelper().
|
private |
Definition at line 36 of file TriggerHelper.h.
Referenced by initRun(), TriggerHelper(), and ~TriggerHelper().