|
| 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 18 of file savingFlippingVariablesFor2ndMVA.py.
◆ __init__()
def __init__ |
( |
|
self, |
|
|
|
name, |
|
|
|
contact = None , |
|
|
|
checkObj = 'RecoTracks' , |
|
|
|
output_file_name = 'flip-refit-MVA2.root' |
|
) |
| |
Constructor
Definition at line 21 of file savingFlippingVariablesFor2ndMVA.py.
21 def __init__(self, name, contact=None, checkObj='RecoTracks', output_file_name='flip-refit-MVA2.root'):
23 super().__init__(foreach=checkObj, name=name, contact=contact, output_file_name=output_file_name)
26 self.checkObj = checkObj
29 self.mcRecoTracks =
"MCRecoTracks"
32 self.track_match_look_up =
None
35 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: