| Message: compile fixes for four advanced examples | Not Logged In (login) |
|
I noticed in 6.0 p01 that many of the advanced examples do not compile with gcc 3.2.2. These are
-XRayTel: physics list problems -Rich: parse error -lAr_calorimeter: parse error -Tiara: physics list problems -composite_calorimeter: parse error Here I list fairly trivial fixes for
-lAr_calorimeter -composite_calorimeter -Rich They are of the form
dir/file:line
-fix
Here they are... _composite_calorimeter_
src/CCalRotationMatrixFactory.cc -remove line 255 to end (operator overloading) _Rich_
include/FilterTrData.hh include/AerogelRefData.hh include/RichTbSD.hh -"using std::vector;" _lAr_calorimeter_
src/FCALHadModule.cc:84,94 src/FCalPrimaryGeneratorAction.cc:71,113 -change "endl" to "std::endl"
src/FCALEMModuleSD.cc:~123 src/FCALHadModuleSD.cc:~124 src/FCALTestBeamSetupSD.cc:148 -change "G4int iostemp;" to "ios::openmode iostemp;"
src/FCALTBEventAction.cc:119 -change "G4int iostemp1;" to "ios::openmode iostemp1;"
src/FCALTBEventAction.cc:~154 -change "G4int iostemp2;" to "ios::openmode iostemp2;"
src/FCALTBEventAction.cc:~186 -change "G4int iostemp3;" to "ios::openmode iostemp3;"
-- I am not sure who is in charge of each example, but these should be fairly simple to change in G4 CVS. |
| Inline Depth: | Outline Depth: | Add message: |
|
to: |