27 MCWire(
const unsigned int start,
const std::vector<double>& wf)
34 void SetStartTDC(
const unsigned int start) { fStartTDC = start; }
39 this->resize(wf.size(), 0);
40 for (std::size_t i = 0; i < wf.size(); ++i)
41 this->at(i) = wf.at(i);
void SetStartTDC(const unsigned int start)
Setter function for time.
auto vector(Vector const &v)
Returns a manipulator which will print the specified array.
unsigned int StartTDC() const
Getter for start time.
bool operator()(const sim::MCWire *lhs, const sim::MCWire *rhs)
void SetWaveform(const std::vector< double > &wf)
Setter function for waveform.
const unsigned int kINVALID_UINT
MCWire(const unsigned int start, const std::vector< double > &wf)
bool operator<(const MCWire &rhs) const
For sorting.