Skip to content

Commit 56bd4b1

Browse files
committed
Remove spurious cout
1 parent a8d06c2 commit 56bd4b1

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

sbncode/SBNEventWeight/Calculators/BNBFlux/FluxCalcPrep.cxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,6 @@ namespace sbn {
323323
if (std::find(fprimaryHad.begin(), fprimaryHad.end(),(flux.ftptype)) == fprimaryHad.end() ){//if it does not contain any particles we need get 1
324324
weights.resize( NUni);
325325
std::fill(weights.begin(), weights.end(), 1);
326-
std::cout << "We don't need this parent, returning." << std::endl;
327326
return weights;//done, all 1
328327
}// Hadronic parent check
329328

0 commit comments

Comments
 (0)