We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d61915a commit c68edd6Copy full SHA for c68edd6
MC/run/ANCHOR/2021/OCT/pass4/anchorMC.sh
@@ -111,6 +111,9 @@ for p in /GLO/Config/GRPMagField/ /GLO/Config/GRPLHCIF /ITS/Align /ITS/Calib/Dea
111
${O2_ROOT}/bin/o2-ccdb-downloadccdbfile --host http://alice-ccdb.cern.ch/ -p ${p} -d .ccdb --timestamp ${TIMESTAMP}
112
done
113
114
+# -- DO AD-HOC ADJUSTMENTS TO WORKFLOWS (UNTIL THIS CAN BE DONE NATIVELY) --
115
+sed -i 's/--onlyDet TPC/--onlyDet TPC --TPCuseCCDB/' workflow.json # enables CCDB during TPC digitization
116
+
117
# -- RUN THE MC WORKLOAD TO PRODUCE AOD --
118
119
export FAIRMQ_IPC_PREFIX=./
0 commit comments