Skip to content

Commit bb4d55b

Browse files
update settings for TPC for apass4
1 parent f9cd18b commit bb4d55b

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

DATA/production/configurations/2021/OCT/apass4/async_pass.sh

100755100644
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -98,21 +98,21 @@ echo processing run $RUNNUMBER, from period $PERIOD with $BEAMTYPE collisions an
9898
echo "No runInput_$RUNNUMBER.tgz found returning"
9999
return 2
100100
fi
101-
if [[ ! -f TPC_calibdEdx.211216.tgz ]]; then
102-
echo "No TPC_calibdEdx.211216.tgz found returning"
101+
if [[ ! -f TPC_calibdEdx.220301.tgz ]]; then
102+
echo "No TPC_calibdEdx.220301.tgz found returning"
103103
return 2
104104
fi
105105
tar -xzvf commonInput.tgz
106106
ln -s o2sim_geometry.root o2sim_geometry-aligned.root
107107
tar -xzvf runInput_$RUNNUMBER.tgz
108-
tar -xzvf TPC_calibdEdx.211216.tgz
108+
tar -xzvf TPC_calibdEdx.220301.tgz
109109
mv calibdEdx.pol/*.* .
110110
if [[ ! -f calibdEdx.$RUNNUMBER.root ]]; then
111111
echo "No calibdEdx.$RUNNUMBER.root found returning"
112112
return 2
113113
fi
114-
if [[ ! -f splines_for_dedx_3D_scaled_Threshold_3.5.root ]]; then
115-
echo "No splines_for_dedx_3D_scaled_Threshold_3.5.root found returning"
114+
if [[ ! -f splines_for_dedx_threshold_3.5.root ]]; then
115+
echo "No splines_for_dedx_threshold_3.5.root found returning"
116116
return 2
117117
fi
118118
if [[ ! -f GainMap_2021-12-15_krypton_0.5T.v2.root ]]; then

DATA/production/configurations/2021/OCT/apass4/setenv_extra.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@ export ITS_CONFIG=" --tracking-mode sync_misaligned"
4949
export CONFIG_EXTRA_PROCESS_o2_its_reco_workflow="ITSVertexerParam.phiCut=0.5;ITSVertexerParam.clusterContributorsCut=3;ITSVertexerParam.tanLambdaCut=0.2"
5050

5151
# ad-hoc options for GPU reco workflow
52-
#export CONFIG_EXTRA_PROCESS_o2_gpu_reco_workflow="$VDRIFT;GPU_global.gainCalibFile=GainMap_2021-12-15_krypton_0.5T.v2.root;GPU_global.dEdxSplineTopologyCorrFile=splines_for_dedx_3D_scaled_Threshold_3.5.root;GPU_global.dEdxCorrFile=calibdEdx_${RUNNUMBER}.root"
53-
export CONFIG_EXTRA_PROCESS_o2_gpu_reco_workflow="$VDRIFT;GPU_global.gainCalibFile=GainMap_2021-12-15_krypton_0.5T.v2.root;GPU_global.dEdxSplineTopologyCorrFile=splines_for_dedx_3D_scaled_Threshold_3.5.root;GPU_global.dEdxCorrFile=calibdEdx.${RUNNUMBER}.root"
52+
export CONFIG_EXTRA_PROCESS_o2_gpu_reco_workflow="$VDRIFT;GPU_global.gainCalibFile=GainMap_2021-12-15_krypton_0.5T.v2.root;GPU_global.dEdxSplineTopologyCorrFile=splines_for_dedx_threshold_3.5.root;GPU_global.dEdxCorrFile=calibdEdx.${RUNNUMBER}.root;GPU_global.dEdxPolTopologyCorrFile=polynomials_for_dedx_V1.root;GPU_global.thresholdCalibFile=NoiseThresholds.3.5s.physics.root"
5453

5554
# ad-hoc settings for TOF reco
5655
# export ARGS_EXTRA_PROCESS_o2_tof_reco_workflow="--use-ccdb --ccdb-url-tof \"http://alice-ccdb.cern.ch\""

0 commit comments

Comments
 (0)