Import Geant4 10.0.0 source tree
This commit is contained in:
@@ -23,8 +23,7 @@
|
||||
// * acceptance of all terms of the Geant4 Software license. *
|
||||
// ********************************************************************
|
||||
//
|
||||
// $Id: pyG4ProcessTable.cc,v 1.4 2006-06-29 15:34:58 gunter Exp $
|
||||
// $Name: not supported by cvs2svn $
|
||||
// $Id: pyG4ProcessTable.cc 76884 2013-11-18 12:54:03Z gcosmo $
|
||||
// ====================================================================
|
||||
// pyG4ProcessTable.cc
|
||||
//
|
||||
@@ -46,7 +45,7 @@ G4VProcess*(G4ProcessTable::*f1_FindProcess)
|
||||
(const G4String&, const G4String&) const = &G4ProcessTable::FindProcess;
|
||||
|
||||
G4VProcess*(G4ProcessTable::*f2_FindProcess)
|
||||
(const G4String&, const G4ParticleDefinition*) const
|
||||
(const G4String&, const G4ParticleDefinition*) const
|
||||
= &G4ProcessTable::FindProcess;
|
||||
|
||||
G4VProcess*(G4ProcessTable::*f3_FindProcess)
|
||||
@@ -64,7 +63,7 @@ list f1_FindProcesses(G4ProcessTable* procTable)
|
||||
procList.append(&(*procVec)[i]);
|
||||
}
|
||||
return procList;
|
||||
}
|
||||
}
|
||||
|
||||
list f2_FindProcesses(G4ProcessTable* procTable,
|
||||
const G4ProcessManager* procManager)
|
||||
@@ -76,7 +75,7 @@ list f2_FindProcesses(G4ProcessTable* procTable,
|
||||
procList.append(&(*procVec)[i]);
|
||||
}
|
||||
return procList;
|
||||
}
|
||||
}
|
||||
|
||||
list f3_FindProcesses(G4ProcessTable* procTable,
|
||||
const G4String& pname)
|
||||
@@ -88,7 +87,7 @@ list f3_FindProcesses(G4ProcessTable* procTable,
|
||||
procList.append(&(*procVec)[i]);
|
||||
}
|
||||
return procList;
|
||||
}
|
||||
}
|
||||
|
||||
list f4_FindProcesses(G4ProcessTable* procTable,
|
||||
G4ProcessType ptype)
|
||||
@@ -100,7 +99,7 @@ list f4_FindProcesses(G4ProcessTable* procTable,
|
||||
procList.append(&(*procVec)[i]);
|
||||
}
|
||||
return procList;
|
||||
}
|
||||
}
|
||||
|
||||
// SetProcessActivation
|
||||
void(G4ProcessTable::*f1_SetProcessActivation)
|
||||
@@ -133,9 +132,9 @@ void(G4ProcessTable::*f8_SetProcessActivation)
|
||||
(G4ProcessType, G4ProcessManager*, G4bool)
|
||||
= &G4ProcessTable::SetProcessActivation;
|
||||
|
||||
BOOST_PYTHON_MEMBER_FUNCTION_OVERLOADS(f_DumpInfo, DumpInfo, 1, 2);
|
||||
BOOST_PYTHON_MEMBER_FUNCTION_OVERLOADS(f_DumpInfo, DumpInfo, 1, 2)
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
using namespace pyG4ProcessTable;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user