|
| save_tree = refiners.save_tree(name="data") |
| save a tree of all the collected variables
|
|
A dedicated module to save the variables using in flipping steps
Definition at line 19 of file savingFlippingVariables.py.
◆ __init__()
def __init__ |
( |
|
self, |
|
|
|
name, |
|
|
|
contact = None , |
|
|
|
checkObj = 'RecoTracks' , |
|
|
|
output_file_name = 'flip-refit-MVA1.root' |
|
) |
| |
Constructor
Definition at line 22 of file savingFlippingVariables.py.
22 def __init__(self, name, contact=None, checkObj='RecoTracks', output_file_name='flip-refit-MVA1.root'):
24 super().__init__(foreach=checkObj, name=name, contact=contact, output_file_name=output_file_name)
27 self.checkObj = checkObj
30 self.mcRecoTracks =
"MCRecoTracks"
33 self.track_match_look_up =
None
36 self.outputname = output_file_name
◆ initialize()
◆ peel()
def peel |
( |
|
self, |
|
|
|
recoTrack |
|
) |
| |
◆ pick()
def pick |
( |
|
self, |
|
|
|
recoTrack |
|
) |
| |
◆ prepare()
The documentation for this class was generated from the following file: