ATLAS Offline Software
Loading...
Searching...
No Matches
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
13
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
27typedef std::vector<CaloTTOnAttrId_t> CaloTTOnAttrId;
28
29#endif
std::vector< CaloTTOnAttrId_t > CaloTTOnAttrId
Structure definition of the LArTTOnAttrIdMap.
unsigned short submodule
unsigned short channel
unsigned int pos_neg
unsigned short crate
unsigned int module_type
unsigned int em_had
unsigned int barrel_endcap_fcal