Ignore:
Timestamp:
Nov 5, 2010, 3:45:55 PM (14 years ago)
Author:
garnier
Message:

update ti head

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/tracking/src/G4UserTrackingAction.cc

    r1337 r1340  
    2525//
    2626//
    27 // $Id: G4UserTrackingAction.cc,v 1.10 2006/06/29 21:16:19 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-04-beta-01 $
     27// $Id: G4UserTrackingAction.cc,v 1.11 2010/07/19 13:41:21 gcosmo Exp $
     28// GEANT4 tag $Name: tracking-V09-03-08 $
    2929//
    3030// ---------------------------------------------------------------
     
    4646G4UserTrackingAction::G4UserTrackingAction()
    4747/////////////////////////////////////////////////////////
     48  : fpTrackingManager(0)
    4849{
    4950  if(!(G4ParticleTable::GetParticleTable()->GetReadiness()))
     
    5253   msg =  " You are instantiating G4UserTrackingAction BEFORE your\n";
    5354   msg += "G4VUserPhysicsList is instantiated and assigned to G4RunManager.\n";
    54    msg += " Such an instantiation is prohibited by Geant4 version 8.0. To fix this problem,\n";
     55   msg += " Such an instantiation is prohibited since Geant4 version 8.0. To fix this problem,\n";
    5556   msg += "please make sure that your main() instantiates G4VUserPhysicsList AND\n";
    5657   msg += "set it to G4RunManager before instantiating other user action classes\n";
    5758   msg += "such as G4UserTrackingAction.";
    5859   G4Exception("G4UserTrackingAction::G4UserTrackingAction()",
    59               "Tracking0001",FatalException,msg);
     60               "Tracking0001", FatalException, msg);
    6061  }
    6162}
     
    7374  fpTrackingManager = pValue;
    7475}
    75 
    76 
    77 
    78 
    79 
    80 
    81 
    82 
    83 
Note: See TracChangeset for help on using the changeset viewer.