Skip to content

Commit

Permalink
Update SGTrackSelector.h
Browse files Browse the repository at this point in the history
  • Loading branch information
abylinkin authored Apr 17, 2024
1 parent d8682bc commit 427640f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions PWGUD/Tasks/SGTrackSelector.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
// \author Sasha Bylinkin, [email protected]
// \since April 2023

#ifndef PWGUD_CORE_SGTRACKSELECTOR_H_
#define PWGUD_CORE_SGTRACKSELECTOR_H_
#ifndef PWGUD_TASKS_SGTRACKSELECTOR_H_
#define PWGUD_TASKS_SGTRACKSELECTOR_H_

#include "Framework/runDataProcessing.h"
#include "Framework/AnalysisTask.h"
Expand Down Expand Up @@ -80,4 +80,4 @@ int trackpid(const T& track, bool use_tof)
return pid;
}

#endif; // PWGUD_CORE_SGTRACKSELECTOR_H_
#endif;// PWGUD_TASKS_SGTRACKSELECTOR_H_

0 comments on commit 427640f

Please sign in to comment.