ATLAS Offline Software
Loading...
Searching...
No Matches
python.StandardSmallRJets Namespace Reference

Functions

 StandardSmallRJetCfg (flags)

Variables

list standardghosts = ["Track","MuonSegment","Truth","Tower"]
list flavourghosts
tuple calibmods
tuple calibmods_lowCut
tuple calibmods_noCut
tuple standardmods
tuple standardmods_ufo
tuple clustermods = ("ECPSFrac","ClusterMoments",)
tuple truthmods = ("PartonTruthLabel","JetDeltaRLabel:5000", "JetGhostLabel")
tuple pflowmods = ("JetIRCSafeLabel",)
tuple substrmods = ("nsubjettiness","ecorr")
tuple truthlabels = ("JetTaggingTruthLabel:R4TruthDressedWZLabel",)
 AntiKtVR30Rmax4Rmin02PV0Track
 AntiKt4PV0Track
 AntiKt4EMPFlow
 AntiKt4EMPFlow_deriv
 AntiKt4EMPFlowML
 AntiKt4EMPFlow_noElectrons
 AntiKt4EMPFlow_noMuons
 AntiKt4EMPFlow_noLeptons
 AntiKt4EMPFlow_inclMuons
 AntiKt4EMPFlow_tauSeedEleRM
 AntiKt4LCTopo
 AntiKt4EMTopo
 AntiKt4EMTopo_deriv
 AntiKt4EMPFlowCSSK
 AntiKt4UFOCSSK
 AntiKt4UFOCSSKNoPtCut
 AntiKt4EMPFlowCSSKNoPtCut
 AntiKt4EMPFlowNoPtCut
 AntiKt4EMPFlowByVertex
 AntiKt4EMTopoNoPtCut
 AntiKt4MLTopo
 AntiKt4UFOCSSKLowPt
 AntiKt4EMPFlowLowPt
 AntiKt4EMTopoLowPt
 AntiKt4Truth
 AntiKt2Truth
 AntiKt4TruthWZ
 AntiKt4TruthDressedWZ
 AntiKtVRTruthCharged
 AntiKt4TruthGEN
 AntiKt4TruthGENWZ = AntiKt4TruthGEN.clone(inputdef=cst.TruthGENWZ)
 AntiKt6TruthGEN = AntiKt4TruthGEN.clone(radius=0.6)
 AntiKt6TruthGENWZ = AntiKt4TruthGENWZ.clone(radius=0.6)
 InTimeAntiKt4Truth = AntiKt4Truth.clone(prefix="InTime")
 OutOfTimeAntiKt4Truth = AntiKt4Truth.clone(prefix="OutOfTime")

Function Documentation

◆ StandardSmallRJetCfg()

StandardSmallRJetCfg ( flags)
Top-level function to schedule the smallR jets in standard reconstruction 

Definition at line 321 of file StandardSmallRJets.py.

321def StandardSmallRJetCfg(flags):
322 """Top-level function to schedule the smallR jets in standard reconstruction """
323 from JetRecConfig.JetRecConfig import JetRecCfg
324
325 standarSmallRList = [
326 AntiKt4EMPFlow,
327 AntiKt4LCTopo,
328 AntiKt4Truth,
329 ]
330
331 compacc = JetRecCfg( flags, standarSmallRList[0], )
332 for jetdef in standarSmallRList[1:]:
333 compacc.merge( JetRecCfg( flags, jetdef) )
334
335 return compacc
336

Variable Documentation

◆ AntiKt2Truth

python.StandardSmallRJets.AntiKt2Truth
Initial value:
= JetDefinition("AntiKt",0.2, cst.Truth,
ghostdefs = flavourghosts,
modifiers = ("Sort", "Width", "numConstit")+truthmods,
lock = True,
)

Definition at line 265 of file StandardSmallRJets.py.

◆ AntiKt4EMPFlow

python.StandardSmallRJets.AntiKt4EMPFlow
Initial value:
= JetDefinition("AntiKt",0.4,cst.GPFlow,
ghostdefs = standardghosts+flavourghosts,
modifiers = calibmods+truthmods+standardmods+("Filter_calibThreshold:10000","JetGhostLabel","JetDeltaRInitialLabel:5000","JetGhostInitialLabel","JetQuarkChargeLabel","LArHVCorr","jetiso"),
lock = True
)

Definition at line 88 of file StandardSmallRJets.py.

◆ AntiKt4EMPFlow_deriv

