ATLAS Offline Software
HIGG3D1ExtraContent.py
Go to the documentation of this file.
1 # Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
2 
3 
4 # The additional HIGG3D1 content lists
5 
6 HIGG3D1ExtraVariables = [ "GSFTrackParticles.z0.vz",
7  "CombinedMuonTrackParticles.z0.vz",
8  "ExtrapolatedMuonTrackParticles.z0.vz",
9  "Muons.clusterLink.extrapolatedMuonSpectrometerTrackParticleLink",
10  "Electrons.author",
11  "AntiKt4LCTopoJets.JetEMScaleMomentum_pt.JetEMScaleMomentum_eta.JetEMScaleMomentum_phi.JetEMScaleMomentum_m.Jvt.JvtJvfcorr.JvtRpt",
12  "AntiKt4EMTopoJets.JetEMScaleMomentum_pt.JetEMScaleMomentum_eta.JetEMScaleMomentum_phi.JetEMScaleMomentum_m.Jvt.JvtJvfcorr.JvtRpt",
13  "AntiKt4PV0TrackJets.pt.eta.phi.m.constituentLinks.constituentWeights.btaggingLink",
14  "AntiKt2PV0TrackJets.pt.eta.phi.m.constituentLinks.constituentWeights.btaggingLink"]
15 
16 HIGG3D1ExtraTruthVariables = [ "Electrons.truthOrigin.truthType.truthParticleLink.bkgTruthType.bkgMotherPdgId.bkgTruthOrigin",
17  "AntiKt4LCTopoJets.ConeTruthLabelID.PartonTruthLabelID",
18  "AntiKt4EMTopoJets.ConeTruthLabelID.PartonTruthLabelID",
19  "InDetTrackParticles.truthOrigin.truthType",
20  "AntiKt4PV0TrackJets.TruthLabelDeltaR_B.TruthLabelDeltaR_C.TruthLabelDeltaR_T.GhostTruth.GhostTruthCount.GhostTruthPt.HadronConeExclTruthLabelID.PartonTruthLabelID.ConeTruthLabelID",
21  "AntiKt2PV0TrackJets.TruthLabelDeltaR_B.TruthLabelDeltaR_C.TruthLabelDeltaR_T.GhostTruth.GhostTruthCount.GhostTruthPt.HadronConeExclTruthLabelID.PartonTruthLabelID.ConeTruthLabelID"]
22 
23 HIGG3D1ExtraContainers = [ ]
24 
25 HIGG3D1ExtraTruthContainers = [ "TruthEvents",
26  "TruthParticles",
27  "TruthVertices",
28  "AntiKt4TruthJets",
29  "MuonTruthParticles" ]