32 #ifndef G4NUCL_WATCHER_HH 
   33 #define G4NUCL_WATCHER_HH 
   44         const std::vector<G4double>& expa, 
 
   45         const std::vector<G4double>& expcs, 
 
   46         const std::vector<G4double>& experr, 
 
   61   std::pair<G4double, G4double> 
getExpCs() 
const;
 
   62   std::pair<G4double, G4double> 
getInuclCs() 
const;
 
   65     return std::pair<G4double, G4double>(average_ratio, aver_rat_err); 
 
   77   std::vector<G4double> exper_as;
 
   78   std::vector<G4double> exper_cs;
 
   79   std::vector<G4double> exper_err;
 
   80   std::vector<G4double> simulated_as;
 
   81   std::vector<G4double> simulated_cs;
 
   82   std::vector<G4double> simulated_errors;
 
   83   std::vector<G4double> simulated_prob;
 
   88 #endif // G4NUCL_WATCHER_HH  
G4NuclWatcher(G4int z, const std::vector< G4double > &expa, const std::vector< G4double > &expcs, const std::vector< G4double > &experr, G4bool check, G4bool nucl)
 
std::pair< G4double, G4double > getInuclCs() const 
 
std::pair< G4double, G4double > getAverageRatio() const 
 
G4double getNmatched() const 
 
void setInuclCs(G4double csec, G4int nev)
 
std::pair< G4double, G4double > getExpCs() const 
 
G4double getLhood() const 
 
G4bool look_forNuclei() const 
 
void watch(G4int a, G4int z)