#include "MCWire.h"
Definition at line 13 of file MCWire.h.
sim::MCWire::MCWire |
( |
const unsigned int |
start, |
|
|
const std::vector< double > & |
wf |
|
) |
| |
|
inline |
Definition at line 36 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 50 of file MCWire.h.
Referenced by MCWire().
52 this->resize(wf.size(),0);
53 for(std::size_t i=0; i<wf.size(); ++i)
54 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/v1_36_00/source/lardataobj/MCBase/MCWire.h