ATLAS Offline Software
Public Member Functions | List of all members
python.BeamSpotPostProcessing.BeamSpotNtNoAve Class Reference
Inheritance diagram for python.BeamSpotPostProcessing.BeamSpotNtNoAve:
Collaboration diagram for python.BeamSpotPostProcessing.BeamSpotNtNoAve:

Public Member Functions

def run (self)
 

Detailed Description

Definition at line 425 of file BeamSpotPostProcessing.py.

Member Function Documentation

◆ run()

def python.BeamSpotPostProcessing.BeamSpotNtNoAve.run (   self)

Definition at line 426 of file BeamSpotPostProcessing.py.

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

The documentation for this class was generated from the following file:
run
int run(int argc, char *argv[])
Definition: ttree2hdf5.cxx:28
TCS::join
std::string join(const std::vector< std::string > &v, const char c=',')
Definition: Trigger/TrigT1/L1Topo/L1TopoCommon/Root/StringUtils.cxx:10