Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
athena
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Davide Di Croce
athena
Commits
ea4e3736
Commit
ea4e3736
authored
1 year ago
by
Sagar Addepalli
Committed by
Edward Moyse
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Extra vertexing option in LLP1
Extra vertexing option in LLP1
parent
5fc00aa3
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
PhysicsAnalysis/DerivationFramework/DerivationFrameworkLLP/python/LLP1.py
+21
-6
21 additions, 6 deletions
...DerivationFramework/DerivationFrameworkLLP/python/LLP1.py
with
21 additions
and
6 deletions
PhysicsAnalysis/DerivationFramework/DerivationFrameworkLLP/python/LLP1.py
+
21
−
6
View file @
ea4e3736
...
...
@@ -157,27 +157,42 @@ def LLP1KernelCfg(ConfigFlags, name='LLP1Kernel', **kwargs):
TrackFilterToolSTD
=
LLP1TrackFilterToolSTD
))
acc
.
merge
(
VrtSecInclusiveCfg
(
ConfigFlags
,
name
=
f
"
VrtSecInclusive
_
{
TrackSystSuffix
}
"
,
name
=
f
"
VrtSecInclusive
{
TrackSystSuffix
}
"
,
AugmentingVersionString
=
TrackSystSuffix
,
FillIntermediateVertices
=
False
,
TrackLocation
=
f
"
{
MergedTrackCollection
}{
TrackSystSuffix
}
"
))
LLP1VrtSecInclusiveSuffixes
.
append
(
TrackSystSuffix
)
# leptons-only VSI
Leptons
Mod
Suffix
=
"
_Leptons
Mod_LRTR3_1p0
"
LeptonsSuffix
=
"
_Leptons
"
acc
.
merge
(
VrtSecInclusiveCfg
(
ConfigFlags
,
name
=
"
VrtSecInclusive_InDet
_
"
+
Leptons
Mod
Suffix
,
AugmentingVersionString
=
Leptons
Mod
Suffix
,
name
=
"
VrtSecInclusive_InDet
"
+
LeptonsSuffix
,
AugmentingVersionString
=
LeptonsSuffix
,
FillIntermediateVertices
=
False
,
TrackLocation
=
MergedTrackCollection
,
twoTrkVtxFormingD0Cut
=
1.0
,
doSelectTracksWithLRTCuts
=
True
,
doSelectTracksFromMuons
=
True
,
doRemoveCaloTaggedMuons
=
True
,
doSelectTracksFromElectrons
=
True
,
MuonLocation
=
MergedMuonContainer
,
ElectronLocation
=
MergedElectronContainer
))
LLP1VrtSecInclusiveSuffixes
.
append
(
LeptonsModSuffix
)
LLP1VrtSecInclusiveSuffixes
.
append
(
LeptonsSuffix
)
# track VSI
LepTrackSuffix
=
"
_LepTrack
"
acc
.
merge
(
VrtSecInclusiveCfg
(
ConfigFlags
,
name
=
"
VrtSecInclusive_InDet
"
+
LepTrackSuffix
,
AugmentingVersionString
=
LepTrackSuffix
,
FillIntermediateVertices
=
False
,
TrackLocation
=
MergedTrackCollection
,
MuonLocation
=
MergedMuonContainer
,
ElectronLocation
=
MergedElectronContainer
,
twoTrkVtxFormingD0Cut
=
1.0
,
doSelectIDAndGSFTracks
=
True
,
doRemoveCaloTaggedMuons
=
True
,
doRemoveNonLeptonVertices
=
True
,
doAssociateNonSelectedTracks
=
False
))
LLP1VrtSecInclusiveSuffixes
.
append
(
LepTrackSuffix
)
# Thinning tools...
from
DerivationFrameworkInDet.InDetToolsConfig
import
TrackParticleThinningCfg
,
MuonTrackParticleThinningCfg
,
TauTrackParticleThinningCfg
,
DiTauTrackParticleThinningCfg
,
TauJetLepRMParticleThinningCfg
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment