Import Geant4 5.1.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 10:15:15 +02:00
parent 37fff30d2e
commit fbd4999cf7
4396 changed files with 56662 additions and 52446 deletions
@@ -21,8 +21,8 @@
// ********************************************************************
//
//
// $Id: G4VShortLivedParticle.cc,v 1.5 2001/10/15 10:00:24 kurasige Exp $
// GEANT4 tag $Name: geant4-05-00 $
// $Id: G4VShortLivedParticle.cc,v 1.6 2003/03/10 08:43:56 kurasige Exp $
// GEANT4 tag $Name: geant4-05-01 $
//
//
// --------------------------------------------------------------
@@ -58,56 +58,6 @@ G4VShortLivedParticle::G4VShortLivedParticle(const G4String& aName,
}
void G4VShortLivedParticle::ResetCuts()
{
G4cout << "G4VShortLivedParticle::ResetCuts() causes no effect!!" << G4endl;
}
void G4VShortLivedParticle::SetCuts(G4double )
{
G4cout << "G4VShortLivedParticle::SetCuts() causes no effect!!" << G4endl;
}
void G4VShortLivedParticle::SetRangeCut(G4double ,const G4Material*)
{
G4cout << "G4VShortLivedParticle::SetRangeCut() causes no effect!!" << G4endl;
}
void G4VShortLivedParticle::SetRangeCutVector(G4std::vector<G4double>
&)
{
G4cout << "G4VShortLivedParticle::SetRangeCutVector() causes no effect!!" << G4endl;
}
void G4VShortLivedParticle::ReCalcCuts()
{
G4cout << "G4VShortLivedParticle::ReCalcCuts() causes no effect!!" << G4endl;
}
G4double* G4VShortLivedParticle::GetLengthCuts() const
{
G4cout << "G4VShortLivedParticle::GetLengthCuts() causes no effect!!" << G4endl;
return 0;
}
G4double* G4VShortLivedParticle::GetEnergyCuts() const
{
G4cout << "G4VShortLivedParticle::GetLengthCuts() causes no effect!!" << G4endl;
return 0;
}
G4double G4VShortLivedParticle::GetRangeThreshold(const G4Material* ) const
{
G4cout << "G4VShortLivedParticle::GetRangeThreshold() causes no effect!!" << G4endl;
return -1.0*mm;
}
G4double G4VShortLivedParticle::GetEnergyThreshold(const G4Material* ) const
{
G4cout << "G4VShortLivedParticle::GetEnergyThreshold() causes no effect!!" << G4endl;
return -1.0*eV;
}
const G4VShortLivedParticle & G4VShortLivedParticle::operator=(const G4VShortLivedParticle& right)
{