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

Public Member Functions

 run (self)

Public Attributes

 taskDir
 executedSteps

Detailed Description

Definition at line 423 of file BeamSpotPostProcessing.py.

Member Function Documentation

◆ run()

python.BeamSpotPostProcessing.BeamSpotNtNoAve.run ( self)

Definition at line 424 of file BeamSpotPostProcessing.py.

424 def run(self):
425 ntFileName = self.getFileName('-nt.root','MergeNt')
426 bsNtFileName = self.getFileName('-nt.root','BeamSpotNt')
427 if os.path.exists('/'.join([self.taskDir,ntFileName])):
428 self.logExec("cd %s; rm -f %s; beamspotnt.py -f %s --status '' --fillCOOL --addScanVars merge %s" % (self.taskDir,bsNtFileName,bsNtFileName,ntFileName))
429 self.addResult(bsNtFileName)
430 else:
431 raise PostProcessingError('ERROR: No merged ntuple file %s - did MergeNt step run?\n' % ntFileName,self.executedSteps)
432
433
434
Definition run.py:1

Member Data Documentation

◆ executedSteps

python.BeamSpotPostProcessing.BeamSpotNtNoAve.executedSteps

Definition at line 431 of file BeamSpotPostProcessing.py.

◆ taskDir

python.BeamSpotPostProcessing.BeamSpotNtNoAve.taskDir

Definition at line 427 of file BeamSpotPostProcessing.py.


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