python.StandardSmallRJets.AntiKt4EMPFlow_deriv
Initial value:
= AntiKt4EMPFlow.clone(
ghostdefs = AntiKt4EMPFlow.ghostdefs+["UnAssocMuonSegment"],
modifiers = AntiKt4EMPFlow.modifiers+("JetPtAssociation","fJVT","NNJVT","CaloEnergiesClus","JetPileupLabel","qgtransformer")+truthlabels
)

Definition at line 95 of file StandardSmallRJets.py.

◆ AntiKt4EMPFlow_inclMuons

python.StandardSmallRJets.AntiKt4EMPFlow_inclMuons
Initial value:
= JetDefinition("AntiKt",0.4,cst.GPFlow_inclMuons,
ghostdefs = standardghosts+flavourghosts,
modifiers = calibmods+truthmods+standardmods+("Filter_calibThreshold:10000","JetGhostLabel","LArHVCorr","jetiso"),
lock = True
)

Definition at line 127 of file StandardSmallRJets.py.

◆ AntiKt4EMPFlow_noElectrons

python.StandardSmallRJets.AntiKt4EMPFlow_noElectrons
Initial value:
= JetDefinition("AntiKt",0.4,cst.GPFlow_noElectrons,
ghostdefs = standardghosts+flavourghosts,
modifiers = calibmods+truthmods+standardmods+("Filter_calibThreshold:10000","JetGhostLabel","LArHVCorr","jetiso"),
lock = True
)

Definition at line 108 of file StandardSmallRJets.py.

◆ AntiKt4EMPFlow_noLeptons

python.StandardSmallRJets.AntiKt4EMPFlow_noLeptons
Initial value:
= JetDefinition("AntiKt",0.4,cst.GPFlow_noLeptons,
ghostdefs = standardghosts+flavourghosts,
modifiers = calibmods+truthmods+standardmods+("Filter_calibThreshold:10000","JetGhostLabel","LArHVCorr","jetiso"),
lock = True
)

Definition at line 120 of file StandardSmallRJets.py.

◆ AntiKt4EMPFlow_noMuons

python.StandardSmallRJets.AntiKt4EMPFlow_noMuons
Initial value:
= JetDefinition("AntiKt",0.4,cst.GPFlow_noMuons,
ghostdefs = standardghosts+flavourghosts,
modifiers = calibmods+truthmods+standardmods+("Filter_calibThreshold:10000","JetGhostLabel","LArHVCorr","jetiso"),
lock = True
)

Definition at line 114 of file StandardSmallRJets.py.

◆ AntiKt4EMPFlow_tauSeedEleRM

python.StandardSmallRJets.AntiKt4EMPFlow_tauSeedEleRM
Initial value:
= JetDefinition("AntiKt",0.4,cst.GPFlow_tauSeedEleRM,
ghostdefs = standardghosts+flavourghosts,
modifiers = calibmods+truthmods+standardmods+("Filter_calibThreshold:10000","JetGhostLabel","LArHVCorr","jetiso"),
lock = True
)

Definition at line 133 of file StandardSmallRJets.py.

◆ AntiKt4EMPFlowByVertex

python.StandardSmallRJets.AntiKt4EMPFlowByVertex
Initial value:
= JetDefinition("AntiKt", 0.4, cst.GPFlowByVtx,
ghostdefs = standardghosts+flavourghosts,
modifiers = calibmods_lowCut+("Filter:1",)+truthmods+standardmods+substrmods+("JetPtAssociation","CaloEnergiesClus"),
ptmin = 7000,
lock = True,
byVertex = True
)

Definition at line 204 of file StandardSmallRJets.py.

◆ AntiKt4EMPFlowCSSK

python.StandardSmallRJets.AntiKt4EMPFlowCSSK
Initial value:
= JetDefinition("AntiKt",0.4,cst.GPFlowCSSK,
ghostdefs = standardghosts+flavourghosts,
modifiers = ("ConstitFourMom","CaloEnergies","Sort","Filter:1","JetPtAssociation","LArHVCorr","jetiso","numConstit")+truthmods+standardmods,
ptmin = 2000,
lock = True
)

Definition at line 161 of file StandardSmallRJets.py.

◆ AntiKt4EMPFlowCSSKNoPtCut

python.StandardSmallRJets.AntiKt4EMPFlowCSSKNoPtCut
Initial value:
= JetDefinition("AntiKt",0.4,cst.GPFlowCSSK,
infix = "NoPtCut",
ghostdefs = standardghosts+flavourghosts,
modifiers = ("ConstitFourMom","CaloEnergies","Sort","Filter:1","JetPtAssociation","jetiso","numConstit")+truthmods+standardmods,
ptmin = 1,
lock = True
)

Definition at line 188 of file StandardSmallRJets.py.

◆ AntiKt4EMPFlowLowPt

python.StandardSmallRJets.AntiKt4EMPFlowLowPt
Initial value:
= JetDefinition("AntiKt",0.4,cst.GPFlow,
infix = "LowPt",
ghostdefs = standardghosts+flavourghosts,
modifiers = calibmods_lowCut+("Filter:2000",)+truthmods+standardmods+("JetPtAssociation","jetiso",),
ptmin = 2000,
lock = True
)

Definition at line 236 of file StandardSmallRJets.py.

◆ AntiKt4EMPFlowML

python.StandardSmallRJets.AntiKt4EMPFlowML
Initial value:
= JetDefinition("AntiKt",0.4,cst.GPFlowML,
infix = "ML",
ghostdefs = standardghosts+flavourghosts,
modifiers = calibmods+truthmods+standardmods+("Filter_calibThreshold:1","JetGhostLabel","JetDeltaRInitialLabel:5000","JetGhostInitialLabel","JetQuarkChargeLabel","LArHVCorr","jetiso"),
lock = True
)

Definition at line 100 of file StandardSmallRJets.py.

◆ AntiKt4EMPFlowNoPtCut

python.StandardSmallRJets.AntiKt4EMPFlowNoPtCut
Initial value:
= JetDefinition("AntiKt",0.4,cst.GPFlow,
infix = "NoPtCut",
ghostdefs = standardghosts+flavourghosts,
modifiers = calibmods_lowCut+("Filter:1",)+truthmods+standardmods+("JetPtAssociation","CaloEnergiesClus","jetiso"),
ptmin = 1,
lock = True
)

Definition at line 196 of file StandardSmallRJets.py.

◆ AntiKt4EMTopo

python.StandardSmallRJets.AntiKt4EMTopo
Initial value:
= JetDefinition("AntiKt",0.4,cst.EMTopoOrigin,
ghostdefs = standardghosts+["TrackLRT"]+flavourghosts,
modifiers = calibmods+truthmods+standardmods+clustermods+("Filter_calibThreshold:15000","LArHVCorr","jetiso",),
lock = True,
)

Definition at line 146 of file StandardSmallRJets.py.

◆ AntiKt4EMTopo_deriv

python.StandardSmallRJets.AntiKt4EMTopo_deriv
Initial value:
= AntiKt4EMTopo.clone(
modifiers = AntiKt4EMTopo.modifiers+("JetPtAssociation",)
)

Definition at line 153 of file StandardSmallRJets.py.

◆ AntiKt4EMTopoLowPt

python.StandardSmallRJets.AntiKt4EMTopoLowPt
Initial value:
= JetDefinition("AntiKt",0.4,cst.EMTopoOrigin,
infix = "LowPt",
ghostdefs = standardghosts+flavourghosts,
modifiers = calibmods_lowCut+("Filter:2000",)+truthmods+standardmods+clustermods+("JetPtAssociation","jetiso",),
ptmin = 2000,
lock = True
)

Definition at line 244 of file StandardSmallRJets.py.

◆ AntiKt4EMTopoNoPtCut

python.StandardSmallRJets.AntiKt4EMTopoNoPtCut
Initial value:
= JetDefinition("AntiKt",0.4,cst.EMTopoOrigin,
infix = "NoPtCut",
ghostdefs = standardghosts+flavourghosts,
modifiers = calibmods_lowCut+("Filter:1",)+truthmods+standardmods+clustermods+("JetPtAssociation","jetiso",),
ptmin = 1,
lock = True
)

Definition at line 212 of file StandardSmallRJets.py.

◆ AntiKt4LCTopo

python.StandardSmallRJets.AntiKt4LCTopo
Initial value:
= JetDefinition("AntiKt",0.4,cst.LCTopoOrigin,
ghostdefs = standardghosts+flavourghosts,
modifiers = calibmods+truthmods+standardmods+clustermods+("Filter_ifnotESD:15000","OriginSetPV","LArHVCorr",
"JetDeltaRInitialLabel:5000","JetGhostInitialLabel","JetQuarkChargeLabel"),
lock = True,
)

Definition at line 139 of file StandardSmallRJets.py.

◆ AntiKt4MLTopo

