#include <FWHLTValidator.h>
Definition at line 15 of file FWHLTValidator.h.
◆ FWHLTValidator() [1/2]
FWHLTValidator::FWHLTValidator |
( |
std::string & |
x | ) |
|
|
inline |
◆ ~FWHLTValidator()
FWHLTValidator::~FWHLTValidator |
( |
| ) |
|
|
inlineoverride |
◆ FWHLTValidator() [2/2]
◆ fillOptions()
void FWHLTValidator::fillOptions |
( |
const char * |
iBegin, |
|
|
const char * |
iEnd, |
|
|
std::vector< std::pair< std::shared_ptr< std::string >, std::string > > & |
oOptions |
|
) |
| const |
|
overridevirtual |
Implements FWValidatorBase.
Definition at line 23 of file FWHLTValidator.cc.
28 part = boost::regex_replace(
part, boost::regex(
".*?(\\&\\&|\\|\\||\\s)+"),
"");
48 unsigned int part_size =
part.size();
52 oOptions.push_back(std::make_pair(std::make_shared<std::string>(*
trigger),
References fwLog, edm::EventBase::getByLabel(), FWGUIManager::getCurrentEvent(), FWGUIManager::getGUIManager(), mps_fire::i, fwlog::kWarning, m_process, m_triggerNames, AlCaHLTBitMon_QueryRunRegistry::string, GlobalPosition_Frontier_DevDB_cff::tag, and L1TEGammaOffline_cfi::triggerNames.
◆ operator=()
◆ setProcess()
void FWHLTValidator::setProcess |
( |
const char * |
x | ) |
|
|
inline |
◆ m_process
std::string FWHLTValidator::m_process |
|
private |
◆ m_triggerNames
std::vector<std::string> FWHLTValidator::m_triggerNames |
|
mutableprivate |