ATLAS Offline Software
LArLATOMEMapping.cxx
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3 */
5 
6 #define N_LATOMES 116
7 
9 {
10  if(nLatomes == 0) {
11  m_sourceID.resize(N_LATOMES);
12  m_onlineID.resize(N_LATOMES);
13  } else {
14  m_sourceID.resize(nLatomes);
15  m_onlineID.resize(nLatomes);
16  }
17 }
18 
19 
LArLATOMEMapping::LArLATOMEMapping
LArLATOMEMapping(unsigned nLatomes=0)
Definition: LArLATOMEMapping.cxx:8
LArLATOMEMapping::m_onlineID
std::vector< std::vector< HWIdentifier > > m_onlineID
Definition: LArLATOMEMapping.h:53
LArLATOMEMapping.h
LArLATOMEMapping::m_sourceID
std::vector< unsigned int > m_sourceID
Definition: LArLATOMEMapping.h:52
N_LATOMES
#define N_LATOMES
Definition: LArLATOMEMapping.cxx:6