#include <OpHit.h>
Public Member Functions | |
OpHit () | |
OpHit (int opchannel, double peaktime, double peaktimeabs, unsigned short frame, double width, double area, double peakheight, double pe, double fasttototal) | |
int | OpChannel () const |
double | PeakTimeAbs () const |
double | PeakTime () const |
unsigned short | Frame () const |
double | Width () const |
double | Area () const |
double | Amplitude () const |
double | PE () const |
double | FastToTotal () const |
Private Attributes | |
int | fOpChannel |
unsigned short | fFrame |
double | fPeakTime |
double | fPeakTimeAbs |
double | fWidth |
double | fArea |
double | fAmplitude |
double | fPE |
double | fFastToTotal |
Friends | |
bool | operator< (const OpHit &a, const OpHit &b) |
hits are 2D representations of charge deposited in the tdc/wire plane hits are assumed to be made from deconvoluted, unipolar signals
recob::OpHit::OpHit | ( | int | opchannel, |
double | peaktime, | ||
double | peaktimeabs, | ||
unsigned short | frame, | ||
double | width, | ||
double | area, | ||
double | peakheight, | ||
double | pe, | ||
double | fasttototal | ||
) |