Skip to content

Commit f67af9e

Browse files
wiechulashahor02
authored andcommitted
Change default calibration interval to 5min
1 parent d2e7216 commit f67af9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Detectors/GlobalTrackingWorkflow/tpcinterpolationworkflow/src/TPCInterpolationSpec.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ DataProcessorSpec getTPCInterpolationSpec(GTrackID::mask_t srcCls, GTrackID::mas
206206
AlgorithmSpec{adaptFromTask<TPCInterpolationDPL>(dataRequest, srcTrk, srcTrkMap, ggRequest, useMC, processITSTPConly, sendTrackData, debugOutput, extDetResid)},
207207
Options{
208208
{"matCorrType", VariantType::Int, 2, {"material correction type (definition in Propagator.h)"}},
209-
{"sec-per-slot", VariantType::UInt32, 600u, {"number of seconds per calibration time slot (put 0 for infinite slot length)"}},
209+
{"sec-per-slot", VariantType::UInt32, 300u, {"number of seconds per calibration time slot (put 0 for infinite slot length)"}},
210210
{"process-seeds", VariantType::Bool, false, {"do not remove duplicates, e.g. for ITS-TPC-TRD track also process its seeding ITS-TPC part"}}}};
211211
}
212212

0 commit comments

Comments
 (0)