26#ifndef G4RadioactiveDecayRate_h
27#define G4RadioactiveDecayRate_h 1
81 {
return (
this == &right);};
83 {
return (
this != &right);};
120 { verboseLevel = value; }
122 {
return verboseLevel; }
std::vector< G4double > GetTaos() const
G4int operator==(const G4RadioactiveDecayRate &right) const
std::vector< G4double > GetDecayRateC() const
G4RadioactiveDecayRate & operator=(const G4RadioactiveDecayRate &)
void SetGeneration(G4int value)
std::vector< G4double > decayRateC
virtual ~G4RadioactiveDecayRate()
G4int GetGeneration() const
void SetE(G4double value)
void SetDecayRateC(std::vector< G4double > value)
std::vector< G4double > taos
void SetTaos(std::vector< G4double > value)
G4int GetVerboseLevel() const
void SetVerboseLevel(G4int value)
G4int operator!=(const G4RadioactiveDecayRate &right) const