File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -441,7 +441,7 @@ struct nuclei_in_jets {
441441 {
442442 // Event Counter: before event selection
443443 registryData.fill (HIST (" number_of_events_data" ), 0.5 );
444- registryQC.fill (HIST (" event_selection_jets" ), 0.5 ); // all events before jet selection
444+ registryQC.fill (HIST (" event_selection_jets" ), 0.5 ); // all events before jet selection
445445
446446 // Event Selection
447447 if (!collision.sel8 ())
@@ -593,7 +593,7 @@ struct nuclei_in_jets {
593593 if (n_jets_selected == 0 )
594594 return ;
595595 registryData.fill (HIST (" number_of_events_data" ), 3.5 );
596- registryQC.fill (HIST (" event_selection_jets" ), 1.5 ); // events with pTjet>10 GeV/c selected
596+ registryQC.fill (HIST (" event_selection_jets" ), 1.5 ); // events with pTjet>10 GeV/c selected
597597 // ************************************************************************************************************************************
598598
599599 // Leading Track
@@ -612,7 +612,7 @@ struct nuclei_in_jets {
612612 // Event Counter: Skip Events with pt<pt_leading_min
613613 if (pt_max < 5.0 )
614614 return ;
615- registryQC.fill (HIST (" event_selection_jets" ), 2.5 ); // events with pTleading > 5 GeV/c selected
615+ registryQC.fill (HIST (" event_selection_jets" ), 2.5 ); // events with pTleading > 5 GeV/c selected
616616
617617 // Overlaps
618618 int nOverlaps (0 );
You can’t perform that action at this time.
0 commit comments