Definition at line 15 of file Prescaler.cpp.
◆ Prescaler()
Gaudi::TestSuite::Prescaler::Prescaler |
( |
const std::string & | name, |
|
|
ISvcLocator * | pSvc ) |
|
inline |
Definition at line 16 of file Prescaler.cpp.
18 }
details::FilterPredicate< Signature, Traits_, details::isLegacy< Traits_ > > FilterPredicate
Gaudi::CheckedProperty< double > m_percentPass
◆ operator()()
bool Gaudi::TestSuite::Prescaler::operator() |
( |
| ) |
const |
|
inlineoverride |
Definition at line 20 of file Prescaler.cpp.
20 {
21
24 if ( msgLevel(
MSG::DEBUG ) ) { debug() << ( pass ?
"filter passed" :
"filter failed" ) <<
endmsg; }
25 return pass;
26 }
MsgStream & endmsg(MsgStream &s)
MsgStream Modifier: endmsg. Calls the output method of the MsgStream.
Gaudi::Accumulators::BinomialCounter m_passed
◆ m_passed
◆ m_percentPass
Gaudi::CheckedProperty<double> Gaudi::TestSuite::Prescaler::m_percentPass |
Initial value:{ this, "PercentPass", 100.0,
"percentage of events that should be passed" }
Definition at line 28 of file Prescaler.cpp.
28 { this, "PercentPass", 100.0,
29 "percentage of events that should be passed" };
The documentation for this struct was generated from the following file: