3 from pathlib
import Path
7 from truth_tracking_kalman
import runTruthTrackingKalman
9 from physmon_common
import makeSetup
13 with tempfile.TemporaryDirectory()
as temp:
17 logLevel=acts.logging.INFO,
19 Path(__file__).parent.parent /
"fpe_masks.yml"
25 setup.trackingGeometry,
35 perf_file = tp /
"performance_track_fitter.root"
36 assert perf_file.exists(),
"Performance file not found"
37 shutil.copy(perf_file, setup.outdir /
"performance_truth_tracking.root")