Skip to content

Commit 86a61ac

Browse files
authored
Add more impact parameter plots for the QA (#4749)
* Update Impact Parameter in qa Task * Remove matplotlib options * Move qa task to PWGHF * Fix title formating
1 parent 69cd85b commit 86a61ac

4 files changed

Lines changed: 425 additions & 228 deletions

File tree

Analysis/Tasks/CMakeLists.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,6 @@ o2_add_dpl_workflow(trackqa
3232
PUBLIC_LINK_LIBRARIES O2::Framework O2::AnalysisDataModel O2::AnalysisCore
3333
COMPONENT_NAME Analysis)
3434

35-
o2_add_dpl_workflow(qatask
36-
SOURCES qaTask.cxx
37-
PUBLIC_LINK_LIBRARIES O2::Framework O2::AnalysisDataModel O2::AnalysisCore
38-
COMPONENT_NAME Analysis)
3935

4036
o2_add_dpl_workflow(pid-tof
4137
SOURCES pidTOF.cxx

Analysis/Tasks/PWGHF/CMakeLists.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88
# granted to it by virtue of its status as an Intergovernmental Organization or
99
# submit itself to any jurisdiction.
1010

11+
o2_add_dpl_workflow(qatask
12+
SOURCES qaTask.cxx
13+
PUBLIC_LINK_LIBRARIES O2::Framework O2::AnalysisDataModel O2::AnalysisCore
14+
COMPONENT_NAME Analysis)
15+
1116
o2_add_dpl_workflow(hf-track-index-skims-creator
1217
SOURCES HFTrackIndexSkimsCreator.cxx
1318
PUBLIC_LINK_LIBRARIES O2::Framework O2::AnalysisDataModel O2::AnalysisCore O2::DetectorsVertexing ROOT::EG

0 commit comments

Comments
 (0)