Flag training




Sim data
# Setup the TPC correction scaling options for reco; They come from the anchoring setup # Some useful comments from Ruben: # - lumi-type == 0 means no-scaling of corrections with any measure of the lumi rather than no corrections at all. # - The "no corrections" mode is imposed by the TPCCorrMap.lumiMean configurable being negative, in this case all other options in the corrections treatment are ignored. # - But if the MC simulation was done with distortions, then the reco needs --lumy-type 1 (i.e. scale with the CTP lumi) even if the corresponding anchor run reco was using --lumy-type 2 # (i.e. scaling according to the TPC IDC, which don't exist in the MC).


o2-tpc-reco-workflow --session 9 --severity info --shm-segment-id 9 --shm-segment-size 90000000000 --timeframes-rate-limit-ipcid 9 --input-type digits --tpc-digit-reader "--infile $SIMDIR/tpcdigits.root" --output-type tracks --lumi-type 1 --corrmap-lumi-mode 2 --resources-monitoring 2 --configKeyValues "GPU_QA.output=histograms.root;;GPU_proc.runQA=1;GPU_global.rundEdx=1;keyval.input_dir=$SIMDIR;keyval.output_dir=/lustre/alice/users/csonnab/PhD/jobs/clusterization/QA/output/12082025_monalisa_25b8a_v8bc3/cfreg_30/199/reco;GPU_global.deviceType=CPU;GPU_proc.debugLevel=0;GPU_global.synchronousProcessing=1;GPU_proc.clearO2OutputFromGPU=1;GPU_proc.ompThreads=56;GPU_proc.deviceNum=-2;GPU_proc.forceHostMemoryPoolSize=110000000000;GPU_global.overrideNHbfPerTF=128"
Thesis writing