Skip to content
Snippets Groups Projects
Commit 068d491f authored by John Chapman's avatar John Chapman Committed by John Chapman
Browse files

DerivationFrameworkExotics and DerivationFrameworkHI: save truth particle...

DerivationFrameworkExotics and DerivationFrameworkHI: save truth particle uid+status variables rather than truth particle barcode in EXOT10 and HION14 DAODs
parent 40179eb0
No related branches found
No related tags found
No related merge requests found
......@@ -46,6 +46,6 @@ EXOT10ExtraVariables = [
"CombinedMuonTrackParticles.d0.z0.vz.definingParametersCovMatrix.truthOrigin.truthType",
"ExtrapolatedMuonTrackParticles.d0.z0.vz.definingParametersCovMatrix.truthOrigin.truthType",
"TauJets.TruthCharge.TruthProng.IsTruthMatched.TruthPtVis.truthOrigin.truthType",
"MuonTruthParticles.barcode.decayVtxLink.e.m.pdgId.prodVtxLink.px.py.pz.recoMuonLink.status.truthOrigin.truthType", # FIXME barcode-based
"MuonTruthParticles.uid.decayVtxLink.e.m.pdgId.prodVtxLink.px.py.pz.recoMuonLink.status.truthOrigin.truthType",
# "AntiKt4LCTopoJets.AverageLArQF"
]
......@@ -622,7 +622,8 @@ def HION14TruthVariablesGeneral():
def HION14ContentTruthParticles():
variables = []
variables += ["TruthParticles.pdgId"]
variables += ["TruthParticles.barcode"] # FIXME barcode-based
variables += ["TruthParticles.uid"]
variables += ["TruthParticles.status"]
variables += ["TruthParticles.m"]
variables += ["TruthParticles.e"]
variables += ["TruthParticles.py"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment