36 G4double DiracEnergyNJ(G4int n, G4int j);
37 void AddElectrons(G4int number);
38 void RemoveElectrons(G4int number);
40 inline void SetnPrincipleNumber(G4int nPrincipleNumberIn) {nPrincipleNumber=nPrincipleNumberIn;}
41 inline void SetlAngularNumber(G4int lAngularNumberIn) {lAngularNumber=lAngularNumberIn;}
43 inline G4int GetnPrincipleNumnber() {
return nPrincipleNumber;}
44 inline G4int GetlAngularNumber() {
return lAngularNumber;}
45 inline G4double GetjSpinOrbitCoupling() {
return jSpinOrbitCoupling;}
46 inline G4int GetMaxOccupancy() {
return maxOccupancy;}
47 inline G4int GetCurrentOccupancy() {
return currentOccupancy;}
48 inline G4double GetLevelEnergy() {
return levelEnergy;}
49 inline void SetExcitedLifetime(G4double excitedLifetimeIn) {excitedLifetime=excitedLifetimeIn;}
50 inline void SetTimeOfExcitement(G4double timeOfExcitementIn) {timeOfExcitement=timeOfExcitementIn;}
51 inline G4double GetExcitedLifetime() {
return excitedLifetime;}
52 inline G4double GetTimeOfExcitement() {
return timeOfExcitement;}
55 G4int nPrincipleNumber;
57 G4double jSpinOrbitCoupling;
60 G4int currentOccupancy;
61 G4double excitedLifetime;
62 G4double timeOfExcitement;