ATLAS Offline Software
TrigInDetSiLayer.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef TRIGINDETPATTRECOEVENT_TRIGINDETSILAYER_H
6 #define TRIGINDETPATTRECOEVENT_TRIGINDETSILAYER_H
7 
9 public:
10  int m_subdet;//1 : Pixel, 2 : SCT
11  int m_type;//0: barrel, +/-n : endcap
12  float m_refCoord;
14 };
15 
16 #endif
TrigInDetSiLayer::m_maxBound
float m_maxBound
Definition: TrigInDetSiLayer.h:13
TrigInDetSiLayer::m_minBound
float m_minBound
Definition: TrigInDetSiLayer.h:13
TrigInDetSiLayer::m_type
int m_type
Definition: TrigInDetSiLayer.h:11
TrigInDetSiLayer::m_refCoord
float m_refCoord
Definition: TrigInDetSiLayer.h:12
TrigInDetSiLayer
Definition: TrigInDetSiLayer.h:8
TrigInDetSiLayer::m_subdet
int m_subdet
Definition: TrigInDetSiLayer.h:10