ATLAS Offline Software
Calorimeter
CaloTriggerTool
CaloTriggerTool
CaloTTOnAttrId.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_CALOTTONATTRID_H
6
#define CALOTRIGGERTOOL_CALOTTONATTRID_H
7
8
#include <vector>
9
14
struct
CaloTTOnAttrId_t
15
{
16
unsigned
short
crate
;
17
unsigned
short
module
;
18
unsigned
short
submodule
;
19
unsigned
short
channel
;
20
21
unsigned
int
em_had
;
22
unsigned
int
pos_neg
;
23
unsigned
int
barrel_endcap_fcal
;
24
unsigned
int
module_type
;
25
} ;
26
27
typedef
std::vector<CaloTTOnAttrId_t>
CaloTTOnAttrId
;
28
29
#endif
CaloTTOnAttrId_t
Structure definition of the LArTTOnAttrIdMap.
Definition:
CaloTTOnAttrId.h:15
CaloTTOnAttrId_t::crate
unsigned short crate
Definition:
CaloTTOnAttrId.h:16
CaloTTOnAttrId_t::module_type
unsigned int module_type
Definition:
CaloTTOnAttrId.h:24
CaloTTOnAttrId_t::barrel_endcap_fcal
unsigned int barrel_endcap_fcal
Definition:
CaloTTOnAttrId.h:23
CaloTTOnAttrId
std::vector< CaloTTOnAttrId_t > CaloTTOnAttrId
Definition:
CaloTTOnAttrId.h:27
CaloTTOnAttrId_t::channel
unsigned short channel
Definition:
CaloTTOnAttrId.h:19
CaloTTOnAttrId_t::em_had
unsigned int em_had
Definition:
CaloTTOnAttrId.h:21
CaloTTOnAttrId_t::submodule
unsigned short submodule
Definition:
CaloTTOnAttrId.h:18
CaloTTOnAttrId_t::pos_neg
unsigned int pos_neg
Definition:
CaloTTOnAttrId.h:22
CaloTTOnAttrId_t::module
unsigned short module
Definition:
CaloTTOnAttrId.h:17
Generated on Sun Dec 22 2024 21:08:08 for ATLAS Offline Software by
1.8.18