![]() |
Belle II Software development
|
Public Member Functions | |
| __init__ (self) | |
| event (self) | |
| terminate (self) | |
Public Attributes | |
| file = ROOT.TFile('../SVDValidationTTreeSpacePoint.root', 'recreate') | |
| output file | |
| tree = ROOT.TTree('tree', 'Event data of SVD validation events') | |
| output ttree | |
| data = EventDataSpacePoint() | |
| instance of EventDataSpacePoint class | |
class to create spacepoint ttree
Definition at line 43 of file SVDValidationTTreeSpacePoint.py.
| __init__ | ( | self | ) |
Initialize the module
Definition at line 46 of file SVDValidationTTreeSpacePoint.py.
| event | ( | self | ) |
Find SVD SpacePoints in the event
Definition at line 65 of file SVDValidationTTreeSpacePoint.py.
| terminate | ( | self | ) |
Close the output file.
Definition at line 103 of file SVDValidationTTreeSpacePoint.py.
| data = EventDataSpacePoint() |
instance of EventDataSpacePoint class
Definition at line 55 of file SVDValidationTTreeSpacePoint.py.
| file = ROOT.TFile('../SVDValidationTTreeSpacePoint.root', 'recreate') |
output file
Definition at line 51 of file SVDValidationTTreeSpacePoint.py.
| tree = ROOT.TTree('tree', 'Event data of SVD validation events') |
output ttree
Definition at line 53 of file SVDValidationTTreeSpacePoint.py.