69 const IInterface* p) :
81 std::string fstr(
"ToolSvc.");
83 if (ind != std::string::npos)
m_ctbasename.erase(ind, fstr.length());
116 double weight)
const {
120 for (uint64_t i=0; i<counts; ++i) {
134 throw std::runtime_error(
"cutFlowSvc()->registerFilter is no longer supported. code an alternative here");
138 throw std::runtime_error(
"cutFlowSvc()->registerCut is no longer supported. code an alternative here");
149 std::string
res =
"__NOT_FOUND__";
151 for (NameIdMap_t::iterator it =
m_mctn.begin(); it !=
m_mctn.end(); ++it) {
152 if ( it->second ==
id ) {
165 NameIdMap_t::const_iterator it =
m_mctn.find(name);
166 if ( it !=
m_mctn.end() ) {
#define CHECK(...)
Evaluate an expression and check for errors.
uint32_t CutIdentifier
InstanceIdentifier is a unique identifer used for every AthFilterAlgorithm instance.
std::pair< std::vector< unsigned int >, bool > res
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T, V, H > &t)
virtual StatusCode sysInitialize() override