Ignore:
Timestamp:
Apr 6, 2009, 12:21:12 PM (15 years ago)
Author:
garnier
Message:

update processes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/processes/cuts/include/G4ProductionCutsTable.hh

    r819 r961  
    2525//
    2626//
    27 // $Id: G4ProductionCutsTable.hh,v 1.8 2007/03/15 04:06:40 kurasige Exp $
    28 // GEANT4 tag $Name: geant4-09-01-patch-02 $
     27// $Id: G4ProductionCutsTable.hh,v 1.9 2008/03/02 10:52:55 kurasige Exp $
     28// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2929//
    3030//
     
    4646//    Modify RetrieveCutsTable to allow materials and
    4747//    couples can be different from one in file (i.e. at storing)
    48 //
     48//   Modified                      2 Mar. 2008 H.Kurashige
     49//    add messenger
    4950// ------------------------------------------------------------
    5051
     
    5758class G4VPhysicalVolume;
    5859class G4ProductionCuts;
     60
     61class G4ProductionCutsTableMessenger;
    5962
    6063#include "globals.hh"
     
    227230
    228231  private:
    229    G4int verboseLevel;
     232    G4int verboseLevel;
     233    G4ProductionCutsTableMessenger* fMessenger;
    230234
    231235};
     
    340344
    341345inline
    342  void G4ProductionCutsTable::SetVerboseLevel(G4int value)
    343 {
    344    verboseLevel = value;
    345 }
    346 
    347 inline
    348346 G4int G4ProductionCutsTable::GetVerboseLevel() const
    349347{
Note: See TracChangeset for help on using the changeset viewer.