24from ROOT
import Belle2
26from per_event_statistics
import PerEventStatisticsGetterModule
31 a basf2 python module to export all module time statistics (PerEventStatisticsGetterModule) +
32 number of SVDSpacePoints, SVDClusters, SVDShaperDigits and SVDSHaperDigitsZS5
33 into a ROOT TTree written to a file.
39 @param filename: name of the rootfile where the TTree
is written.
55 Create the needed store object pointer in the DataStore
and the TFile
with the TTree.
60 self.svd_sps = np.zeros(1, dtype=np.int32)
97 if self.
tracks.isOptional():
A (simplified) python wrapper for StoreArray.
statistics
Will host the TTree later.