Skip to content

Commit c7c39b8

Browse files
committed
First attemp for semifwd analysis
1 parent 34c1bc0 commit c7c39b8

4 files changed

Lines changed: 1223 additions & 0 deletions

File tree

PWGUD/TableProducer/CMakeLists.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,3 +75,8 @@ o2physics_add_dpl_workflow(upc-cand-producer-global-muon
7575
SOURCES upcCandProducerGlobalMuon.cxx
7676
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::UPCCutparHolder O2::GlobalTracking
7777
COMPONENT_NAME Analysis)
78+
79+
o2physics_add_dpl_workflow(upc-cand-producer-semi-fwd
80+
SOURCES upcCandProducerSemiFwd.cxx
81+
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::UPCCutparHolder O2::GlobalTracking
82+
COMPONENT_NAME Analysis)

0 commit comments

Comments
 (0)