#include "MCWireCollection.h"
Definition at line 9 of file MCWireCollection.h.
unsigned int sim::MCWireCollection::Channel |
( |
| ) |
const |
|
inline |
void sim::MCWireCollection::push_back |
( |
MCWire const & |
wire | ) |
|
Definition at line 12 of file MCWireCollection.cxx.
References util::begin(), util::empty(), and util::end().
Referenced by operator<().
14 bool sort = !
empty() && wire < *rbegin();
16 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 |
( |
| ) |
|
T std::vector< T >::elements |
|
inherited |
unsigned int sim::MCWireCollection::fChannel |
|
private |
The documentation for this class was generated from the following files: