12 const std::string& name,
13 const IInterface* parent )
14 : base_class(
type, name, parent ),
22 return StatusCode::SUCCESS;
41 auto rnn = input.rnnOutput;
42 std::vector<float>
vec = rnn->rnnDecision();
52 fHT_wedge =
vec.at(3);
53 trththits_road =
vec.at(0);
54 trththits_wedge =
vec.at(2);
78StatusCode TrigTRTHTHhypoTool::decide( std::vector<RNNOutputInfo>& input )
const {
79 for (
auto& i: input ) {
86 return StatusCode::SUCCESS;
std::vector< size_t > vec
Header file to be included by clients of the Monitored infrastructure.
TrigCompositeUtils::DecisionID numeric() const
numeric ID
Group of local monitoring quantities and retain correlation when filling histograms
Declare a monitored scalar variable.
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.