39  hartreeFactor(0), ionisationEnergy(0*
eV), resonanceEnergy(0*
eV),
 
   40  oscillatorStrength(0), shellFlag(-1), parentZ(0),
 
   41  parentShellID(-1),cutoffRecoilResonantEnergy(0*
eV)
 
   48   hartreeFactor = right.hartreeFactor;
 
   49   ionisationEnergy = right.ionisationEnergy;
 
   50   resonanceEnergy = right.resonanceEnergy;
 
   51   oscillatorStrength = right.oscillatorStrength;
 
   52   shellFlag = right.shellFlag;
 
   53   parentZ = right.parentZ;
 
   54   parentShellID = right.parentShellID;
 
   55   cutoffRecoilResonantEnergy = right.cutoffRecoilResonantEnergy;
 
   65   hartreeFactor = right.hartreeFactor;
 
   66   ionisationEnergy = right.ionisationEnergy;
 
   67   resonanceEnergy = right.resonanceEnergy;
 
   68   oscillatorStrength = right.oscillatorStrength;
 
   69   shellFlag = right.shellFlag;
 
   70   parentZ = right.parentZ;
 
   71   parentShellID = right.parentShellID; 
 
   72   cutoffRecoilResonantEnergy = right.cutoffRecoilResonantEnergy;
 
   82   return (ionisationEnergy == right.ionisationEnergy) ? 1 : 0;
 
   90   return (ionisationEnergy > right.ionisationEnergy) ? 1 : 0;
 
   99   return (ionisationEnergy < right.ionisationEnergy) ? 1 : 0;
 
int operator>(const G4PenelopeOscillator &) const 
 
int operator==(const G4PenelopeOscillator &) const 
 
int operator<(const G4PenelopeOscillator &) const 
 
G4PenelopeOscillator & operator=(const G4PenelopeOscillator &)