23 static constexpr
double NoCenter = std::numeric_limits<double>::max();
51 std::vector<double> PEperOpDet,
61 std::vector<double>
WireCenters = std::vector<double>(0),
62 std::vector<double>
WireWidths = std::vector<double>(0));
69 std::vector<double> PEperOpDet,
72 double FastToTotal = 1,
77 std::vector<double>
WireCenters = std::vector<double>(0),
78 std::vector<double>
WireWidths = std::vector<double>(0));
84 unsigned int Frame()
const;
85 double PE(
unsigned int i)
const;
88 std::vector<double>
const&
PEs()
const;
105 std::vector<double>
const&
WireWidths()
const;
136 return fPEperOpDet[i];
std::vector< double > const & WireCenters() const
double fYCenter
Geometric center in y [cm].
static constexpr double NoCenter
Special value used for absence of center location information.
double fTime
Time on trigger time scale [us].
Reconstruction base classes.
double FastToTotal() const
double fZCenter
Geometric center in z [cm].
std::vector< double > fPEperOpDet
Number of PE on each PMT.
double PE(unsigned int i) const
double fXWidth
Estimated width in x [cm].
double fZWidth
Geometric width in z [cm].
bool hasXCenter() const
Returns whether the estimated center on x direction is available.
double fYWidth
Geometric width in y [cm].
unsigned int fFrame
Frame number.
std::vector< double > fWireCenters
Geometric center in each view.
unsigned int Frame() const
std::vector< double > fWireWidths
Geometric width in each view.
double fFastToTotal
Fast to total light ratio.
double fAbsTime
Time by PMT readout clock.
double fXCenter
Estimated center in x [cm].
std::vector< double > const & WireWidths() const
std::vector< double > const & PEs() const
Returns a vector with a number of photoelectrons per channel.
bool operator()(recob::OpFlash const &i, recob::OpFlash const &j) const
bool fInBeamFrame
Is this in the beam frame?
double XCenter() const
Returns the estimated center on x direction (.
int fOnBeamTime
Is this in time with beam?
double fTimeWidth
Width of the flash in time [us].
std::ostream & operator<<(std::ostream &o, Cluster const &c)