ATLAS Offline Software
Loading...
Searching...
No Matches
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:
15 TrigFeatureLink(CLID clid, uint16_t subtype, uint32_t index);
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
27 uint32_t m_index;
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
uint32_t CLID
The Class ID type.
Definition index.py:1