Ignore:
Timestamp:
Aug 14, 2007, 4:57:01 PM (17 years ago)
Author:
garnier
Message:

r569@mac-90108: laurentgarnier | 2007-08-14 15:07:23 +0200
commenatires et suppression de double rotation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/geant4/visualization/management/src/G4VisManager.cc

    r558 r564  
    8686  fpSceneHandler   (0),
    8787  fpViewer         (0),
    88   fVerbosity       (warnings),
     88  fVerbosity       (confirmations),//(warnings),
    8989  fpStateDependent (0),
    9090  fEventRefreshing          (false),
     
    118118  if (fpInstance) {
    119119    G4Exception
    120       ("G4VisManager: attempt to Construct more than one VisManager.");
     120      ("G4VisManager: attempt to Construct more than one VisManager. ");
    121121  }
    122122  else {
     
    11041104void G4VisManager::BeginOfRun ()
    11051105{
    1106   //G4cout << "G4VisManager::BeginOfRun" << G4endl;
     1106  G4cout << "G4VisManager::BeginOfRun" << G4endl;
    11071107  fKeptLastEvent = false;
    11081108  fEventKeepingSuspended = false;
     
    11131113void G4VisManager::BeginOfEvent ()
    11141114{
    1115   //G4cout << "G4VisManager::BeginOfEvent" << G4endl;
     1115  G4cout << "G4VisManager::BeginOfEvent" << G4endl;
    11161116  fTransientsDrawnThisEvent = false;
    11171117  if (fpSceneHandler) fpSceneHandler->SetTransientsDrawnThisEvent(false);
     
    11201120void G4VisManager::EndOfEvent ()
    11211121{
    1122   //G4cout << "G4VisManager::EndOfEvent" << G4endl;
     1122  G4cout << "G4VisManager::EndOfEvent" << G4endl;
    11231123
    11241124  // Don't call IsValidView unless there is a scene handler.  This
     
    11361136
    11371137  ClearTransientStoreIfMarked();
     1138  printf("G4VisManager::DrawEvent \n");
    11381139  fpSceneHandler->DrawEvent(currentEvent);
     1140  printf("G4VisManager::DrawEvent END\n");
    11391141
    11401142  G4int nEventsToBeProcessed = 0;
     
    11871189void G4VisManager::EndOfRun ()
    11881190{
    1189   //G4cout << "G4VisManager::EndOfRun" << G4endl;
     1191  G4cout << "G4VisManager::EndOfRun" << G4endl;
    11901192
    11911193  // Don't call IsValidView unless there is a scene handler.  This
Note: See TracChangeset for help on using the changeset viewer.