ATLAS Offline Software
Loading...
Searching...
No Matches
python.atlas_oh Namespace Reference

Classes

class  OHInputModule
class  OHOutputModule
class  Receiver

Functions

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

Variables

 im = OHInputModule()
 om = OHOutputModule()

Function Documentation

◆ readobj()

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

Definition at line 11 of file atlas_oh.py.

11def 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.