![]() |
Belle II Software release-09-00-03
|


Public Member Functions | |
| def | __init__ (self) |
| def | event (self) |
| def | terminate (self) |
Public Attributes | |
| file | |
| output file | |
| tree | |
| ttree | |
| data | |
| instance of event data class | |
class to create reco digitis ttree
Definition at line 45 of file SVDValidationTTreeRecoDigit.py.
| def __init__ | ( | self | ) |
Initialize the module
Definition at line 48 of file SVDValidationTTreeRecoDigit.py.
| def event | ( | self | ) |
Take digits from SVDRecoDigits with at least one truehit and save needed information
Definition at line 67 of file SVDValidationTTreeRecoDigit.py.
| def terminate | ( | self | ) |
Close the output file.
Definition at line 118 of file SVDValidationTTreeRecoDigit.py.
| data |
instance of event data class
Definition at line 57 of file SVDValidationTTreeRecoDigit.py.
| file |
output file
Definition at line 53 of file SVDValidationTTreeRecoDigit.py.
| tree |
ttree
Definition at line 55 of file SVDValidationTTreeRecoDigit.py.