ATLAS Offline Software
TrigFeatureLink.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 TrigNavigation_TrigFeatureLink
6 #define TrigNavigation_TrigFeatureLink
7 #include <stdint.h>
8 
9 #include "GaudiKernel/ClassID.h"
10 
11 
13 
14  public:
16  TrigFeatureLink();
17  bool isValid() const { return m_clid != 0; }
18 
19  CLID clid() const { return m_clid; }
20  uint16_t subTypeIndex() const { return m_subTypeIndex; }
21  uint32_t index() const { return m_index; }
22 
23  private:
24 
28 };
29 
30 //TrigFeatureLink getFeatureLink( const TriggerElement* te, const std::string& label, const T* object, const C* container)
31 //const T* getFeature(TrigFeatureLink*)
32 
33 
34 #endif
xAOD::uint32_t
setEventNumber uint32_t
Definition: EventInfo_v1.cxx:127
index
Definition: index.py:1
xAOD::uint16_t
setWord1 uint16_t
Definition: eFexEMRoI_v1.cxx:88
CLID
uint32_t CLID
The Class ID type.
Definition: Event/xAOD/xAODCore/xAODCore/ClassID_traits.h:47
subproc.subtype
string subtype
Definition: subproc.py:19