ATLAS Offline Software
Loading...
Searching...
No Matches
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
4IOVDbSvc=Service("IOVDbSvc")
5ToolSvc=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)
11IOVDbSvc.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>"]
13ToolSvc.TBCondRunParTool.RunParamFolder="/TDAQ/part_Combined"