Skip to content

Commit 9c3be70

Browse files
committed
Use https instead of http for alice-ccdb.cern.ch (DATA subfolder)
1 parent c3fac45 commit 9c3be70

19 files changed

Lines changed: 25 additions & 25 deletions

File tree

DATA/production/calib/hmp-pedestals-processing.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ then
6464
fi
6565
if [ $HMP_CCDB_REC == 'true' ];
6666
then
67-
WORKFLOW+="--use-ccdb --ccdb-uri 'http://alice-ccdb.cern.ch' "
67+
WORKFLOW+="--use-ccdb --ccdb-uri 'https://alice-ccdb.cern.ch' "
6868
fi
6969
if [ $HMP_FILES_REC == 'true' ];
7070
then

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export CONFIG_EXTRA_PROCESS_o2_its_reco_workflow="ITSVertexerParam.phiCut=0.5;IT
5151
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"
5252

5353
# ad-hoc settings for TOF reco
54-
# export ARGS_EXTRA_PROCESS_o2_tof_reco_workflow="--use-ccdb --ccdb-url-tof \"http://alice-ccdb.cern.ch\""
54+
# export ARGS_EXTRA_PROCESS_o2_tof_reco_workflow="--use-ccdb --ccdb-url-tof \"https://alice-ccdb.cern.ch\""
5555
# since commit on Dec, 4
5656
export ARGS_EXTRA_PROCESS_o2_tof_reco_workflow="--use-ccdb"
5757

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export CONFIG_EXTRA_PROCESS_o2_its_reco_workflow="ITSVertexerParam.phiCut=0.5;IT
5050
export CONFIG_EXTRA_PROCESS_o2_gpu_reco_workflow="$VDRIFT"
5151

5252
# ad-hoc settings for TOF reco
53-
# export ARGS_EXTRA_PROCESS_o2_tof_reco_workflow="--use-ccdb --ccdb-url-tof \"http://alice-ccdb.cern.ch\""
53+
# export ARGS_EXTRA_PROCESS_o2_tof_reco_workflow="--use-ccdb --ccdb-url-tof \"https://alice-ccdb.cern.ch\""
5454
# since commit on Dec, 4
5555
export ARGS_EXTRA_PROCESS_o2_tof_reco_workflow="--use-ccdb"
5656

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export CONFIG_EXTRA_PROCESS_o2_its_reco_workflow="ITSVertexerParam.phiCut=0.5;IT
4747
export CONFIG_EXTRA_PROCESS_o2_gpu_reco_workflow="$VDRIFT;GPU_global.dEdxUseFullGainMap=1;GPU_global.dEdxDisableResidualGainMap=1"
4848

4949
# ad-hoc settings for TOF reco
50-
# export ARGS_EXTRA_PROCESS_o2_tof_reco_workflow="--use-ccdb --ccdb-url-tof \"http://alice-ccdb.cern.ch\""
50+
# export ARGS_EXTRA_PROCESS_o2_tof_reco_workflow="--use-ccdb --ccdb-url-tof \"https://alice-ccdb.cern.ch\""
5151
# since commit on Dec, 4
5252
export ARGS_EXTRA_PROCESS_o2_tof_reco_workflow="--use-ccdb"
5353

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export CONFIG_EXTRA_PROCESS_o2_its_reco_workflow="ITSVertexerParam.phiCut=0.5;IT
4747
export CONFIG_EXTRA_PROCESS_o2_gpu_reco_workflow="$VDRIFT;GPU_global.dEdxUseFullGainMap=1;GPU_global.dEdxDisableResidualGainMap=1"
4848

4949
# ad-hoc settings for TOF reco
50-
# export ARGS_EXTRA_PROCESS_o2_tof_reco_workflow="--use-ccdb --ccdb-url-tof \"http://alice-ccdb.cern.ch\""
50+
# export ARGS_EXTRA_PROCESS_o2_tof_reco_workflow="--use-ccdb --ccdb-url-tof \"https://alice-ccdb.cern.ch\""
5151
# since commit on Dec, 4
5252
export ARGS_EXTRA_PROCESS_o2_tof_reco_workflow="--use-ccdb"
5353

DATA/production/configurations/2022/LHC22f/apass1/getTPCvdrift.C

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
#include "DataFormatsTPC/LtrCalibData.h"
1010
#include "TPCBase/ParameterGas.h"
1111

