Ignore:
Timestamp:
Jun 14, 2010, 3:54:58 PM (14 years ago)
Author:
garnier
Message:

geant4.9.4 beta rc0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/examples/advanced/hadrontherapy/include/HadrontherapyPrimaryGeneratorAction.hh

    r1230 r1313  
    5757  void SetsigmaMomentumZ(G4double);
    5858  G4double GetmeanKineticEnergy(void);
     59  G4ParticleGun *GetParticleGun(void){return particleGun;}
    5960   
    6061private:
     
    7172
    7273private:
    73   G4ParticleGun*                particleGun;
     74  G4ParticleGun*                          particleGun;
    7475  HadrontherapyPrimaryGeneratorMessenger* gunMessenger;
    75   G4double sigmaX;
     76  G4double                                sigmaX;
    7677};
    7778
Note: See TracChangeset for help on using the changeset viewer.