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

Public Member Functions

def run (self)
 

Detailed Description

Definition at line 214 of file BeamSpotPostProcessing.py.

Member Function Documentation

◆ run()

def python.BeamSpotPostProcessing.PlotBeamSpot.run (   self)

Definition at line 215 of file BeamSpotPostProcessing.py.

215  def run(self):
216  ntFileName = self.getFileName('-nt.root','BeamSpotNt')
217  outFileNameGIF = self.getFileName('.gif')
218  outFileNamePDF = self.getFileName('.pdf')
219  if os.path.exists('/'.join([self.taskDir,ntFileName])):
220  self.logExec('cd %s; beamspotnt.py -b -o %s,%s -f %s summary' % (self.taskDir,outFileNameGIF,outFileNamePDF,ntFileName))
221  self.addResult(outFileNameGIF)
222  self.addResult(outFileNamePDF)
223  else:
224  raise PostProcessingError('ERROR: No ntuple file %s - did BeamSpotNt step run?\n' % ntFileName,self.executedSteps)
225 
226 

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