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
Alessandro Sala
athena
Commits
628304e9
Commit
628304e9
authored
5 years ago
by
Sonia Carra
Browse files
Options
Downloads
Patches
Plain Diff
Adding softbtag veterx container to SUSY2 Derivation
parent
11366007
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/DerivationFrameworkSUSY/share/SUSY2.py
+24
-1
24 additions, 1 deletion
...erivationFramework/DerivationFrameworkSUSY/share/SUSY2.py
with
24 additions
and
1 deletion
PhysicsAnalysis/DerivationFramework/DerivationFrameworkSUSY/share/SUSY2.py
+
24
−
1
View file @
628304e9
...
...
@@ -95,6 +95,16 @@ SUSY2TauTPThinningTool = DerivationFramework__TauTrackParticleThinning( name
ToolSvc
+=
SUSY2TauTPThinningTool
thinningTools
.
append
(
SUSY2TauTPThinningTool
)
# TrackParticles associated with SV
from
DerivationFrameworkInDet.DerivationFrameworkInDetConf
import
DerivationFramework__VertexParticleThinning
SUSY2VertexTPThinningTool
=
DerivationFramework__VertexParticleThinning
(
name
=
"
SUSY2VertexTPThinningTool
"
,
ThinningService
=
SUSY2ThinningHelper
.
ThinningSvc
(),
VertexKey
=
"
VrtSecInclusive_SoftBtagCandidateVertices
"
,
InDetTrackParticlesKey
=
"
InDetTrackParticles
"
)
ToolSvc
+=
SUSY2VertexTPThinningTool
thinningTools
.
append
(
SUSY2VertexTPThinningTool
)
# Cluster thinning
from
DerivationFrameworkCalo.DerivationFrameworkCaloConf
import
DerivationFramework__CaloClusterThinning
...
...
@@ -247,6 +257,12 @@ SeqSUSY2 += CfgMgr.DerivationFramework__DerivationKernel(
SkimmingTools
=
[
SUSY2SkimmingTool
]
)
#==============================================================================
# Soft b-tag
#==============================================================================
from
DerivationFrameworkFlavourTag.SoftBtagCommon
import
*
applySoftBtagging
(
"
softBtag
"
,
SeqSUSY2
)
#==============================================================================
# Jet building
...
...
@@ -322,7 +338,8 @@ SUSY2SlimmingHelper.ExtraVariables = ["BTagging_AntiKt4EMTopo.MV1_discriminant.M
"
Electrons.bkgTruthType.bkgTruthOrigin.bkgMotherPdgId.firstEgMotherTruthType.firstEgMotherTruthOrigin.firstEgMotherPdgId.deltaPhi1
"
,
"
CaloCalTopoClusters.rawE.rawEta.rawPhi.rawM.calE.calEta.calPhi.calM.e_sampl
"
,
"
MuonClusterCollection.eta_sampl.phi_sampl
"
,
"
Muons.quality.etcone20.ptconecoreTrackPtrCorrection
"
,
"
Electrons.quality.etcone20.ptconecoreTrackPtrCorrection
"
]
"
Muons.quality.etcone20.ptconecoreTrackPtrCorrection
"
,
"
Electrons.quality.etcone20.ptconecoreTrackPtrCorrection
"
,
"
PrimaryVertices.covariance
"
]
# Saves BDT and input variables for light lepton algorithms.
# Can specify just electrons or just muons by adding 'name="Electrons"' or 'name="Muons"' as the argument.
...
...
@@ -339,6 +356,12 @@ SUSY2SlimmingHelper.IncludeEGammaTriggerContent = True
#SUSY2SlimmingHelper.IncludeBPhysTriggerContent = True
#SUSY2SlimmingHelper.IncludeJetTauEtMissTriggerContent = True
StaticContent
=
[]
StaticContent
+=
[
"
xAOD::VertexContainer#VrtSecInclusive_SoftBtagCandidateVertices
"
]
StaticContent
+=
[
"
xAOD::VertexAuxContainer#VrtSecInclusive_SoftBtagCandidateVerticesAux.
"
]
SUSY2SlimmingHelper
.
StaticContent
=
StaticContent
# All standard truth particle collections are provided by DerivationFrameworkMCTruth (TruthDerivationTools.py)
# Most of the new containers are centrally added to SlimmingHelper via DerivationFrameworkCore ContainersOnTheFly.py
if
DerivationFrameworkIsMonteCarlo
:
...
...
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