Collection of charge deposition 3D point (cluster) More...
#include <OpT0FinderTypes.h>
Public Member Functions | |
QCluster_t () | |
Default constructor. More... | |
~QCluster_t () | |
double | sum () const |
returns the sum of "q" from QPoint_t More... | |
double | length () const |
returns the total trajectory length More... | |
void | drop (double xmin, double xmax) |
drop points outside the x range specified More... | |
double | min_x () const |
minimum x More... | |
double | max_x () const |
maximum x More... | |
QCluster_t & | operator+= (const double shift) |
QCluster_t | operator+ (const double shift) |
QCluster_t & | operator+= (const QCluster_t &rhs) |
QCluster_t | operator+ (const QCluster_t &rhs) const |
Public Attributes | |
ID_t | idx |
index from original larlite vector More... | |
double | time |
assumed time w.r.t. trigger for reconstruction More... | |
Public Attributes inherited from std::vector< T > | |
T | elements |
STL member. More... | |
Collection of charge deposition 3D point (cluster)
Definition at line 92 of file OpT0FinderTypes.h.
|
inline |
Default constructor.
Definition at line 98 of file OpT0FinderTypes.h.
|
inline |
Definition at line 99 of file OpT0FinderTypes.h.
void flashmatch::QCluster_t::drop | ( | double | xmin, |
double | xmax | ||
) |
drop points outside the x range specified
Definition at line 23 of file OpT0FinderTypes.cxx.
double flashmatch::QCluster_t::length | ( | ) | const |
returns the total trajectory length
Definition at line 12 of file OpT0FinderTypes.cxx.
|
inline |
maximum x
Definition at line 115 of file OpT0FinderTypes.h.
|
inline |
minimum x
Definition at line 111 of file OpT0FinderTypes.h.
|
inline |
Definition at line 121 of file OpT0FinderTypes.h.
|
inline |
Definition at line 130 of file OpT0FinderTypes.h.
|
inline |
Definition at line 118 of file OpT0FinderTypes.h.
|
inline |
Definition at line 124 of file OpT0FinderTypes.h.
double flashmatch::QCluster_t::sum | ( | ) | const |
returns the sum of "q" from QPoint_t
Definition at line 9 of file OpT0FinderTypes.cxx.
ID_t flashmatch::QCluster_t::idx |
index from original larlite vector
Definition at line 94 of file OpT0FinderTypes.h.
double flashmatch::QCluster_t::time |
assumed time w.r.t. trigger for reconstruction
Definition at line 95 of file OpT0FinderTypes.h.