File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333#include < Framework/runDataProcessing.h>
3434
3535// Event selection: Only events that contain track above some threshold
36- //
36+ //
3737// -------------------------------------------------------------------------------------------
3838// TRACK DATA
3939// -------------------------------------------------------------------------------------------
@@ -174,7 +174,7 @@ struct tableDiffWake {
174174 // ------- Only events with track above some thresh ----------
175175
176176 bool eventHighpT = false ;
177- for (auto const & track : tracks) {
177+ for (auto const & track : tracks) {
178178
179179 if (!track.isGlobalTrack ())
180180 continue ;
@@ -202,7 +202,7 @@ struct tableDiffWake {
202202 substituteEp2,
203203 substituteEp3);
204204
205- for (auto const & track : tracks) {
205+ for (auto const & track : tracks) {
206206
207207 // Track cut
208208 if (!track.isGlobalTrack ())
You can’t perform that action at this time.
0 commit comments