<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Hi Holger,<br>
    <br>
    thanks a lot! <br>
    This is exactly I am going to do <br>
    (plus analyse outgoing parton pT)<br>
    <br>
    At the first sight, it is strange to see, why the MPI<br>
    vertex has to be 2->2. It can not be 2->1 ?<br>
    <br>
    <address> if (npin ==  npartin && npout == npartout
      && npin == 2 && npartin == npartout)
      MPIvertices++;</address>
    <br>
    Thank you both very much,<br>
    best wishes<br>
    Miro<br>
    <br>
    <br>
    <br>
    <div class="moz-cite-prefix">On 9.10.2013 13:38, Holger Schulz
      wrote:<br>
    </div>
    <blockquote cite="mid:5255401A.1020507@physik.hu-berlin.de"
      type="cite">
      <pre wrap="">On 09/10/13 11:15, Andy Buckley wrote:
</pre>
      <blockquote type="cite">
        <pre wrap="">On 09/10/13 10:59, Miroslav Myska wrote:
</pre>
        <blockquote type="cite">
          <pre wrap="">Hi Andy,

could I please ask you for a help ?

I would like to analyse hepmc (text) files - as a standard
output from standalone H++.
But I need to browse the whole generation - particles and vertices
from ME and showering ...

Is there a projestion in Rivet which could provide it?
(all I can find is FinalState)
</pre>
        </blockquote>
        <pre wrap="">Hi Miroslav,

Just use event.genEvent() to get the HepMC GenEvent class, and then you
can do whatever you want. Be careful!

Andy

</pre>
      </blockquote>
      <pre wrap="">Hi Miro,

I attached a skeleton of an analysis which counts the number of MPI
scatters and the number of matrix element legs. Maybe it helps you
to get going.

Cheers,
Holger
</pre>
    </blockquote>
    <br>
  </body>
</html>