26 #ifndef G4RadioactiveDecay_h 
   27 #define G4RadioactiveDecay_h 1 
  150                       std::vector<G4double>);
 
  155        {
return theRadioactivityTables;}
 
  175       {theNucleusLimits = theNucleusLimits1 ;}
 
  180       {
return theNucleusLimits;}
 
  186       if (!AnalogueMC) halflifethreshold = 1
e-6*CLHEP::s;
 
  214       forceDecayDirection = theDir.
unit();
 
  218       return forceDecayDirection; 
 
  222       forceDecayHalfAngle = std::min(std::max(0.*CLHEP::deg,halfAngle),180.*CLHEP::deg);
 
  228                                     G4double halfAngle = 0.*CLHEP::deg) {
 
  296     std::vector<G4String> LoadedNuclei;
 
  297     std::vector<G4String> ValidVolumes;
 
  298     bool isAllVolumesMode;
 
  306     std::vector<G4RadioactivityTable*> theRadioactivityTables;
 
  307     G4int decayWindows[99];
 
  308     static const G4double levelTolerance;
 
  311     std::map<G4int, G4String> theUserRadioactiveDataFiles;
 
  329       return fRemainderLifeTime;
 
  335       {
return DecayIt(theTrack, theStep);}
 
  340       {
return DecayIt(theTrack, theStep);}