ATLAS Offline Software
TBCondRunParTool_Cool.py
Go to the documentation of this file.
1 # jobOption fragment for TBCondRunParTool
2 # COOL version - assumes IOVDbSvc/IOVRecExTB.py has already been loaded
3 
4 # set folders and partition location
5 IOVDbSvc=Service("IOVDbSvc")
6 ToolSvc=Service("ToolSvc")
7 
8 # set partition for combined running
9 ToolSvc.TBCondRunParTool.RunParamFolder="/TDAQ/part_Combined"
10 IOVDbSvc.Folders+=[CondDBCool.TDAQ+"/TDAQ/part_Combined/RunParams.RunParams"]
python.FakeAthena.Service
def Service(name)
Definition: FakeAthena.py:38