File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed
DATA/production/configurations/2022 Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 99#include "DataFormatsTPC/LtrCalibData.h"
1010#include "TPCBase/ParameterGas.h"
1111
12- float getTPCvdrift (int run , std ::string_view ltrUrl = "http://ccdb-test .cern.ch:8080 " )
12+ float getTPCvdrift (int run , std ::string_view ltrUrl = "http://alice-ccdb .cern.ch" )
1313{
1414 o2 ::ccdb ::CcdbApi c ;
1515 c .init ("http://alice-ccdb.cern.ch" );
Original file line number Diff line number Diff line change @@ -79,10 +79,10 @@ export ARGS_EXTRA_PROCESS_o2_tof_reco_workflow="--use-ccdb --for-calib"
7979# ad-hoc options for primary vtx workflow
8080# export PVERTEXER="pvertexer.acceptableScale2=9;pvertexer.minScale2=2.;pvertexer.nSigmaTimeTrack=4.;pvertexer.timeMarginTrackTime=0.5;pvertexer.timeMarginVertexTime=7.;pvertexer.nSigmaTimeCut=10;pvertexer.dbscanMaxDist2=30;pvertexer.dcaTolerance=3.;pvertexer.pullIniCut=100;pvertexer.addZSigma2=0.1;pvertexer.tukey=20.;pvertexer.addZSigma2Debris=0.01;pvertexer.addTimeSigma2Debris=1.;pvertexer.maxChi2Mean=30;pvertexer.timeMarginReattach=3.;pvertexer.addTimeSigma2Debris=1.;"
8181# following comment https://alice.its.cern.ch/jira/browse/O2-2691?focusedCommentId=278262&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-278262
82- export PVERTEXER=" pvertexer.acceptableScale2=9;pvertexer.minScale2=2.;pvertexer.nSigmaTimeTrack=4.;pvertexer.timeMarginTrackTime=0.5;pvertexer.timeMarginVertexTime=7.;pvertexer.nSigmaTimeCut=10;pvertexer.dbscanMaxDist2=36;pvertexer.dcaTolerance=3.;pvertexer.pullIniCut=100;pvertexer.addZSigma2=0.1;pvertexer.tukey=20.;pvertexer.addZSigma2Debris=0.01;pvertexer.addTimeSigma2Debris=1.;pvertexer.maxChi2Mean=30;pvertexer.timeMarginReattach=3.;pvertexer.addTimeSigma2Debris=1.;pvertexer.dbscanDeltaT=24;pvertexer.maxChi2TZDebris=100;pvertexer.maxMultRatDebris=1.;pvertexer.dbscanAdaptCoef=20.;"
82+ export PVERTEXER=" pvertexer.acceptableScale2=9;pvertexer.minScale2=2.;pvertexer.nSigmaTimeTrack=4.;pvertexer.timeMarginTrackTime=0.5;pvertexer.timeMarginVertexTime=7.;pvertexer.nSigmaTimeCut=10;pvertexer.dbscanMaxDist2=36;pvertexer.dcaTolerance=3.;pvertexer.pullIniCut=100;pvertexer.addZSigma2=0.1;pvertexer.tukey=20.;pvertexer.addZSigma2Debris=0.01;pvertexer.addTimeSigma2Debris=1.;pvertexer.maxChi2Mean=30;pvertexer.timeMarginReattach=3.;pvertexer.addTimeSigma2Debris=1.;pvertexer.dbscanDeltaT=24;pvertexer.maxChi2TZDebris=100;pvertexer.maxMultRatDebris=1.;pvertexer.dbscanAdaptCoef=20.;pvertexer.timeMarginVertexTime=1.3 "
8383export SVTX=" svertexer.checkV0Hypothesis=false;svertexer.checkCascadeHypothesis=false"
8484
85- export CONFIG_EXTRA_PROCESS_o2_primary_vertexing_workflow=" TPCGasParam.DriftV=$VDRIFT ;$PVERTEXER ;$MFT_STROBELGT ;pvertexer.timeMarginVertexTime=1.3 "
85+ export CONFIG_EXTRA_PROCESS_o2_primary_vertexing_workflow=" TPCGasParam.DriftV=$VDRIFT ;$PVERTEXER ;$MFT_STROBELGT ;"
8686export CONFIG_EXTRA_PROCESS_o2_secondary_vertexing_workflow=" $SVTX "
8787
8888# ad-hoc settings for its-tpc matching
Original file line number Diff line number Diff line change 4949fi
5050
5151# TPC vdrift
52- root -b -q " $O2DPG_ROOT /DATA/production/configurations/$ALIEN_JDL_LPMANCHORYEAR /$O2DPGPATH /$ALIEN_JDL_LPMPASSNAME /getTPCvdrift.C+($RUNNUMBER )"
52+ CCDB_TPC_VDRIFT=" http://ccdb-test.cern.ch:8080"
53+ if [[ $RUNNUMBER -ge 518737 ]]; then
54+ CCDB_TPC_VDRIFT=" http://alice-ccdb.cern.ch"
55+ fi
56+ echo " CCDB for TPC Vdrift = $CCDB_TPC_VDRIFT "
57+ root -b -q " $O2DPG_ROOT /DATA/production/configurations/$ALIEN_JDL_LPMANCHORYEAR /$O2DPGPATH /$ALIEN_JDL_LPMPASSNAME /getTPCvdrift.C+($RUNNUMBER , \" $CCDB_TPC_VDRIFT \" )"
5358export VDRIFT=` cat vdrift.txt`
5459
5560# remove monitoring-backend
You can’t perform that action at this time.
0 commit comments