ATLAS Offline Software
Trigger
TrigEvent
TrigInDetPattRecoEvent
TrigInDetPattRecoEvent
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
8
class
TrigInDetSiLayer
{
9
public
:
10
int
m_subdet
;
//1 : Pixel, 2 : SCT
11
int
m_type
;
//0: barrel, +/-n : endcap
12
float
m_refCoord
;
13
float
m_minBound
,
m_maxBound
;
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
Generated on Thu Nov 7 2024 21:29:50 for ATLAS Offline Software by
1.8.18