48#ifndef G4NUCLEARPOLARIZATION_HH
49#define G4NUCLEARPOLARIZATION_HH
65 fPolarization.resize(1);
66 fPolarization[0].push_back(1.0);
73 fPolarization.push_back(pol);
106 if (
this != &right) {
109 fExcEnergy = right.fExcEnergy;
110 fPolarization = right.fPolarization;
132 std::vector< std::vector<G4complex> > fPolarization;
G4double GetExcitationEnergy() const
friend std::ostream & operator<<(std::ostream &, const G4NuclearPolarization &)
void SetExcitationEnergy(G4double val)
G4bool operator!=(const G4NuclearPolarization &right) const
G4bool operator==(const G4NuclearPolarization &right) const
std::vector< std::vector< G4complex > > & GetPolarization()
void SetPolarization(std::vector< std::vector< G4complex > > &p)
G4NuclearPolarization & operator=(const G4NuclearPolarization &right)
G4NuclearPolarization(const G4NuclearPolarization &right)