13 const std::string& name,
14 const IInterface* parent)
20 return StatusCode::SUCCESS;
25 const EventContext& )
const {
30 std::vector<uint8_t> legPasses(std::max((
int)
legMultiplicity().size(), 1), 0);
31 for (
const Combo::LegDecision& ld : combination) {
36 if ((*f)->pt() > 45.0) {
38 legPasses.at(
index ) = 1;
41 for (
const uint8_t pass : legPasses) {
#define ATH_MSG_ALWAYS(x)
ElementLink implementation for ROOT usage.
const std::string & featureString()
int32_t getIndexFromLeg(const HLT::Identifier &legIdentifier)
Extract the numeric index of a leg identifier.
DataVector< IParticle > IParticleContainer
Simple convenience declaration of IParticleContainer.