SUSYGEN output file susygen.evt

Hello all,

does anybody know, how to convert a SUSYGEN output file

susygen.evt into a ROOT file ?

Thank’s

ST

I am not an expert with SUSYGEN, but just in case you do not get a better answer:
You can see an example of converting variable length structures into a ROOT Tree in the ROOT tutorial tree2.C (look also at the other treex.C tutorials.
You can also look at the class TPythia6 that derives from a more general interface to event generators TGenerator. This class has a function ImportParticles. You may get some idea from this function.

Rene