class to provide SC mapping
More...
#include <LArLATOMEMapping.h>
class to provide SC mapping
Definition at line 28 of file LArLATOMEMapping.h.
◆ LArLATOMEMapping()
| LArLATOMEMapping::LArLATOMEMapping |
( |
unsigned | nLatomes = 0 | ) |
|
Definition at line 8 of file LArLATOMEMapping.cxx.
9{
10 if(nLatomes == 0) {
13 } else {
16 }
17}
std::vector< std::vector< HWIdentifier > > m_onlineID
std::vector< unsigned int > m_sourceID
◆ getChannelID()
| HWIdentifier LArLATOMEMapping::getChannelID |
( |
const unsigned int | sourceID, |
|
|
const unsigned int | chan ) const |
|
inline |
create a HWIdentifier from an Identifier
Definition at line 60 of file LArLATOMEMapping.h.
60 {
64 }
65 const std::vector<HWIdentifier>& chanVec =
it->second;
68 }
70}
const HWIdentifier m_hwidEmpty
Invalid default instance of HWIdentifier.
std::unordered_map< unsigned, std::vector< HWIdentifier > > m_map
◆ LArLATOMEMappingAlg
◆ m_hwidEmpty
◆ m_map
| std::unordered_map<unsigned,std::vector< HWIdentifier> > LArLATOMEMapping::m_map |
|
private |
◆ m_onlineID
| std::vector<std::vector< HWIdentifier> > LArLATOMEMapping::m_onlineID |
|
private |
◆ m_sourceID
| std::vector<unsigned int> LArLATOMEMapping::m_sourceID |
|
private |
The documentation for this class was generated from the following files: