Import Geant4 0.1.0 source tree
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4VShortLivedParticle.cc,v 2.0 1998/07/02 17:27:11 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4VShortLivedParticle.cc,v 1.2 1999/04/13 08:18:31 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// --------------------------------------------------------------
|
||||
@@ -44,7 +44,36 @@ G4VShortLivedParticle::G4VShortLivedParticle(const G4String& aName,
|
||||
|
||||
}
|
||||
|
||||
void G4VShortLivedParticle::ResetCuts()
|
||||
{
|
||||
G4cout << "G4VShortLivedParticle::ResetCuts() causes no effect!!" << endl;
|
||||
}
|
||||
void G4VShortLivedParticle::SetCuts(G4double )
|
||||
{
|
||||
G4cout << "G4VShortLivedParticle::SetCuts() causes no effect!!" << endl;
|
||||
}
|
||||
void G4VShortLivedParticle::ReCalcCuts()
|
||||
{
|
||||
G4cout << "G4VShortLivedParticle::ReCalcCuts() causes no effect!!" << endl;
|
||||
}
|
||||
|
||||
G4double G4VShortLivedParticle::GetLengthCuts() const
|
||||
{
|
||||
G4cout << "G4VShortLivedParticle::GetLengthCuts() causes no effect!!" << endl;
|
||||
return -1.0;
|
||||
}
|
||||
|
||||
G4double* G4VShortLivedParticle::GetEnergyCuts() const
|
||||
{
|
||||
G4cout << "G4VShortLivedParticle::GetLengthCuts() causes no effect!!" << endl;
|
||||
return 0;
|
||||
}
|
||||
|
||||
G4double G4VShortLivedParticle::GetEnergyThreshold(const G4Material* ) const
|
||||
{
|
||||
G4cout << "G4VShortLivedParticle::GetEnergyThreshold() causes no effect!!" << endl;
|
||||
return -1.0;
|
||||
}
|
||||
|
||||
const G4VShortLivedParticle & G4VShortLivedParticle::operator=(const G4VShortLivedParticle& right)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user