Ignore:
Timestamp:
Jun 18, 2010, 11:42:07 AM (14 years ago)
Author:
garnier
Message:

update geant4-09-04-beta-cand-01 interfaces-V09-03-09 vis-V09-03-08

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/run/include/G4RunManagerKernel.hh

    r1058 r1315  
    2525//
    2626//
    27 // $Id: G4RunManagerKernel.hh,v 1.9 2007/05/30 00:42:09 asaim Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     27// $Id: G4RunManagerKernel.hh,v 1.10 2010/06/11 09:02:55 gcosmo Exp $
     28// GEANT4 tag $Name: geant4-09-04-beta-cand-01 $
    2929//
    3030//
     
    8686  public: // with description
    8787    void DefineWorldVolume(G4VPhysicalVolume * worldVol,
    88                                    G4bool topologyIsChanged=true);
     88                           G4bool topologyIsChanged=true);
    8989    //  This method must be invoked if the geometry setup has been changed between
    9090    // runs. The flag 'topologyIsChanged' will specify if the geometry topology is
     
    121121    // the user needs not invoke.
    122122
    123     void DumpRegion(G4String rname) const;
     123    void DumpRegion(const G4String& rname) const;
    124124    // Dump information of a region.
    125125
     
    170170    { return eventManager->GetPrimaryTransformer(); }
    171171
    172     inline G4String GetVersionString() const
     172    inline const G4String& GetVersionString() const
    173173    { return versionString; }
    174174
Note: See TracChangeset for help on using the changeset viewer.