ATLAS Offline Software
Classes | Functions | Variables
python.atlas_oh Namespace Reference

Classes

class  OHInputModule
 
class  OHOutputModule
 
class  Receiver
 

Functions

def readobj (part, server, provider, k, dryrun)
 

Variables

 im = OHInputModule()
 
 om = OHOutputModule()
 

Function Documentation

◆ readobj()

def python.atlas_oh.readobj (   part,
  server,
  provider,
  k,
  dryrun 
)

Definition at line 11 of file atlas_oh.py.

11 def readobj(part, server, provider, k, dryrun):
12  import oh
13  if not dryrun:
14  obj = oh.getRootObject(part, server, provider, k)
15  else:
16  obj = None
17  return obj
18 

Variable Documentation

◆ im

python.atlas_oh.im = OHInputModule()

Definition at line 167 of file atlas_oh.py.

◆ om

python.atlas_oh.om = OHOutputModule()

Definition at line 169 of file atlas_oh.py.

python.atlas_oh.readobj
def readobj(part, server, provider, k, dryrun)
Definition: atlas_oh.py:11