ATLAS Offline Software
Public Member Functions | List of all members
beamSpotT1_Vertex_trf.BeamSpotVertexTransform Class Reference
Inheritance diagram for beamSpotT1_Vertex_trf.BeamSpotVertexTransform:
Collaboration diagram for beamSpotT1_Vertex_trf.BeamSpotVertexTransform:

Public Member Functions

def __init__ (self)
 
def doPostRunActions (self)
 

Detailed Description

Definition at line 17 of file beamSpotT1_Vertex_trf.py.

Constructor & Destructor Documentation

◆ __init__()

def beamSpotT1_Vertex_trf.BeamSpotVertexTransform.__init__ (   self)

Definition at line 18 of file beamSpotT1_Vertex_trf.py.

18  def __init__(self):
19  JobTransform.__init__(self,
20  authors = [ Author('James Walder','jwalder@cern.ch')],
21  skeleton = 'InDetBeamSpotExample/skeleton.BeamSpotVertex.py',
22  help = __doc__)
23  #,config = recConfig)
24  print ("JW: In Init")
25  self.add( InputDPDFileArg(name='InputDESDM_BEAMSPOTFile'))
26  self.add( NtupleFileArg(name='beamspotFile'))
27  self.add( NtupleFileArg(name='monitoringFile'),default='mon.root')
28  self.add( BasicStringArg(help = 'db filename', name='beamspotDb'), default = 'beamspot.db')
29  self.add( ListOfStringsArg(name='jobConfig', help='jobConfig extra options'), default = '')
30  self.add( JobOptionsArg(name='topOptions',help='InDetBeamSpotExampleJobOption config file'),
31  default='InDetBeamSpotExample/VertexTemplate.py')
32  self.add( ListOfStringsArg(name='preExec', help='intial options'), default = '')
33  self.add( ListOfStringsArg(name='postExec', help='final options'), default = '')
34  self.add( MaxEventsArg(), default ='-1' )
35 
36 

Member Function Documentation

◆ doPostRunActions()

def beamSpotT1_Vertex_trf.BeamSpotVertexTransform.doPostRunActions (   self)

Definition at line 37 of file beamSpotT1_Vertex_trf.py.

37  def doPostRunActions(self):
38  print ("JW: in PostRun")
39 
40 

The documentation for this class was generated from the following file:
python.processes.powheg.ZZ.ZZ.__init__
def __init__(self, base_directory, **kwargs)
Constructor: all process options are set here.
Definition: ZZ.py:18
ParticleJetParams::Author
Author
Definition: ParticleJetParamDefs.h:33