#include <TriggerBitChecker.h>
Classes | |
struct | pathStruct |
Public Member Functions | |
bool | check (const edm::EventBase &event, const edm::TriggerResults &result) const |
TriggerBitChecker (const std::string &path="DUMMY") | |
TriggerBitChecker (const std::vector< std::string > &paths) | |
~TriggerBitChecker () | |
Private Member Functions | |
pathStruct | returnPathStruct (const std::string &path) const |
void | rmstar () |
executes a 'rm -rf *' in current directory More... | |
void | syncIndices (const edm::EventBase &event, const edm::TriggerResults &result) const |
sync indices with path names More... | |
Private Attributes | |
std::vector< unsigned int > | indices_ |
unsigned int | lastRun_ |
std::vector< pathStruct > | paths_ |
Definition at line 11 of file TriggerBitChecker.h.
heppy::TriggerBitChecker::TriggerBitChecker | ( | const std::string & | path = "DUMMY" | ) |
Definition at line 7 of file TriggerBitChecker.cc.
References rmstar().
heppy::TriggerBitChecker::TriggerBitChecker | ( | const std::vector< std::string > & | paths | ) |
Definition at line 9 of file TriggerBitChecker.cc.
References i, paths_, returnPathStruct(), and rmstar().
|
inline |
Definition at line 23 of file TriggerBitChecker.h.
bool heppy::TriggerBitChecker::check | ( | const edm::EventBase & | event, |
const edm::TriggerResults & | result | ||
) | const |
Definition at line 24 of file TriggerBitChecker.cc.
References edm::HLTGlobalStatus::accept(), edm::EventBase::id(), indices_, lastRun_, edm::EventID::run(), and syncIndices().
|
private |
Definition at line 14 of file TriggerBitChecker.cc.
References heppy::TriggerBitChecker::pathStruct::first, heppy::TriggerBitChecker::pathStruct::last, and heppy::TriggerBitChecker::pathStruct::pathName.
Referenced by TriggerBitChecker().
|
private |
executes a 'rm -rf *' in current directory
Definition at line 44 of file TriggerBitChecker.cc.
References customizeTrackingMonitorSeedNumber::idx, and paths_.
Referenced by TriggerBitChecker().
|
private |
sync indices with path names
Definition at line 32 of file TriggerBitChecker.cc.
References i, indices_, gen::n, cscdqm::h::names, paths_, edm::TriggerNames::size(), AlCaHLTBitMon_QueryRunRegistry::string, and edm::TriggerNames::triggerName().
Referenced by check().
|
mutableprivate |
Definition at line 32 of file TriggerBitChecker.h.
Referenced by check(), and syncIndices().
|
mutableprivate |
Definition at line 31 of file TriggerBitChecker.h.
Referenced by check().
|
private |
Definition at line 29 of file TriggerBitChecker.h.
Referenced by Config.Process::_insertPaths(), Config.Process::dumpConfig(), Config.Process::dumpPython(), Config.Process::pathNames(), rmstar(), syncIndices(), and TriggerBitChecker().