MuonGMCheck.EventLoopMode = GMCheckLoop MuonGMCheck.check_mdt = 1 MuonGMCheck.check_rpc = 1 MuonGMCheck.check_tgc = 1 MuonGMCheck.check_csc = 1 MuonGMCheck.minimalChecks = 1 MuonGMCheck.testMdtCache = 0 MuonGMCheck.testRpcCache = 0 MuonGMCheck.testTgcCache = 0 MuonGMCheck.testCscCache = 0 MuonGMCheck.testMdtDetectorElementHash = 0 MuonGMCheck.testRpcDetectorElementHash = 0 MuonGMCheck.testTgcDetectorElementHash = 0 MuonGMCheck.testCscDetectorElementHash = 0 MuonGMCheck.OutputLevel = INFO print MuonGMCheck ###################################################### ############### HERE DEFINE THE SEQUENCE ############# ###################################################### from AthenaCommon.AlgSequence import AlgSequence topSequence = AlgSequence() topSequence += MuonGMCheck print " " print "List of all Dlls" print theApp.Dlls print " "
print GeoModelSvc ###print MuonDetectorTool #***************************************************** HERE setup MuonGMCheck from MuonGeoModelTest.MuonGeoModelTestConf import MuonGMCheck MuonGMCheck = MuonGMCheck() MuonGMCheck.EventLoopMode = GMCheckLoop MuonGMCheck.check_mm = 0 MuonGMCheck.check_stgc = 0 MuonGMCheck.check_mdt = 1 MuonGMCheck.check_rpc = 1 MuonGMCheck.check_tgc = 1 MuonGMCheck.check_csc = 1 # as an example #MuonGMCheck.check_surfaces = 1 MuonGMCheck.OutputLevel = DEBUG print MuonGMCheck ###################################################### ############### HERE DEFINE THE SEQUENCE ############# ###################################################### topSequence += MuonGMCheck ## Add top algorithms to be run #from IdHelpersValidation.IdHelpersValidationConf import Muon__IdHelpersValidation #topSequence += Muon__IdHelpersValidation("Philipp",FilePrefix = "/tmp/stefania/new/",OutputLevel=2) print " " print "List of all Dlls"