File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737#include < Framework/runDataProcessing.h>
3838
3939// Event selection: Only events that contain track above some threshold
40- //
40+ //
4141// -------------------------------------------------------------------------------------------
4242// TRACK DATA
4343// -------------------------------------------------------------------------------------------
@@ -178,7 +178,7 @@ struct TableDiffWake {
178178 // ------- Only events with track above some thresh ----------
179179
180180 bool eventHighpT = false ;
181- for (auto const & track : tracks) {
181+ for (auto const & track : tracks) {
182182
183183 if (!track.isGlobalTrack ())
184184 continue ;
@@ -206,7 +206,7 @@ struct TableDiffWake {
206206 substituteEp2,
207207 substituteEp3);
208208
209- for (auto const & track : tracks) {
209+ for (auto const & track : tracks) {
210210
211211 // Track cut
212212 if (!track.isGlobalTrack ())
You can’t perform that action at this time.
0 commit comments