ATLAS Offline Software
Trigger/TrigEvent/TrigNavStructure/Root/Types.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef TRIGNAVSTRUCTURE_TYPES_H
6 #define TRIGNAVSTRUCTURE_TYPES_H
7 namespace HLT {
8  typedef uint32_t teid_type;
12 
13 
14  const static class_id_type invalid_class_id = 0;
15  const static index_type invalid_index = static_cast<uint32_t>(-1);
16  const static index_type invalid_sub_index = static_cast<uint16_t>(-1);
17 
18 }
19 #endif
xAOD::uint32_t
setEventNumber uint32_t
Definition: EventInfo_v1.cxx:127
xAOD::uint16_t
setWord1 uint16_t
Definition: eFexEMRoI_v1.cxx:88
HLT
It used to be useful piece of code for replacing actual SG with other store of similar functionality ...
Definition: HLTResultReader.h:26
HLT::class_id_type
uint32_t class_id_type
Definition: Trigger/TrigEvent/TrigNavStructure/Root/Types.h:11
HLT::sub_index_type
uint16_t sub_index_type
Definition: Trigger/TrigEvent/TrigNavStructure/Root/Types.h:9
HLT::teid_type
uint32_t teid_type
Definition: Trigger/TrigEvent/TrigNavStructure/Root/Types.h:8
HLT::index_type
uint32_t index_type
Definition: Trigger/TrigEvent/TrigNavStructure/Root/Types.h:10