Definition at line 423 of file BeamSpotPostProcessing.py.
◆ run()
| python.BeamSpotPostProcessing.BeamSpotNtNoAve.run |
( |
| self | ) |
|
Definition at line 424 of file BeamSpotPostProcessing.py.
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
◆ executedSteps
| python.BeamSpotPostProcessing.BeamSpotNtNoAve.executedSteps |
◆ taskDir
| python.BeamSpotPostProcessing.BeamSpotNtNoAve.taskDir |
The documentation for this class was generated from the following file: