Ignore:
Timestamp:
Feb 16, 2009, 10:14:30 AM (16 years ago)
Author:
garnier
Message:

en test de gl2ps. Problemes de libraries

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/documents/UserDoc/DocBookUsersGuides/ForToolkitDeveloper/xml/GuideToExtendFunctionality/Particles/particles.xml

    r904 r921  
    6363Particle properties can be overridden with the method
    6464<informalexample><programlisting>
    65 G4bool SetParticleProperty(const G4ParticlePropertyData& newProperty)
     65G4bool SetParticleProperty(const G4ParticlePropertyData&amp; newProperty)
    6666</programlisting></informalexample>
    6767by setting new values in <emphasis> G4ParticlePropertyData </emphasis>.
     
    9292
    9393  G4Monopole(
    94        const G4String&     aName,        G4double            mass,
     94       const G4String&amp;     aName,        G4double            mass,
    9595       G4double            width,        G4double            charge,   
    9696       G4int               iSpin,        G4int               iParity,   
    9797       G4int               iConjugation, G4int               iIsospin,   
    9898       G4int               iIsospin3,    G4int               gParity,
    99        const G4String&     pType,        G4int               lepton,     
     99       const G4String&amp;     pType,        G4int               lepton,     
    100100       G4int               baryon,       G4int               encoding,
    101101       G4bool              stable,       G4double            lifetime,
Note: See TracChangeset for help on using the changeset viewer.