#include "MCHitCollection.h"
Definition at line 11 of file MCHitCollection.h.
unsigned int sim::MCHitCollection::Channel |
( |
| ) |
const |
|
inline |
void sim::MCHitCollection::push_back |
( |
const MCHit & |
hit | ) |
|
|
inline |
wrapper for push_back
Definition at line 39 of file MCHitCollection.h.
References util::begin(), util::empty(), and util::end().
42 bool sort = (!
empty() &&
hit < (*rbegin()));
44 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 |
( |
| ) |
|
|
inline |
T std::vector< T >::elements |
|
inherited |
unsigned int sim::MCHitCollection::fChannel |
|
private |
The documentation for this class was generated from the following file: