Skip to content

Commit 92f3609

Browse files
committed
cherry-pick of b40efa1
1 parent 25f016d commit 92f3609

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

Detectors/GlobalTrackingWorkflow/helpers/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ o2_add_executable(track-cluster-reader
4141
COMPONENT_NAME global
4242
TARGETVARNAME targetName
4343
SOURCES src/GlobalTrackClusterReader.cxx
44-
PUBLIC_LINK_LIBRARIES O2::GlobalTrackingWorkflowHelpers O2::DetectorsRaw)
44+
PUBLIC_LINK_LIBRARIES O2::GlobalTrackingWorkflowHelpers O2::DetectorsRaw O2::DataFormatsITSMFT)

Detectors/GlobalTrackingWorkflow/helpers/src/GlobalTrackClusterReader.cxx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111

1212
#include "GlobalTrackingWorkflowHelpers/InputHelper.h"
1313
#include "ReconstructionDataFormats/GlobalTrackID.h"
14+
#include "DataFormatsITSMFT/DPLAlpideParamInitializer.h"
1415
#include "CommonUtils/ConfigurableParam.h"
1516
#include "DetectorsRaw/HBFUtilsInitializer.h"
1617
#include "Framework/CallbacksPolicy.h"
@@ -37,6 +38,7 @@ void customize(std::vector<ConfigParamSpec>& workflowOptions)
3738
{"ir-frames-its", VariantType::Bool, false, {"read ITS IR frames"}},
3839
{"disable-root-input", o2::framework::VariantType::Bool, false, {"disable reading root files, essentially making this workflow void, but needed for compatibility"}},
3940
{"configKeyValues", VariantType::String, "", {"Semicolon separated key=value strings ..."}}};
41+
o2::itsmft::DPLAlpideParamInitializer::addConfigOption(options);
4042
o2::raw::HBFUtilsInitializer::addConfigOption(options);
4143
std::swap(workflowOptions, options);
4244
}

prodtests/full-system-test/dpl-workflow.sh

100755100644
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ EVE_OPT=" --jsons-folder $EDJSONS_DIR"
119119

120120
# ITS vertexing settings
121121
if [[ $BEAMTYPE == "pp" || $LIGHTNUCLEI == "1" ]]; then
122-
ITS_CONFIG_KEY+="ITSVertexerParam.phiCut=0.4;ITSVertexerParam.tanLambdaCut=0.17;ITSVertexerParam.pairCut=0.0317563;ITSVertexerParam.clusterCut=0.6640964;ITSVertexerParam.coarseZWindow=0.2049018;ITSVertexerParam.seedDedupZCut=0.0711793;ITSVertexerParam.refitDedupZCut=0.0680009;ITSVertexerParam.duplicateZCut=0.1582193;ITSVertexerParam.finalSelectionZCut=0.1081465;ITSVertexerParam.duplicateDistance2Cut=0.0117033;ITSVertexerParam.clusterContributorsCut=2;ITSVertexerParam.seedMemberRadiusZ=0;ITSVertexerParam.nSigmaCut=0.032841;ITSVertexerParam.suppressLowMultDebris=0;"
122+
ITS_CONFIG_KEY+="ITSVertexerParam.phiCut=0.4;ITSVertexerParam.tanLambdaCut=0.17;ITSVertexerParam.pairCut=0.0317563;ITSVertexerParam.clusterCut=0.6640964;ITSVertexerParam.coarseZWindow=0.2049018;ITSVertexerParam.seedDedupZCut=0.0711793;ITSVertexerParam.refitDedupZCut=0.0680009;ITSVertexerParam.duplicateZCut=0.1582193;ITSVertexerParam.finalSelectionZCut=0.1081465;ITSVertexerParam.duplicateDistance2Cut=0.0117033;ITSVertexerParam.clusterContributorsCut=2;ITSVertexerParam.seedMemberRadiusZ=0;ITSVertexerParam.vertNsigmaCut=4.0;ITSVertexerParam.vertRadiusSigma=0.0452309;ITSVertexerParam.trackletSigma=0.0025941;ITSVertexerParam.suppressLowMultDebris=0;"
123123
fi
124124

125125
if [[ $CTFINPUT != 1 ]]; then

0 commit comments

Comments
 (0)