hepmc - Diff between revs 234 and 266

Subversion Repositories:
Rev:
Show entire file - Ignore whitespace
Rev 234 Rev 266
Line 35... Line 35...
35     std::ofstream out1( "testPythiaOriginals.dat" ); 35     std::ofstream out1( "testPythiaOriginals.dat" );
36     std::ofstream out2( "testPythiaCopies1.dat" ); 36     std::ofstream out2( "testPythiaCopies1.dat" );
37     std::ofstream out3( "testPythiaCopies2.dat" ); 37     std::ofstream out3( "testPythiaCopies2.dat" );
38     // 38     //
39     //........................................EVENT LOOP 39     //........................................EVENT LOOP
40     for ( int i = 1; i <= 100; i++ ) { -  
-   40     for ( int i = 1; i <= 50; i++ ) {
41         if ( i%50==1 ) std::cout << "Processing Event Number " 41         if ( i%50==1 ) std::cout << "Processing Event Number "
42                                  << i << std::endl; 42                                  << i << std::endl;
43         call_pyevnt();      // generate one event with Pythia 43         call_pyevnt();      // generate one event with Pythia
44         // pythia pyhepc routine convert common PYJETS in common HEPEVT 44         // pythia pyhepc routine convert common PYJETS in common HEPEVT
45         call_pyhepc( 1 ); 45         call_pyhepc( 1 );