12-
float getTPCvdrift(int run, std::string_view ltrUrl = "http://alice-ccdb.cern.ch")
12+
float getTPCvdrift(int run, std::string_view ltrUrl = "https://alice-ccdb.cern.ch")
1313
{
1414
o2::ccdb::CcdbApi c;
15-
c.init("http://alice-ccdb.cern.ch");
15+
c.init("https://alice-ccdb.cern.ch");
1616
std::map<std::string, std::string> headers, metadataRCT, metadata, mm;
1717
headers = c.retrieveHeaders(fmt::format("RCT/Info/RunInformation/{}", run), metadataRCT, -1);
1818
printf("\nLooking for vdrift for run %d\n", run);

DATA/production/configurations/2022/LHC22f/apass1/setenv_extra.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ fi
2121

2222
# checking for remapping
2323
if [[ $remappingITS == 1 ]] || [[ $remappingMFT == 1 ]]; then
24-
REMAPPING="--condition-remap \"http://alice-ccdb.cern.ch/RecITSMFT="
24+
REMAPPING="--condition-remap \"https://alice-ccdb.cern.ch/RecITSMFT="
2525
if [[ $remappingITS == 1 ]]; then
2626
REMAPPING=$REMAPPING"ITS/Calib/ClusterDictionary"
2727
if [[ $remappingMFT == 1 ]]; then
@@ -85,7 +85,7 @@ export CONFIG_EXTRA_PROCESS_o2_its_reco_workflow="ITSVertexerParam.phiCut=0.5;IT
8585
export CONFIG_EXTRA_PROCESS_o2_gpu_reco_workflow="GPU_global.dEdxDisableResidualGainMap=1;$VDRIFTPARAMOPTION;"
8686

8787
# ad-hoc settings for TOF reco
88-
# export ARGS_EXTRA_PROCESS_o2_tof_reco_workflow="--use-ccdb --ccdb-url-tof \"http://alice-ccdb.cern.ch\""
88+
# export ARGS_EXTRA_PROCESS_o2_tof_reco_workflow="--use-ccdb --ccdb-url-tof \"https://alice-ccdb.cern.ch\""
8989
# since commit on Dec, 4
9090
export ARGS_EXTRA_PROCESS_o2_tof_reco_workflow="--use-ccdb"
9191

DATA/production/configurations/2022/LHC22f/apass1_TPCcalib/getTPCvdrift.C

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
#include "DataFormatsTPC/LtrCalibData.h"
1010
#include "TPCBase/ParameterGas.h"
1111

12-
float getTPCvdrift(int run, std::string_view ltrUrl = "http://alice-ccdb.cern.ch")
12+
float getTPCvdrift(int run, std::string_view ltrUrl = "https://alice-ccdb.cern.ch")
1313
{
1414
o2::ccdb::CcdbApi c;
15-
c.init("http://alice-ccdb.cern.ch");
15+
c.init("https://alice-ccdb.cern.ch");
1616
std::map<std::string, std::string> headers, metadataRCT, metadata, mm;
1717
headers = c.retrieveHeaders(fmt::format("RCT/Info/RunInformation/{}", run), metadataRCT, -1);
1818
printf("\nLooking for vdrift for run %d\n", run);

DATA/production/configurations/2022/LHC22f/apass1_TPCcalib/setenv_extra.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ fi
2121

2222
# checking for remapping
2323
if [[ $remappingITS == 1 ]] || [[ $remappingMFT == 1 ]]; then
24-
REMAPPING="--condition-remap \"http://alice-ccdb.cern.ch/RecITSMFT="
24+
REMAPPING="--condition-remap \"https://alice-ccdb.cern.ch/RecITSMFT="
2525
if [[ $remappingITS == 1 ]]; then
2626
REMAPPING=$REMAPPING"ITS/Calib/ClusterDictionary"
2727
if [[ $remappingMFT == 1 ]]; then
@@ -70,7 +70,7 @@ export CONFIG_EXTRA_PROCESS_o2_its_reco_workflow="ITSVertexerParam.phiCut=0.5;IT
7070
export CONFIG_EXTRA_PROCESS_o2_gpu_reco_workflow="TPCGasParam.DriftV=$VDRIFT;GPU_global.dEdxDisableResidualGainMap=1"
7171

7272
# ad-hoc settings for TOF reco
73-
# export ARGS_EXTRA_PROCESS_o2_tof_reco_workflow="--use-ccdb --ccdb-url-tof \"http://alice-ccdb.cern.ch\""
73+
# export ARGS_EXTRA_PROCESS_o2_tof_reco_workflow="--use-ccdb --ccdb-url-tof \"https://alice-ccdb.cern.ch\""
7474
# since commit on Dec, 4
7575
export ARGS_EXTRA_PROCESS_o2_tof_reco_workflow="--use-ccdb"
7676

DATA/production/configurations/2022/MayJunePilotBeam/apass1/getTPCvdrift.C

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
float getTPCvdrift(int run, std::string_view ltrUrl = "http://ccdb-test.cern.ch:8080")
1313
{
1414
o2::ccdb::CcdbApi c;
15-
c.init("http://alice-ccdb.cern.ch");
15+
c.init("https://alice-ccdb.cern.ch");
1616
std::map<std::string, std::string> headers, metadataRCT, metadata, mm;
1717
headers = c.retrieveHeaders(fmt::format("RCT/Info/RunInformation/{}", run), metadataRCT, -1);
1818
printf("\nLooking for vdrift for run %d\n", run);

0 commit comments

Comments
 (0)