Skip to content
Snippets Groups Projects
Commit 2acaa664 authored by Jackson Carl Burzynski's avatar Jackson Carl Burzynski :cowboy: Committed by Frank Winklmeier
Browse files

Add NoPtCut collection for EMTopo to JETM1

Add NoPtCut collection for EMTopo to JETM1
parent dde82eb8
No related branches found
No related tags found
45 merge requests!66406ZDC & ZDC LED monitoring updates,!66102ZDC & RPD monitoring update,!65937Draft: Updated post-processing and plotting scripts for 2023 data in ZLumi_Scripts directory,!65537ZDC - Fix problem with swapping of low and high gain data,!64732Add hypo for time-significance based selection of HLT jets,!64579Draft: Replace status() with functions from TruthUtils,!64531gFex Simulation Updates,!64529gFEX simulation updates,!64426CREST server URL parameter added in IOVDbSvc,!64423CREST server URL parameter added in IOVDbSvc,!64403Draft: ZFinder for jet super ROI,!64345potential bug,!64193Fix WriteDecorHandleKey type for ftag electron barcode decorators,!64090Configuration of AFP+dijet chains,!63927Update NSWPRDValAlg output filenames,!63828Revert "Merge branch 'skip.PyUtils-20230618' into '23.0'",!63827Draft: Updated logic in DQTGlobalWZFinderAlg for trigger function if DQ.useTrigger flag is disabled,!6382423.0-coverity-FPGATrackSimMaps,!63790Draft: replacing HT1000 preselj180 with HT1000 preselcHT450,!63694Draft: Add histograms for overflow monitoring in L1Topo,!63616Substituting hard-coded Z5/Z1 ratio values with soft-coded ones,!63486Draft: Added fragments to record extra infor from HI reco,!63316WIP: Changing default value of tolerance in STEP propagator,!63264Draft: Pass by reference in FTF loops,!63164bugfix NswCondTestAlg,!63067add inner-coincidence plots to TGC offline DQ,!63027Fixing large-R jets collection name,!63010Update R22 derivations to use large-R jet pre-recommendations calibration,!62744Draft: Z-Counting Release 23 Pandas Scripts Directory,!62682CREST data dump option added for IOVDbSvc,!62533createTagMetaInfoFS update,!62410Remove deprecated LLP1 config,!62396Add Iso and Trigger key properties in the example Alg,!62387Draft: Improve Trigger EGamma Emulator python code,!62384store Electron LH (charge ID selector) as float rather than double in derivations,!62222Draft: Replace outdated code with STL,!62134AF3: mirror showers for positrons and negative hadrons,!62001MuonCondTest: Fix compilation with clang15.,!61907Draft: Remove boost from HepMCWeightSvc,!61776fix rare error from isolation correction when eta==2.5,!61719Draft: Remove split level overwrite for dynamic aux store.,!61653Remove boost from ForwardDetectors/ALFA,!61531Add NoPtCut collection for EMTopo to JETM1,!60432Add linear extrapolation in old charge calibration (ATLASRECTS-7337),!58516Draft: optimization in simulation
......@@ -224,7 +224,7 @@ def JETM1ExtraContentCfg(ConfigFlags):
from JetRecConfig.JetRecConfig import JetRecCfg, getModifier
from JetRecConfig.JetConfigFlags import jetInternalFlags
from JetRecConfig.StandardJetMods import stdJetModifiers
from JetRecConfig.StandardSmallRJets import AntiKt4PV0Track, AntiKt4EMPFlow, AntiKt4EMPFlowNoPtCut, AntiKt4EMTopoLowPt, AntiKt4EMPFlowCSSKNoPtCut, AntiKt4UFOCSSKNoPtCut
from JetRecConfig.StandardSmallRJets import AntiKt4PV0Track, AntiKt4EMPFlow, AntiKt4EMPFlowNoPtCut, AntiKt4EMTopoNoPtCut, AntiKt4EMPFlowCSSKNoPtCut, AntiKt4UFOCSSKNoPtCut
#=======================================
# Schedule additional jet decorations
......@@ -243,7 +243,7 @@ def JETM1ExtraContentCfg(ConfigFlags):
# SCHEDULE SMALL-R JETS WITH NO PT CUT
#=======================================
if ConfigFlags.Input.isMC:
jetList += [AntiKt4EMPFlowNoPtCut, AntiKt4EMTopoLowPt]
jetList += [AntiKt4EMPFlowNoPtCut, AntiKt4EMTopoNoPtCut]
#=======================================
# CSSK R = 0.4 EMPFlow and UFO jets
......@@ -364,7 +364,7 @@ def JETM1Cfg(ConfigFlags):
JETM1SlimmingHelper.IncludeBPhysTriggerContent = False
JETM1SlimmingHelper.IncludeMinBiasTriggerContent = False
jetOutputList = ["AntiKt4PV0TrackJets","AntiKt4EMPFlowCSSKNoPtCutJets","AntiKt4UFOCSSKNoPtCutJets","AntiKt4EMPFlowNoPtCutJets","AntiKt4EMTopoLowPtJets"]
jetOutputList = ["AntiKt4PV0TrackJets","AntiKt4EMPFlowCSSKNoPtCutJets","AntiKt4UFOCSSKNoPtCutJets","AntiKt4EMPFlowNoPtCutJets","AntiKt4EMTopoNoPtCutJets"]
from DerivationFrameworkJetEtMiss.JetCommonConfig import addJetsToSlimmingTool
addJetsToSlimmingTool(JETM1SlimmingHelper, jetOutputList, JETM1SlimmingHelper.SmartCollections)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment