#include <MCHitCollection.h>
Definition at line 11 of file MCHitCollection.h.
Default ctor.
Definition at line 16 of file MCHitCollection.h.
void Reset()
Method to reset.
unsigned int fChannel
Channel number.
| unsigned int sim::MCHitCollection::Channel |
( |
| ) |
const |
|
inline |
Getter for channel number.
Definition at line 37 of file MCHitCollection.h.
unsigned int fChannel
Channel number.
For sorting.
Definition at line 40 of file MCHitCollection.h.
unsigned int fChannel
Channel number.
| void sim::MCHitCollection::push_back |
( |
const MCHit & |
hit | ) |
|
|
inline |
wrapper for push_back
Definition at line 43 of file MCHitCollection.h.
46 bool sort = (!
empty() &&
hit < (*rbegin()));
48 std::vector<sim::MCHit>::push_back(
hit);
auto end(FixedBins< T, C > const &) noexcept
auto begin(FixedBins< T, C > const &) noexcept
bool empty(FixedBins< T, C > const &) noexcept
| void sim::MCHitCollection::Reset |
( |
| ) |
|
|
inline |
Method to reset.
Definition at line 23 of file MCHitCollection.h.
26 std::vector<sim::MCHit>::clear();
unsigned int fChannel
Channel number.
const unsigned int kINVALID_UINT
| unsigned int sim::MCHitCollection::fChannel |
|
private |
The documentation for this class was generated from the following file: