Import Geant4 8.0.0 source tree
This commit is contained in:
@@ -42,8 +42,8 @@ class G4ProtonBuilder
|
||||
void RegisterMe(G4VProtonBuilder * aB) {theModelCollections.push_back(aB);}
|
||||
|
||||
private:
|
||||
G4HadronElasticProcess theProtonElasticProcess;
|
||||
G4ProtonInelasticProcess theProtonInelastic;
|
||||
G4HadronElasticProcess * theProtonElasticProcess;
|
||||
G4ProtonInelasticProcess * theProtonInelastic;
|
||||
|
||||
std::vector<G4VProtonBuilder *> theModelCollections;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user