ATLAS Offline Software
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 
14 namespace TrigCompositeUtils {
18  enum ActiveState {
21  INACTIVE
22  };
23 } //> end namespace TrigCompositeUtils
24 
25 #endif //> !TRIGCOMPOSITEUTILS_ACTIVESTATE_H
TrigCompositeUtils::ActiveState
ActiveState
Additional information returned by the TrigerDecisionTool's feature retrieval, contained within the L...
Definition: ActiveState.h:18
TrigCompositeUtils::UNSET
@ UNSET
Default property of state.
Definition: ActiveState.h:19
TrigCompositeUtils::INACTIVE
@ INACTIVE
The link was inactive for all of the HLT Chains requested in the TDT.
Definition: ActiveState.h:21
StatusCode.h
TrigCompositeUtils::ACTIVE
@ ACTIVE
The link was still active for one-or-more of the HLT Chains requested in the TDT.
Definition: ActiveState.h:20
TrigCompositeUtils
Definition: Event/xAOD/xAODTrigger/xAODTrigger/TrigComposite.h:19
TrigComposite.h