Skip to content
Snippets Groups Projects
Commit 1836f1a1 authored by Nils Erik Krumnack's avatar Nils Erik Krumnack
Browse files

Merge branch 'AT-fix-toppartons-options' into '21.2'

AnalysisTop: Fix missing allowed topologies for TopPartonHistory calculation

See merge request atlas/athena!41980
parents 7632ed61 4a745c40
No related branches found
No related tags found
No related merge requests found
......@@ -464,7 +464,7 @@ namespace top {
registerParameter("ApplyElectronInJetSubtraction",
"Subtract electrons close to jets for boosted analysis : True or False(top default)", "False");
registerParameter("TopPartonHistory", "Topology to be assumed when reconstructing parton-level history.", "False",
{"ttbar", "tb", "Wtb", "ttz", "ttgamma", "tHq", "False"});
{"ttbar", "ttbarlight", "tb", "Wtb", "tchannel", "ttz", "ttgamma", "tHq", "tZq", "False"});
registerParameter("TopPartonLevel", "Perform parton level analysis (stored in truth tree)? True or False", "True");
registerParameter("TopParticleLevel",
......
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