Changeset 9370 for trunk/MagicSoft
- Timestamp:
- 03/01/09 22:05:21 (16 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r9369 r9370 136 136 - slightly changed palette 137 137 - evaluate return of fwrite 138 139 * mbase/MQuaternion.h, msim/MPhotonData.h: 140 - added a workaround for sqrt in root 5.18/00 138 141 139 142 -
trunk/MagicSoft/Mars/mbase/MQuaternion.h
r9234 r9370 8 8 9 9 #ifndef ROOT_TQuaternion 10 #include <math.h> 11 #define sqrt ::sqrt 10 12 #include <TQuaternion.h> 13 #undef sqrt 11 14 #endif 12 15 -
trunk/MagicSoft/Mars/mgeom/MGeomPix.cc
r9369 r9370 66 66 ClassImp(MGeomPix); 67 67 68 using namespace std; 69 68 70 const Float_t MGeomPix::gsTan30 = TMath::Sqrt(3)/3; //TMath::Tan(TMath::DegToRad()*30); 69 71 const Float_t MGeomPix::gsTan60 = TMath::Sqrt(3); //TMath::Tan(TMath::DegToRad()*60); -
trunk/MagicSoft/Mars/msim/MPhotonData.h
r9348 r9370 15 15 16 16 #ifndef ROOT_TQuaternion 17 #include <math.h> 18 #define sqrt ::sqrt 17 19 #include <TQuaternion.h> 20 #undef sqrt 18 21 #endif 19 22
Note:
See TracChangeset
for help on using the changeset viewer.