13 TrackLocation =
"InDetTrackParticles"
14 MuonLocation =
"Muons"
15 ElectronLocation =
"Electrons"
17 if flags.Tracking.doLargeD0:
19 from DerivationFrameworkInDet.InDetToolsConfig
import InDetLRTMergeCfg
21 TrackLocation =
"InDetWithLRTTrackParticles"
24 from DerivationFrameworkLLP.LLPToolsConfig
import LRTMuonMergerAlg
26 PromptMuonLocation =
"Muons",
27 LRTMuonLocation =
"MuonsLRT",
28 OutputMuonLocation =
"StdWithLRTMuons",
29 CreateViewCollection =
True))
30 MuonLocation =
"StdWithLRTMuons"
33 from DerivationFrameworkLLP.LLPToolsConfig
import LRTElectronMergerAlg
35 PromptElectronLocation =
"Electrons",
36 LRTElectronLocation =
"LRTElectrons",
37 OutputCollectionName =
"StdWithLRTElectrons",
39 CreateViewCollection =
True))
40 ElectronLocation =
"StdWithLRTElectrons"
43 from VrtSecInclusive.VrtSecInclusiveConfig
import VrtSecInclusiveCfg
46 name =
"VrtSecInclusive",
47 AugmentingVersionString =
"",
48 FillIntermediateVertices =
False,
49 TrackLocation = TrackLocation))
53 name =
"VrtSecInclusive_InDet_"+
"_LeptonsMod_LRTR3_1p0",
54 AugmentingVersionString =
"_LeptonsMod_LRTR3_1p0",
55 FillIntermediateVertices =
False,
56 TrackLocation = TrackLocation,
57 twoTrkVtxFormingD0Cut = 1.0,
58 doSelectTracksWithLRTCuts =
True,
59 doSelectTracksFromMuons =
True,
60 doRemoveCaloTaggedMuons =
True,
61 doSelectTracksFromElectrons =
True,
62 MuonLocation = MuonLocation,
63 ElectronLocation = ElectronLocation))