1 #ifndef UTIL_CLUSTERPARAMS_H
2 #define UTIL_CLUSTERPARAMS_H
117 template <
typename Stream>
120 os <<
"ClusterParams report: \n"
123 <<
" sum_charge ............... : "<<
sum_charge <<
"\n"
124 <<
" mean_charge ............. : " <<
mean_charge <<
"\n"
125 <<
" mean_x ................... : " <<
mean_x <<
"\n"
126 <<
" mean_y ................... : " <<
mean_y <<
"\n"
127 <<
" rms_x .................... : " <<
rms_x <<
"\n"
128 <<
" rms_y .................... : " <<
rms_y <<
"\n"
129 <<
" charge_wgt_x ............. : " <<
charge_wgt_x <<
"\n"
130 <<
" charge_wgt_y ............. : " <<
charge_wgt_y <<
"\n"
132 <<
" angle_2d ................. : " <<
angle_2d <<
"\n"
136 <<
" N_Wires .................. : " <<
N_Wires <<
"\n"
137 <<
" N_Hits ................... : " <<
N_Hits <<
"\n"
138 <<
" N_Hits_HC ................ : " <<
N_Hits_HC <<
"\n"
139 <<
" verticalness ............. : " <<
verticalness <<
"\n"
144 <<
" start_charge ............. : " <<
start_charge <<
"\n"
145 <<
" end_charge ............... : " <<
end_charge <<
"\n"
146 <<
" offaxis_hits ............. : " <<
offaxis_hits <<
"\n"
148 <<
" modified mean charge ...... : " <<
modmeancharge <<
"\n"
149 <<
" charge_RMS ................ : " <<
RMS_charge <<
"\n"
150 <<
" length ................... : " <<
length <<
"\n"
151 <<
" width .................... : " <<
width <<
"\n"
154 <<
" showerness ............... : " <<
showerness <<
"\n"
155 <<
" trackness ................ : " <<
trackness <<
"\n"
156 <<
" direction ................ : " <<
direction <<
"\n";
double rms_ADC
RMS (standard deviation of sample) of ADC counts of hits in ADC.
double modified_hit_density
double closing_angle_charge_wgt
Same for charge_wgt.
double charge_wgt_y
Mean of hits along y, charge weighted.
double mean_x
Mean of hits along x, peaks only.
double start_charge
Charge at the start of the cluster.
double rms_charge
RMS (standard deviation of sample) of charge of hits in ADC.
Polygon2D PolyObject
Polygon Object...see Polygon2D.hh.
double eigenvalue_principal
the principal eigenvalue from PCA
double mean_ADC
Mean (average) of ADC counts of hits, in ADC.
double mean_y
Mean of hits along y, peaks only.
void Report(Stream &os) const
double eigenvalue_secondary
the secondary eigenvalue from PCA
double sum_charge
Sum charge of hits in ADC.
util::PxPoint start_point
start point
double angle_2d
Angle of axis in wire/hit view.
double offaxis_hits
got brain
double showerness
got heart
double sum_ADC
Sum charge of ADC counts of hits, in ADC.
util::PxPoint end_point
end point
double mean_charge
Mean (average) charge of hits in ADC.
double charge_wgt_x
Mean of hits along x, charge weighted.
double opening_angle_charge_wgt
Same for charge_wgt.
double opening_angle
Width of angular distubtion wrt vertx.
double cluster_angle_2d
Linear best fit to high-charge hits in the cluster.
double rms_x
rms of hits along x (wires)
double rms_y
rms of hits along y, (time)
double closing_angle
Width of angular distubtion wrt endpoint.
double end_charge
Charge at the (other) end of the cluster.