Changeset 963 for trunk/source/processes/management
- Timestamp:
- Apr 6, 2009, 12:34:39 PM (17 years ago)
- Location:
- trunk/source/processes/management
- Files:
-
- 43 edited
-
History (modified) (2 diffs)
-
include/G4IVContinuousDiscreteProcess.hh (modified) (1 diff)
-
include/G4IVRestDiscreteProcess.hh (modified) (1 diff)
-
include/G4ParticleTypes.hh (modified) (1 diff)
-
include/G4ProcTblElement.hh (modified) (1 diff)
-
include/G4ProcTblElement.icc (modified) (1 diff)
-
include/G4ProcessAttribute.hh (modified) (1 diff)
-
include/G4ProcessManager.hh (modified) (1 diff)
-
include/G4ProcessManager.icc (modified) (1 diff)
-
include/G4ProcessManagerMessenger.hh (modified) (1 diff)
-
include/G4ProcessTable.hh (modified) (1 diff)
-
include/G4ProcessTable.icc (modified) (1 diff)
-
include/G4ProcessTableMessenger.hh (modified) (1 diff)
-
include/G4ProcessType.hh (modified) (1 diff)
-
include/G4ProcessVector.hh (modified) (1 diff)
-
include/G4ProcessVector.icc (modified) (1 diff)
-
include/G4VContinuousDiscreteProcess.hh (modified) (1 diff)
-
include/G4VContinuousProcess.hh (modified) (1 diff)
-
include/G4VDiscreteProcess.hh (modified) (1 diff)
-
include/G4VProcess.hh (modified) (5 diffs)
-
include/G4VRestContinuousDiscreteProcess.hh (modified) (1 diff)
-
include/G4VRestContinuousProcess.hh (modified) (1 diff)
-
include/G4VRestDiscreteProcess.hh (modified) (1 diff)
-
include/G4VRestProcess.hh (modified) (1 diff)
-
include/G4WrapperProcess.hh (modified) (1 diff)
-
src/G4IVContinuousDiscreteProcess.cc (modified) (1 diff)
-
src/G4IVRestDiscreteProcess.cc (modified) (1 diff)
-
src/G4ProcTblElement.cc (modified) (1 diff)
-
src/G4ProcessAttribute.cc (modified) (1 diff)
-
src/G4ProcessManager.cc (modified) (1 diff)
-
src/G4ProcessManagerMessenger.cc (modified) (1 diff)
-
src/G4ProcessTable.cc (modified) (1 diff)
-
src/G4ProcessTableMessenger.cc (modified) (2 diffs)
-
src/G4ProcessVector.cc (modified) (6 diffs)
-
src/G4VContinuousDiscreteProcess.cc (modified) (1 diff)
-
src/G4VContinuousProcess.cc (modified) (1 diff)
-
src/G4VDiscreteProcess.cc (modified) (1 diff)
-
src/G4VProcess.cc (modified) (5 diffs)
-
src/G4VRestContinuousDiscreteProcess.cc (modified) (1 diff)
-
src/G4VRestContinuousProcess.cc (modified) (1 diff)
-
src/G4VRestDiscreteProcess.cc (modified) (1 diff)
-
src/G4VRestProcess.cc (modified) (1 diff)
-
src/G4WrapperProcess.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/processes/management/History
r819 r963 1 $Id: History,v 1.5 1.2.1.2.1 2008/04/25 11:47:06 kurasigeExp $1 $Id: History,v 1.58 2008/06/23 08:58:40 gcosmo Exp $ 2 2 ------------------------------------------------------------------- 3 3 … … 17 17 * Reverse chronological order (last date on top), please * 18 18 ---------------------------------------------------------- 19 - Apr. 25, 2008 H.Kurashige (procman-V09-00-06) 19 20 - Jun. 23, 2008 G.Cosmo (procman-V09-01-03) 21 - Fixed un-necessary double deletion/creation of vector in 22 G4ProcessVector::operator=() 23 24 - Mar. 20, 2008 H.Kurashige (procman-V09-01-02) 25 - revert changes in G4processmanager::StartTracking 26 27 - Mar. 14, 2008 H.Kurashige (procman-V09-01-01) 28 - fix warning message of g++ 29 - Change order of invocation of processes in G4processmanager::StartTracking 30 31 - Dec. 15, 2007 H.Kurashige (procman-V09-01-00) 20 32 - fixed a bug of invoking ResetNumberOfInteractionLengthLeft 21 33 at the zero length step 22 34 - allow zero mean free path for PostStepDoIt 23 35 - add ProcessSubType to G4VProcess 24 36 25 37 - Dec. 12, 2007 G.Cosmo (procman-V09-00-05a) 26 38 - Moved inline definitions of virtual methods in G4WrapperProcess to 27 .cc file. 39 .cc file. Included in tag "procman-V09-00-". 28 40 29 41 - Nov. 28, 2007 H.Kurashige (procman-V09-00-05) -
trunk/source/processes/management/include/G4IVContinuousDiscreteProcess.hh
r819 r963 26 26 // 27 27 // $Id: G4IVContinuousDiscreteProcess.hh,v 1.8 2006/06/29 21:07:14 gunter Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: geant4-09-02-ref-02 $ 29 29 // 30 30 // $Id: -
trunk/source/processes/management/include/G4IVRestDiscreteProcess.hh
r819 r963 26 26 // 27 27 // $Id: G4IVRestDiscreteProcess.hh,v 1.8 2006/06/29 21:07:16 gunter Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: geant4-09-02-ref-02 $ 29 29 // 30 30 // $Id: -
trunk/source/processes/management/include/G4ParticleTypes.hh
r819 r963 26 26 // 27 27 // $Id: G4ParticleTypes.hh,v 1.6 2006/06/29 21:07:18 gunter Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: geant4-09-02-ref-02 $ 29 29 // 30 30 // -
trunk/source/processes/management/include/G4ProcTblElement.hh
r819 r963 26 26 // 27 27 // $Id: G4ProcTblElement.hh,v 1.11 2006/06/29 21:07:20 gunter Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: geant4-09-02-ref-02 $ 29 29 // 30 30 // -
trunk/source/processes/management/include/G4ProcTblElement.icc
r819 r963 26 26 // 27 27 // $Id: G4ProcTblElement.icc,v 1.8 2006/06/29 21:07:22 gunter Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: geant4-09-02-ref-02 $ 29 29 // 30 30 // -
trunk/source/processes/management/include/G4ProcessAttribute.hh
r819 r963 26 26 // 27 27 // $Id: G4ProcessAttribute.hh,v 1.5 2006/06/29 21:07:24 gunter Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: geant4-09-02-ref-02 $ 29 29 // 30 30 // -
trunk/source/processes/management/include/G4ProcessManager.hh
r819 r963 26 26 // 27 27 // $Id: G4ProcessManager.hh,v 1.16 2007/10/02 08:23:20 kurasige Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: geant4-09-02-ref-02 $ 29 29 // 30 30 // -
trunk/source/processes/management/include/G4ProcessManager.icc
r819 r963 26 26 // 27 27 // $Id: G4ProcessManager.icc,v 1.6 2007/03/30 01:02:28 kurasige Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: geant4-09-02-ref-02 $ 29 29 // 30 30 // -
trunk/source/processes/management/include/G4ProcessManagerMessenger.hh
r819 r963 26 26 // 27 27 // $Id: G4ProcessManagerMessenger.hh,v 1.7 2006/06/29 21:07:30 gunter Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: geant4-09-02-ref-02 $ 29 29 // 30 30 // -
trunk/source/processes/management/include/G4ProcessTable.hh
r819 r963 27 27 // 28 28 // $Id: G4ProcessTable.hh,v 1.10 2006/06/29 21:07:32 gunter Exp $ 29 // GEANT4 tag $Name: $29 // GEANT4 tag $Name: geant4-09-02-ref-02 $ 30 30 // 31 31 // -
trunk/source/processes/management/include/G4ProcessTable.icc
r819 r963 26 26 // 27 27 // $Id: G4ProcessTable.icc,v 1.5 2006/06/29 21:07:34 gunter Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: geant4-09-02-ref-02 $ 29 29 // 30 30 // History: -
trunk/source/processes/management/include/G4ProcessTableMessenger.hh
r819 r963 26 26 // 27 27 // $Id: G4ProcessTableMessenger.hh,v 1.7 2006/06/29 21:07:36 gunter Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: geant4-09-02-ref-02 $ 29 29 // 30 30 // -
trunk/source/processes/management/include/G4ProcessType.hh
r819 r963 26 26 // 27 27 // $Id: G4ProcessType.hh,v 1.5 2006/06/29 21:07:38 gunter Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: geant4-09-02-ref-02 $ 29 29 // 30 30 // -
trunk/source/processes/management/include/G4ProcessVector.hh
r819 r963 26 26 // 27 27 // $Id: G4ProcessVector.hh,v 1.10 2006/06/29 21:07:40 gunter Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: geant4-09-02-ref-02 $ 29 29 // 30 30 // -
trunk/source/processes/management/include/G4ProcessVector.icc
r819 r963 26 26 // 27 27 // $Id: G4ProcessVector.icc,v 1.5 2006/06/29 21:07:42 gunter Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: geant4-09-02-ref-02 $ 29 29 // 30 30 inline G4bool G4ProcessVector::operator==(const G4ProcessVector &right) const -
trunk/source/processes/management/include/G4VContinuousDiscreteProcess.hh
r819 r963 25 25 // 26 26 // 27 // $Id: G4VContinuousDiscreteProcess.hh,v 1. 8.4.1 2008/04/25 11:47:06kurasige Exp $28 // GEANT4 tag $Name: geant4-09-0 1-patch-02 $27 // $Id: G4VContinuousDiscreteProcess.hh,v 1.9 2007/11/15 04:10:18 kurasige Exp $ 28 // GEANT4 tag $Name: geant4-09-02-ref-02 $ 29 29 // 30 30 // -
trunk/source/processes/management/include/G4VContinuousProcess.hh
r819 r963 26 26 // 27 27 // $Id: G4VContinuousProcess.hh,v 1.6 2006/06/29 21:07:46 gunter Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: geant4-09-02-ref-02 $ 29 29 // 30 30 // -
trunk/source/processes/management/include/G4VDiscreteProcess.hh
r819 r963 26 26 27 27 // 28 // $Id: G4VDiscreteProcess.hh,v 1. 8.4.1 2008/04/25 11:47:06kurasige Exp $29 // GEANT4 tag $Name: geant4-09-0 1-patch-02 $28 // $Id: G4VDiscreteProcess.hh,v 1.9 2007/11/15 04:10:18 kurasige Exp $ 29 // GEANT4 tag $Name: geant4-09-02-ref-02 $ 30 30 // 31 31 // -
trunk/source/processes/management/include/G4VProcess.hh
r819 r963 25 25 // 26 26 // 27 // $Id: G4VProcess.hh,v 1.2 4 2007/10/02 08:23:20kurasige Exp $28 // GEANT4 tag $Name: geant4-09-0 1-patch-02 $27 // $Id: G4VProcess.hh,v 1.25 2007/11/15 04:09:58 kurasige Exp $ 28 // GEANT4 tag $Name: geant4-09-02-ref-02 $ 29 29 // 30 30 // … … 53 53 // Added PreparePhysicsTable 20 Aug. 2004 H.Kurashige 54 54 // Added isXXXXDoItIsEnabled 2 Oct. 2007 H.Kurashige 55 // Added ProcessSubType 15 Nov. 2007 H.Kurashige 55 56 56 57 #ifndef G4VProcess_h … … 261 262 // Set the process type. 262 263 264 G4int GetProcessSubType() const; 265 // Returns the process sub type. 266 267 void SetProcessSubType(G4int ); 268 // Set the process sub type. 269 263 270 static const G4String& GetProcessTypeName(G4ProcessType ); 264 271 // Returns the process type name … … 329 336 // The type of the process 330 337 338 G4int theProcessSubType; 339 // The sub type of the process 340 331 341 G4double thePILfactor; 332 342 // factor for PhysicsInteractionLength … … 379 389 } 380 390 391 inline 392 G4int G4VProcess::GetProcessSubType() const 393 { 394 return theProcessSubType; 395 } 396 397 inline 398 void G4VProcess::SetProcessSubType(G4int value) 399 { 400 theProcessSubType = value; 401 } 402 381 403 inline void G4VProcess::SetVerboseLevel(G4int value) 382 404 { -
trunk/source/processes/management/include/G4VRestContinuousDiscreteProcess.hh
r819 r963 25 25 // 26 26 // 27 // $Id: G4VRestContinuousDiscreteProcess.hh,v 1. 8.4.1 2008/04/25 11:47:06kurasige Exp $28 // GEANT4 tag $Name: geant4-09-0 1-patch-02 $27 // $Id: G4VRestContinuousDiscreteProcess.hh,v 1.9 2007/11/15 04:10:18 kurasige Exp $ 28 // GEANT4 tag $Name: geant4-09-02-ref-02 $ 29 29 // 30 30 // -
trunk/source/processes/management/include/G4VRestContinuousProcess.hh
r819 r963 26 26 // 27 27 // $Id: G4VRestContinuousProcess.hh,v 1.6 2006/06/29 21:07:54 gunter Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: geant4-09-02-ref-02 $ 29 29 // 30 30 // -
trunk/source/processes/management/include/G4VRestDiscreteProcess.hh
r819 r963 25 25 // 26 26 // 27 // $Id: G4VRestDiscreteProcess.hh,v 1. 8.4.1 2008/04/25 11:47:07kurasige Exp $28 // GEANT4 tag $Name: geant4-09-0 1-patch-02 $27 // $Id: G4VRestDiscreteProcess.hh,v 1.9 2007/11/15 04:10:18 kurasige Exp $ 28 // GEANT4 tag $Name: geant4-09-02-ref-02 $ 29 29 // 30 30 // -
trunk/source/processes/management/include/G4VRestProcess.hh
r819 r963 26 26 // 27 27 // $Id: G4VRestProcess.hh,v 1.6 2006/06/29 21:07:58 gunter Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: geant4-09-02-ref-02 $ 29 29 // 30 30 // -
trunk/source/processes/management/include/G4WrapperProcess.hh
r819 r963 26 26 // 27 27 // $Id: G4WrapperProcess.hh,v 1.9 2007/12/12 10:09:49 gcosmo Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: geant4-09-02-ref-02 $ 29 29 // 30 30 // -
trunk/source/processes/management/src/G4IVContinuousDiscreteProcess.cc
r819 r963 25 25 // 26 26 // 27 // $Id: G4IVContinuousDiscreteProcess.cc,v 1. 9.4.1 2008/04/25 11:47:07kurasige Exp $28 // GEANT4 tag $Name: geant4-09-0 1-patch-02 $27 // $Id: G4IVContinuousDiscreteProcess.cc,v 1.10 2007/11/15 04:10:18 kurasige Exp $ 28 // GEANT4 tag $Name: geant4-09-02-ref-02 $ 29 29 // 30 30 // $Id: -
trunk/source/processes/management/src/G4IVRestDiscreteProcess.cc
r819 r963 25 25 // 26 26 // 27 // $Id: G4IVRestDiscreteProcess.cc,v 1. 9.4.1 2008/04/25 11:47:07kurasige Exp $28 // GEANT4 tag $Name: geant4-09-0 1-patch-02 $27 // $Id: G4IVRestDiscreteProcess.cc,v 1.10 2007/11/15 04:10:18 kurasige Exp $ 28 // GEANT4 tag $Name: geant4-09-02-ref-02 $ 29 29 // 30 30 // $Id: -
trunk/source/processes/management/src/G4ProcTblElement.cc
r819 r963 26 26 // 27 27 // $Id: G4ProcTblElement.cc,v 1.7 2006/06/29 21:08:06 gunter Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: geant4-09-02-ref-02 $ 29 29 // 30 30 // -
trunk/source/processes/management/src/G4ProcessAttribute.cc
r819 r963 26 26 // 27 27 // $Id: G4ProcessAttribute.cc,v 1.5 2006/06/29 21:08:08 gunter Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: geant4-09-02-ref-02 $ 29 29 // 30 30 // -
trunk/source/processes/management/src/G4ProcessManager.cc
r819 r963 25 25 // 26 26 // 27 // $Id: G4ProcessManager.cc,v 1.3 4 2007/11/28 17:47:57kurasige Exp $28 // GEANT4 tag $Name: geant4-09-0 1-patch-02 $27 // $Id: G4ProcessManager.cc,v 1.36 2008/03/20 02:57:09 kurasige Exp $ 28 // GEANT4 tag $Name: geant4-09-02-ref-02 $ 29 29 // 30 30 // -
trunk/source/processes/management/src/G4ProcessManagerMessenger.cc
r819 r963 26 26 // 27 27 // $Id: G4ProcessManagerMessenger.cc,v 1.10 2006/06/29 21:08:12 gunter Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: geant4-09-02-ref-02 $ 29 29 // 30 30 // -
trunk/source/processes/management/src/G4ProcessTable.cc
r819 r963 26 26 // 27 27 // $Id: G4ProcessTable.cc,v 1.13 2007/10/06 05:33:58 kurasige Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: geant4-09-02-ref-02 $ 29 29 // 30 30 // -
trunk/source/processes/management/src/G4ProcessTableMessenger.cc
r819 r963 25 25 // 26 26 // 27 // $Id: G4ProcessTableMessenger.cc,v 1.1 7 2006/06/29 21:08:16 gunterExp $28 // GEANT4 tag $Name: geant4-09-0 1-patch-02 $27 // $Id: G4ProcessTableMessenger.cc,v 1.18 2008/03/14 02:55:04 kurasige Exp $ 28 // GEANT4 tag $Name: geant4-09-02-ref-02 $ 29 29 // 30 30 // … … 438 438 for (idx = 0; idx < 1000 ; idx ++ ) { 439 439 G4String typeName = G4VProcess::GetProcessTypeName(G4ProcessType(idx)); 440 if ( isFoundEndMark = typeName.contains("---")) break; 440 isFoundEndMark = typeName.contains("---"); 441 if ( isFoundEndMark ) break; 441 442 } 442 443 if ( isFoundEndMark ) { -
trunk/source/processes/management/src/G4ProcessVector.cc
r819 r963 25 25 // 26 26 // 27 // $Id: G4ProcessVector.cc,v 1. 4 2006/06/29 21:08:18 gunterExp $28 // GEANT4 tag $Name: $27 // $Id: G4ProcessVector.cc,v 1.5 2008/06/23 08:58:26 gcosmo Exp $ 28 // GEANT4 tag $Name: geant4-09-02-ref-02 $ 29 29 // 30 30 // … … 38 38 #include "G4ProcessVector.hh" 39 39 40 41 40 /////// Constructors 42 G4ProcessVector::G4ProcessVector(size_t):pProcVector(0) 41 // 42 G4ProcessVector::G4ProcessVector(size_t) 43 43 { 44 pProcVector = new G4ProcVector();44 pProcVector = new G4ProcVector(); 45 45 } 46 46 … … 51 51 52 52 /////// destructor 53 // 53 54 G4ProcessVector::~G4ProcessVector() 54 55 { 55 56 // delete pProcVector 56 if (pProcVector != 0 ) { 57 // 58 if (pProcVector != 0 ) 59 { 57 60 pProcVector->clear(); 58 61 delete pProcVector; … … 61 64 62 65 ////// assignment oeprator 66 // 63 67 G4ProcessVector & G4ProcessVector::operator=(G4ProcessVector &right) 64 68 { 65 if (this != &right) { 69 if (this != &right) 70 { 66 71 // delete pProcVector 67 if (pProcVector != 0 ) { 72 // 73 if (pProcVector != 0 ) 74 { 68 75 pProcVector->clear(); 69 76 delete pProcVector; … … 73 80 74 81 // copy all contents in pProcVector 75 if (pProcVector != 0) { 76 pProcVector->clear(); 77 delete pProcVector; 78 } 79 pProcVector = new G4ProcVector(); 82 // 80 83 G4ProcVector::iterator i; 81 for (i = pProcVector->begin(); i!= pProcVector->end(); ++i) { 84 for (i = pProcVector->begin(); i!= pProcVector->end(); ++i) 85 { 82 86 pProcVector->push_back(*i); 83 87 } … … 85 89 return *this; 86 90 } 87 88 -
trunk/source/processes/management/src/G4VContinuousDiscreteProcess.cc
r819 r963 26 26 // 27 27 // $Id: G4VContinuousDiscreteProcess.cc,v 1.6 2007/10/02 08:23:20 kurasige Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: geant4-09-02-ref-02 $ 29 29 // 30 30 // -
trunk/source/processes/management/src/G4VContinuousProcess.cc
r819 r963 26 26 // 27 27 // $Id: G4VContinuousProcess.cc,v 1.5 2007/10/02 08:23:20 kurasige Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: geant4-09-02-ref-02 $ 29 29 // 30 30 // -
trunk/source/processes/management/src/G4VDiscreteProcess.cc
r819 r963 26 26 // 27 27 // $Id: G4VDiscreteProcess.cc,v 1.6 2007/10/02 08:23:20 kurasige Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: geant4-09-02-ref-02 $ 29 29 // 30 30 // -
trunk/source/processes/management/src/G4VProcess.cc
r819 r963 25 25 // 26 26 // 27 // $Id: G4VProcess.cc,v 1.1 5.2.1 2008/04/25 11:47:07kurasige Exp $28 // GEANT4 tag $Name: geant4-09-0 1-patch-02 $27 // $Id: G4VProcess.cc,v 1.16 2007/11/15 04:10:18 kurasige Exp $ 28 // GEANT4 tag $Name: geant4-09-02-ref-02 $ 29 29 // 30 30 // … … 52 52 theProcessName(aName), 53 53 theProcessType(aType), 54 theProcessSubType(-1), 54 55 thePILfactor(1.0), 55 enableAtRestDoIt(true),56 enableAlongStepDoIt(true),57 enablePostStepDoIt(true),56 enableAtRestDoIt(true), 57 enableAlongStepDoIt(true), 58 enablePostStepDoIt(true), 58 59 verboseLevel(0) 60 59 61 { 60 62 pParticleChange = &aParticleChange; … … 71 73 theProcessName(right.theProcessName), 72 74 theProcessType(right.theProcessType), 75 theProcessSubType(right.theProcessSubType), 73 76 thePILfactor(1.0), 74 enableAtRestDoIt(true),75 enableAlongStepDoIt(true),76 enablePostStepDoIt(true),77 verboseLevel(right.verboseLevel)77 enableAtRestDoIt(right.enableAtRestDoIt), 78 enableAlongStepDoIt(right.enableAlongStepDoIt), 79 enablePostStepDoIt(right.enablePostStepDoIt), 80 verboseLevel(right.verboseLevel) 78 81 { 79 82 } … … 86 89 theNumberOfInteractionLengthLeft -= previousStepSize/currentInteractionLength; 87 90 if(theNumberOfInteractionLengthLeft<0.) { 88 theNumberOfInteractionLengthLeft=perMillion;91 theNumberOfInteractionLengthLeft=perMillion; 89 92 } 90 93 91 94 } else { 92 95 #ifdef G4VERBOSE … … 186 189 { 187 190 G4cout << "Process Name " << theProcessName ; 188 G4cout << " : Type[" << GetProcessTypeName(theProcessType) << "]"<< G4endl; 191 G4cout << " : Type[" << GetProcessTypeName(theProcessType) << "]"; 192 G4cout << " : SubType[" << theProcessSubType << "]"<< G4endl; 189 193 } 190 194 -
trunk/source/processes/management/src/G4VRestContinuousDiscreteProcess.cc
r819 r963 26 26 // 27 27 // $Id: G4VRestContinuousDiscreteProcess.cc,v 1.6 2007/10/02 08:23:20 kurasige Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: geant4-09-02-ref-02 $ 29 29 // 30 30 // -
trunk/source/processes/management/src/G4VRestContinuousProcess.cc
r819 r963 26 26 // 27 27 // $Id: G4VRestContinuousProcess.cc,v 1.6 2007/10/02 08:23:20 kurasige Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: geant4-09-02-ref-02 $ 29 29 // 30 30 // -
trunk/source/processes/management/src/G4VRestDiscreteProcess.cc
r819 r963 26 26 // 27 27 // $Id: G4VRestDiscreteProcess.cc,v 1.6 2007/10/02 08:23:20 kurasige Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: geant4-09-02-ref-02 $ 29 29 // 30 30 // -
trunk/source/processes/management/src/G4VRestProcess.cc
r819 r963 26 26 // 27 27 // $Id: G4VRestProcess.cc,v 1.6 2007/10/02 08:23:20 kurasige Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: geant4-09-02-ref-02 $ 29 29 // 30 30 // -
trunk/source/processes/management/src/G4WrapperProcess.cc
r819 r963 26 26 // 27 27 // $Id: G4WrapperProcess.cc,v 1.1 2007/12/12 10:09:49 gcosmo Exp $ 28 // GEANT4 tag $Name: $28 // GEANT4 tag $Name: geant4-09-02-ref-02 $ 29 29 // 30 30 //
Note:
See TracChangeset
for help on using the changeset viewer.
