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

update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/processes/electromagnetic/highenergy/include/G4mplIonisation.hh

    r961 r991  
    2424// ********************************************************************
    2525//
    26 // $Id: G4mplIonisation.hh,v 1.6 2009/02/20 16:38:33 vnivanch Exp $
    27 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     26// $Id: G4mplIonisation.hh,v 1.5 2007/05/23 08:50:41 vnivanch Exp $
     27// GEANT4 tag $Name: geant4-09-02 $
    2828//
    2929// -------------------------------------------------------------------
     
    7272  virtual ~G4mplIonisation();
    7373
    74   virtual G4bool IsApplicable(const G4ParticleDefinition& p);
     74  G4bool IsApplicable(const G4ParticleDefinition& p);
    7575
    7676  // Print out of the class parameters
     
    9494
    9595//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
     96//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
     97
     98inline G4bool G4mplIonisation::IsApplicable(const G4ParticleDefinition& p)
     99{
     100  return (p.GetParticleName() == "monopole");
     101}
     102
     103//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
    96104
    97105#endif
Note: See TracChangeset for help on using the changeset viewer.