ATLAS Offline Software
TBCaloConditions_jobOptions.py
Go to the documentation of this file.
1 theApp.Dlls += [ "TBCaloConditions" ]
2 IOVDbSvc = Service("IOVDbSvc")
3 IOVDbSvc.Folders +=["/tile/dcs/Tile_LV_62:table.theta:online..value<offset>-1</offset>" ]
4 IOVDbSvc.Folders +=["/tile/dcs/Tile_LV_62:table.eta:online..value<offset>-1</offset>"]
5 IOVDbSvc.Folders +=["/tile/dcs/Tile_LV_62:table.z:online..value<offset>-1</offset>"]
6 IOVDbSvc.Folders +=["/tile/dcs/Tile_LV_62:table.delta:online..value<offset>-1</offset>"]
7 IOVDbSvc.Folders +=["/tile/dcs/System1:table.theta:online..value<offset>-1</offset>"]
8 IOVDbSvc.Folders +=["/tile/dcs/System1:table.eta:online..value<offset>-1</offset>"]
9 IOVDbSvc.Folders +=["/tile/dcs/System1:table.z:online..value<offset>-1</offset>"]
10 IOVDbSvc.Folders +=["/tile/dcs/System1:table.delta:online..value<offset>-1</offset>" ]
11 
python.FakeAthena.Service
def Service(name)
Definition: FakeAthena.py:38