23 std::vector<double>::clear();
35 const std::vector<double> &wf)
50 this->resize(wf.size(),0);
51 for(std::size_t i=0; i<wf.size(); ++i)
52 this->at(i) = wf.at(i);
71 {
return (*lhs) < (*rhs); }
double std(const std::vector< short > &wf, const double ped_mean, size_t start, size_t nsample)
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.