43 : fZ(
Z), fA(
A), fExcEnergy(exc)
78 out <<
"G4NuclearPolarization: Z= " << p.
fZ <<
" A= " << p.
fA <<
" Exc(MeV)= "
82 for(
size_t k=0; k<kk; ++k) {
83 if(k>0) { out <<
" {"; }
85 for(
size_t kappa=0; kappa<kpmax; ++kappa) {
86 if(kappa > 0) { out <<
"} {"; }
90 if(k+1 < kk) { out <<
"}" <<
G4endl; }
G4bool operator!=(const G4NuclearPolarization &right) const
G4bool operator==(const G4NuclearPolarization &right) const
G4NuclearPolarization(G4int Z, G4int A, G4double exc)
std::vector< std::vector< G4complex > > fPolarization
std::ostream & operator<<(std::ostream &, const BasicVector3D< float > &)