Import Geant4 1.1.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-08 15:34:16 +02:00
parent ca1c8cb059
commit 103bda00c8
2654 changed files with 29719 additions and 20203 deletions
@@ -65,14 +65,14 @@ void G4AssemblyCreator::CreateG4Geometry(STEPentity& Ent)
{
//#define G4_STEPINTERFACE_DEBUG 1
#ifdef G4_STEPINTERFACE_DEBUG
G4cout<<"\n\n Creating the Context_Dependent_Shape_Representation"<<endl;
G4cout<<"\n\n Creating the Context_Dependent_Shape_Representation"<<G4endl;
#endif
index = 0;
for( a=0; a< ConDepShapes; a++)
{
#ifdef G4_STEPINTERFACE_DEBUG
G4cout<<"loop "<<a+1<<" of "<<ConDepShapes<<endl;
G4cout<<"loop "<<a+1<<" of "<<ConDepShapes<<G4endl;
#endif
// Be careful, tmpindex not correspond to STEPfile_id !
tmpindex =
@@ -98,7 +98,7 @@ void G4AssemblyCreator::CreateG4Geometry(STEPentity& Ent)
#ifdef G4_STEPINTERFACE_DEBUG
G4cout<<" Context_Dependent_Shape_Representation find in index "
<<index<<endl;
<<index<<G4endl;
#endif
}
@@ -112,13 +112,13 @@ void G4AssemblyCreator::CreateG4Geometry(STEPentity& Ent)
else
{
#ifdef G4_STEPINTERFACE_DEBUG
G4cout<<"\n Creating the Shape_Definition_Representation"<<endl;
G4cout<<"\n Creating the Shape_Definition_Representation"<<G4endl;
#endif
for(a=0; a< ShapeDefReps ; a++)
{
#ifdef G4_STEPINTERFACE_DEBUG
G4cout<<"loop "<<a+1<<" of "<<ShapeDefReps<<endl;
G4cout<<"loop "<<a+1<<" of "<<ShapeDefReps<<G4endl;
#endif
// Be careful, tmpindex not correspond to STEPfile_id !
@@ -142,7 +142,7 @@ void G4AssemblyCreator::CreateG4Geometry(STEPentity& Ent)
index = ent->STEPfile_id ;
#ifdef G4_STEPINTERFACE_DEBUG
G4cout<<" Shape_Definition_Representation find in index "<<index<<endl;
G4cout<<" Shape_Definition_Representation find in index "<<index<<G4endl;
#endif
}