Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
athena
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
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
atlas
athena
Commits
ebe494c8
Commit
ebe494c8
authored
3 years ago
by
Albert Kong
Browse files
Options
Downloads
Patches
Plain Diff
Remove remaining lines related to LCTopo jets
parent
2b7b4256
Loading
Loading
4 merge requests
!69091
Fix correlated smearing bug in JER in JetUncertainties in 22.0
,
!58791
DataQualityConfigurations: Modify L1Calo config for web display
,
!51674
Fixing hotSpotInHIST for Run3 HIST
,
!46360
Migration of JETMX derivation configs for R22
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
PhysicsAnalysis/DerivationFramework/DerivationFrameworkJetEtMiss/share/JETM4.py
+3
-14
3 additions, 14 deletions
...tionFramework/DerivationFrameworkJetEtMiss/share/JETM4.py
with
3 additions
and
14 deletions
PhysicsAnalysis/DerivationFramework/DerivationFrameworkJetEtMiss/share/JETM4.py
+
3
−
14
View file @
ebe494c8
...
...
@@ -158,14 +158,6 @@ OutputJets["JETM4"] = []
from
DerivationFrameworkJetEtMiss.PFlowCommon
import
applyPFOAugmentation
applyPFOAugmentation
(
DerivationFrameworkJob
)
#===================================================
#add variable-R track jets for b-tagging
#===================================================
from
DerivationFrameworkFlavourTag.HbbCommon
import
addVRJets
addVRJets
(
jetm4Seq
,
largeRColls
=
[
"
AntiKt10LCTopoTrimmedPtFrac5SmallR20Jets
"
])
addVRJets
(
jetm4Seq
,
largeRColls
=
[
"
AntiKt10LCTopoTrimmedPtFrac5SmallR20Jets
"
],
training
=
'
201903
'
)
#=======================================
# SCHEDULE CUSTOM MET RECONSTRUCTION
#=======================================
...
...
@@ -175,7 +167,6 @@ if DerivationFrameworkIsMonteCarlo:
#addMETTruthMap('AntiKt4EMPFlow',"JETMX")
#scheduleMETAssocAlg(jetm4Seq,"JETMX")
addJetPtAssociation
(
jetalg
=
"
AntiKt4EMTopo
"
,
truthjetalg
=
"
AntiKt4TruthJets
"
,
sequence
=
DerivationFrameworkJob
)
addJetPtAssociation
(
jetalg
=
"
AntiKt4LCTopo
"
,
truthjetalg
=
"
AntiKt4TruthJets
"
,
sequence
=
DerivationFrameworkJob
)
addJetPtAssociation
(
jetalg
=
"
AntiKt4EMPFlow
"
,
truthjetalg
=
"
AntiKt4TruthJets
"
,
sequence
=
DerivationFrameworkJob
)
#===============================
...
...
@@ -193,22 +184,20 @@ JETM4SlimmingHelper = SlimmingHelper("JETM4SlimmingHelper")
JETM4SlimmingHelper
.
SmartCollections
=
[
"
Electrons
"
,
"
Photons
"
,
"
Muons
"
,
"
TauJets
"
,
"
InDetTrackParticles
"
,
"
PrimaryVertices
"
,
"
MET_Reference_AntiKt4EMTopo
"
,
"
MET_Reference_AntiKt4LCTopo
"
,
"
MET_Reference_AntiKt4EMPFlow
"
,
"
AntiKt10TruthJets
"
,
"
AntiKt10LCTopoJets
"
,
"
AntiKt10TruthTrimmedPtFrac5SmallR20Jets
"
,
"
AntiKt
10LCTopoTrimmedPtFrac5SmallR20
Jets
"
,
"
AntiKt
VR30Rmax4Rmin02PV0Track
Jets
"
,
"
BTagging_AntiKt4EMPFlow
"
,
"
BTagging_AntiKt4EMTopo
"
,
"
BTagging_AntiKtVR30Rmax4Rmin02
PV0
Track
Jets
"
"
BTagging_AntiKtVR30Rmax4Rmin02Track
"
]
JETM4SlimmingHelper
.
AllVariables
=
[
# "CaloCalTopoClusters",
"
MuonTruthParticles
"
,
"
egammaTruthParticles
"
,
"
TruthParticles
"
,
"
TruthEvents
"
,
"
TruthVertices
"
,
"
MuonSegments
"
,
"
Kt4EMTopoOriginEventShape
"
,
"
Kt4LCTopoOriginEventShape
"
,
"
Kt4EMPFlowEventShape
"
]
"
Kt4EMTopoOriginEventShape
"
,
"
Kt4EMPFlowEventShape
"
]
JETM4SlimmingHelper
.
ExtraVariables
=
[
"
CaloCalTopoClusters.calE.calEta.calPhi.calM.rawE.rawEta.rawPhi.rawM
"
,
"
Photons.
"
+
NewTrigVars
[
"
Photons
"
],
"
JetETMissNeutralParticleFlowObjects.m.mEM.eflowRec_TIMING.eflowRec_AVG_LAR_Q.eflowRec_CENTER_LAMBDA.pt.ptEM.phi.eta
"
,
"
JetETMissChargedParticleFlowObjects.pt.eta.phi.m.eflowRec_tracksExpectedEnergyDeposit.charge.eflowRec_isInDenseEnvironment.pfo_TrackLinks.DFCommonPFlow_z0.DFCommonPFlow_vz.DFCommonPFlow_d0.DFCommonPFlow_theta.DFCommonPFlow_envWeight
"
,
...
...
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