ATLAS Offline Software
CaloTTOnOffId_P.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_P_H
6 #define CALOTRIGGERTOOL_CALOTTONOFFID_P_H
7 
8 #include <vector>
10 
22 {
23 public:
24 
27  {
28  short pn;
29  unsigned short sampling;
30  unsigned short region;
31  unsigned short eta;
32  unsigned short phi;
33  unsigned short layer;
34 
35  unsigned short crate ;
36  unsigned short module ;
37  unsigned short submodule ;
38  unsigned short channel ;
39 
40  };
42 
44 
45  virtual ~CaloTTOnOffId_P() { }
46 
47 
48  std::vector<__t> m_v;
49 
50  int m_version ;
51 };
52 
53 #endif
CaloTTOnOffId_P::CaloTTOnOffId_P_t::channel
unsigned short channel
Definition: CaloTTOnOffId_P.h:38
CaloTTOnOffId_P::CaloTTOnOffId_P_t::phi
unsigned short phi
Definition: CaloTTOnOffId_P.h:32
CaloTTOnOffId_P::CaloTTOnOffId_P
CaloTTOnOffId_P()
Definition: CaloTTOnOffId_P.h:43
CaloTTOnOffId_P::m_version
int m_version
Definition: CaloTTOnOffId_P.h:50
CaloTTOnOffId_P::CaloTTOnOffId_P_t::submodule
unsigned short submodule
Definition: CaloTTOnOffId_P.h:37
CaloTTOnOffId.h
CaloTTOnOffId_P::CaloTTOnOffId_P_t
Structure of the map.
Definition: CaloTTOnOffId_P.h:27
CaloTTOnOffId_P::__t
CaloTTOnOffId_P_t __t
Definition: CaloTTOnOffId_P.h:41
CaloTTOnOffId_P::CaloTTOnOffId_P_t::layer
unsigned short layer
Definition: CaloTTOnOffId_P.h:33
CaloTTOnOffId_P::CaloTTOnOffId_P_t::pn
short pn
Definition: CaloTTOnOffId_P.h:28
CaloTTOnOffId_P::CaloTTOnOffId_P_t::crate
unsigned short crate
Definition: CaloTTOnOffId_P.h:35
CaloTTOnOffId_P::CaloTTOnOffId_P_t::sampling
unsigned short sampling
Definition: CaloTTOnOffId_P.h:29
CaloTTOnOffId_P
This is a database object holding the TT online-offline map.
Definition: CaloTTOnOffId_P.h:22
CaloTTOnOffId_P::~CaloTTOnOffId_P
virtual ~CaloTTOnOffId_P()
Definition: CaloTTOnOffId_P.h:45
CaloTTOnOffId_P::CaloTTOnOffId_P_t::eta
unsigned short eta
Definition: CaloTTOnOffId_P.h:31
CaloTTOnOffId_P::CaloTTOnOffId_P_t::region
unsigned short region
Definition: CaloTTOnOffId_P.h:30
CaloTTOnOffId_P::m_v
std::vector< __t > m_v
Definition: CaloTTOnOffId_P.h:48
CaloTTOnOffId_P::CaloTTOnOffId_P_t::module
unsigned short module
Definition: CaloTTOnOffId_P.h:36