ATLAS Offline Software
Loading...
Searching...
No Matches
MuCTPIL1TopoCandidate_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_MuCTPIL1TopoCandidate_P1_H
5#define TRIGT1EVENTTPCNV_MuCTPIL1TopoCandidate_P1_H
6
7// Forward declaration of the converter:
9
19
21 std::string m_sectorName {};
22 unsigned int m_roiID {};
23 unsigned int m_bcid {};
24 unsigned int m_ptThresholdID {};
25 unsigned int m_ptL1TopoCode {};
26 unsigned int m_ptValue {};
27 float m_eta {};
28 float m_phi {};
29 unsigned int m_etacode {};
30 unsigned int m_phicode {};
31 float m_etamin {};
32 float m_etamax {};
33 float m_phimin {};
34 float m_phimax {};
35 unsigned int m_roiWord {};
36 unsigned int m_mioctID {};
37 int m_ieta {};
38 int m_iphi {};
39 bool m_phiOvl {};
40 bool m_is2cand {};
41 int m_charge {};
42 bool m_bw2or3 {};
43 bool m_innerCoin {};
44 bool m_goodMF {};
45};
46
47#endif // TRIGT1EVENTTPCNV_MuCTPIL1TopoCandidate_P1_H
T/P converter for MuCTPIL1TopoCandidate_p1.
Persistent representation of MuCTPIL1TopoCandidate.