Fork me on GitHub

Changes between Version 19 and Version 20 of WorkBook/PileUp


Ignore:
Timestamp:
Jun 17, 2013, 3:20:57 PM (11 years ago)
Author:
Michele Selvaggi
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WorkBook/PileUp

    v19 v20  
    7272== Running Delphes with Pile-Up ==
    7373
    74 Convert your minimum bias sample into Delphes ROOT format:
     74Convert your minimum bias sample into binary format:
    7575
    7676{{{
    77 ./stdhep2pileup MinBias.root MinBias.hep
    78 ./hepmc2pileup MinBias.root MinBias.hepmc
     77./stdhep2pileup MinBias.pileup MinBias.hep
     78./hepmc2pileup MinBias.pile MinBias.hepmc
    7979}}}
    8080
    81 Convert from Delphes ROOT format to binary
     81or convert from Delphes ROOT format to binary
    8282
    8383{{{