<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p>Hi,</p>
    <p>it would seem as if the DISLepton projection is not working in
      the release 2.6.0:</p>
    <blockquote>
      <p>Error in NUDIS_LEPTONISO::init method: No projection 'FS' found
        for parent 0x7ffd8ccf2540<br>
      </p>
    </blockquote>
    <br>
    This happens consistently when loading any of the analyses using the
    DISLepton (e.g. H1_2000_S4129130, H1_1994_S2919893.cc)<br>
    <p>I can locally fix this by adding the fat line to
      include/Rivet/Projections/DISLepton.hh<br>
    </p>
    <p><br>
    </p>
    <p><font size="+1"><tt>    DISLepton(){</tt><tt><br>
        </tt><tt>      setName("DISLepton");</tt><tt><br>
        </tt><tt>      addProjection(Beam(), "Beam");</tt><tt><br>
        </tt><tt><b>      addProjection(FinalState(), "FS");</b></tt><tt><br>
        </tt><tt>      addProjection(PromptFinalState(), "PromptFS");</tt><tt><br>
        </tt><tt>    }</tt></font></p>
    <p><br>
    </p>
    <p>Not sure if his is correct though.</p>
    <p>What do you think?<br>
      Holger<br>
    </p>
  </body>
</html>