Ignore:
Timestamp:
Dec 2, 2009, 3:57:26 PM (15 years ago)
Author:
garnier
Message:

CVS update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/examples/novice/N03/src/ExN03EventAction.cc

    r609 r1209  
    2525//
    2626//
    27 // $Id: ExN03EventAction.cc,v 1.28 2006/10/26 14:30:05 allison Exp $
    28 // GEANT4 tag $Name: $
     27// $Id: ExN03EventAction.cc,v 1.29 2008/01/17 17:31:32 maire Exp $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
     
    6666void ExN03EventAction::BeginOfEventAction(const G4Event* evt)
    6767
    68  G4int evtNb = evt->GetEventID();
    69  if (evtNb%printModulo == 0) {
    70    G4cout << "\n---> Begin of event: " << evtNb << G4endl;
    71    CLHEP::HepRandom::showEngineStatus();
    72  }
     68  G4int evtNb = evt->GetEventID();
     69  if (evtNb%printModulo == 0) {
     70    G4cout << "\n---> Begin of event: " << evtNb << G4endl;
     71    CLHEP::HepRandom::showEngineStatus();
     72}
    7373 
    7474 // initialisation per event
     
    103103       << G4endl;
    104104         
    105   } 
     105  }
    106106
    107107
Note: See TracChangeset for help on using the changeset viewer.