ATLAS Offline Software
Namespaces | Variables
LArG4FSStartPointFilter.py File Reference

Go to the source code of this file.

Namespaces

 LArG4FSStartPointFilter
 

Variables

string LArG4FSStartPointFilter.usage = "usage: %prog [options] input1 [input2...]"
 
 LArG4FSStartPointFilter.parser = OptionParser(usage=usage, version="%prog v0.0.1 $Id: LArG4FSStartPointFilter.py 711210 2015-11-27 15:56:00Z jchapman $")
 
 LArG4FSStartPointFilter.dest
 
 LArG4FSStartPointFilter.type
 
 LArG4FSStartPointFilter.action
 
 LArG4FSStartPointFilter.choices
 
 LArG4FSStartPointFilter.help
 
 LArG4FSStartPointFilter.int
 
 LArG4FSStartPointFilter.part
 
 LArG4FSStartPointFilter.outfile
 
 LArG4FSStartPointFilter.numevents
 
 LArG4FSStartPointFilter.outevents
 
 LArG4FSStartPointFilter.options
 
 LArG4FSStartPointFilter.args
 
list LArG4FSStartPointFilter.stpoints = []
 
 LArG4FSStartPointFilter.infile = HepMC.ReaderAscii(infilename)
 
 LArG4FSStartPointFilter.evt = HepMC.GenEvent()
 
 LArG4FSStartPointFilter.outdata = HepMC.WriterAscii(options.outfile)
 
 LArG4FSStartPointFilter.stpsize = len(stpoints)
 
int LArG4FSStartPointFilter.i = 0
 
 LArG4FSStartPointFilter.rand = randint(0,stpsize-1)
 
list LArG4FSStartPointFilter.stpoint = stpoints.pop(rand)
 
list LArG4FSStartPointFilter.particles = stpoint.particles()
 
 LArG4FSStartPointFilter.pid_filt = str(particles[-1].pdg_id())
 
 LArG4FSStartPointFilter.exec = __file__.replace("LArG4FSStartPointFilter.py","LArG4FSStartPointFilterBody.py")