@@ -114,17 +114,21 @@ namespace caf
114114 * @param fmPFPartHits vector of pointers-to-hits lists, for each PFP
115115 * @param vtx_wire vertex coordinates projected onto wires, per plane
116116 * @param vtx_tick vertex coordinates projected onto ticks, per plane
117+ * @param vtx_wire_dist TPC wire distance from the vertex used to count NuGraph2–tagged HIP hits
118+ * @param vtx_tick_dist TPC tick distance from the vertex used to count NuGraph2–tagged HIP hits
117119 * @param[out] slice the destination slice object
118120 *
119121 * Hits with filter value (`ngFilterResult`) lower than `ng_filter_cut` are counted as background.
120122 */
121123 void FillSliceNuGraph (const std::vector<art::Ptr<recob::Hit>> &inputHits,
122- const std::vector<art::Ptr<anab::FeatureVector<1 >>> &ngFilterResult,
123- const std::vector<art::Ptr<anab::FeatureVector<5 >>> &ngSemanticResult,
124- const std::vector<std::vector<art::Ptr<recob::Hit>>> &fmPFPartHits,
125- const float vtx_wire[3 ],
126- const float vtx_tick[3 ],
127- caf::SRSlice &slice);
124+ const std::vector<art::Ptr<anab::FeatureVector<1 >>> &ngFilterResult,
125+ const std::vector<art::Ptr<anab::FeatureVector<5 >>> &ngSemanticResult,
126+ const std::vector<std::vector<art::Ptr<recob::Hit>>> &fmPFPartHits,
127+ const float vtx_wire[3 ],
128+ const float vtx_tick[3 ],
129+ const float vtx_wire_dist,
130+ const float vtx_tick_dist,
131+ caf::SRSlice &slice);
128132
129133 bool SelectSlice (const caf::SRSlice &slice, bool cut_clear_cosmic);
130134
0 commit comments