Skip to content

Commit 1c46a5a

Browse files
iravasenchiarazampolli
authored andcommitted
added chip-mod-selector and chip-mod-base + set default to 40 EPNs
1 parent 01aa648 commit 1c46a5a

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

DATA/production/calib/its-threshold-processing.sh

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,13 @@ ARGS_ALL_CONFIG="NameConf.mDirGRP=$FILEWORKDIR;NameConf.mDirGeom=$FILEWORKDIR;Na
1717

1818
PROXY_INSPEC="A:ITS/RAWDATA;dd:FLP/DISTSUBTIMEFRAME/0;eos:***/INFORMATION"
1919
PROXY_OUTSPEC="tunestring:ITS/TSTR/0;runtype:ITS/RUNT/0;fittype:ITS/FITT/0;scantype:ITS/SCANT/0"
20-
HOST=localhost
2120

2221
WORKFLOW="o2-dpl-raw-proxy $ARGS_ALL --dataspec \"$PROXY_INSPEC\" --channel-config \"name=readout-proxy,type=pull,method=connect,address=ipc://@$INRAWCHANNAME,rateLogging=0,transport=shmem\" | "
2322
WORKFLOW+="o2-itsmft-stf-decoder-workflow ${ARGS_ALL} --configKeyValues \"$ARGS_ALL_CONFIG\" --nthreads 1 --pipeline its-stf-decoder:6 --no-clusters --no-cluster-patterns --enable-calib-data --digits | "
24-
WORKFLOW+="o2-its-threshold-calib-workflow -b --nthreads 4 --enable-eos --fittype derivative --output-dir \"/data/calibration\" --meta-output-dir \"/data/epn2eos_tool/epn2eos\" $ARGS_ALL | "
25-
WORKFLOW+="o2-qc $ARGS_ALL --config consul-json://alio2-cr1-hv-aliecs:8500/o2/components/qc/ANY/any/its-qc-calibration --local --host $HOST | "
23+
WORKFLOW+="o2-its-threshold-calib-workflow -b --nthreads 4 --enable-eos --chip-mod-selector 0 --chip-mod-base 3 --fittype derivative --output-dir \"/data/calibration\" --meta-output-dir \"/data/epn2eos_tool/epn2eos\" $ARGS_ALL | "
24+
WORKFLOW+="o2-its-threshold-calib-workflow -b --nthreads 4 --enable-eos --chip-mod-selector 1 --chip-mod-base 3 --fittype derivative --output-dir \"/data/calibration\" --meta-output-dir \"/data/epn2eos_tool/epn2eos\" $ARGS_ALL | "
25+
WORKFLOW+="o2-its-threshold-calib-workflow -b --nthreads 4 --enable-eos --chip-mod-selector 2 --chip-mod-base 3 --fittype derivative --output-dir \"/data/calibration\" --meta-output-dir \"/data/epn2eos_tool/epn2eos\" $ARGS_ALL | "
26+
WORKFLOW+="o2-qc --config consul-json://alio2-cr1-hv-aliecs:8500/o2/components/qc/ANY/any/its-qc-calibration --local --host epn $ARGS_ALL -b | "
2627
WORKFLOW+="o2-dpl-output-proxy ${ARGS_ALL} --dataspec \"$PROXY_OUTSPEC\" --proxy-channel-name its-thr-input-proxy --channel-config \"name=its-thr-input-proxy,method=connect,type=push,transport=zeromq,rateLogging=0\" | "
2728
WORKFLOW+="o2-dpl-run ${ARGS_ALL} ${GLOBALDPLOPT}"
2829

DATA/production/standalone-calibration.desc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ITS-noise-calibration: "O2PDPSuite" reco,20,20,"NITSDECTHREADS=4 NITSDECTPIPELIN
22

33
ITS-noise-calibration-clusters: "O2PDPSuite" reco,20,20,"NITSDECTHREADS=4 NITSDECTPIPELINES=6 USECLUSTERS=1 production/calib/its-noise-processing.sh" calib,20,"USECLUSTERS=1 NTHREADS=32 production/calib/its-noise-aggregator.sh"
44

5-
ITS-thr-calibration: "O2PDPSuite" reco,20,20,"production/calib/its-threshold-processing.sh" calib,20,"production/calib/its-threshold-aggregator.sh"
5+
ITS-thr-calibration: "O2PDPSuite" reco,40,40,"production/calib/its-threshold-processing.sh" calib,40,"production/calib/its-threshold-aggregator.sh"
66

77
TOF-diagnostic-calibration: "O2PDPSuite" reco,10,10,"SHMSIZE=64000000000 production/calib/tof-standalone-reco.sh" calib,4,"production/calib/tof-diagn-aggregator.sh"
88

@@ -20,4 +20,4 @@ MCH-badchannel-calibration: "O2PDPSuite" reco,5,5,"production/calib/mch-badchann
2020

2121
PHS-pedestal-calibration: "O2PDPSuite" reco,1,1," production/calib/phs-pedestal.sh"
2222

23-
PHS-led-calibration: "O2PDPSuite" reco,1,1," production/calib/phs-led.sh"
23+
PHS-led-calibration: "O2PDPSuite" reco,1,1," production/calib/phs-led.sh"

0 commit comments

Comments
 (0)