ATLAS Offline Software
Loading...
Searching...
No Matches
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
#define N_LATOMES
std::vector< std::vector< HWIdentifier > > m_onlineID
LArLATOMEMapping(unsigned nLatomes=0)
std::vector< unsigned int > m_sourceID