Import Geant4 6.1.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 10:49:58 +02:00
parent 96686e0c8f
commit 1d812b78b1
4545 changed files with 24433 additions and 175005 deletions
@@ -81,7 +81,7 @@ void FCALHadModule::InitializeGeometry() {
ifstream File
("geom_data/FCal2Electrodes.dat");
if(!File) G4cerr << "Failed to open file FCal2Electrode data file" << endl;
if(!File) G4cerr << "Failed to open file FCal2Electrode data file" << G4endl;
File.seekg(0);
NF2LarGap = 0;
@@ -91,7 +91,7 @@ void FCALHadModule::InitializeGeometry() {
>> F2LArIX[NF2LarGap] >> F2LArJY[NF2LarGap] >> F2LArITile[NF2LarGap];
};
G4cout << "*********" << " Number of Rods in FCAL2 : " << NF2LarGap-1 << endl;
G4cout << "*********" << " Number of Rods in FCAL2 : " << NF2LarGap-1 << G4endl;
};