Ignore:
Timestamp:
Nov 16, 2007, 11:59:21 AM (17 years ago)
Author:
garnier
Message:

r659@mac-90108: laurentgarnier | 2007-11-16 12:02:01 +0100
mise a jour de Geant4 au head ET qq mise a jour pour Qt de mon cote

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/geant4/N03/include/ExN03PrimaryGeneratorAction.hh

    r483 r609  
    2525//
    2626//
    27 // $Id: ExN03PrimaryGeneratorAction.hh,v 1.7 2006/06/29 17:48:42 gunter Exp $
    28 // GEANT4 tag $Name: geant4-08-01-patch-01 $
     27// $Id: ExN03PrimaryGeneratorAction.hh,v 1.8 2007/07/02 13:22:08 vnivanch Exp $
     28// GEANT4 tag $Name: $
    2929//
    3030//
     
    4848class ExN03PrimaryGeneratorAction : public G4VUserPrimaryGeneratorAction
    4949{
    50   public:
    51     ExN03PrimaryGeneratorAction(ExN03DetectorConstruction*);   
    52   ~ExN03PrimaryGeneratorAction();
     50public:
     51  ExN03PrimaryGeneratorAction(ExN03DetectorConstruction*);   
     52  virtual ~ExN03PrimaryGeneratorAction();
    5353
    54   public:
    55     void GeneratePrimaries(G4Event*);
    56     void SetRndmFlag(G4String val) { rndmFlag = val;}
     54  void GeneratePrimaries(G4Event*);
     55  void SetRndmFlag(G4String val) { rndmFlag = val;}
    5756
    58   private:
    59     G4ParticleGun*                particleGun;    //pointer a to G4  class
    60     ExN03DetectorConstruction*    ExN03Detector;  //pointer to the geometry
     57private:
     58  G4ParticleGun*                particleGun;      //pointer a to G4  class
     59  ExN03DetectorConstruction*    ExN03Detector;    //pointer to the geometry
    6160   
    62     ExN03PrimaryGeneratorMessenger* gunMessenger; //messenger of this class
    63     G4String                      rndmFlag;       //flag for a rndm impact point
     61  ExN03PrimaryGeneratorMessenger* gunMessenger;  //messenger of this class
     62  G4String                      rndmFlag;         //flag for a rndm impact point
    6463};
    6564
Note: See TracChangeset for help on using the changeset viewer.