Belle II Software development
|
Public Member Functions | |
def | __init__ (self) |
def | event (self) |
def | terminate (self) |
Public Attributes | |
file | |
output file | |
tree | |
output ttree | |
data | |
instance of EventDataTrueHit class | |
class to create the true hit ttree
Definition at line 41 of file SVDValidationTTreeTrueHit.py.
def __init__ | ( | self | ) |
Initialize the module
Definition at line 44 of file SVDValidationTTreeTrueHit.py.
def event | ( | self | ) |
Start with truehits and use the relation to get the corresponding clusters
Definition at line 63 of file SVDValidationTTreeTrueHit.py.
def terminate | ( | self | ) |
Close the output file.
Definition at line 120 of file SVDValidationTTreeTrueHit.py.
data |
instance of EventDataTrueHit class
Definition at line 53 of file SVDValidationTTreeTrueHit.py.
file |
output file
Definition at line 49 of file SVDValidationTTreeTrueHit.py.
tree |
output ttree
Definition at line 51 of file SVDValidationTTreeTrueHit.py.