We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ec73c1 commit 834cbc5Copy full SHA for 834cbc5
prodtests/full_system_test.sh
@@ -40,6 +40,7 @@ export LC_ALL=C
40
BEAMTYPE=${BEAMTYPE:-PbPb}
41
NEvents=${NEvents:-10} #550 for full TF (the number of PbPb events)
42
NEventsQED=${NEventsQED:-1000} #35000 for full TF
43
+OrbitsBeforeTf=${OrbitsBeforeTf:-1}
44
NCPUS=$(getNumberOfPhysicalCPUCores)
45
echo "Found ${NCPUS} physical CPU cores"
46
NJOBS=${NJOBS:-"${NCPUS}"}
@@ -159,7 +160,7 @@ taskwrapper collcontext.log o2-steer-colcontexttool \
159
160
--extract-per-timeframe tf:o2sim \
161
--with-vertices kCCDB \
162
--maxCollsPerTF ${NEvents} \
- --orbitsEarly 1 \
163
+ --orbitsEarly ${OrbitsBeforeTf} \
164
--bcPatternFile ccdb \
165
${QEDSPEC}
166
0 commit comments