![]() |
Belle II Software development
|
Public Member Functions | |
__init__ (self) | |
event (self) | |
terminate (self) | |
Public Attributes | |
file = ROOT.TFile('../SVDValidationTTreeTrueHit.root', 'recreate') | |
output file | |
tree = ROOT.TTree('tree', 'Event data of SVD validation events') | |
output ttree | |
data = EventDataTrueHit() | |
instance of EventDataTrueHit class | |
class to create the true hit ttree
Definition at line 41 of file SVDValidationTTreeTrueHit.py.
__init__ | ( | self | ) |
Initialize the module
Definition at line 44 of file SVDValidationTTreeTrueHit.py.
event | ( | self | ) |
Start with truehits and use the relation to get the corresponding clusters
Definition at line 63 of file SVDValidationTTreeTrueHit.py.
terminate | ( | self | ) |
Close the output file.
Definition at line 120 of file SVDValidationTTreeTrueHit.py.
data = EventDataTrueHit() |
instance of EventDataTrueHit class
Definition at line 53 of file SVDValidationTTreeTrueHit.py.
file = ROOT.TFile('../SVDValidationTTreeTrueHit.root', 'recreate') |
output file
Definition at line 49 of file SVDValidationTTreeTrueHit.py.
tree = ROOT.TTree('tree', 'Event data of SVD validation events') |
output ttree
Definition at line 51 of file SVDValidationTTreeTrueHit.py.