#include <ClusterParams.h>
Public Member Functions | |
cluster_params () | |
void | Clear () |
template<typename Stream > | |
void | Report (Stream &os) const |
Public Attributes | |
Polygon2D | PolyObject |
Polygon Object...see Polygon2D.hh. More... | |
util::PxPoint | start_point |
start point More... | |
util::PxPoint | end_point |
end point More... | |
double | sum_charge |
Sum charge of hits in ADC. More... | |
double | mean_charge |
Mean (average) charge of hits in ADC. More... | |
double | rms_charge |
RMS (standard deviation of sample) of charge of hits in ADC. More... | |
double | sum_ADC |
Sum charge of ADC counts of hits, in ADC. More... | |
double | mean_ADC |
Mean (average) of ADC counts of hits, in ADC. More... | |
double | rms_ADC |
RMS (standard deviation of sample) of ADC counts of hits in ADC. More... | |
double | mean_x |
Mean of hits along x, peaks only. More... | |
double | mean_y |
Mean of hits along y, peaks only. More... | |
double | rms_x |
rms of hits along x (wires) More... | |
double | rms_y |
rms of hits along y, (time) More... | |
double | charge_wgt_x |
Mean of hits along x, charge weighted. More... | |
double | charge_wgt_y |
Mean of hits along y, charge weighted. More... | |
double | cluster_angle_2d |
Linear best fit to high-charge hits in the cluster. More... | |
double | angle_2d |
Angle of axis in wire/hit view. More... | |
double | opening_angle |
Width of angular distubtion wrt vertx. More... | |
double | opening_angle_charge_wgt |
Same for charge_wgt. More... | |
double | closing_angle |
Width of angular distubtion wrt endpoint. More... | |
double | closing_angle_charge_wgt |
Same for charge_wgt. More... | |
double | start_charge |
Charge at the start of the cluster. More... | |
double | end_charge |
Charge at the (other) end of the cluster. More... | |
double | eigenvalue_principal |
the principal eigenvalue from PCA More... | |
double | eigenvalue_secondary |
the secondary eigenvalue from PCA More... | |
double | verticalness |
??? More... | |
double | length |
double | width |
double | hit_density_1D |
double | hit_density_2D |
double | multi_hit_wires |
double | N_Wires |
double | modified_hit_density |
double | N_Hits |
double | N_Hits_HC |
double | modmeancharge |
double | RMS_charge |
int | direction |
double | showerness |
got heart More... | |
double | trackness |
got soul More... | |
double | offaxis_hits |
got brain More... | |
(Detailed) information holder for 2D cluster, computed by ClusterParamsAlg
Definition at line 14 of file ClusterParams.h.
|
inline |
Definition at line 17 of file ClusterParams.h.
|
inline |
Definition at line 75 of file ClusterParams.h.
|
inline |
Definition at line 119 of file ClusterParams.h.
double cluster::cluster_params::angle_2d |
Angle of axis in wire/hit view.
Definition at line 40 of file ClusterParams.h.
double cluster::cluster_params::charge_wgt_x |
Mean of hits along x, charge weighted.
Definition at line 37 of file ClusterParams.h.
double cluster::cluster_params::charge_wgt_y |
Mean of hits along y, charge weighted.
Definition at line 38 of file ClusterParams.h.
double cluster::cluster_params::closing_angle |
Width of angular distubtion wrt endpoint.
Definition at line 43 of file ClusterParams.h.
double cluster::cluster_params::closing_angle_charge_wgt |
Same for charge_wgt.
Definition at line 44 of file ClusterParams.h.
double cluster::cluster_params::cluster_angle_2d |
Linear best fit to high-charge hits in the cluster.
Definition at line 39 of file ClusterParams.h.
int cluster::cluster_params::direction |
+1 means shower is "forward - start wire < end wire" -1 is backwards, 0 is undecided
Definition at line 69 of file ClusterParams.h.
double cluster::cluster_params::eigenvalue_principal |
the principal eigenvalue from PCA
Definition at line 47 of file ClusterParams.h.
double cluster::cluster_params::eigenvalue_secondary |
the secondary eigenvalue from PCA
Definition at line 48 of file ClusterParams.h.
double cluster::cluster_params::end_charge |
Charge at the (other) end of the cluster.
Definition at line 46 of file ClusterParams.h.
util::PxPoint cluster::cluster_params::end_point |
end point
Definition at line 25 of file ClusterParams.h.
double cluster::cluster_params::hit_density_1D |
Definition at line 54 of file ClusterParams.h.
double cluster::cluster_params::hit_density_2D |
Definition at line 55 of file ClusterParams.h.
double cluster::cluster_params::length |
Definition at line 51 of file ClusterParams.h.
double cluster::cluster_params::mean_ADC |
Mean (average) of ADC counts of hits, in ADC.
Definition at line 31 of file ClusterParams.h.
double cluster::cluster_params::mean_charge |
Mean (average) charge of hits in ADC.
Definition at line 28 of file ClusterParams.h.
double cluster::cluster_params::mean_x |
Mean of hits along x, peaks only.
Definition at line 33 of file ClusterParams.h.
double cluster::cluster_params::mean_y |
Mean of hits along y, peaks only.
Definition at line 34 of file ClusterParams.h.
double cluster::cluster_params::modified_hit_density |
Definition at line 58 of file ClusterParams.h.
double cluster::cluster_params::modmeancharge |
Definition at line 62 of file ClusterParams.h.
double cluster::cluster_params::multi_hit_wires |
Definition at line 56 of file ClusterParams.h.
double cluster::cluster_params::N_Hits |
Definition at line 59 of file ClusterParams.h.
double cluster::cluster_params::N_Hits_HC |
Definition at line 60 of file ClusterParams.h.
double cluster::cluster_params::N_Wires |
Definition at line 57 of file ClusterParams.h.
double cluster::cluster_params::offaxis_hits |
got brain
Definition at line 73 of file ClusterParams.h.
double cluster::cluster_params::opening_angle |
Width of angular distubtion wrt vertx.
Definition at line 41 of file ClusterParams.h.
double cluster::cluster_params::opening_angle_charge_wgt |
Same for charge_wgt.
Definition at line 42 of file ClusterParams.h.
Polygon2D cluster::cluster_params::PolyObject |
Polygon Object...see Polygon2D.hh.
Definition at line 22 of file ClusterParams.h.
double cluster::cluster_params::rms_ADC |
RMS (standard deviation of sample) of ADC counts of hits in ADC.
Definition at line 32 of file ClusterParams.h.
double cluster::cluster_params::rms_charge |
RMS (standard deviation of sample) of charge of hits in ADC.
Definition at line 29 of file ClusterParams.h.
double cluster::cluster_params::RMS_charge |
Definition at line 63 of file ClusterParams.h.
double cluster::cluster_params::rms_x |
rms of hits along x (wires)
Definition at line 35 of file ClusterParams.h.
double cluster::cluster_params::rms_y |
rms of hits along y, (time)
Definition at line 36 of file ClusterParams.h.
double cluster::cluster_params::showerness |
got heart
Definition at line 71 of file ClusterParams.h.
double cluster::cluster_params::start_charge |
Charge at the start of the cluster.
Definition at line 45 of file ClusterParams.h.
util::PxPoint cluster::cluster_params::start_point |
start point
Definition at line 24 of file ClusterParams.h.
double cluster::cluster_params::sum_ADC |
Sum charge of ADC counts of hits, in ADC.
Definition at line 30 of file ClusterParams.h.
double cluster::cluster_params::sum_charge |
Sum charge of hits in ADC.
Definition at line 27 of file ClusterParams.h.
double cluster::cluster_params::trackness |
got soul
Definition at line 72 of file ClusterParams.h.
double cluster::cluster_params::verticalness |
???
Definition at line 49 of file ClusterParams.h.
double cluster::cluster_params::width |
Definition at line 52 of file ClusterParams.h.