Skip to content

Commit d8a4253

Browse files
committed
Adding the first version of the Bs task
1 parent 9d95528 commit d8a4253

2 files changed

Lines changed: 284 additions & 0 deletions

File tree

PWGHF/Tasks/CMakeLists.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,11 @@ o2physics_add_dpl_workflow(task-bplus
7070
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2::DetectorsVertexing
7171
COMPONENT_NAME Analysis)
7272

73+
o2physics_add_dpl_workflow(task-bs
74+
SOURCES taskBs.cxx
75+
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2::DetectorsVertexing
76+
COMPONENT_NAME Analysis)
77+
7378
o2physics_add_dpl_workflow(task-lb
7479
SOURCES taskLb.cxx
7580
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2::DetectorsVertexing

0 commit comments

Comments
 (0)