Belle II Software development
|
Public Member Functions | |
def | __init__ (self, filename) |
def | initialize (self) |
def | event (self) |
Public Attributes | |
svdSPs | |
StoreArray of SVDSpacePoints. | |
svdclusters | |
StoreArray of SVDClusters. | |
svdstrips | |
StoreArray of SVDShaperDigits. | |
svdZS5strips | |
StoreArray of ZS5 SVDShaperDigits. | |
tracks | |
StoreArray of Tracks. | |
svd_sps | |
array storing the number of SVDSpacePoints | |
svd_clusters | |
array storing the number of SVDClusters | |
svd_strips | |
array storing the number of SVDShaperDigits | |
svd_ZS5strips | |
array storing the number of ZS5 SVDShaperDigits | |
svd_tracks | |
array storing the number of tracks | |
a basf2 python module to export all module time statistics (PerEventStatisticsGetterModule) + number of SVDSpacePoints, SVDClusters, SVDShaperDigits and SVDSHaperDigitsZS5 into a ROOT TTree written to a file.
Definition at line 29 of file executionTime_utils.py.
def __init__ | ( | self, | |
filename | |||
) |
creates the module @param filename: name of the rootfile where the TTree is written.
Reimplemented from PerEventStatisticsGetterModule.
Definition at line 36 of file executionTime_utils.py.
def event | ( | self | ) |
event
Reimplemented from PerEventStatisticsGetterModule.
Definition at line 88 of file executionTime_utils.py.
def initialize | ( | self | ) |
Create the needed store object pointer in the DataStore and the TFile with the TTree.
Reimplemented from PerEventStatisticsGetterModule.
Definition at line 53 of file executionTime_utils.py.
svd_clusters |
array storing the number of SVDClusters
Definition at line 62 of file executionTime_utils.py.
svd_sps |
array storing the number of SVDSpacePoints
Definition at line 60 of file executionTime_utils.py.
svd_strips |
array storing the number of SVDShaperDigits
Definition at line 64 of file executionTime_utils.py.
svd_tracks |
array storing the number of tracks
Definition at line 68 of file executionTime_utils.py.
svd_ZS5strips |
array storing the number of ZS5 SVDShaperDigits
Definition at line 66 of file executionTime_utils.py.
svdclusters |
StoreArray of SVDClusters.
Definition at line 45 of file executionTime_utils.py.
svdSPs |
StoreArray of SVDSpacePoints.
Definition at line 43 of file executionTime_utils.py.
svdstrips |
StoreArray of SVDShaperDigits.
Definition at line 47 of file executionTime_utils.py.
svdZS5strips |
StoreArray of ZS5 SVDShaperDigits.
Definition at line 49 of file executionTime_utils.py.
tracks |
StoreArray of Tracks.
Definition at line 51 of file executionTime_utils.py.