Import Geant4 4.0.0 source tree
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
$Id: History,v 1.6 2001/02/28 06:20:07 kurasige Exp $
|
||||
$Id: History,v 1.8 2001/08/22 08:12:34 kurasige Exp $
|
||||
-------------------------------------------------------------------
|
||||
|
||||
=========================================================
|
||||
@@ -16,6 +16,9 @@ committal in the CVS repository !
|
||||
----------------------------------------------------------
|
||||
* Reverse chronological order (last date on top), please *
|
||||
----------------------------------------------------------
|
||||
- Aug 22, 01 H.Kurashige(decay-V03-02-01)
|
||||
- Clean up codes
|
||||
|
||||
- Feb 29, 01 H.Kurashige(decay-V03-00-03)
|
||||
- Fix minor bug in G4VExtDecayer
|
||||
|
||||
|
||||
@@ -21,8 +21,8 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4Decay.hh,v 1.6.2.2 2001/06/28 20:19:17 gunter Exp $
|
||||
// GEANT4 tag $Name: $
|
||||
// $Id: G4Decay.hh,v 1.7 2001/07/11 10:02:27 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-04-00 $
|
||||
//
|
||||
//
|
||||
// ------------------------------------------------------------
|
||||
|
||||
@@ -21,8 +21,8 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4VExtDecayer.hh,v 1.2.2.2 2001/06/28 20:19:17 gunter Exp $
|
||||
// GEANT4 tag $Name: $
|
||||
// $Id: G4VExtDecayer.hh,v 1.3 2001/07/11 10:02:27 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-04-00 $
|
||||
//
|
||||
//
|
||||
// ------------------------------------------------------------
|
||||
|
||||
@@ -21,8 +21,8 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4Decay.cc,v 1.8.2.2 2001/06/28 20:19:17 gunter Exp $
|
||||
// GEANT4 tag $Name: $
|
||||
// $Id: G4Decay.cc,v 1.11 2001/08/22 08:12:39 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-04-00 $
|
||||
//
|
||||
//
|
||||
// --------------------------------------------------------------
|
||||
@@ -55,12 +55,12 @@
|
||||
// constructor
|
||||
G4Decay::G4Decay(const G4String& processName)
|
||||
:G4VRestDiscreteProcess(processName, fDecay),
|
||||
HighestBinValue(10.0),
|
||||
LowestBinValue(1.0e-3),
|
||||
TotBin(200),
|
||||
verboseLevel(1),
|
||||
pExtDecayer(0),
|
||||
aPhysicsTable(0)
|
||||
LowestBinValue(1.0e-3),
|
||||
HighestBinValue(10.0),
|
||||
TotBin(200),
|
||||
aPhysicsTable(0),
|
||||
pExtDecayer(0)
|
||||
{
|
||||
#ifdef G4VERBOSE
|
||||
if (GetVerboseLevel()>1) {
|
||||
@@ -297,12 +297,11 @@ G4VParticleChange* G4Decay::DecayIt(const G4Track& aTrack, const G4Step& )
|
||||
// decay channel not found
|
||||
G4Exception("G4Decay::DoIt : can not determine decay channel ");
|
||||
} else {
|
||||
G4int temp;
|
||||
G4int temp = decaychannel->GetVerboseLevel();
|
||||
// execute DecayIt()
|
||||
#ifdef G4VERBOSE
|
||||
if (GetVerboseLevel()>1) {
|
||||
G4cerr << "G4Decay::DoIt : selected decay channel addr:" << decaychannel <<G4endl;
|
||||
temp = decaychannel->GetVerboseLevel();
|
||||
decaychannel->SetVerboseLevel(GetVerboseLevel());
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user