15from basf2
import Path, process, statistics
19main.add_module(
'EventInfoSetter', evtNumList=[1])
21gearbox = main.add_module(
"Gearbox")
26 (
"/Global/length",
"9",
"m"),
27 (
"/Global/width",
"3",
"m"),
29 (
"/Global/material",
"Vacuum",
""),
40 (
"/DetectorComponent[@name='PXD']//ActiveChips",
"true",
""),
50 (
"//Material[@name='Vacuum']//@fraction",
"1.0",
"")
70print(statistics(statistics.BEGIN_RUN))