35 const std::vector<double> &wf)
51 for(std::size_t i=0; i<wf.size(); ++i)
52 this->at(i) = wf.at(i);
71 {
return (*lhs) < (*rhs); }
void SetStartTDC(const unsigned int start)
Setter function for time.
void resize(Vector< T > &vec1, Index n1, const V &val)
unsigned int StartTDC() const
Getter for start time.
bool operator()(const sim::MCWire *lhs, const sim::MCWire *rhs)
Code to link reconstructed objects back to the MC truth information.
void SetWaveform(const std::vector< double > &wf)
Setter function for waveform.
const unsigned int kINVALID_UINT
vector< vector< double > > clear
MCWire(const unsigned int start, const std::vector< double > &wf)
bool operator<(const MCWire &rhs) const
For sorting.