#include "MCWire.h"
Definition at line 11 of file MCWire.h.
sim::MCWire::MCWire |
( |
const unsigned int |
start, |
|
|
const std::vector< double > & |
wf |
|
) |
| |
|
inline |
Definition at line 27 of file MCWire.h.
References SetStartTDC(), and SetWaveform().
void SetStartTDC(const unsigned int start)
Setter function for time.
void SetWaveform(const std::vector< double > &wf)
Setter function for waveform.
bool sim::MCWire::operator< |
( |
const MCWire & |
rhs | ) |
const |
|
inline |
void sim::MCWire::Reset |
( |
| ) |
|
|
inline |
void sim::MCWire::SetStartTDC |
( |
const unsigned int |
start | ) |
|
|
inline |
void sim::MCWire::SetWaveform |
( |
const std::vector< double > & |
wf | ) |
|
|
inline |
Setter function for waveform.
Definition at line 37 of file MCWire.h.
Referenced by MCWire().
39 this->resize(wf.size(), 0);
40 for (std::size_t i = 0; i < wf.size(); ++i)
41 this->at(i) = wf.at(i);
unsigned int sim::MCWire::StartTDC |
( |
| ) |
const |
|
inline |
T std::vector< T >::elements |
|
inherited |
unsigned int sim::MCWire::fStartTDC |
|
private |
The documentation for this class was generated from the following file:
- lardataobj/v09_18_03/source/lardataobj/MCBase/MCWire.h