![]() |
Belle II Software prerelease-10-00-00a
|


Public Member Functions | |
| __init__ (self) | |
| event (self) | |
| terminate (self) | |
Public Attributes | |
| file = ROOT.TFile('../SVDValidationTTreeSimhit.root', 'recreate') | |
| output file | |
| tree = ROOT.TTree('tree', 'Event data of SVD validation events') | |
| output ttree | |
| data = EventDataSimhit() | |
| instance of eventDataSimhit | |
class to create sim hit ttree
Definition at line 44 of file SVDValidationTTreeSimhit.py.
| __init__ | ( | self | ) |
Initialize the module
Definition at line 47 of file SVDValidationTTreeSimhit.py.
| event | ( | self | ) |
Find simhits with a truehit and save needed information
Definition at line 66 of file SVDValidationTTreeSimhit.py.
| terminate | ( | self | ) |
Close the output file.
Definition at line 115 of file SVDValidationTTreeSimhit.py.
| data = EventDataSimhit() |
instance of eventDataSimhit
Definition at line 56 of file SVDValidationTTreeSimhit.py.
| file = ROOT.TFile('../SVDValidationTTreeSimhit.root', 'recreate') |
output file
Definition at line 52 of file SVDValidationTTreeSimhit.py.
| tree = ROOT.TTree('tree', 'Event data of SVD validation events') |
output ttree
Definition at line 54 of file SVDValidationTTreeSimhit.py.