25 from ROOT
import Belle2
27 from per_event_statistics
import PerEventStatisticsGetterModule
32 a basf2 python module to export all module time statistics (PerEventStatisticsGetterModule) +
33 number of SVDSpacePoints, SVDClusters, SVDShaperDigits and SVDSHaperDigitsZS5
34 into a ROOT TTree written to a file.
40 @param filename: name of the rootfile where the TTree is written.
56 Create the needed store object pointer in the DataStore and the TFile with the TTree.
61 self.
svd_spssvd_sps = np.zeros(1, dtype=np.int32)
82 self.
svdSPssvdSPs.isRequired()
87 self.
trackstracks.isOptional()
98 if self.
trackstracks.isOptional():
A (simplified) python wrapper for StoreArray.
statistics
Will host the TTree later.