59 #ifndef G4NUCLEARLEVEL_HH 
   60 #define G4NUCLEARLEVEL_HH 1 
   70          G4double angularMomentum, 
const std::vector<G4double>& eGamma,
 
   71          const std::vector<G4double>& wGamma, 
const std::vector<G4double>& polarities,
 
   72          const std::vector<G4double>& kCC, 
const std::vector<G4double>& l1CC,
 
   73          const std::vector<G4double>& l2CC, 
const std::vector<G4double>& l3CC,
 
   74          const std::vector<G4double>& m1CC, 
const std::vector<G4double>& m2CC,
 
   75          const std::vector<G4double>& m3CC, 
const std::vector<G4double>& m4CC,
 
   76          const std::vector<G4double>& m5CC, 
const std::vector<G4double>& nPlusCC,
 
   77          const std::vector<G4double>& totalCC);
 
  141   void MakeProbabilities();
 
  146   std::vector<G4double> _energies;
 
  147   std::vector<G4double> _weights;
 
  148   std::vector<G4double> _prob;
 
  149   std::vector<G4double> _cumProb;
 
  150   std::vector<G4double> _polarities;
 
  151   std::vector<G4double> _kCC;
 
  152   std::vector<G4double> _l1CC;  
 
  153   std::vector<G4double> _l2CC;  
 
  154   std::vector<G4double> _l3CC;  
 
  155   std::vector<G4double> _m1CC;  
 
  156   std::vector<G4double> _m2CC;  
 
  157   std::vector<G4double> _m3CC;  
 
  158   std::vector<G4double> _m4CC;  
 
  159   std::vector<G4double> _m5CC;  
 
  160   std::vector<G4double> _nPlusCC;  
 
  161   std::vector<G4double> _totalCC;