48 #ifndef G4NUCLEARPOLARIZATION_HH 
   49 #define G4NUCLEARPOLARIZATION_HH 
   64     fPolarization.resize(1); 
 
   65     fPolarization[0].assign(1, 1.); 
 
   82     if (
this != &right) { fPolarization = right.fPolarization; }
 
   99   std::vector< std::vector<G4complex> > fPolarization;
 
G4bool operator!=(const G4NuclearPolarization &right) const 
 
std::vector< std::vector< G4complex > > & GetPolarization()
 
G4bool operator==(const G4NuclearPolarization &right) const 
 
friend std::ostream & operator<<(std::ostream &, const G4NuclearPolarization *)
 
G4NuclearPolarization & operator=(const G4NuclearPolarization &right)
 
G4NuclearPolarization(const G4NuclearPolarization &right)
 
void SetPolarization(std::vector< std::vector< G4complex > > &p)