ATLAS Offline Software
Loading...
Searching...
No Matches
TgcCoinData_p3.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef TGCCOINDATA_P3_TRK_H
6#define TGCCOINDATA_P3_TRK_H
7
8//-----------------------------------------------------------------------------
9//
10// file: TgcCoinData_p3.h
11//
12//-----------------------------------------------------------------------------
15#include "Identifier/Identifier.h"
17
19
20namespace Muon
21{
23 {
24 public:
25 TgcCoinData_p3() = default;
26
30
31 unsigned int m_indexAndHash{0};
32
34 bool m_isAside{false};
35 int m_phi{0};
36 bool m_isInner{false};
37 bool m_isForward{false};
38 bool m_isStrip{false};
41
45 double m_widthIn{0.};
46 double m_widthOut{0.};
47
48 int m_delta{0};
49 int m_roi{0};
50 int m_pt{0};
51 bool m_veto{false};
52
53 int m_sub{0};
54 int m_inner{0};
55 bool m_isPositiveDeltaR{false};
56 };
57}
58
59#endif
unsigned int value_type
This is a "hash" representation of an Identifier.
IdentifierHash m_collectionIdHash
unsigned int m_indexAndHash
Identifier32::value_type m_channelIdOut
Identifier32::value_type m_channelIdIn
TgcCoinData_p3()=default
This class is an object reference used in Athena persistent data model.
Definition TPObjRef.h:20
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.