ATLAS Offline Software
Loading...
Searching...
No Matches
python.TrigInDetArtSteps.TrigInDetRdictStep Class Reference
Inheritance diagram for python.TrigInDetArtSteps.TrigInDetRdictStep:
Collaboration diagram for python.TrigInDetArtSteps.TrigInDetRdictStep:

Public Member Functions

 __init__ (self, name='TrigInDetdict', args=None, testbin='Test_bin.dat', config=False)
 configure (self, test)

Public Attributes

str args = args + " -b " + testbin + " "
bool auto_report_result = True
bool required = True
str executable = 'TIDArdict'
int timeout = 5*3600
 config = config

Detailed Description

Execute TIDArdict for TrkNtuple files.

Definition at line 217 of file TrigInDetArtSteps.py.

Constructor & Destructor Documentation

◆ __init__()

python.TrigInDetArtSteps.TrigInDetRdictStep.__init__ ( self,
name = 'TrigInDetdict',
args = None,
testbin = 'Test_bin.dat',
config = False )

Definition at line 221 of file TrigInDetArtSteps.py.

221 def __init__(self, name='TrigInDetdict', args=None, testbin='Test_bin.dat', config=False ):
222 super(TrigInDetRdictStep, self).__init__(name)
223 self.args=args + " -b " + testbin + " "
224 self.auto_report_result = True
225 self.required = True
226 self.executable = 'TIDArdict'
227 self.timeout = 5*3600
228 self.config = config
229

Member Function Documentation

◆ configure()

python.TrigInDetArtSteps.TrigInDetRdictStep.configure ( self,
test )

Definition at line 230 of file TrigInDetArtSteps.py.

230 def configure(self, test):
231 if not self.config :
232 os.system( 'get_files -data TIDAbeam.dat &> /dev/null' )
233 os.system( 'get_files -data Test_bin.dat &> /dev/null' )
234 os.system( 'get_files -data Test_bin_larged0.dat &> /dev/null' )
235 os.system( 'get_files -data Test_bin_lrt.dat &> /dev/null' )
236 os.system( 'get_files -data TIDAdata-run3.dat &> /dev/null' )
237 os.system( 'get_files -data TIDAdata-run3-larged0.dat &> /dev/null' )
238 os.system( 'get_files -data TIDAdata-run3-larged0-el.dat &> /dev/null' )
239 os.system( 'get_files -data TIDAdata-run3-lrt.dat &> /dev/null' )
240 os.system( 'get_files -data TIDAdata-run3-fslrt.dat &> /dev/null' )
241 os.system( 'get_files -data TIDAdata-run3-minbias.dat &> /dev/null' )
242 os.system( 'get_files -data TIDAdata_cuts.dat &> /dev/null' )
243 os.system( 'get_files -data TIDAdata-run3-offline.dat &> /dev/null' )
244 os.system( 'get_files -data TIDAdata-run3-offline-rzMatcher.dat &> /dev/null' )
245 os.system( 'get_files -data TIDAdata-run3-offline-vtxtrack.dat &> /dev/null' )
246 os.system( 'get_files -data TIDAdata-run3-offline-larged0.dat &> /dev/null' )
247 os.system( 'get_files -data TIDAdata-run3-offline-larged0-el.dat &> /dev/null' )
248 os.system( 'get_files -data TIDAdata-run3-offline-lrt.dat &> /dev/null' )
249 os.system( 'get_files -data TIDAdata-run3-offline-fslrt.dat &> /dev/null' )
250 os.system( 'get_files -data TIDAdata-run3-offline-vtx.dat &> /dev/null' )
251 os.system( 'get_files -data TIDAdata-run3-minbias-offline.dat &> /dev/null' )
252 os.system( 'get_files -data TIDAdata-run3-offline-cosmic.dat &> /dev/null' )
253 os.system( 'get_files -data TIDAdata_cuts-offline.dat &> /dev/null' )
254 os.system( 'get_files -data TIDAdata-chains-run3.dat &> /dev/null' )
255 os.system( 'get_files -data TIDAdata-chains-run3-lrt.dat &> /dev/null' )
256 os.system( 'get_files -data TIDAdata-run4.dat &> /dev/null' )
257 os.system( 'get_files -data TIDAdata-run4-offline.dat &> /dev/null' )
258 os.system( 'get_files -data TIDAdata-run4-offline-vtx.dat &> /dev/null' )
259 super(TrigInDetRdictStep, self).configure(test)
260
261
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)

Member Data Documentation

◆ args

str python.TrigInDetArtSteps.TrigInDetRdictStep.args = args + " -b " + testbin + " "

Definition at line 223 of file TrigInDetArtSteps.py.

◆ auto_report_result

bool python.TrigInDetArtSteps.TrigInDetRdictStep.auto_report_result = True

Definition at line 224 of file TrigInDetArtSteps.py.

◆ config

python.TrigInDetArtSteps.TrigInDetRdictStep.config = config

Definition at line 228 of file TrigInDetArtSteps.py.

◆ executable

str python.TrigInDetArtSteps.TrigInDetRdictStep.executable = 'TIDArdict'

Definition at line 226 of file TrigInDetArtSteps.py.

◆ required

bool python.TrigInDetArtSteps.TrigInDetRdictStep.required = True

Definition at line 225 of file TrigInDetArtSteps.py.

◆ timeout

int python.TrigInDetArtSteps.TrigInDetRdictStep.timeout = 5*3600

Definition at line 227 of file TrigInDetArtSteps.py.


The documentation for this class was generated from the following file: