diff --git a/atlas/reco.yaml b/atlas/reco.yaml index ba23bb7..43c3568 100644 --- a/atlas/reco.yaml +++ b/atlas/reco.yaml @@ -24,10 +24,10 @@ Jets: runGhostMuonAssociation: True systematicsModelJES: 'Category' systematicsModelJER: 'Full' - JVT: {} + JVT: {} # To do : JVT > 0.59 for the jets with pT < 60 GeV and eta < 24 PtEtaSelection: - minPt: 25000.0 - maxEta: 2.5 + minPt: 15000.0 + maxEta: 2.8 FlavourTagging: - btagger: 'DL1dv01' btagWP: 'FixedCutBEff_85' @@ -63,24 +63,43 @@ 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: '.' jets: 'AnaJets' electrons: 'AnaElectrons.tight' + muons: 'AnaMuons.tight' setMuonJetEMScale: False # containerName and postfix must be defined in their respective blocks -OverlapRemoval: +OverlapRemoval: # To do: two steps ATL-COM-PHYS-2016-103 (manual implementation required?) tight or loose? inputLabel: 'preselectOR' outputLabel: 'passesOR' # Format should follow Object: '.' jets: 'AnaJets.baselineJvt' electrons: 'AnaElectrons.tight' + muons: 'AnaMuons.tight' # ObjectCutFlow: # - containerName: 'AnaElectrons' @@ -95,8 +114,11 @@ Thinning: - containerName: 'AnaElectrons' outputName: 'OutElectrons' selectionName: 'tight||loose' + - containerName: 'AnaMuons' + outputName: 'OutMuons' + selectionName: 'tight||loose' -Trigger: +Trigger: #DOUBLE CHEKC MUONS triggerChainsPerYear: # https://twiki.cern.ch/twiki/bin/viewauth/Atlas/LowestUnprescaled '2015': - 'HLT_e24_lhmedium_L1EM20VH || HLT_e60_lhmedium || HLT_e120_lhloose' @@ -110,15 +132,19 @@ Trigger: '2018': - 'HLT_e26_lhtight_nod0_ivarloose || HLT_e60_lhmedium_nod0 || HLT_e140_lhloose_nod0' - 'HLT_mu26_ivarmedium || HLT_mu50' - + #To do: tight or loose? noFilter: False postfix: '_emu' electrons: 'AnaElectrons.tight' electronID: 'Tight' electronIsol: 'Tight_VarRad' + muons: 'AnaMuons.tight' + muonID: 'Medium' + -EventSelection: +EventSelection: #To do: re-check all selection cuts for ojbect definitions - electrons: 'AnaElectrons.loose' + muons: 'AnaMuons.loose' jets: 'AnaJets.baselineJvt' met: 'AnaMET' btagDecoration: 'ftag_select_DL1dv01_FixedCutBEff_77' @@ -152,6 +178,7 @@ Output: jet_: 'OutJets' met_: 'AnaMET' '': 'EventInfo' + mu_: 'OutMuons' commands: # Turn output branches on and off with 'enable' and 'disable' - disable jet_jvtEfficiency.* diff --git a/atlas/summary_selection.txt b/atlas/summary_selection.txt new file mode 100644 index 0000000..6b03283 --- /dev/null +++ b/atlas/summary_selection.txt @@ -0,0 +1,10 @@ +Runing TopCPT without EventSelection: + +PrimaryVertexSelectorAlg INFO accepted 30000 out of 30000 events for filter VertexSelection (vertex selection) +EventFlagSelectionAlg INFO accepted 29911 out of 30000 events for filter JetCleaning (selecting events passing: DFCommonJets_eventClean_LooseBad,as_char) +TrigEventSelectionAlg INFO accepted 11636 out of 29911 events for filter TriggerEventSelection (trigger event selection) + + +Warning during execution: + +ToolSvc.MuonTrigEff_Me...WARNING Could not find what you are looking for in the efficiency map. The trigger you are looking for, year and mc are not consistent, or the trigger is unavailable in this data period. Returning efficiency = 0. \ No newline at end of file