Skip to content

Commit 132b008

Browse files
fgrosaalibuild
authored andcommitted
[DPG] Add first version of derived data creator for D0 calibration studies (AliceO2Group#11564)
Co-authored-by: ALICE Action Bot <alibuild@cern.ch>
1 parent da6d868 commit 132b008

3 files changed

Lines changed: 929 additions & 0 deletions

File tree

DPG/Tasks/AOTTrack/CMakeLists.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,3 +85,8 @@ o2physics_add_dpl_workflow(tag-and-probe-dmesons
8585
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore O2::DetectorsVertexing O2Physics::MLCore
8686
COMPONENT_NAME Analysis)
8787

88+
o2physics_add_dpl_workflow(derived-data-creator-d0-calibration
89+
SOURCES derivedDataCreatorD0Calibration.cxx
90+
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore O2Physics::AnalysisCore O2::DCAFitter O2Physics::MLCore
91+
COMPONENT_NAME Analysis)
92+

0 commit comments

Comments
 (0)