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

Public Member Functions

 run (self)

Public Attributes

 taskDir
 executedSteps

Detailed Description

Definition at line 435 of file BeamSpotPostProcessing.py.

Member Function Documentation

◆ run()

python.BeamSpotPostProcessing.BeamSpotNt.run ( self)

Definition at line 436 of file BeamSpotPostProcessing.py.

436 def run(self):
437 ntFileName = self.getFileName('-nt.root','MergeNt')
438 bsNtFileName = self.getFileName('-nt.root')
439 if os.path.exists('/'.join([self.taskDir,ntFileName])):
440 self.logExec("cd %s; rm -f %s; beamspotnt.py -f %s --status '' --fillCOOL --useAve merge %s" % (self.taskDir,bsNtFileName,bsNtFileName,ntFileName))
441 self.addResult(bsNtFileName)
442 else:
443 raise PostProcessingError('ERROR: No merged ntuple file %s - did MergeNt step run?\n' % ntFileName,self.executedSteps)
444
445
Definition run.py:1

Member Data Documentation

◆ executedSteps

python.BeamSpotPostProcessing.BeamSpotNt.executedSteps

Definition at line 443 of file BeamSpotPostProcessing.py.

◆ taskDir

python.BeamSpotPostProcessing.BeamSpotNt.taskDir

Definition at line 439 of file BeamSpotPostProcessing.py.


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