python.StandardSmallRJets.AntiKt4MLTopo
Initial value:
= JetDefinition("AntiKt",0.4,cst.MLTopoOrigin,
infix = "",
ghostdefs = standardghosts+flavourghosts,
modifiers = ("CaloEnergies","Sort","numConstit","Filter:1",)+truthmods+standardmods+clustermods+("JetPtAssociation","jetiso",),
ptmin = 1,
lock = True
)

Definition at line 220 of file StandardSmallRJets.py.

◆ AntiKt4PV0Track

python.StandardSmallRJets.AntiKt4PV0Track
Initial value:
= JetDefinition("AntiKt", 0.4, cst.PV0Track,
modifiers = ("Sort","numConstit")+truthmods,
ptmin=2000,
lock = True)

Definition at line 78 of file StandardSmallRJets.py.

◆ AntiKt4Truth

python.StandardSmallRJets.AntiKt4Truth
Initial value:
= JetDefinition("AntiKt",0.4, cst.Truth,
ghostdefs = flavourghosts,
modifiers = ("Sort", "Width", "jetisoTruth", "numConstit")+truthmods,
lock = True,
)

Definition at line 256 of file StandardSmallRJets.py.

◆ AntiKt4TruthDressedWZ

python.StandardSmallRJets.AntiKt4TruthDressedWZ
Initial value:
= JetDefinition("AntiKt",0.4, cst.TruthDressedWZ,
ghostdefs = flavourghosts,
modifiers = ("Sort", "Width", "jetisoTruth", "numConstit")+truthmods,
lock = True,
)

Definition at line 277 of file StandardSmallRJets.py.

◆ AntiKt4TruthGEN

python.StandardSmallRJets.AntiKt4TruthGEN
Initial value:
= JetDefinition("AntiKt",0.4, cst.TruthGEN,
ptmin = 5000,
ghostdefs = [],
modifiers = ("Sort",)+truthmods,
ghostarea = 0.,
lock = True,
)

Definition at line 294 of file StandardSmallRJets.py.

◆ AntiKt4TruthGENWZ

python.StandardSmallRJets.AntiKt4TruthGENWZ = AntiKt4TruthGEN.clone(inputdef=cst.TruthGENWZ)

Definition at line 301 of file StandardSmallRJets.py.

◆ AntiKt4TruthWZ

python.StandardSmallRJets.AntiKt4TruthWZ
Initial value:
= JetDefinition("AntiKt",0.4, cst.TruthWZ,
ghostdefs = flavourghosts,
modifiers = ("Sort", "Width", "jetisoTruth", "numConstit")+truthmods,
lock = True,
)

Definition at line 271 of file StandardSmallRJets.py.

◆ AntiKt4UFOCSSK

python.StandardSmallRJets.AntiKt4UFOCSSK
Initial value:
= JetDefinition("AntiKt",0.4,cst.UFOCSSK,
ghostdefs = standardghosts+flavourghosts,
modifiers = calibmods+("Filter_calibThreshold:10000","EMScaleMom","JetPtAssociation","CaloEnergiesClus","JetGhostLabel","jetiso")+truthmods+standardmods_ufo,
lock = True
)

Definition at line 171 of file StandardSmallRJets.py.

◆ AntiKt4UFOCSSKLowPt

python.StandardSmallRJets.AntiKt4UFOCSSKLowPt
Initial value:
= JetDefinition("AntiKt",0.4,cst.UFOCSSK,
infix = "LowPt",
ghostdefs = standardghosts+flavourghosts,
modifiers = calibmods_noCut+("Filter:7000","EMScaleMom","JetPtAssociation","CaloEnergiesClus","jetiso",)+truthmods+standardmods_ufo,
ptmin = 1,
lock = True
)

Definition at line 228 of file StandardSmallRJets.py.

◆ AntiKt4UFOCSSKNoPtCut

python.StandardSmallRJets.AntiKt4UFOCSSKNoPtCut
Initial value:
= JetDefinition("AntiKt",0.4,cst.UFOCSSK,
infix = "NoPtCut",
ghostdefs = standardghosts+flavourghosts,
modifiers = calibmods_noCut+("Filter:1","EMScaleMom","JetPtAssociation","CaloEnergiesClus","jetiso",)+truthmods+standardmods_ufo,
ptmin = 1,
lock = True
)

Definition at line 180 of file StandardSmallRJets.py.

◆ AntiKt6TruthGEN

python.StandardSmallRJets.AntiKt6TruthGEN = AntiKt4TruthGEN.clone(radius=0.6)

Definition at line 303 of file StandardSmallRJets.py.

◆ AntiKt6TruthGENWZ

