8#include "GaudiKernel/SystemOfUnits.h"
16 : base_class(
type, name, parent),
34 return StatusCode::SUCCESS;
50 if(n_tracks_leadAcc(*diTau) >
m_ditau_lead_max_trk.value() || n_tracks_leadAcc(*diTau) < 0)
continue;
51 if(n_tracks_sublAcc(*diTau) >
m_ditau_subl_max_trk.value() || n_tracks_sublAcc(*diTau) < 0)
continue;
60 for(
auto& i : input) {
68 return StatusCode::SUCCESS;
Header file to be included by clients of the Monitored infrastructure.
Helper class to provide constant type-safe access to aux data.
It used to be useful piece of code for replacing actual SG with other store of similar functionality ...
bool passed(DecisionID id, const DecisionIDContainer &idSet)
checks if required decision ID is in the set of IDs in the container
void addDecisionID(DecisionID id, Decision *d)
Appends the decision (given as ID) to the decision object.
DiTauJet_v1 DiTauJet
Definition of the current version.