Ignore:
Timestamp:
Dec 22, 2010, 3:52:27 PM (13 years ago)
Author:
garnier
Message:

geant4 tag 9.4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/processes/hadronic/util/include/G4HadronicWhiteBoard.hh

    r1315 r1347  
    3535{
    3636  public:
    37   G4HadronicWhiteBoard(){}
     37  G4HadronicWhiteBoard();
    3838 
    39   static G4HadronicWhiteBoard & Instance();
     39  static G4HadronicWhiteBoard& Instance();
    4040 
    41   void SetProjectile(const G4HadProjectile & aProjectile);
     41  void SetProjectile(const G4HadProjectile& aProjectile);
    4242   
    43   void SetTargetNucleus(const G4Nucleus & aTarget);
     43  void SetTargetNucleus(const G4Nucleus& aTarget);
    4444
    4545  void SetProcessName(const G4String& aProcessName);
     
    4747  void SetModelName(const G4String& aModelName);
    4848
    49   const G4HadProjectile * GetProjectile();
    50   const G4Nucleus & GetTargetNucleus();
    51   G4ParticleDefinition * GetPDef();
     49  const G4HadProjectile* GetProjectile();
     50  const G4Nucleus& GetTargetNucleus();
     51  G4ParticleDefinition* GetPDef();
    5252  G4String GetParticleName();
    5353  G4double GetEnergy();
     
    6363  private:
    6464 
    65   G4HadProjectile * theProjectile;
    66   G4ParticleDefinition * theDef;
    67   char * theName;
     65  G4HadProjectile* theProjectile;
     66  G4ParticleDefinition* theDef;
     67  char* theName;
    6868  G4double theE;
    6969  G4double thePx;
Note: See TracChangeset for help on using the changeset viewer.