#include "MCHitCollection.h"
Definition at line 10 of file MCHitCollection.h.
unsigned int sim::MCHitCollection::Channel |
( |
| ) |
const |
|
inline |
void sim::MCHitCollection::push_back |
( |
MCHit const & |
hit | ) |
|
Definition at line 12 of file MCHitCollection.cxx.
References util::begin(), util::empty(), and util::end().
14 bool sort = !
empty() &&
hit < *rbegin();
16 std::vector<sim::MCHit>::push_back(
hit);
decltype(auto) constexpr end(T &&obj)
ADL-aware version of std::end.
Detector simulation of raw signals on wires.
decltype(auto) constexpr begin(T &&obj)
ADL-aware version of std::begin.
decltype(auto) constexpr empty(T &&obj)
ADL-aware version of std::empty.
void sim::MCHitCollection::Reset |
( |
| ) |
|
Definition at line 7 of file MCHitCollection.cxx.
MCHitCollection(const unsigned int ch=::sim::kINVALID_UINT)
T std::vector< T >::elements |
|
inherited |
unsigned int sim::MCHitCollection::fChannel |
|
private |
The documentation for this class was generated from the following files: