Ignore:
Timestamp:
Jun 18, 2010, 11:42:07 AM (14 years ago)
Author:
garnier
Message:

update geant4-09-04-beta-cand-01 interfaces-V09-03-09 vis-V09-03-08

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/processes/hadronic/util/src/G4HadronicWhiteBoard.cc

    r819 r1315  
    4949G4double G4HadronicWhiteBoard::GetPy(){return thePy;}
    5050G4double G4HadronicWhiteBoard::GetPz(){return thePz;}
    51 G4double G4HadronicWhiteBoard::GetA(){return theA;}
    52 G4double G4HadronicWhiteBoard::GetZ(){return theZ;}
     51G4int G4HadronicWhiteBoard::GetA(){return theA;}
     52G4int G4HadronicWhiteBoard::GetZ(){return theZ;}
    5353
    5454 
     
    6868{
    6969  theTarget = aTarget;
    70   theA = theTarget.GetN();
    71   theZ = theTarget.GetZ();
     70  theA = theTarget.GetA_asInt();
     71  theZ = theTarget.GetZ_asInt();
    7272}
    7373
Note: See TracChangeset for help on using the changeset viewer.