ATLAS Offline Software
|
Public Member Functions | |
def | __init__ (self, name='RootMerge') |
def | configure (self, test=None) |
def | run (self, dry_run=False) |
Public Attributes | |
input_file | |
merged_file | |
rename_suffix | |
executable | |
result | |
Merge root files with hadd. Parameters are: input_file - file(s) to be merged merged_file - output file name rename_suffix - if merged_file exists, it is renamed by adding this suffix
Definition at line 190 of file CheckSteps.py.
def python.TrigValSteering.CheckSteps.RootMergeStep.__init__ | ( | self, | |
name = 'RootMerge' |
|||
) |
Definition at line 198 of file CheckSteps.py.
def python.TrigValSteering.CheckSteps.RootMergeStep.configure | ( | self, | |
test = None |
|||
) |
Definition at line 205 of file CheckSteps.py.
def python.TrigValSteering.CheckSteps.RootMergeStep.run | ( | self, | |
dry_run = False |
|||
) |
Definition at line 209 of file CheckSteps.py.
python.TrigValSteering.CheckSteps.RootMergeStep.executable |
Definition at line 203 of file CheckSteps.py.
python.TrigValSteering.CheckSteps.RootMergeStep.input_file |
Definition at line 200 of file CheckSteps.py.
python.TrigValSteering.CheckSteps.RootMergeStep.merged_file |
Definition at line 201 of file CheckSteps.py.
python.TrigValSteering.CheckSteps.RootMergeStep.rename_suffix |
Definition at line 202 of file CheckSteps.py.
python.TrigValSteering.CheckSteps.RootMergeStep.result |
Definition at line 223 of file CheckSteps.py.