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 = ()
tuple substrmods = ("nsubjettiness","ecorr")
 AntiKtVR30Rmax4Rmin02PV0Track
 AntiKt4PV0Track
 AntiKt4EMPFlow
 AntiKt4EMPFlowML
 AntiKt4EMPFlow_noElectrons
 AntiKt4EMPFlow_noMuons
 AntiKt4EMPFlow_noLeptons
 AntiKt4EMPFlow_tauSeedEleRM
 AntiKt4LCTopo
 AntiKt4EMTopo
 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)

Function Documentation

◆ StandardSmallRJetCfg()

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

Definition at line 285 of file StandardSmallRJets.py.

285def StandardSmallRJetCfg(flags):
286 """Top-level function to schedule the smallR jets in standard reconstruction """
287 from JetRecConfig.JetRecConfig import JetRecCfg
288
289 standarSmallRList = [
290 AntiKt4EMPFlow,
291 AntiKt4LCTopo,
292 AntiKt4Truth,
293 ]
294
295 compacc = JetRecCfg( flags, standarSmallRList[0], )
296 for jetdef in standarSmallRList[1:]:
297 compacc.merge( JetRecCfg( flags, jetdef) )
298
299 return compacc
300

Variable Documentation

◆ AntiKt2Truth

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

Definition at line 243 of file StandardSmallRJets.py.

◆ AntiKt4EMPFlow

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

Definition at line 86 of file StandardSmallRJets.py.

◆ AntiKt4EMPFlow_noElectrons

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

Definition at line 101 of file StandardSmallRJets.py.

◆ AntiKt4EMPFlow_noLeptons

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

Definition at line 113 of file StandardSmallRJets.py.

◆ AntiKt4EMPFlow_noMuons

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

Definition at line 107 of file StandardSmallRJets.py.

◆ AntiKt4EMPFlow_tauSeedEleRM

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

Definition at line 119 of file StandardSmallRJets.py.

◆ AntiKt4EMPFlowByVertex

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

Definition at line 185 of file StandardSmallRJets.py.

◆ AntiKt4EMPFlowCSSK

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

Definition at line 142 of file StandardSmallRJets.py.

◆ AntiKt4EMPFlowCSSKNoPtCut

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

Definition at line 169 of file StandardSmallRJets.py.

◆ AntiKt4EMPFlowLowPt

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

Definition at line 217 of file StandardSmallRJets.py.

◆ AntiKt4EMPFlowML

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

Definition at line 93 of file StandardSmallRJets.py.

◆ AntiKt4EMPFlowNoPtCut

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

Definition at line 177 of file StandardSmallRJets.py.

◆ AntiKt4EMTopo

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

Definition at line 131 of file StandardSmallRJets.py.

◆ AntiKt4EMTopoLowPt

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

Definition at line 225 of file StandardSmallRJets.py.

◆ AntiKt4EMTopoNoPtCut

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

Definition at line 193 of file StandardSmallRJets.py.

◆ AntiKt4LCTopo

python.StandardSmallRJets.AntiKt4LCTopo
Initial value:
1= JetDefinition("AntiKt",0.4,cst.LCTopoOrigin,
2 ghostdefs = standardghosts+flavourghosts,
3 modifiers = calibmods+("Filter_ifnotESD:15000","OriginSetPV","LArHVCorr")+standardmods+clustermods,
4 lock = True,
5)

Definition at line 125 of file StandardSmallRJets.py.

◆ AntiKt4MLTopo

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

Definition at line 201 of file StandardSmallRJets.py.

◆ AntiKt4PV0Track

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

Definition at line 76 of file StandardSmallRJets.py.

◆ AntiKt4Truth

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

Definition at line 237 of file StandardSmallRJets.py.

◆ AntiKt4TruthDressedWZ

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

Definition at line 255 of file StandardSmallRJets.py.

◆ AntiKt4TruthGEN

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

Definition at line 272 of file StandardSmallRJets.py.

◆ AntiKt4TruthGENWZ

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

Definition at line 279 of file StandardSmallRJets.py.

◆ AntiKt4TruthWZ

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

Definition at line 249 of file StandardSmallRJets.py.

◆ AntiKt4UFOCSSK

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

Definition at line 152 of file StandardSmallRJets.py.

◆ AntiKt4UFOCSSKLowPt

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

Definition at line 209 of file StandardSmallRJets.py.

◆ AntiKt4UFOCSSKNoPtCut

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

Definition at line 161 of file StandardSmallRJets.py.

◆ AntiKt6TruthGEN

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

Definition at line 281 of file StandardSmallRJets.py.

◆ AntiKt6TruthGENWZ

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

Definition at line 282 of file StandardSmallRJets.py.

◆ AntiKtVR30Rmax4Rmin02PV0Track

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

Definition at line 65 of file StandardSmallRJets.py.

◆ AntiKtVRTruthCharged

python.StandardSmallRJets.AntiKtVRTruthCharged
Initial value:
1= JetDefinition("AntiKt",0.4, cst.TruthCharged,
2 ghostdefs = flavourghosts,
3 modifiers = ("Sort",)+truthmods,
4 VRMinR = 0.02,
5 VRMassSc = 30000,
6 lock = True
7)

Definition at line 264 of file StandardSmallRJets.py.

◆ calibmods

tuple python.StandardSmallRJets.calibmods
Initial value:
1= (
2 "ConstitFourMom", "CaloEnergies",
3 "Calib:T0:mc",
4 "Sort",
5 )

Definition at line 28 of file StandardSmallRJets.py.

◆ calibmods_lowCut

tuple python.StandardSmallRJets.calibmods_lowCut
Initial value:
1= (
2 "ConstitFourMom", "CaloEnergies",
3 "Calib:T0:mc:JetArea_Residual",
4 "Sort",
5)

Definition at line 34 of file StandardSmallRJets.py.

◆ calibmods_noCut

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

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:
1= [ "BHadronsInitial", "BHadronsFinal", "BQuarksFinal",
2 "CHadronsInitial", "CHadronsFinal", "CQuarksFinal",
3 "TausFinal",
4 "WBosons", "ZBosons", "HBosons", "TQuarksFinal",
5 "Partons",]

Definition at line 14 of file StandardSmallRJets.py.

◆ pflowmods

tuple python.StandardSmallRJets.pflowmods = ()

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:
1= (
2 "Width",
3 "CaloQuality", "TrackMoments","TrackSumMoments",
4 "JVF", "JVT", "Charge",
5)

Definition at line 44 of file StandardSmallRJets.py.

◆ standardmods_ufo

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

Definition at line 50 of file StandardSmallRJets.py.

◆ substrmods

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

Definition at line 60 of file StandardSmallRJets.py.

◆ truthmods

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

Definition at line 57 of file StandardSmallRJets.py.