We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7cda03 commit 91b457eCopy full SHA for 91b457e
1 file changed
DPG/Tasks/AOTEvent/lightIonsEvSelQa.cxx
@@ -551,7 +551,7 @@ struct LightIonsEvSelQa {
551
552
auto bcIndex = foundBC.globalIndex();
553
// bool noNearbyActivity = (vPastActivity[bcIndex] == 0 && vFutureActivity[bcIndex] == 0);
554
- bool noPastActivity = (vPastActivity[bcIndex] == 0 );
+ bool noPastActivity = (vPastActivity[bcIndex] == 0);
555
556
// ### count tracks of different types
557
int nPVtracks = 0;
0 commit comments