Skip to content
Snippets Groups Projects
Commit 462425d3 authored by Riccardo Maria Bianchi's avatar Riccardo Maria Bianchi :sunny:
Browse files

update Tile test simu jobOptions

parent d6db4c38
No related branches found
No related tags found
4 merge requests!69091Fix correlated smearing bug in JER in JetUncertainties in 22.0,!58791DataQualityConfigurations: Modify L1Calo config for web display,!51674Fixing hotSpotInHIST for Run3 HIST,!49298Adding a new TileDetectorFactoryLite to build Tile geo from SQLite
...@@ -19,17 +19,13 @@ ServiceMgr.MessageSvc.OutputLevel = DEBUG ...@@ -19,17 +19,13 @@ ServiceMgr.MessageSvc.OutputLevel = DEBUG
## Detector flags ## Detector flags
from AthenaCommon.DetFlags import DetFlags from AthenaCommon.DetFlags import DetFlags
DetFlags.ID_setOff() DetFlags.ID_setOff()
DetFlags.Calo_setOff() DetFlags.Calo_setOff() # LAr
DetFlags.Tile_setOn() DetFlags.Tile_setOn() # Tile
DetFlags.Muon_setOff() DetFlags.Muon_setOff()
#DetFlags.Lucid_setOn() DetFlags.Lucid_setOff()
DetFlags.Truth_setOff() DetFlags.Truth_setOff()
DetFlags.Print()
#### Turn off these too:
#DetFlags.BCM_setOff()
#DetFlags.TRT_setOn()
#DetFlags.bpipe_setOn()
####
from GeoModelSvc.GeoModelSvcConf import GeoModelSvc from GeoModelSvc.GeoModelSvcConf import GeoModelSvc
GeoModelSvc = GeoModelSvc() GeoModelSvc = GeoModelSvc()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment