We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5d32a0 commit cf283cbCopy full SHA for cf283cb
1 file changed
sbncode/CAFMaker/FillReco.cxx
@@ -592,8 +592,6 @@ namespace caf
592
unsigned int nHits = inputHits.size();
593
unsigned int npass = 0;
594
595
- std::cout << "number of hits: " << nHits << std::endl;
596
-
597
for ( unsigned int i = 0; i < nHits; i++ ) {
598
if (ngFilterResult.at(i)->at(0)>=ng_filter_cut) npass++;
599
}
@@ -602,7 +600,7 @@ namespace caf
602
600
// nugraph HIP vertex tagging
603
601
for (unsigned int plane = 0; plane < 3; ++plane) {
604
605
- unsigned int nHIPHits = 0;
+ int nHIPHits = 0;
606
607
608
const recob::Hit& hit = *inputHits.at(i);
0 commit comments