- Timestamp:
- 10/09/06 10:19:31 (18 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r8028 r8029 32 32 - fixed a bug which caused the spectra to be normalized at 1GeV 33 33 by default instead of the integral 34 35 * mbase/MMath.cc, mbase/MAGIC.cc: 36 - removed the NamespaceImp macro again, it gives problems when 37 compiling which are not yet understood 34 38 35 39 -
trunk/MagicSoft/Mars/mbase/MAGIC.cc
r8026 r8029 32 32 #include <iostream> 33 33 34 NamespaceImp(MARS);34 //NamespaceImp(MARS); 35 35 36 36 using namespace std; -
trunk/MagicSoft/Mars/mbase/MMath.cc
r8026 r8029 44 44 #endif 45 45 46 NamespaceImp(MMath);46 //NamespaceImp(MMath); 47 47 48 48 // -------------------------------------------------------------------------- … … 176 176 Double_t MMath::MedianDevImp(Size n, const Element *a, Double_t &med) 177 177 { 178 static const Double_t prob = 0.682689477208650697; //MMath:: .GaissProb(1.0);178 static const Double_t prob = 0.682689477208650697; //MMath::GaussProb(1.0); 179 179 180 180 // Sanity check
Note:
See TracChangeset
for help on using the changeset viewer.