<div>That's weird -- I tested that just before release. No idea how it got mangled <span data-emoji-typing="true">:-/</span></div><br><div>The correct fix is that the PromptFS should be just called "FS" -- we're only using prompt leptons in the DIS lepton definition now. I'll fix it for 2.6.1.</div><br><div>Andy</div><br><div><signature id="initial"><div><table cellpadding="0" cellspacing="0"><tbody><tr><td colspan="2"><div style="padding-bottom:15px;"><div><strong>Dr Andy Buckley, Lecturer / Royal Society University Research Fellow</strong></div><div>Particle Physics Experiment Group, University of Glasgow</div></div></td></tr><tr><td style="vertical-align:top;"></td><td><div style="font-size:0.9em;white-space:nowrap;border-left:2px solid gray;margin-left:20px;padding-left:20px;"><div><div></div><div></div></div></div></td></tr></tbody></table></div></signature></div><div class="gmail_quote_attribution">On Feb 19 2018, at 11:52 pm, Holger Schulz <iamholger@googlemail.com> wrote:</div><blockquote><br><div><br><div>Hi,</div><br><div>it would seem as if the DISLepton projection is not working in the release 2.6.0:</div><br><blockquote><div><div>Error in NUDIS_LEPTONISO::init method: No projection 'FS' found for parent 0x7ffd8ccf2540</div></div></blockquote><br><div>This happens consistently when loading any of the analyses using the DISLepton (e.g. H1_2000_S4129130, H1_1994_S2919893.cc)</div><div><div>I can locally fix this by adding the fat line to include/Rivet/Projections/DISLepton.hh</div></div><br><div><br></div><br><div><div><font size="1">    DISLepton(){</font></div><div><font size="1">      setName("DISLepton");</font></div><div><font size="1">      addProjection(Beam(), "Beam");</font></div><div><font size="1"><strong>      addProjection(FinalState(), "FS");</strong></font></div><div><font size="1">      addProjection(PromptFinalState(), "PromptFS");</font></div><div><font size="1">    }</font></div></div><br><div><br></div><br><div>Not sure if his is correct though.</div><br><div><div>What do you think?</div><div>Holger</div></div><div>_______________________________________________</div><div>Rivet mailing list</div><div>Rivet@projects.hepforge.org</div><div>https://www.hepforge.org/lists/listinfo/rivet</div></div></blockquote>