File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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+
227232o2physics_add_dpl_workflow (event-by-event
228233 SOURCES eventByevent.cxx
229234 PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::DGPIDSelector
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments