Skip to content

Commit 5499592

Browse files
rmunzerdavidrohr
authored andcommitted
Move output of calibration to ali-ccdb
1 parent 4485e96 commit 5499592

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

DATA/production/calib/tpc-laser.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ o2-dpl-raw-proxy $ARGS_ALL \
7777
--publish-after-tfs 50 \
7878
--max-events 110 \
7979
| o2-calibration-ccdb-populator-workflow $ARGS_ALL \
80-
--ccdb-path http://ccdb-test.cern.ch:8080 \
80+
--ccdb-path http://o2-ccdb.internal \
8181
| o2-dpl-run $ARGS_ALL --dds
8282

8383
# --pipeline tpc-tracker:4 \

DATA/production/calib/tpc-pedestal.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ CALIB_INSPEC="A:TPC/RAWDATA;dd:FLP/DISTSUBTIMEFRAME/0;eos:***/INFORMATION"
1616
CALIB_CONFIG="TPCCalibPedestal.LastTimeBin=12000"
1717
EXTRA_CONFIG=" "
1818
EXTRA_CONFIG=" --publish-after-tfs 100 --max-events 120 --lanes 36"
19-
CCDB_PATH="--ccdb-path http://ccdb-test.cern.ch:8080"
19+
CCDB_PATH="--ccdb-path http://o2-ccdb.internal"
2020

2121
o2-dpl-raw-proxy $ARGS_ALL \
2222
--dataspec "$PROXY_INSPEC" \

DATA/production/calib/tpc-pulser.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ CALIB_CONFIG="TPCCalibPulser.FirstTimeBin=80;TPCCalibPulser.LastTimeBin=260;TPCC
1717
EXTRA_CONFIG=" "
1818
EXTRA_CONFIG="--calib-type pulser --publish-after-tfs 30 --max-events 120 --lanes 36"
1919

20-
CCDB_PATH="--ccdb-path http://ccdb-test.cern.ch:8080"
20+
CCDB_PATH="--ccdb-path http://o2-ccdb.internal"
2121

2222

2323
o2-dpl-raw-proxy $ARGS_ALL \

0 commit comments

Comments
 (0)