Skip to content

Commit 34ffebd

Browse files
authored
Fix tpc laser workflow (#1617)
* add remap in laser fitter * Simplify path * Change seperation of path in remap
1 parent 62f23cb commit 34ffebd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DATA/production/calib/tpc-laser-aggregator.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ publish_after=440
2020
min_tracks=0
2121
num_lanes=36
2222

23-
23+
REMAP="--condition-remap \"file:///home/wiechula/processData/inputFilesTracking/triggeredLaser/=GLO/Config/GRPECS,GLO/Config/GRPMagField,TPC/Calib/LaserTracks\" "
2424
if [[ ! -z ${TPC_CALIB_MAX_EVENTS:-} ]]; then
2525
max_events=${TPC_CALIB_MAX_EVENTS}
2626
fi
@@ -47,7 +47,7 @@ fi
4747

4848
WORKFLOW=
4949
add_W o2-dpl-raw-proxy " --proxy-name tpc-laser-input-proxy --dataspec \"$PROXY_INSPEC\" --network-interface ib0 --channel-config \"name=tpc-laser-input-proxy,method=bind,type=pull,rateLogging=0,transport=zeromq\"" "" 0
50-
add_W o2-tpc-calib-laser-tracks "--use-filtered-tracks ${EXTRA_CONFIG_TRACKS} --min-tfs=${min_tracks}"
50+
add_W o2-tpc-calib-laser-tracks "${REMAP} --use-filtered-tracks ${EXTRA_CONFIG_TRACKS} --min-tfs=${min_tracks} "
5151
add_W o2-tpc-calib-pad-raw " ${EXTRA_CONFIG}" "${CALIB_CONFIG}"
5252
add_W o2-calibration-ccdb-populator-workflow "--ccdb-path ${CCDB_PATH}" "" 0
5353
#add_QC_from_consul "${QC_CONFIG_CONSUL}" "--local --host lcoalhost"

0 commit comments

Comments
 (0)