Import Geant4 9.4.0 source tree
This commit is contained in:
@@ -24,8 +24,8 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4ProcessAttribute.cc,v 1.5 2006/06/29 21:08:08 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-09-02 $
|
||||
// $Id: G4ProcessAttribute.cc,v 1.6 2010/10/30 07:51:23 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-09-04 $
|
||||
//
|
||||
//
|
||||
// ------------------------------------------------------------
|
||||
@@ -45,8 +45,12 @@ G4ProcessAttribute::G4ProcessAttribute():
|
||||
{
|
||||
pProcess = 0;
|
||||
idxProcessList = -1;
|
||||
// clear
|
||||
for (G4int idx=0; idx<G4ProcessManager::SizeOfProcVectorArray; idx++){
|
||||
idxProcVector[idx] = -1;
|
||||
ordProcVector[idx] = -1;
|
||||
}
|
||||
}
|
||||
|
||||
// copy constructor //////////////////////////
|
||||
G4ProcessAttribute::G4ProcessAttribute(const G4ProcessAttribute &right)
|
||||
:isActive(true)
|
||||
|
||||
Reference in New Issue
Block a user