Compress a large log file
Definition at line 228 of file CheckSteps.py.
◆ __init__()
def python.TrigValSteering.CheckSteps.ZipStep.__init__ |
( |
|
self, |
|
|
|
name = 'Zip' |
|
) |
| |
Definition at line 231 of file CheckSteps.py.
233 self.zip_output =
None
234 self.zip_input =
None
235 self.executable =
'tar'
237 self.output_stream = Step.OutputStream.STDOUT_ONLY
◆ configure()
def python.TrigValSteering.CheckSteps.ZipStep.configure |
( |
|
self, |
|
|
|
test = None |
|
) |
| |
Definition at line 239 of file CheckSteps.py.
240 self.args +=
' '+self.zip_output+
' '+self.zip_input
242 self.args +=
' && rm ' + self.zip_input
◆ args
python.TrigValSteering.CheckSteps.ZipStep.args |
◆ executable
python.TrigValSteering.CheckSteps.ZipStep.executable |
◆ output_stream
python.TrigValSteering.CheckSteps.ZipStep.output_stream |
◆ zip_input
python.TrigValSteering.CheckSteps.ZipStep.zip_input |
◆ zip_output
python.TrigValSteering.CheckSteps.ZipStep.zip_output |
The documentation for this class was generated from the following file:
bool configure(asg::AnaToolHandle< ITrigGlobalEfficiencyCorrectionTool > &tool, ToolHandleArray< IAsgElectronEfficiencyCorrectionTool > &electronEffToolsHandles, ToolHandleArray< IAsgElectronEfficiencyCorrectionTool > &electronSFToolsHandles, ToolHandleArray< CP::IMuonTriggerScaleFactors > &muonToolsHandles, ToolHandleArray< IAsgPhotonEfficiencyCorrectionTool > &photonEffToolsHandles, ToolHandleArray< IAsgPhotonEfficiencyCorrectionTool > &photonSFToolsHandles, const std::string &triggers, const std::map< std::string, std::string > &legsPerTool, unsigned long nToys, bool debug)