Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
athena
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue 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
Elemer Nagy
athena
Commits
623c7734
Commit
623c7734
authored
6 years ago
by
David Richard Shope
Browse files
Options
Downloads
Patches
Plain Diff
Tighten HIGG3D1 inclusive track thinning to DAOD taskforce recommendation
Former-commit-id: 2f92417b4d9260fdf747be880d3869f938d49907
parent
2e105af4
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
PhysicsAnalysis/DerivationFramework/DerivationFrameworkHiggs/share/HIGG3D1.py
+4
-3
4 additions, 3 deletions
...vationFramework/DerivationFrameworkHiggs/share/HIGG3D1.py
with
4 additions
and
3 deletions
PhysicsAnalysis/DerivationFramework/DerivationFrameworkHiggs/share/HIGG3D1.py
+
4
−
3
View file @
623c7734
...
@@ -44,10 +44,10 @@ thinningTools=[]
...
@@ -44,10 +44,10 @@ thinningTools=[]
from
DerivationFrameworkInDet.DerivationFrameworkInDetConf
import
DerivationFramework__TrackParticleThinning
from
DerivationFrameworkInDet.DerivationFrameworkInDetConf
import
DerivationFramework__TrackParticleThinning
#MET Track Thinning
#MET Track Thinning
thinning_expression
=
"
(InDetTrackParticles.pt > 0.5*GeV) && (InDetTrackParticles.numberOfPixelHits > 0) && (InDetTrackParticles.numberOfSCTHits > 5) && (abs(DFCommonInDetTrackZ0AtPV) < 1.5)
"
MET_track_
thinning_expression
=
"
(InDetTrackParticles.pt > 0.5*GeV) && (InDetTrackParticles.numberOfPixelHits > 0) && (InDetTrackParticles.numberOfSCTHits > 5) && (abs(DFCommonInDetTrackZ0AtPV) < 1.5)
"
HIGG3D1MetTPThinningTool
=
DerivationFramework__TrackParticleThinning
(
name
=
"
HIGG3D1MetTPThinningTool
"
,
HIGG3D1MetTPThinningTool
=
DerivationFramework__TrackParticleThinning
(
name
=
"
HIGG3D1MetTPThinningTool
"
,
ThinningService
=
HIGG3D1ThinningHelper
.
ThinningSvc
(),
ThinningService
=
HIGG3D1ThinningHelper
.
ThinningSvc
(),
SelectionString
=
thinning_expression
,
SelectionString
=
MET_track_
thinning_expression
,
InDetTrackParticlesKey
=
"
InDetTrackParticles
"
,
InDetTrackParticlesKey
=
"
InDetTrackParticles
"
,
ApplyAnd
=
True
)
ApplyAnd
=
True
)
ToolSvc
+=
HIGG3D1MetTPThinningTool
ToolSvc
+=
HIGG3D1MetTPThinningTool
...
@@ -83,9 +83,10 @@ ToolSvc += HIGG3D1ElectronTPThinningTool
...
@@ -83,9 +83,10 @@ ToolSvc += HIGG3D1ElectronTPThinningTool
thinningTools
.
append
(
HIGG3D1ElectronTPThinningTool
)
thinningTools
.
append
(
HIGG3D1ElectronTPThinningTool
)
# Tracks themselves
# Tracks themselves
inclusive_track_thinning_expression
=
"
(InDetTrackParticles.DFCommonTightPrimary && abs(DFCommonInDetTrackZ0AtPV) < 1.5*mm && InDetTrackParticles.pt > 10.*GeV)
"
HIGG3D1TPThinningTool
=
DerivationFramework__TrackParticleThinning
(
name
=
"
HIGG3D1TPThinningTool
"
,
HIGG3D1TPThinningTool
=
DerivationFramework__TrackParticleThinning
(
name
=
"
HIGG3D1TPThinningTool
"
,
ThinningService
=
HIGG3D1ThinningHelper
.
ThinningSvc
(),
ThinningService
=
HIGG3D1ThinningHelper
.
ThinningSvc
(),
SelectionString
=
"
abs( DFCommonInDetTrackZ0AtPV * sin(InDetTrackParticles.theta)) < 3.0
"
,
SelectionString
=
inclusive_track_thinning_expression
,
InDetTrackParticlesKey
=
"
InDetTrackParticles
"
)
InDetTrackParticlesKey
=
"
InDetTrackParticles
"
)
ToolSvc
+=
HIGG3D1TPThinningTool
ToolSvc
+=
HIGG3D1TPThinningTool
thinningTools
.
append
(
HIGG3D1TPThinningTool
)
thinningTools
.
append
(
HIGG3D1TPThinningTool
)
...
...
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