Skip to content

Commit f8f6678

Browse files
committed
Merge branch 'localworkCORA' of github.com:CesarOmarRA/O2Physics into localworkCORA
2 parents 8fed557 + 08d7335 commit f8f6678

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

PWGUD/Tasks/CMakeLists.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,11 @@ o2physics_add_dpl_workflow(upc-rho-prime-analysis
224224
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::DGPIDSelector
225225
COMPONENT_NAME Analysis)
226226

227+
o2physics_add_dpl_workflow(upc-rho-prime-analysis
228+
SOURCES upcRhoPrimeAnalysis.cxx
229+
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::DGPIDSelector
230+
COMPONENT_NAME Analysis)
231+
227232
o2physics_add_dpl_workflow(event-by-event
228233
SOURCES eventByevent.cxx
229234
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::DGPIDSelector

PWGUD/Tasks/upcRhoPrimeAnalysis.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
#include "Framework/runDataProcessing.h"
2121

2222
#include "Math/Vector4D.h" // similiar to TLorentzVector (which is now legacy apparently)
23-
#include <random>
23+
#include "random"
2424

2525
#include "Common/DataModel/PIDResponse.h"
2626

0 commit comments

Comments
 (0)