26#ifndef G4BatemanParameters_h
27#define G4BatemanParameters_h 1
59 {
return (
this == &right);};
61 {
return (
this != &right);};
71 inline std::vector<G4double>
GetTaus()
const {
return taus;}
79 inline void SetTaus(std::vector<G4double> value) {taus = value;}
82 std::vector<G4double> ,
83 std::vector<G4double> );
90 std::vector<G4double> Acoeffs;
91 std::vector<G4double> taus;
G4BatemanParameters & operator=(const G4BatemanParameters &)
void SetParameters(G4int, G4int, G4double, G4int, std::vector< G4double >, std::vector< G4double >)
std::vector< G4double > GetAcoefficients() const
G4bool operator==(const G4BatemanParameters &right) const
virtual ~G4BatemanParameters()
void SetE(G4double value)
G4int GetGeneration() const
std::vector< G4double > GetTaus() const
G4bool operator!=(const G4BatemanParameters &right) const
void SetTaus(std::vector< G4double > value)
void SetAcoefficients(std::vector< G4double > value)
void SetGeneration(G4int value)