Skip to content
Snippets Groups Projects
Commit 59431905 authored by Sagar Addepalli's avatar Sagar Addepalli :speech_balloon: Committed by Tadej Novak
Browse files

Fix trackParticleMerger property spelling

Fix trackParticleMerger property spelling
parent df819975
No related branches found
No related tags found
No related merge requests found
......@@ -58,7 +58,7 @@ namespace DerivationFramework {
xAOD::TrackParticleContainer* outputCol) const;
private:
Gaudi::Property<bool> m_createViewCollection{this, "createViewColllection", true}; //!< option to create a view collection and not deep-copy tracks
Gaudi::Property<bool> m_createViewCollection{this, "CreateViewColllection", true}; //!< option to create a view collection and not deep-copy tracks
};
}
......
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