ATLAS Offline Software
Loading...
Searching...
No Matches
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
13
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
30typedef std::vector<CaloTTOnOffId_t> CaloTTOnOffId;
31
32#endif
std::vector< CaloTTOnOffId_t > CaloTTOnOffId
Structure definition of the LArTTOnOffIdMap.
unsigned short sampling
unsigned short layer
unsigned short crate
unsigned short submodule
unsigned short phi
unsigned short region
unsigned short eta
unsigned short channel