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
@@ -22,7 +22,7 @@
//
//
// $Id: G4DiQuarks.cc,v 1.4 2001/07/11 10:02:07 gunter Exp $
// GEANT4 tag $Name: geant4-05-00 $
// GEANT4 tag $Name: geant4-05-01 $
//
//
// ----------------------------------------------------------------------
@@ -22,7 +22,7 @@
//
//
// $Id: G4ExcitedBaryonConstructor.cc,v 1.6 2001/07/11 10:02:07 gunter Exp $
// GEANT4 tag $Name: geant4-05-00 $
// GEANT4 tag $Name: geant4-05-01 $
//
//
// --------------------------------------------------------------
@@ -22,7 +22,7 @@
//
//
// $Id: G4ExcitedBaryons.cc,v 1.4 2001/07/11 10:02:08 gunter Exp $
// GEANT4 tag $Name: geant4-05-00 $
// GEANT4 tag $Name: geant4-05-01 $
//
//
// ----------------------------------------------------------------------
@@ -22,7 +22,7 @@
//
//
// $Id: G4ExcitedDeltaConstructor.cc,v 1.7 2002/11/19 11:49:24 jwellisc Exp $
// GEANT4 tag $Name: geant4-05-00 $
// GEANT4 tag $Name: geant4-05-01 $
//
//
// --------------------------------------------------------------
@@ -22,7 +22,7 @@
//
//
// $Id: G4ExcitedLambdaConstructor.cc,v 1.5 2001/07/11 10:02:08 gunter Exp $
// GEANT4 tag $Name: geant4-05-00 $
// GEANT4 tag $Name: geant4-05-01 $
//
//
// --------------------------------------------------------------
@@ -22,7 +22,7 @@
//
//
// $Id: G4ExcitedMesonConstructor.cc,v 1.11 2002/10/01 04:30:58 kurasige Exp $
// GEANT4 tag $Name: geant4-05-00 $
// GEANT4 tag $Name: geant4-05-01 $
//
//
// --------------------------------------------------------------
@@ -22,7 +22,7 @@
//
//
// $Id: G4ExcitedMesons.cc,v 1.4 2001/07/11 10:02:08 gunter Exp $
// GEANT4 tag $Name: geant4-05-00 $
// GEANT4 tag $Name: geant4-05-01 $
//
//
// ----------------------------------------------------------------------
@@ -22,7 +22,7 @@
//
//
// $Id: G4ExcitedNucleonConstructor.cc,v 1.6 2002/11/19 11:49:24 jwellisc Exp $
// GEANT4 tag $Name: geant4-05-00 $
// GEANT4 tag $Name: geant4-05-01 $
//
//
// --------------------------------------------------------------
@@ -22,7 +22,7 @@
//
//
// $Id: G4ExcitedSigmaConstructor.cc,v 1.7 2002/11/19 11:49:24 jwellisc Exp $
// GEANT4 tag $Name: geant4-05-00 $
// GEANT4 tag $Name: geant4-05-01 $
//
//
// --------------------------------------------------------------
@@ -22,7 +22,7 @@
//
//
// $Id: G4ExcitedXiConstructor.cc,v 1.5 2001/07/11 10:02:09 gunter Exp $
// GEANT4 tag $Name: geant4-05-00 $
// GEANT4 tag $Name: geant4-05-01 $
//
//
// --------------------------------------------------------------
+1 -1
View File
@@ -22,7 +22,7 @@
//
//
// $Id: G4Gluons.cc,v 1.4 2001/07/11 10:02:09 gunter Exp $
// GEANT4 tag $Name: geant4-05-00 $
// GEANT4 tag $Name: geant4-05-01 $
//
//
// ----------------------------------------------------------------------
+1 -1
View File
@@ -22,7 +22,7 @@
//
//
// $Id: G4Quarks.cc,v 1.4 2001/07/11 10:02:09 gunter Exp $
// GEANT4 tag $Name: geant4-05-00 $
// GEANT4 tag $Name: geant4-05-01 $
//
//
// ----------------------------------------------------------------------
@@ -22,7 +22,7 @@
//
//
// $Id: G4ShortLivedConstructor.cc,v 1.10 2002/11/19 11:49:24 jwellisc Exp $
// GEANT4 tag $Name: geant4-05-00 $
// GEANT4 tag $Name: geant4-05-01 $
//
//
// --------------------------------------------------------------
@@ -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)
{