ATLAS Offline Software
TBCondRunParTool.py
Go to the documentation of this file.
1 # jobOption fragment for TBCondRunParTool
2 # assumes RecExTB_CondDB.py has already by loaded to setup condDB access
3 # set folders and partition location
4 IOVDbSvc=Service("IOVDbSvc")
5 ToolSvc=Service("ToolSvc")
6 # this for muon standalone (run 600940 etc)
7 #IOVDbSvc.Folders+= [ "/tdaq/part_MDT+RPC/RunParams.RunParams<offset>+1</offset>"]
8 #IOVDbSvc.Folders+= [ "/tdaq/part_MDT+RPC/RunParams.RunInfo<offset>+1</offset>"]
9 #ToolSvc.TBCondRunParTool.RunParamFolder="/tdaq/part_MDT+RPC"
10 # this for combined run (run 2000036 etc)
11 IOVDbSvc.Folders+= [ "<db>COOLONL_TDAQ/TBDP200</db>/TDAQ/part_Combined/RunParams.RunParams"]
12 #IOVDbSvc.Folders+= [ "<db>COOLONL_TDAQ/TBDP200</db>/TDAQ/part_Combined/RunParams.RunInfo<offset>+1</offset>"]
13 ToolSvc.TBCondRunParTool.RunParamFolder="/TDAQ/part_Combined"
python.FakeAthena.Service
def Service(name)
Definition: FakeAthena.py:38