#include <CaloBCIDAverage.h>
Definition at line 16 of file CaloBCIDAverage.h.
◆ CaloBCIDAverage() [1/2]
| CaloBCIDAverage::CaloBCIDAverage |
( |
| ) |
|
|
delete |
◆ CaloBCIDAverage() [2/2]
Definition at line 8 of file CaloBCIDAverage.cxx.
9 :
13{
14}
char data[hepevt_bytes_allocation_ATLAS]
CxxUtils::vec_aligned_vector< float > m_avg
const size_t m_oflHashMax
std::pair< size_t, size_t > hashMax() const
Return the hash-max as pair<onlHashMax,oflHashMax>
◆ average() [1/3]
| float CaloBCIDAverage::average |
( |
const HWIdentifier & | id | ) |
const |
|
inline |
Definition at line 35 of file CaloBCIDAverage.h.
35 {
36 if (!id.is_valid()) return 0;
37 const size_t idx =
m_mcSym->ZPhiSymOnlIndex(
id);
40 }
static constexpr size_t NO_INDEX
Return for an index if there's no valid symmetric identifier.
◆ average() [2/3]
| float CaloBCIDAverage::average |
( |
const Identifier & | id | ) |
const |
|
inline |
◆ average() [3/3]
| float CaloBCIDAverage::average |
( |
size_t | idx | ) |
const |
|
inline |
◆ averageOflHash()
◆ m_avg
◆ m_mcSym
| const LArMCSym* CaloBCIDAverage::m_mcSym |
|
private |
◆ m_oflHashMax
| const size_t CaloBCIDAverage::m_oflHashMax |
|
private |
The documentation for this class was generated from the following files: