10 from basf2
import Path, process, statistics
14 main.add_module(
'EventInfoSetter', evtNumList=[1])
16 gearbox = main.add_module(
"Gearbox")
21 (
"/Global/length",
"9",
"m"),
22 (
"/Global/width",
"3",
"m"),
24 (
"/Global/material",
"Vacuum",
""),
35 (
"/DetectorComponent[@name='PXD']//ActiveChips",
"true",
""),
45 (
"//Material[@name='Vacuum']//@fraction",
"1.0",
"")
65 print(statistics(statistics.BEGIN_RUN))