ATLAS Offline Software
MuCTPIL1Topo_p1.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3 */
4 #ifndef TRIGT1EVENTTPCNV_MuCTPIL1Topo_P1_H
5 #define TRIGT1EVENTTPCNV_MuCTPIL1Topo_P1_H
6 
7 // System include(s):
8 #include <vector>
9 #include <inttypes.h>
10 
12 
24  int m_bcidOffset {};
25  std::vector<MuCTPIL1TopoCandidate_p1> m_muonTopoCandidates {};
26 };
27 
28 
29 #endif // TRIGT1EVENTTPCNV_MuCTPIL1Topo_P1_H
MuCTPIL1Topo_p1::m_muonTopoCandidates
std::vector< MuCTPIL1TopoCandidate_p1 > m_muonTopoCandidates
Definition: MuCTPIL1Topo_p1.h:25
MuCTPIL1TopoCandidate_p1.h
MuCTPIL1Topo_p1::m_bcidOffset
int m_bcidOffset
Definition: MuCTPIL1Topo_p1.h:24
MuCTPIL1Topo_p1
Persistent representation of MuCTPIL1Topo.
Definition: MuCTPIL1Topo_p1.h:23