Skip to content

Commit 1634f69

Browse files
tarball not needed anymore for TPC calib
1 parent 260d073 commit 1634f69

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

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

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -98,27 +98,9 @@ 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.220301.tgz ]]; then
102-
echo "No TPC_calibdEdx.220301.tgz found returning"
103-
return 2
104-
fi
105101
tar -xzvf commonInput.tgz
106102
ln -s o2sim_geometry.root o2sim_geometry-aligned.root
107103
tar -xzvf runInput_$RUNNUMBER.tgz
108-
tar -xzvf TPC_calibdEdx.220301.tgz
109-
mv calibdEdx.pol/*.* .
110-
if [[ ! -f calibdEdx.$RUNNUMBER.root ]]; then
111-
echo "No calibdEdx.$RUNNUMBER.root found returning"
112-
return 2
113-
fi
114-
if [[ ! -f splines_for_dedx_threshold_3.5.root ]]; then
115-
echo "No splines_for_dedx_threshold_3.5.root found returning"
116-
return 2
117-
fi
118-
if [[ ! -f GainMap_2021-12-15_krypton_0.5T.v2.root ]]; then
119-
echo "GainMap_2021-12-15_krypton_0.5T.v2.root"
120-
return 2
121-
fi
122104
###fi
123105

124106
echo "Checking current directory content"

0 commit comments

Comments
 (0)