22 from ROOT
import Belle2
24 from per_event_statistics
import PerEventStatisticsGetterModule
29 a basf2 python module to export all module time statistics (PerEventStatisticsGetterModule) +
30 number of SVDSpacePoints, SVDClusters, SVDShaperDigits and SVDSHaperDigitsZS5
31 into a ROOT TTree written to a file.
37 @param filename: name of the rootfile where the TTree is written.
51 Create the needed store object pointer in the DataStore and the TFile with the TTree.
56 self.
svd_sps = np.zeros(1, dtype=np.int32)