22 const std::string& skimtool,
23 const IInterface* interface ) :
25 base_class(CPP_exothip, skimtool, interface),
26 m_trigDec(
"Trig::TrigDecisionTool/TrigDecisionTool")
39 return StatusCode::SUCCESS;
47 return StatusCode::SUCCESS;
54 auto trig_fht_wedge = std::make_unique<std::vector<float>>();
64 trig_fht_wedge->push_back(trnnout->rnnDecision().at(3));
67 for (
float value : *trig_fht_wedge) {
#define ATH_CHECK
Evaluate an expression and check for errors.
#define ATH_MSG_VERBOSE(x)
TrigRNNOutput_v2 TrigRNNOutput
Define the latest version of the RingerRings class.
TrigRNNOutputContainer_v2 TrigRNNOutputContainer
Define the latest version of the TrigRNNOutputContainer class.