#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 41 of file MCWireCollection.h.
44 bool sort = (!
empty() && wire < (*rbegin()));
46 std::vector<sim::MCWire>::push_back(wire);
auto end(FixedBins< T, C > const &) noexcept
auto begin(FixedBins< T, C > const &) noexcept
bool empty(FixedBins< T, C > const &) noexcept
void sim::MCWireCollection::Reset |
( |
| ) |
|
|
inline |
Definition at line 21 of file MCWireCollection.h.
23 std::vector<sim::MCWire>::clear();
const unsigned int kINVALID_UINT
unsigned int sim::MCWireCollection::fChannel |
|
private |
The documentation for this class was generated from the following file: