Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
65 changes: 53 additions & 12 deletions atlas/reco.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ PileupReweighting: {}

EventCleaning:
runEventCleaning: True
userGRLFiles:
- 'GoodRunsLists/data22_13p6TeV/20250321/data22_13p6TeV.periodAllYear_DetStatus-v134-pro28-09_MERGED_PHYS_StandardGRL_All_Good_25ns.xml'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I assume we also need a Run-2 GRL here?



GeneratorLevelAnalysis: {}

Expand All @@ -24,10 +27,10 @@ Jets:
runGhostMuonAssociation: True
systematicsModelJES: 'Category'
systematicsModelJER: 'Full'
JVT: {}
JVT: {}
PtEtaSelection:
minPt: 25000.0
maxEta: 2.5
minPt: 15000.0
maxEta: 2.8
FlavourTagging:
- btagger: 'DL1dv01'
btagWP: 'FixedCutBEff_85'
Expand Down Expand Up @@ -63,15 +66,33 @@ Electrons:
isolationWP: 'Tight_VarRad'
noEffSF: True
PtEtaSelection:
minPt: 7000.
minPt: 15000.
useClusterEta: True
maxEta: 2.47
maxEta: 2.8

Muons:
- containerName: 'AnaMuons'
IFFClassification: {}
WorkingPoint:
- selectionName: 'loose'
quality: 'Medium'
isolation: 'NonIso'
saveCombinedSF: True
- selectionName: 'tight'
quality: 'Medium'
isolation: 'Tight_VarRad'
saveCombinedSF: True
PtEtaSelection:
minPt: 15000.0
maxEta: 2.8


MissingET:
- containerName: 'AnaMET'
# Format should follow Object: '<containerName>.<postfix>'
jets: 'AnaJets'
electrons: 'AnaElectrons.tight'
muons: 'AnaMuons.tight'
setMuonJetEMScale: False

# containerName and postfix must be defined in their respective blocks
Expand All @@ -81,6 +102,7 @@ OverlapRemoval:
# Format should follow Object: '<containerName>.<postfix>'
jets: 'AnaJets.baselineJvt'
electrons: 'AnaElectrons.tight'
muons: 'AnaMuons.tight'

# ObjectCutFlow:
# - containerName: 'AnaElectrons'
Expand All @@ -95,12 +117,15 @@ Thinning:
- containerName: 'AnaElectrons'
outputName: 'OutElectrons'
selectionName: 'tight||loose'
- containerName: 'AnaMuons'
outputName: 'OutMuons'
selectionName: 'tight||loose'

Trigger:
triggerChainsPerYear: # https://twiki.cern.ch/twiki/bin/viewauth/Atlas/LowestUnprescaled
'2015':
- 'HLT_e24_lhmedium_L1EM20VH || HLT_e60_lhmedium || HLT_e120_lhloose'
- 'HLT_mu20_iloose_L1MU15 || HLT_mu50'
#- 'HLT_mu20_iloose_L1MU15 || HLT_mu50' #Triggerchain not found trigger is unavailable, returns efficiency = 0
'2016':
- 'HLT_e26_lhtight_nod0_ivarloose || HLT_e60_lhmedium_nod0 || HLT_e140_lhloose_nod0'
- 'HLT_mu26_ivarmedium || HLT_mu50'
Expand All @@ -110,15 +135,30 @@ Trigger:
'2018':
- 'HLT_e26_lhtight_nod0_ivarloose || HLT_e60_lhmedium_nod0 || HLT_e140_lhloose_nod0'
- 'HLT_mu26_ivarmedium || HLT_mu50'
#Run3 recomendations: https://twiki.cern.ch/twiki/bin/view/Atlas/TrigEgammaRecommendationsRun3
'2022':
- 'HLT_e26_lhtight_ivarloose_L1EM22VHI || HLT_e60_lhmedium_L1EM22VHI || HLT_e140_lhloose_L1EM22VHI'
- 'HLT_mu24_ivarmedium_L1MU14FCH || HLT_mu50_L1MU14FCH'

'2023':
- 'HLT_e26_lhtight_ivarloose_L1eEM26M || HLT_e60_lhmedium_L1eEM26M || HLT_e140_lhloose_L1eEM26M'
- 'HLT_mu24_ivarmedium_L1MU14FCH || HLT_mu50_L1MU14FCH'


noFilter: False
postfix: '_emu'
electrons: 'AnaElectrons.tight'
electrons: 'AnaElectrons.loose'
electronID: 'Tight'
electronIsol: 'Tight_VarRad'
muons: 'AnaMuons.loose'
muonID: 'Medium'



#Loose preselection
EventSelection:
- electrons: 'AnaElectrons.loose'
muons: 'AnaMuons.loose'
jets: 'AnaJets.baselineJvt'
met: 'AnaMET'
btagDecoration: 'ftag_select_DL1dv01_FixedCutBEff_77'
Expand All @@ -135,11 +175,11 @@ EventSelection:
EL_N 27000 >= 1
JET_N 25000 >= 4
SAVE
#'fourjetoneb_mu': |
# IMPORT SUBcommon
# MU_N 27000 >= 1
# JET_N 25000 >= 4
# SAVE
'fourjetoneb_mu': |
IMPORT SUBcommon
MU_N 27000 >= 1
JET_N 25000 >= 4
SAVE

# After configuring each container, many variables will be saved automatically.
Output:
Expand All @@ -152,6 +192,7 @@ Output:
jet_: 'OutJets'
met_: 'AnaMET'
'': 'EventInfo'
mu_: 'OutMuons'
commands:
# Turn output branches on and off with 'enable' and 'disable'
- disable jet_jvtEfficiency.*
Expand Down
56 changes: 56 additions & 0 deletions atlas/tpcpt_efficiency_summary.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@

## EVENTS ACCEPTED with current reco.yaml
## Signal ZPrimettbar
# 8 / 110 events

PrimaryVertexSelectorAlg INFO accepted 110 out of 110 events for filter VertexSelection (vertex selection)
EventFlagSelectionAlg INFO accepted 110 out of 110 events for filter JetCleaning (selecting events passing: DFCommonJets_eventClean_LooseBad,as_char)
TrigEventSelectionAlg INFO accepted 46 out of 110 events for filter TriggerEventSelection (trigger event selection)
TrigEventSelectionAlgDecoINFO accepted 46 out of 46 events for filter TriggerEventSelection (trigger event selection)
CutBookkeeperAlgANALYSIS INFO CutBookkeeper information will be stored in CutBookkeeper_301333_284500_NOSYS
TrigGlobalSFAlg_emu INFO Events passing selection for at least one systematic: 19 / 46 for global trigger matching
TrigGlobalSFAlg_emu INFO Events passing selection for at nominal: 19 / 46 for global trigger matching
TrigGlobalSFAlg_emu INFO Events passing selection for all systematics: 19 / 46 for global trigger matching
SUBcommon_SAVE INFO Events passing selection for at least one systematic: 19 / 19 for events passing < SUBcommon >
SUBcommon_SAVE INFO Events passing selection for at nominal: 19 / 19 for events passing < SUBcommon >
SUBcommon_SAVE INFO Events passing selection for all systematics: 19 / 19 for events passing < SUBcommon >
fourjetoneb_el_SAVE INFO Events passing selection for at least one systematic: 19 / 19 for events passing < fourjetoneb_el >
fourjetoneb_el_SAVE INFO Events passing selection for at nominal: 19 / 19 for events passing < fourjetoneb_el >
fourjetoneb_el_SAVE INFO Events passing selection for all systematics: 19 / 19 for events passing < fourjetoneb_el >
fourjetoneb_mu_SAVE INFO Events passing selection for at least one systematic: 19 / 19 for events passing < fourjetoneb_mu >
fourjetoneb_mu_SAVE INFO Events passing selection for at nominal: 19 / 19 for events passing < fourjetoneb_mu >
fourjetoneb_mu_SAVE INFO Events passing selection for all systematics: 19 / 19 for events passing < fourjetoneb_mu >
EventSelectionMergerpa...INFO Events passing selection for at least one systematic: 9 / 19 for events passing at least one EventSelection algorithm
EventSelectionMergerpa...INFO Events passing selection for at nominal: 9 / 19 for events passing at least one EventSelection algorithm
EventSelectionMergerpa...INFO Events passing selection for all systematics: 8 / 19 for events passing at least one EventSelection algorithm
LeakCheckModule INFO Memory increase/change during the job:
LeakCheckModule INFO - resident: 1200.7 kB/event (130876 kB total)
LeakCheckModule INFO - virtual : 6917.28 kB/event (753984 kB total)


## TTBar bakground (nonallhad)
# 160/1000 events

PrimaryVertexSelectorAlg INFO accepted 1000 out of 1000 events for filter VertexSelection (vertex selection)
EventFlagSelectionAlg INFO accepted 991 out of 1000 events for filter JetCleaning (selecting events passing: DFCommonJets_eventClean_LooseBad,as_char)
TrigEventSelectionAlg INFO accepted 486 out of 991 events for filter TriggerEventSelection (trigger event selection)
TrigEventSelectionAlgDecoINFO accepted 486 out of 486 events for filter TriggerEventSelection (trigger event selection)
TrigGlobalSFAlg_emu INFO Events passing selection for at least one systematic: 376 / 486 for global trigger matching
TrigGlobalSFAlg_emu INFO Events passing selection for at nominal: 375 / 486 for global trigger matching
TrigGlobalSFAlg_emu INFO Events passing selection for all systematics: 372 / 486 for global trigger matching
SUBcommon_SAVE INFO Events passing selection for at least one systematic: 376 / 376 for events passing < SUBcommon >
SUBcommon_SAVE INFO Events passing selection for at nominal: 376 / 376 for events passing < SUBcommon >
SUBcommon_SAVE INFO Events passing selection for all systematics: 376 / 376 for events passing < SUBcommon >
fourjetoneb_el_SAVE INFO Events passing selection for at least one systematic: 376 / 376 for events passing < fourjetoneb_el >
fourjetoneb_el_SAVE INFO Events passing selection for at nominal: 376 / 376 for events passing < fourjetoneb_el >
fourjetoneb_el_SAVE INFO Events passing selection for all systematics: 376 / 376 for events passing < fourjetoneb_el >
fourjetoneb_mu_SAVE INFO Events passing selection for at least one systematic: 376 / 376 for events passing < fourjetoneb_mu >
fourjetoneb_mu_SAVE INFO Events passing selection for at nominal: 376 / 376 for events passing < fourjetoneb_mu >
fourjetoneb_mu_SAVE INFO Events passing selection for all systematics: 376 / 376 for events passing < fourjetoneb_mu >
EventSelectionMergerpa...INFO Events passing selection for at least one systematic: 206 / 376 for events passing at least one EventSelection algorithm
EventSelectionMergerpa...INFO Events passing selection for at nominal: 186 / 376 for events passing at least one EventSelection algorithm
EventSelectionMergerpa...INFO Events passing selection for all systematics: 162 / 376 for events passing at least one EventSelection algorithm
LeakCheckModule INFO Memory increase/change during the job:
LeakCheckModule INFO - resident: 82.3664 kB/event (82284 kB total)
LeakCheckModule INFO - virtual : -31.7878 kB/event (-31756 kB total)