File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 1818
1919#include " Common/Core/EventPlaneHelper.h"
2020#include " Common/Core/TrackSelection.h"
21+ #include " Common/DataModel/Centrality.h"
2122#include " Common/DataModel/EventSelection.h"
2223#include " Common/DataModel/Qvectors.h"
2324#include " Common/DataModel/TrackSelectionTables.h"
24- #include " Common/DataModel/Centrality.h"
2525
2626#include " CCDB/BasicCCDBManager.h"
2727#include " CCDB/CcdbApi.h"
3030#include " Framework/RunningWorkflowInfo.h"
3131#include " Framework/runDataProcessing.h"
3232
33+ #include < TDatabasePDG.h>
34+
3335#include < string>
3436#include < vector>
3537
36- #include < TDatabasePDG.h>
37-
3838using namespace o2 ;
3939using namespace o2 ::framework;
4040using namespace o2 ::framework::expressions;
@@ -458,7 +458,8 @@ struct jEPFlowAnalysis {
458458
459459 void processMCGen (MyCollisionsMC::iterator const & coll, aod::McParticles const & mcParticles, aod::McCollisions const &)
460460 {
461- if (!coll.has_mcCollision ()) return ;
461+ if (!coll.has_mcCollision ())
462+ return ;
462463 const auto mcColl = coll.mcCollision ();
463464
464465 if (cfgAddEvtSel) {
You can’t perform that action at this time.
0 commit comments