ATLAS Offline Software
TRT_FillCablingData_Types.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 
6 /*
7  * TRT_FillCablingData Types
8  * Used in _SR1 and _SR1_ECC
9  */
10 #ifndef TRT_FILLCABLINGDATA_TYPES_H
11 #define TRT_FILLCABLINGDATA_TYPES_H
12 
13 typedef struct {
14  int SubDet;
15  int Phi;
16  int RODGroup;
17  std::string FEid;
19 
20  typedef std::map<int, std::vector< GlobalCableMap_t *> > GlobalCableMap;
21 
22 #endif // TRT_FILLCABLINGDATA_TYPES_H
GlobalCableMap_t
Definition: TRT_FillCablingData_Types.h:13
GlobalCableMap_t::RODGroup
int RODGroup
Definition: TRT_FillCablingData_Types.h:16
GlobalCableMap_t::Phi
int Phi
Definition: TRT_FillCablingData_Types.h:15
GlobalCableMap
std::map< int, std::vector< GlobalCableMap_t * > > GlobalCableMap
Definition: TRT_FillCablingData_Types.h:20
GlobalCableMap_t::FEid
std::string FEid
Definition: TRT_FillCablingData_Types.h:17
GlobalCableMap_t::SubDet
int SubDet
Definition: TRT_FillCablingData_Types.h:14