ATLAS Offline Software
Loading...
Searching...
No Matches
ActiveState.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef TRIGCOMPOSITEUTILS_ACTIVESTATE_H
6#define TRIGCOMPOSITEUTILS_ACTIVESTATE_H
7
9#include "AthLinks/ElementLink.h"
11
12#include <set>
13
14namespace TrigCompositeUtils {
23} //> end namespace TrigCompositeUtils
24
25#endif //> !TRIGCOMPOSITEUTILS_ACTIVESTATE_H
ActiveState
Additional information returned by the TrigerDecisionTool's feature retrieval, contained within the L...
Definition ActiveState.h:18
@ ACTIVE
The link was still active for one-or-more of the HLT Chains requested in the TDT.
Definition ActiveState.h:20
@ UNSET
Default property of state.
Definition ActiveState.h:19
@ INACTIVE
The link was inactive for all of the HLT Chains requested in the TDT.
Definition ActiveState.h:21