File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
PWGLF/Tasks/GlobalEventProperties Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 2424#include " Common/DataModel/PIDResponseTOF.h"
2525#include " Common/DataModel/PIDResponseTPC.h"
2626#include " Common/DataModel/TrackSelectionTables.h"
27- #include " CommonConstants/MathConstants.h"
2827
28+ #include " CommonConstants/MathConstants.h"
2929#include < Framework/AnalysisDataModel.h>
3030#include < Framework/AnalysisHelpers.h>
3131#include < Framework/AnalysisTask.h>
@@ -223,7 +223,6 @@ static constexpr TrackSelectionFlags::flagtype TrackSelectionTPC =
223223static constexpr TrackSelectionFlags::flagtype TrackSelectionDCA =
224224 TrackSelectionFlags::kDCAz | TrackSelectionFlags::kDCAxy ;
225225
226-
227226struct DndetaHi {
228227 SliceCache cache;
229228 Preslice<Particles> perMCCol = aod::mcparticle::mcCollisionId;
@@ -915,4 +914,4 @@ struct DndetaHi {
915914WorkflowSpec defineDataProcessing (ConfigContext const & cfgc)
916915{
917916 return WorkflowSpec{adaptAnalysisTask<DndetaHi>(cfgc)};
918- }
917+ }
You can’t perform that action at this time.
0 commit comments