python.StandardSmallRJets.AntiKt6TruthGENWZ = AntiKt4TruthGENWZ.clone(radius=0.6)

Definition at line 304 of file StandardSmallRJets.py.

◆ AntiKtVR30Rmax4Rmin02PV0Track

python.StandardSmallRJets.AntiKtVR30Rmax4Rmin02PV0Track
Initial value:
= JetDefinition("AntiKt", 0.4, cst.PV0Track,
modifiers = ("Sort","JetDeltaRLabel:4500","JetGhostLabel","vr","numConstit"),
ptmin=4000,
VRMinR = 0.02,
VRMassSc = 30000,
lock = True)

Definition at line 67 of file StandardSmallRJets.py.

◆ AntiKtVRTruthCharged

python.StandardSmallRJets.AntiKtVRTruthCharged
Initial value:
= JetDefinition("AntiKt",0.4, cst.TruthCharged,
ghostdefs = flavourghosts,
modifiers = ("Sort", "numConstit")+truthmods,
VRMinR = 0.02,
VRMassSc = 30000,
lock = True
)

Definition at line 286 of file StandardSmallRJets.py.

◆ calibmods

tuple python.StandardSmallRJets.calibmods
Initial value:
= (
"ConstitFourMom", "CaloEnergies",
"Calib:T0:mc",
"Sort","numConstit",
)

Definition at line 28 of file StandardSmallRJets.py.

◆ calibmods_lowCut

tuple python.StandardSmallRJets.calibmods_lowCut
Initial value:
= (
"ConstitFourMom", "CaloEnergies",
"Calib:T0:mc:JetArea_Residual",
"Sort","numConstit",
)

Definition at line 34 of file StandardSmallRJets.py.

◆ calibmods_noCut

tuple python.StandardSmallRJets.calibmods_noCut
Initial value:
= (
"ConstitFourMom","CaloEnergies","Sort","numConstit",
)

Definition at line 40 of file StandardSmallRJets.py.

◆ clustermods

tuple python.StandardSmallRJets.clustermods = ("ECPSFrac","ClusterMoments",)

Definition at line 56 of file StandardSmallRJets.py.

◆ flavourghosts

list python.StandardSmallRJets.flavourghosts
Initial value:
= [ "BHadronsInitial", "BHadronsFinal", "BQuarksFinal",
"CHadronsInitial", "CHadronsFinal", "CQuarksFinal",
"TausFinal",
"WBosons", "ZBosons", "HBosons", "TQuarksFinal",
"Partons",]

Definition at line 14 of file StandardSmallRJets.py.

◆ InTimeAntiKt4Truth

python.StandardSmallRJets.InTimeAntiKt4Truth = AntiKt4Truth.clone(prefix="InTime")

Definition at line 311 of file StandardSmallRJets.py.

◆ OutOfTimeAntiKt4Truth

python.StandardSmallRJets.OutOfTimeAntiKt4Truth = AntiKt4Truth.clone(prefix="OutOfTime")

Definition at line 313 of file StandardSmallRJets.py.

◆ pflowmods

tuple python.StandardSmallRJets.pflowmods = ("JetIRCSafeLabel",)

Definition at line 58 of file StandardSmallRJets.py.

◆ standardghosts

list python.StandardSmallRJets.standardghosts = ["Track","MuonSegment","Truth","Tower"]

Definition at line 11 of file StandardSmallRJets.py.

◆ standardmods

tuple python.StandardSmallRJets.standardmods
Initial value:
= (
"Width",
"CaloQuality", "TrackMoments","TrackSumMoments",
"JVF", "JVT", "Charge",
)

Definition at line 44 of file StandardSmallRJets.py.

◆ standardmods_ufo

tuple python.StandardSmallRJets.standardmods_ufo
Initial value:
= (
"Width",
"CaloQualityFE", "TrackMoments","TrackSumMoments",
"JVF", "JVT", "Charge",
)

Definition at line 50 of file StandardSmallRJets.py.

◆ substrmods

tuple python.StandardSmallRJets.substrmods = ("nsubjettiness","ecorr")

Definition at line 60 of file StandardSmallRJets.py.

◆ truthlabels

tuple python.StandardSmallRJets.truthlabels = ("JetTaggingTruthLabel:R4TruthDressedWZLabel",)

Definition at line 62 of file StandardSmallRJets.py.

◆ truthmods

tuple python.StandardSmallRJets.truthmods = ("PartonTruthLabel","JetDeltaRLabel:5000", "JetGhostLabel")

Definition at line 57 of file StandardSmallRJets.py.