8 const std::vector<unsigned int>& hitindex,
9 const std::vector<double>& hitvtxX,
10 const std::vector<double>& hitvtxY,
11 const std::vector<double>& hitvtxZ) {
12 for (
unsigned int i = 0;
i <
hitvtxX.size();
i++) {
24 const std::vector<double>& eedep,
25 const std::vector<double>& hefdep,
26 const std::vector<double>& hebdep) {
31 for (
unsigned int i = 0;
i < eedep.size();
i++) {
32 double en = 0.001 * eedep[
i];
36 for (
unsigned int i = 0;
i < hefdep.size();
i++) {
37 double en = 0.001 * hefdep[
i];
41 for (
unsigned int i = 0;
i < hebdep.size();
i++) {
42 double en = 0.001 * hebdep[
i];