16 const std::string& name,
17 const IInterface* parent )
18 : base_class(
type, name, parent ),
26 ATH_MSG_INFO(
"TrigL2CaloLayersHypoTool initialization completed successfully.");
34 return StatusCode::SUCCESS;
40 for (
auto& i: input ) {
47 return StatusCode::SUCCESS;
54 if ( !
input.clusters )
return false;
61 if ( !pClus or (pClus->
energy()<0.1) or (fabsf(pClus->
eta())>2.1) ) {
72 std::vector<double> fracs;
Header file to be included by clients of the Monitored infrastructure.
TrigCompositeUtils::DecisionID numeric() const
numeric ID
float eta() const
get Eta (calibrated)
float energy() const
get Energy (calibrated)
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.
TrigEMCluster_v1 TrigEMCluster
Define the latest version of the trigger EM cluster class.