hepmc - Diff between revs 2 and 65

Subversion Repositories:
Rev:
Show entire file - Ignore whitespace
Rev 2 Rev 65
Line 2... Line 2...
2 // Matt.Dobbs@Cern.CH, October 2002 2 // Matt.Dobbs@Cern.CH, October 2002
3 // example of generating events with Herwig using HepMC/HerwigWrapper.h 3 // example of generating events with Herwig using HepMC/HerwigWrapper.h
4 // Events are read into the HepMC event record from the FORTRAN HEPEVT 4 // Events are read into the HepMC event record from the FORTRAN HEPEVT
5 // common block using the IO_HERWIG strategy. 5 // common block using the IO_HERWIG strategy.
6 ////////////////////////////////////////////////////////////////////////// 6 //////////////////////////////////////////////////////////////////////////
7 // To Compile: go to the HepMC directory and type: -  
8 // gmake examples/example_MyHerwig.exe -  
9 // -  
10 // In this example the precision and number of entries for the HEPEVT -  
11 // fortran common block are explicitly defined to correspond to those -  
12 // used in the Herwig version of the HEPEVT common block. -  
13 // If you get funny output from HEPEVT in your own code, probably you have -  
14 // set these values incorrectly! -  
15 // -  
-   7 /// To Compile: go to the HepMC directory and type:
-   8 /// gmake examples/example_MyHerwig.exe
-   9 ///
-   10 /// In this example the precision and number of entries for the HEPEVT
-   11 /// fortran common block are explicitly defined to correspond to those
-   12 /// used in the Herwig version of the HEPEVT common block.
-   13 /// If you get funny output from HEPEVT in your own code, probably you have
-   14 /// set these values incorrectly!
-   15 ///
16 16
17 #include <iostream> 17 #include <iostream>
18 #include "HepMC/HerwigWrapper.h" 18 #include "HepMC/HerwigWrapper.h"
19 #include "HepMC/IO_HERWIG.h" 19 #include "HepMC/IO_HERWIG.h"
20 #include "HepMC/GenEvent.h" 20 #include "HepMC/GenEvent.h"