ATLAS Offline Software
Loading...
Searching...
No Matches
SampleStrategy.py
Go to the documentation of this file.
7
8from MuonTrackSteeringTools.MuonTrackSteeringToolsConf import Muon__MuPatCandidateTool
9mpct = Muon__MuPatCandidateTool()
10ToolSvc += mpct
11
12from MuonRecHelperTools.MuonRecHelperToolsConf import Muon__MuonEDMHelperSvc
13mehs = Muon__MuonEDMHelperSvc()
14ToolSvc += mehs
15
16from MuonTrackSteeringTools.MuonTrackSteeringToolsConf import Muon__MuonTrackSteering
17mtst = Muon__MuonTrackSteering()
18
19mtst.SegSeedQCut = 1
20mtst.Seg2ndQCut = 0
21
22# Allowed options for the strategy currently are:
23# CutSeedsOnTracks
24# CombineSegInStation
25# DynamicSeeding
26# PreferOutsideIn
27# AllowOneSharedHit
28
29simpleStrategy = [
30 "BarrelSmall[]:BMS;BOS;BIS" ,
31 "BarrelLarge[]:BML;BOL;BIL" ,
32 "EndcapSmall[]:EMS;EOS;EIS" ,
33 "EndcapLarge[]:EML;EOL;EIL" ]
34
35mtst.StrategyList = simpleStrategy
36