ATLAS Offline Software
Calorimeter
CaloTriggerTool
CaloTriggerTool
CaloTTOnOffId.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_CALOTTONOFFID_H
6
#define CALOTRIGGERTOOL_CALOTTONOFFID_H
7
8
#include <vector>
9
14
struct
CaloTTOnOffId_t
15
{
16
short
pn
;
17
unsigned
short
sampling
;
18
unsigned
short
region
;
19
unsigned
short
eta
;
20
unsigned
short
phi
;
21
unsigned
short
layer
;
22
23
unsigned
short
crate
;
24
unsigned
short
module
;
25
unsigned
short
submodule
;
26
unsigned
short
channel
;
27
28
} ;
29
30
typedef
std::vector<CaloTTOnOffId_t>
CaloTTOnOffId
;
31
32
#endif
CaloTTOnOffId_t::crate
unsigned short crate
Definition:
CaloTTOnOffId.h:23
CaloTTOnOffId_t
Structure definition of the LArTTOnOffIdMap.
Definition:
CaloTTOnOffId.h:15
CaloTTOnOffId_t::eta
unsigned short eta
Definition:
CaloTTOnOffId.h:19
CaloTTOnOffId_t::sampling
unsigned short sampling
Definition:
CaloTTOnOffId.h:17
CaloTTOnOffId_t::module
unsigned short module
Definition:
CaloTTOnOffId.h:24
CaloTTOnOffId_t::phi
unsigned short phi
Definition:
CaloTTOnOffId.h:20
CaloTTOnOffId_t::pn
short pn
Definition:
CaloTTOnOffId.h:16
CaloTTOnOffId_t::submodule
unsigned short submodule
Definition:
CaloTTOnOffId.h:25
CaloTTOnOffId_t::layer
unsigned short layer
Definition:
CaloTTOnOffId.h:21
CaloTTOnOffId_t::channel
unsigned short channel
Definition:
CaloTTOnOffId.h:26
CaloTTOnOffId
std::vector< CaloTTOnOffId_t > CaloTTOnOffId
Definition:
CaloTTOnOffId.h:30
CaloTTOnOffId_t::region
unsigned short region
Definition:
CaloTTOnOffId.h:18
Generated on Sun Dec 22 2024 21:08:08 for ATLAS Offline Software by
1.8.18