#include <MCWire.h>
Definition at line 11 of file MCWire.h.
Default ctor.
Definition at line 16 of file MCWire.h.
sim::MCWire::MCWire |
( |
const unsigned int |
start, |
|
|
const std::vector< double > & |
wf |
|
) |
| |
|
inline |
Definition at line 34 of file MCWire.h.
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 |
For sorting.
Definition at line 59 of file MCWire.h.
void sim::MCWire::Reset |
( |
| ) |
|
|
inline |
Definition at line 21 of file MCWire.h.
23 std::vector<double>::clear();
const unsigned int kINVALID_UINT
void sim::MCWire::SetStartTDC |
( |
const unsigned int |
start | ) |
|
|
inline |
Setter function for time.
Definition at line 42 of file MCWire.h.
void sim::MCWire::SetWaveform |
( |
const std::vector< double > & |
wf | ) |
|
|
inline |
Setter function for waveform.
Definition at line 48 of file MCWire.h.
50 this->resize(wf.size(),0);
51 for(std::size_t i=0; i<wf.size(); ++i)
52 this->at(i) = wf.at(i);
unsigned int sim::MCWire::StartTDC |
( |
| ) |
const |
|
inline |
Getter for start time.
Definition at line 56 of file MCWire.h.
unsigned int sim::MCWire::fStartTDC |
|
private |
The documentation for this class was generated from the following file: