ATLAS Offline Software
|
#include <LArHVNMap.h>
Public Member Functions | |
LArHVNMap ()=delete | |
LArHVNMap (std::vector< short > &vVec, const LArHVLineID *hvHelper) | |
LArHVNMap (unsigned len, const LArHVLineID *hvHelper) | |
~LArHVNMap () | |
short | HVNcell (const HWIdentifier &chid) const |
short | HVNcell_Hash (const IdentifierHash &h) const |
const std::vector< short > & | HVNcellVec () const |
void | incHVline (unsigned hvHash) |
Private Attributes | |
const LArHVLineID * | m_hvHelper |
std::vector< short > | m_hvNcell |
const short | m_noCell |
Definition at line 14 of file LArHVNMap.h.
|
delete |
LArHVNMap::LArHVNMap | ( | std::vector< short > & | vVec, |
const LArHVLineID * | hvHelper | ||
) |
Definition at line 7 of file LArHVNMap.cxx.
LArHVNMap::LArHVNMap | ( | unsigned | len, |
const LArHVLineID * | hvHelper | ||
) |
Definition at line 12 of file LArHVNMap.cxx.
|
inline |
Definition at line 22 of file LArHVNMap.h.
short LArHVNMap::HVNcell | ( | const HWIdentifier & | chid | ) | const |
Definition at line 18 of file LArHVNMap.cxx.
|
inline |
|
inline |
Definition at line 35 of file LArHVNMap.h.
|
inline |
Definition at line 51 of file LArHVNMap.h.
|
private |
Definition at line 41 of file LArHVNMap.h.
|
private |
Definition at line 43 of file LArHVNMap.h.
|
private |
Definition at line 44 of file LArHVNMap.h.