ATLAS Offline Software
Calorimeter
CaloTriggerTool
CaloTriggerTool
LArTTCell.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef CALOTRIGGERTOOL_LARTTCELL_H
6
#define CALOTRIGGERTOOL_LARTTCELL_H
7
8
#include <vector>
9
10
// F. Ledroit, Sept 29, 2006
11
// class created following LArOnOffId example by Hong Ma
12
13
// TRIGPN TRIGSAMPL TRIGREG TRIGETA TRIGPHI LAYER DETID PN SAMPL REGION ETA PHI
17
struct
LArTTCell_t
18
{
19
short
tpn
;
20
unsigned
short
tsample
;
21
unsigned
short
tregion
;
22
unsigned
short
teta
;
23
unsigned
short
tphi
;
24
unsigned
short
layer
;
25
26
unsigned
short
det
;
27
short
pn
;
28
unsigned
short
sample
;
29
unsigned
short
region
;
30
unsigned
short
eta
;
31
unsigned
short
phi
;
32
33
} ;
34
35
typedef
std::vector<LArTTCell_t>
LArTTCell
;
36
37
#endif
LArTTCell_t::eta
unsigned short eta
Definition:
LArTTCell.h:30
LArTTCell_t::pn
short pn
Definition:
LArTTCell.h:27
LArTTCell
std::vector< LArTTCell_t > LArTTCell
Definition:
LArTTCell.h:35
LArTTCell_t::phi
unsigned short phi
Definition:
LArTTCell.h:31
LArTTCell_t::teta
unsigned short teta
Definition:
LArTTCell.h:22
LArTTCell_t::tphi
unsigned short tphi
Definition:
LArTTCell.h:23
LArTTCell_t
Structure definition of the LArTTCellMap.
Definition:
LArTTCell.h:18
LArTTCell_t::layer
unsigned short layer
Definition:
LArTTCell.h:24
LArTTCell_t::sample
unsigned short sample
Definition:
LArTTCell.h:28
LArTTCell_t::region
unsigned short region
Definition:
LArTTCell.h:29
LArTTCell_t::det
unsigned short det
Definition:
LArTTCell.h:26
LArTTCell_t::tpn
short tpn
Definition:
LArTTCell.h:19
LArTTCell_t::tregion
unsigned short tregion
Definition:
LArTTCell.h:21
LArTTCell_t::tsample
unsigned short tsample
Definition:
LArTTCell.h:20
Generated on Thu Jan 9 2025 21:13:34 for ATLAS Offline Software by
1.8.18