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/G4eeToHadrons.hh

    r961 r991  
    2424// ********************************************************************
    2525//
    26 // $Id: G4eeToHadrons.hh,v 1.9 2009/02/20 16:38:33 vnivanch Exp $
    27 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     26// $Id: G4eeToHadrons.hh,v 1.8 2007/05/23 08:50:41 vnivanch Exp $
     27// GEANT4 tag $Name: geant4-09-02 $
    2828//
    2929// -------------------------------------------------------------------
     
    7070
    7171  // Print out of the class parameters
    72   virtual void PrintInfo();
     72  void PrintInfo();
    7373
    7474  // Set the factor to artificially increase the crossSection (default 1)
     
    7777protected:
    7878
    79   virtual void InitialiseProcess(const G4ParticleDefinition*);
     79  void InitialiseProcess(const G4ParticleDefinition*);
    8080
    8181private:
     
    9292};
    9393
     94//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
     95//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
     96
     97inline G4bool G4eeToHadrons::IsApplicable(const G4ParticleDefinition& p)
     98{
     99  return (&p == G4Positron::Positron());
     100}
     101
    94102//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
    95103
Note: See TracChangeset for help on using the changeset viewer.