Skip to content
Snippets Groups Projects
Commit 1c1abc13 authored by Jovan Mitrevski's avatar Jovan Mitrevski Committed by Graeme Stewart
Browse files

add xAOD::TruthPileupEventContainer#TruthPileupEvents and Aux (RecExPers-00-03-22)

parent 865d0579
No related branches found
No related tags found
No related merge requests found
......@@ -75,7 +75,9 @@ if rec.doTruth():
"xAOD::TruthParticleContainer#TruthParticles",
"xAOD::TruthParticleAuxContainer#TruthParticlesAux.-caloExtension",
"xAOD::TruthVertexContainer#TruthVertices",
"xAOD::TruthVertexAuxContainer#TruthVerticesAux."]
"xAOD::TruthVertexAuxContainer#TruthVerticesAux.",
"xAOD::TruthPileupEventContainer#TruthPileupEvents",
"xAOD::TruthPileupEventAuxContainer#TruthPileupEventsAux."]
fullAODList += CfgItemList( "McTruthAod",
items = McTruthAODList )
......
......@@ -65,7 +65,9 @@ if rec.doTruth():
"xAOD::TruthParticleContainer#TruthParticles",
"xAOD::TruthParticleAuxContainer#TruthParticlesAux.-caloExtension",
"xAOD::TruthVertexContainer#TruthVertices",
"xAOD::TruthVertexAuxContainer#TruthVerticesAux."
"xAOD::TruthVertexAuxContainer#TruthVerticesAux.",
"xAOD::TruthPileupEventContainer#TruthPileupEvents",
"xAOD::TruthPileupEventAuxContainer#TruthPileupEventsAux."
] )
if jobproperties.Beam.beamType=="cosmics" and globalflags.DataSource=="geant4":
fullESDList += CfgItemList( "McTruthTracRecord",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment