We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b29a89 commit d9f4d0aCopy full SHA for d9f4d0a
DPG/Tasks/AOTTrack/PID/TOF/CMakeLists.txt
@@ -15,6 +15,16 @@ o2physics_add_dpl_workflow(pid-tof-qa
15
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
16
COMPONENT_NAME Analysis)
17
18
+o2physics_add_dpl_workflow(pid-tof-qa-imp
19
+ SOURCES qaPIDTOFImp.cxx
20
+ PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
21
+ COMPONENT_NAME Analysis)
22
+
23
+o2physics_add_dpl_workflow(pid-tof-qa-simple
24
+ SOURCES tofSimple.cxx
25
26
27
28
o2physics_add_dpl_workflow(pid-tof-qa-beta
29
SOURCES qaPIDTOFBeta.cxx
30
0 commit comments