Skip to content
Snippets Groups Projects
Commit 78aa9c7f authored by Julien Maurer's avatar Julien Maurer
Browse files

Merge branch 'svanstro-23.0-patch-93704' into '23.0'

Fix WriteDecorHandleKey type for ftag electron barcode decorators

See merge request atlas/athena!64195
parents a1acbb12 2d677a51
No related branches found
No related tags found
2 merge requests!64264Daily merge of 23.0 into main,!64195Fix WriteDecorHandleKey type for ftag electron barcode decorators
......@@ -45,10 +45,10 @@ namespace FlavorTagDiscriminants {
SG::WriteDecorHandleKey< xAOD::ElectronContainer > m_dec_vertex_index {
this, "ftagTruthVertexIndex", "ftagTruthVertexIndex",
"Truth vertex index of the electron"};
SG::WriteDecorHandleKey< xAOD::TrackParticleContainer > m_dec_barcode {
SG::WriteDecorHandleKey< xAOD::ElectronContainer > m_dec_barcode {
this, "ftagTruthBarcode", "ftagTruthBarcode",
"Barcode of linked truth particle"};
SG::WriteDecorHandleKey< xAOD::TrackParticleContainer > m_dec_parent_barcode {
SG::WriteDecorHandleKey< xAOD::ElectronContainer > m_dec_parent_barcode {
this, "ftagTruthParentBarcode", "ftagTruthParentBarcode",
"Barcode of parent of linked truth particle"};
......
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