#include "MCWireCollection.h"
Definition at line 10 of file MCWireCollection.h.
unsigned int sim::MCWireCollection::Channel |
( |
| ) |
const |
|
inline |
void sim::MCWireCollection::push_back |
( |
const MCWire & |
wire | ) |
|
|
inline |
wrapper for push_back
Definition at line 37 of file MCWireCollection.h.
References util::begin(), util::empty(), and util::end().
40 bool sort = (!
empty() && wire < (*rbegin()));
42 std::vector<sim::MCWire>::push_back(wire);
decltype(auto) constexpr end(T &&obj)
ADL-aware version of std::end.
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::MCWireCollection::Reset |
( |
| ) |
|
|
inline |
T std::vector< T >::elements |
|
inherited |
unsigned int sim::MCWireCollection::fChannel |
|
private |
The documentation for this class was generated from the following file: