#include <PHGCSimAccumulator.h>
Classes | |
class | const_iterator |
class | DetIdSize |
class | SimHitCollection |
class | TmpElem |
Public Member Functions | |
TmpElem | back () const |
const_iterator | begin () const |
const_iterator | cbegin () const |
const_iterator | cend () const |
void | emplace_back (unsigned int detId, unsigned short sampleIndex, const std::vector< unsigned short > &accCharge, const std::vector< unsigned short > &timing) |
const_iterator | end () const |
PHGCSimAccumulator ()=default | |
void | reserve (size_t size) |
void | shrink_to_fit () |
~PHGCSimAccumulator ()=default | |
Private Attributes | |
std::vector< DetIdSize > | detIdSize_ |
std::vector< SimHitCollection > | simhitCollection_ |
Definition at line 8 of file PHGCSimAccumulator.h.
|
default |
|
default |
|
inline |
Definition at line 138 of file PHGCSimAccumulator.h.
References detIdSize_, and simhitCollection_.
|
inline |
|
inline |
Definition at line 140 of file PHGCSimAccumulator.h.
Referenced by begin().
|
inline |
Definition at line 142 of file PHGCSimAccumulator.h.
References detIdSize_, and simhitCollection_.
Referenced by end().
|
inline |
Definition at line 77 of file PHGCSimAccumulator.h.
References detIdSize_, and simhitCollection_.
|
inline |
Definition at line 143 of file PHGCSimAccumulator.h.
References cend().
Referenced by Types.LuminosityBlockRange::cppID(), and Types.EventRange::cppID().
|
inline |
Definition at line 68 of file PHGCSimAccumulator.h.
References detIdSize_, and simhitCollection_.
|
inline |
Definition at line 72 of file PHGCSimAccumulator.h.
References detIdSize_, and simhitCollection_.
|
private |
Definition at line 146 of file PHGCSimAccumulator.h.
Referenced by back(), cend(), emplace_back(), PHGCSimAccumulator::const_iterator::operator*(), PHGCSimAccumulator::const_iterator::operator++(), reserve(), and shrink_to_fit().
|
private |
Definition at line 147 of file PHGCSimAccumulator.h.
Referenced by back(), cend(), emplace_back(), PHGCSimAccumulator::const_iterator::operator*(), reserve(), and shrink_to_fit().