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

update processes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/processes/hadronic/stopping/include/G4MuonMinusCaptureAtRest.hh

    r819 r962  
    2424// ********************************************************************
    2525//
    26 // $Id: G4MuonMinusCaptureAtRest.hh,v 1.20 2007/11/15 10:05:13 vnivanch Exp $
    27 // GEANT4 tag $Name: $
     26// $Id: G4MuonMinusCaptureAtRest.hh,v 1.23 2008/10/02 20:57:52 dennis Exp $
     27// GEANT4 tag $Name: geant4-09-02-ref-02 $
    2828//
    2929//  G4MuonMinusCaptureAtRest physics process
     
    5757#include "G4ReactionProductVector.hh"
    5858#include "G4MuonMinus.hh"
     59#include "G4HadronicProcessType.hh"
    5960
    6061class G4Fancy3DNucleus;
     
    7273  virtual ~G4MuonMinusCaptureAtRest();
    7374
    74   G4bool IsApplicable(const G4ParticleDefinition&);
     75  virtual G4bool IsApplicable(const G4ParticleDefinition&);
    7576
    76   void BuildPhysicsTable(const G4ParticleDefinition&)
    77   {};
     77  virtual void PreparePhysicsTable(const G4ParticleDefinition&);
    7878
    79   G4VParticleChange* AtRestDoIt(const G4Track&, const G4Step&);
     79  virtual void BuildPhysicsTable(const G4ParticleDefinition&);
     80
     81  virtual G4VParticleChange* AtRestDoIt(const G4Track&, const G4Step&);
    8082
    8183  G4double GetMeanLifeTime(const G4Track&, G4ForceCondition*)
Note: See TracChangeset for help on using the changeset viewer.