@@ -456,7 +456,7 @@ int main(int argc, char* argv[])
456456 // <---- at this moment we have a dense collision context (not representing the final output we want)
457457 LOG (info) << " <<------ DENSE CONTEXT ---------" ;
458458 if (options.printContext ) {
459- digicontext.printCollisionSummary (options. qedInteraction . size () > 0 );
459+ digicontext.printCollisionSummary ();
460460 }
461461 LOG (info) << " -------- DENSE CONTEXT ------->>" ;
462462
@@ -467,7 +467,7 @@ int main(int argc, char* argv[])
467467 // <---- at this moment we have a dense collision context (not representing the final output we want)
468468 LOG (info) << " <<------ FILTERED CONTEXT ---------" ;
469469 if (options.printContext ) {
470- digicontext.printCollisionSummary (options. qedInteraction . size () > 0 );
470+ digicontext.printCollisionSummary ();
471471 }
472472 LOG (info) << " -------- FILTERED CONTEXT ------->>" ;
473473
@@ -510,7 +510,7 @@ int main(int argc, char* argv[])
510510 }
511511
512512 if (options.printContext ) {
513- digicontext.printCollisionSummary (options. qedInteraction . size () > 0 );
513+ digicontext.printCollisionSummary ();
514514 }
515515 digicontext.saveToFile (options.outfilename );
516516
@@ -578,7 +578,7 @@ int main(int argc, char* argv[])
578578 str << path_prefix << tf_output_counter++ << " /collisioncontext.root" ;
579579 copy.saveToFile (str.str ());
580580 LOG (info) << " ----" ;
581- copy.printCollisionSummary (options. qedInteraction . size () > 0 );
581+ copy.printCollisionSummary ();
582582 }
583583 }
584584 }
0 commit comments