We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7cda03 commit 4fb62e4Copy full SHA for 4fb62e4
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