Changes between Version 1 and Version 2 of SplitEvents


Ignore:
Timestamp:
Apr 6, 2012, 4:33:02 PM (13 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SplitEvents

    v1 v2  
    77If you need to split LHEF files, please use [attachment:split.pl.txt this] PERL script. Download the attachment and then type
    88
    9 {{{mv split.pl.txt split.pl}}}
     9{{{
     10mv split.pl.txt split.pl
     11}}}
    1012
    11 {{{chmod u+x split.pl}}}
     13{{{
     14chmod u+x split.pl
     15}}}
    1216
    1317The syntax is
     
    1519=./split.pl perc out1.lhe.gz out2.lhe.gz in.lhe.gz=
    1620
    17 where {{{perc}}} is the percentage (between 0 and 100) of events from {{{in.lhe.gz}}} to be saved as {{{out1.lhe.gz}}}. The rest is saved in {{{out2.lhe.gz}}}. All the information (number of events, unit weight, ...) is updated correctly in the banners and in the event XML blocks.
     21where {{{
     22perc
     23}}} is the percentage (between 0 and 100) of events from {{{
     24in.lhe.gz
     25}}} to be saved as {{{
     26out1.lhe.gz
     27}}}. The rest is saved in {{{
     28out2.lhe.gz
     29}}}. All the information (number of events, unit weight, ...) is updated correctly in the banners and in the event XML blocks.
    1830
    1931-- Main.MichelHerquet - 23 Nov 2007
    2032
    2133
     34