ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
python.TrigValSteering.CheckSteps.DownloadRefStep Class Reference
Inheritance diagram for python.TrigValSteering.CheckSteps.DownloadRefStep:
Collaboration diagram for python.TrigValSteering.CheckSteps.DownloadRefStep:

Public Member Functions

def __init__ (self, name='DownloadRef')
 
def configure (self, test)
 

Public Attributes

 executable
 
 args
 
 artpackage
 
 artjobname
 
 timeout
 
 required
 
 auto_report_result
 

Detailed Description

Execute art.py download to get results from previous days

Definition at line 435 of file CheckSteps.py.

Constructor & Destructor Documentation

◆ __init__()

def python.TrigValSteering.CheckSteps.DownloadRefStep.__init__ (   self,
  name = 'DownloadRef' 
)

Definition at line 438 of file CheckSteps.py.

438  def __init__(self, name='DownloadRef'):
439  super(DownloadRefStep, self).__init__(name)
440  self.executable = 'art.py'
441  self.args = 'download'
442  self.artpackage = None
443  self.artjobname = None
444  self.timeout = 20*60
445  self.required = True
446  self.auto_report_result = True
447 

Member Function Documentation

◆ configure()

def python.TrigValSteering.CheckSteps.DownloadRefStep.configure (   self,
  test 
)

Definition at line 448 of file CheckSteps.py.

448  def configure(self, test):
449  if not self.artpackage:
450  self.artpackage = test.package_name
451  if not self.artjobname:
452  self.artjobname = 'test_'+test.name+'.py'
453  self.args += ' '+self.artpackage+' '+self.artjobname
454  super(DownloadRefStep, self).configure(test)
455 
456 

Member Data Documentation

◆ args

python.TrigValSteering.CheckSteps.DownloadRefStep.args

Definition at line 441 of file CheckSteps.py.

◆ artjobname

python.TrigValSteering.CheckSteps.DownloadRefStep.artjobname

Definition at line 443 of file CheckSteps.py.

◆ artpackage

python.TrigValSteering.CheckSteps.DownloadRefStep.artpackage

Definition at line 442 of file CheckSteps.py.

◆ auto_report_result

python.TrigValSteering.CheckSteps.DownloadRefStep.auto_report_result

Definition at line 446 of file CheckSteps.py.

◆ executable

python.TrigValSteering.CheckSteps.DownloadRefStep.executable

Definition at line 440 of file CheckSteps.py.

◆ required

python.TrigValSteering.CheckSteps.DownloadRefStep.required

Definition at line 445 of file CheckSteps.py.

◆ timeout

python.TrigValSteering.CheckSteps.DownloadRefStep.timeout

Definition at line 444 of file CheckSteps.py.


The documentation for this class was generated from the following file:
configure
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)
Definition: TrigGlobEffCorrValidation.cxx:514
python.processes.powheg.ZZ.ZZ.__init__
def __init__(self, base_directory, **kwargs)
Constructor: all process options are set here.
Definition: ZZ.py:18