![]() |
ATLAS Offline Software
|
Functions | |
| getJetCopyVars (suffix) | |
| getBTagViewName (jetType, jetDetailStr="subresjesgscIS_ftf") | |
| list[str] | getTauIDVars (str name, list[str]|None wps=None, list[str]|None extra_wps=None) |
Variables | |
| __log = logging.getLogger('TriggerEDMRun3Config') | |
| list | cPFOVarsToKeep |
| list | nPFOVarsToKeep |
| list | JetVarsToKeep |
| str | JetVars = '.'.join(JetVarsToKeep) |
| list | LargeRJetVarsToKeep = [f'GN2Xv01_p{x}' for x in ['hbb', 'top', 'qcd']] |
| str | LargeRJetVars = '.'.join(LargeRJetVarsToKeep) |
| list | VSIVarsToKeep |
| str | VSIVars = '.'.join(VSIVarsToKeep) |
| list | ElToKeep = ['ptcone20', 'ptvarcone20', 'ptcone30', 'ptvarcone30', 'trk_d0','cl_eta2','cl_phi2', 'deltaEta1PearDistortion'] |
| str | ElVars = '.'.join(ElToKeep) |
| list | PhToKeep = ['topoetcone20', 'topoetcone40', 'etcone20'] |
| str | PhVars = '.'.join(PhToKeep) |
| BTagViewsEMTopo = getBTagViewName("AntiKt4EMTopoJets") | |
| BTagViewsEMPFlow = getBTagViewName("AntiKt4EMPFlowJets") | |
| list | HIJetVarsToKeep = JetVarsToKeep + ['HLT_HIClusters_DR8Assoc'] |
| str | HIJetVars = '.'.join(HIJetVarsToKeep) |
| list | BTagOutput = ['jetLink','BTagTrackToJetAssociator','Muons',] |
| list | BTagOutput_IPxD = [] |
| list | BTagOutput_IP2D = [f.format(x=2) for f in BTagOutput_IPxD] |
| list | BTagOutput_IP3D = [f.format(x=3) for f in BTagOutput_IPxD] |
| list | BTagOutput_SV1 = [] |
| list | BTagOutput_JetFitter = [] |
| list | BTagOutput_rnnip = ['rnnip_isDefaults','rnnip_pu','rnnip_pc','rnnip_pb','rnnip_ptau',] |
| list | three_output_taggers |
| list | b_vs_bb_taggers |
| list | BTagOutput_highLevelTaggers |
| str | BTagVars = '.'.join(BTagOutput) |
| list | BTagJetOutput = ['btaggingLink', 'Jvt', 'JVFCorr', 'SumPtTrkPt500','NNJvtTrkAugV1','NNJvtTrkAugV1Pass'] + BTagOutput_rnnip + BTagOutput_highLevelTaggers |
| str | BTagJetVars = '.'.join(BTagJetOutput) |
| list | hitDVToKeepBase |
| list | hitDVToKeep = [] |
| str | hitDVVars = '.'.join(hitDVToKeep) |
| list | dEdxTrkToKeepBase = ['id','pt','eta','phi','dedx','dedx_n_usedhits','a0beam','n_hits_innermost','n_hits_inner','n_hits_pix','n_hits_sct'] |
| list | dEdxTrkToKeep = [] |
| str | dEdxTrkVars = '.'.join(dEdxTrkToKeep) |
| list | dEdxHitToKeepBase = ['trkid','dedx','tot','trkchi2','trkndof','iblovfl','loc','layer'] |
| list | dEdxHitToKeep = [] |
| str | dEdxHitVars = '.'.join(dEdxHitToKeep) |
| list | HPtdEdxTrkToKeepBase |
| list | HPtdEdxTrkToKeep = [] |
| str | HPtdEdxTrkVars = '.'.join(HPtdEdxTrkToKeep) |
| list | DisTrkToKeepNoIso |
| list | DisTrkToKeepIso = ['category','is_fail','iso1_dr01','iso1_dr02','iso2_dr01','iso2_dr02','iso3_dr01','iso3_dr02'] |
| list | DisTrkVars = [] |
| str | DisTrkCandVars = '.'.join(DisTrkVars) |
| list | DisTrkBDTSelToKeepBase |
| list | DisTrkBDTSelToKeep = [] |
| str | DisTrkBDTSelVars = '.'.join(DisTrkBDTSelToKeep) |
| list | VtxToKeep = ['chiSquared','numberDoF','x','y','z','covariance','vertexType'] |
| str | VtxVars = '.'.join(VtxToKeep) |
| str | L1TopoErrorFlagVars |
| list | TauJet_vars = [] |
| str | TauJet_vars_str = '.'.join(TauJet_vars) |
| list | TauTrack_vars = ['pt', 'eta', 'phi', 'flagSet', 'trackLinks', 'd0TJVA', 'd0SigTJVA', 'z0sinthetaTJVA', 'z0sinthetaSigTJVA'] |
| str | TauTrack_vars_str = '.'.join(TauTrack_vars) |
| list | DiTauJet_vars = ['pt', 'eta', 'phi', 'm', 'TauJetVtxFraction', 'subjet_pt', 'subjet_phi', 'subjet_e', 'subjet_f_core', 'subjet_eta', 'isoTrackLinks', 'jetLink', 'vertexLink', 'trackLinks'] |
| str | DiTauJet_vars_str = '.'.join(DiTauJet_vars) |
| list | MuRoiToKeep = ['ClusterEta','ClusterPhi','nRoIs'] |
| str | MuRoiVars = '.'.join(MuRoiToKeep) |
| list | varToRemoveFromAODSLIM |
| python.TriggerEDMRun3.getBTagViewName | ( | jetType, | |
| jetDetailStr = "subresjesgscIS_ftf" ) |
Definition at line 142 of file TriggerEDMRun3.py.
| python.TriggerEDMRun3.getJetCopyVars | ( | suffix | ) |
Definition at line 69 of file TriggerEDMRun3.py.
| list[str] python.TriggerEDMRun3.getTauIDVars | ( | str | name, |
| list[str] | None | wps = None, | ||
| list[str] | None | extra_wps = None ) |
Definition at line 255 of file TriggerEDMRun3.py.
|
private |
Definition at line 18 of file TriggerEDMRun3.py.
| list python.TriggerEDMRun3.b_vs_bb_taggers |
Definition at line 175 of file TriggerEDMRun3.py.
| list python.TriggerEDMRun3.BTagJetOutput = ['btaggingLink', 'Jvt', 'JVFCorr', 'SumPtTrkPt500','NNJvtTrkAugV1','NNJvtTrkAugV1Pass'] + BTagOutput_rnnip + BTagOutput_highLevelTaggers |
Definition at line 190 of file TriggerEDMRun3.py.
| str python.TriggerEDMRun3.BTagJetVars = '.'.join(BTagJetOutput) |
Definition at line 191 of file TriggerEDMRun3.py.
| list python.TriggerEDMRun3.BTagOutput = ['jetLink','BTagTrackToJetAssociator','Muons',] |
Definition at line 151 of file TriggerEDMRun3.py.
| list python.TriggerEDMRun3.BTagOutput_highLevelTaggers |
Definition at line 179 of file TriggerEDMRun3.py.
| list python.TriggerEDMRun3.BTagOutput_IP2D = [f.format(x=2) for f in BTagOutput_IPxD] |
Definition at line 153 of file TriggerEDMRun3.py.
| list python.TriggerEDMRun3.BTagOutput_IP3D = [f.format(x=3) for f in BTagOutput_IPxD] |
Definition at line 154 of file TriggerEDMRun3.py.
| list python.TriggerEDMRun3.BTagOutput_IPxD = [] |
Definition at line 152 of file TriggerEDMRun3.py.
| list python.TriggerEDMRun3.BTagOutput_JetFitter = [] |
Definition at line 156 of file TriggerEDMRun3.py.
| list python.TriggerEDMRun3.BTagOutput_rnnip = ['rnnip_isDefaults','rnnip_pu','rnnip_pc','rnnip_pb','rnnip_ptau',] |
Definition at line 157 of file TriggerEDMRun3.py.
| list python.TriggerEDMRun3.BTagOutput_SV1 = [] |
Definition at line 155 of file TriggerEDMRun3.py.
| str python.TriggerEDMRun3.BTagVars = '.'.join(BTagOutput) |
Definition at line 187 of file TriggerEDMRun3.py.
| python.TriggerEDMRun3.BTagViewsEMPFlow = getBTagViewName("AntiKt4EMPFlowJets") |
Definition at line 146 of file TriggerEDMRun3.py.
| python.TriggerEDMRun3.BTagViewsEMTopo = getBTagViewName("AntiKt4EMTopoJets") |
Definition at line 145 of file TriggerEDMRun3.py.
| list python.TriggerEDMRun3.cPFOVarsToKeep |
Definition at line 29 of file TriggerEDMRun3.py.
| list python.TriggerEDMRun3.dEdxHitToKeep = [] |
Definition at line 209 of file TriggerEDMRun3.py.
| list python.TriggerEDMRun3.dEdxHitToKeepBase = ['trkid','dedx','tot','trkchi2','trkndof','iblovfl','loc','layer'] |
Definition at line 208 of file TriggerEDMRun3.py.
| str python.TriggerEDMRun3.dEdxHitVars = '.'.join(dEdxHitToKeep) |
Definition at line 212 of file TriggerEDMRun3.py.
| list python.TriggerEDMRun3.dEdxTrkToKeep = [] |
Definition at line 203 of file TriggerEDMRun3.py.
| list python.TriggerEDMRun3.dEdxTrkToKeepBase = ['id','pt','eta','phi','dedx','dedx_n_usedhits','a0beam','n_hits_innermost','n_hits_inner','n_hits_pix','n_hits_sct'] |
Definition at line 202 of file TriggerEDMRun3.py.
| str python.TriggerEDMRun3.dEdxTrkVars = '.'.join(dEdxTrkToKeep) |
Definition at line 206 of file TriggerEDMRun3.py.
| list python.TriggerEDMRun3.DisTrkBDTSelToKeep = [] |
Definition at line 240 of file TriggerEDMRun3.py.
| list python.TriggerEDMRun3.DisTrkBDTSelToKeepBase |
Definition at line 237 of file TriggerEDMRun3.py.
| str python.TriggerEDMRun3.DisTrkBDTSelVars = '.'.join(DisTrkBDTSelToKeep) |
Definition at line 243 of file TriggerEDMRun3.py.
| str python.TriggerEDMRun3.DisTrkCandVars = '.'.join(DisTrkVars) |
Definition at line 235 of file TriggerEDMRun3.py.
| list python.TriggerEDMRun3.DisTrkToKeepIso = ['category','is_fail','iso1_dr01','iso1_dr02','iso2_dr01','iso2_dr02','iso3_dr01','iso3_dr02'] |
Definition at line 228 of file TriggerEDMRun3.py.
| list python.TriggerEDMRun3.DisTrkToKeepNoIso |
Definition at line 222 of file TriggerEDMRun3.py.
| list python.TriggerEDMRun3.DisTrkVars = [] |
Definition at line 229 of file TriggerEDMRun3.py.
| list python.TriggerEDMRun3.DiTauJet_vars = ['pt', 'eta', 'phi', 'm', 'TauJetVtxFraction', 'subjet_pt', 'subjet_phi', 'subjet_e', 'subjet_f_core', 'subjet_eta', 'isoTrackLinks', 'jetLink', 'vertexLink', 'trackLinks'] |
Definition at line 270 of file TriggerEDMRun3.py.
| str python.TriggerEDMRun3.DiTauJet_vars_str = '.'.join(DiTauJet_vars) |
Definition at line 272 of file TriggerEDMRun3.py.
| list python.TriggerEDMRun3.ElToKeep = ['ptcone20', 'ptvarcone20', 'ptcone30', 'ptvarcone30', 'trk_d0','cl_eta2','cl_phi2', 'deltaEta1PearDistortion'] |
Definition at line 133 of file TriggerEDMRun3.py.
| str python.TriggerEDMRun3.ElVars = '.'.join(ElToKeep) |
Definition at line 134 of file TriggerEDMRun3.py.
| str python.TriggerEDMRun3.HIJetVars = '.'.join(HIJetVarsToKeep) |
Definition at line 149 of file TriggerEDMRun3.py.
| list python.TriggerEDMRun3.HIJetVarsToKeep = JetVarsToKeep + ['HLT_HIClusters_DR8Assoc'] |
Definition at line 148 of file TriggerEDMRun3.py.
| list python.TriggerEDMRun3.hitDVToKeep = [] |
Definition at line 195 of file TriggerEDMRun3.py.
| list python.TriggerEDMRun3.hitDVToKeepBase |
Definition at line 193 of file TriggerEDMRun3.py.
| str python.TriggerEDMRun3.hitDVVars = '.'.join(hitDVToKeep) |
Definition at line 198 of file TriggerEDMRun3.py.
| list python.TriggerEDMRun3.HPtdEdxTrkToKeep = [] |
Definition at line 217 of file TriggerEDMRun3.py.
| list python.TriggerEDMRun3.HPtdEdxTrkToKeepBase |
Definition at line 214 of file TriggerEDMRun3.py.
| str python.TriggerEDMRun3.HPtdEdxTrkVars = '.'.join(HPtdEdxTrkToKeep) |
Definition at line 220 of file TriggerEDMRun3.py.
| str python.TriggerEDMRun3.JetVars = '.'.join(JetVarsToKeep) |
Definition at line 64 of file TriggerEDMRun3.py.
| list python.TriggerEDMRun3.JetVarsToKeep |
Definition at line 55 of file TriggerEDMRun3.py.
| str python.TriggerEDMRun3.L1TopoErrorFlagVars |
Definition at line 251 of file TriggerEDMRun3.py.
| str python.TriggerEDMRun3.LargeRJetVars = '.'.join(LargeRJetVarsToKeep) |
Definition at line 121 of file TriggerEDMRun3.py.
Definition at line 118 of file TriggerEDMRun3.py.
| list python.TriggerEDMRun3.MuRoiToKeep = ['ClusterEta','ClusterPhi','nRoIs'] |
Definition at line 276 of file TriggerEDMRun3.py.
| str python.TriggerEDMRun3.MuRoiVars = '.'.join(MuRoiToKeep) |
Definition at line 277 of file TriggerEDMRun3.py.
| list python.TriggerEDMRun3.nPFOVarsToKeep |
Definition at line 33 of file TriggerEDMRun3.py.
| list python.TriggerEDMRun3.PhToKeep = ['topoetcone20', 'topoetcone40', 'etcone20'] |
Definition at line 136 of file TriggerEDMRun3.py.
| str python.TriggerEDMRun3.PhVars = '.'.join(PhToKeep) |
Definition at line 138 of file TriggerEDMRun3.py.
| list python.TriggerEDMRun3.TauJet_vars = [] |
Definition at line 261 of file TriggerEDMRun3.py.
| str python.TriggerEDMRun3.TauJet_vars_str = '.'.join(TauJet_vars) |
Definition at line 263 of file TriggerEDMRun3.py.
| list python.TriggerEDMRun3.TauTrack_vars = ['pt', 'eta', 'phi', 'flagSet', 'trackLinks', 'd0TJVA', 'd0SigTJVA', 'z0sinthetaTJVA', 'z0sinthetaSigTJVA'] |
Definition at line 265 of file TriggerEDMRun3.py.
| str python.TriggerEDMRun3.TauTrack_vars_str = '.'.join(TauTrack_vars) |
Definition at line 266 of file TriggerEDMRun3.py.
| list python.TriggerEDMRun3.three_output_taggers |
Definition at line 160 of file TriggerEDMRun3.py.
| list python.TriggerEDMRun3.varToRemoveFromAODSLIM |
Definition at line 287 of file TriggerEDMRun3.py.
| str python.TriggerEDMRun3.VSIVars = '.'.join(VSIVarsToKeep) |
Definition at line 129 of file TriggerEDMRun3.py.
| list python.TriggerEDMRun3.VSIVarsToKeep |
Definition at line 123 of file TriggerEDMRun3.py.
| list python.TriggerEDMRun3.VtxToKeep = ['chiSquared','numberDoF','x','y','z','covariance','vertexType'] |
Definition at line 246 of file TriggerEDMRun3.py.
| str python.TriggerEDMRun3.VtxVars = '.'.join(VtxToKeep) |
Definition at line 247 of file TriggerEDMRun3.py.