Changeset 8029 for trunk/MagicSoft


Ignore:
Timestamp:
10/09/06 10:19:31 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r8028 r8029  
    3232     - fixed a bug which caused the spectra to be normalized at 1GeV
    3333       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
    3438
    3539
  • trunk/MagicSoft/Mars/mbase/MAGIC.cc

    r8026 r8029  
    3232#include <iostream>
    3333
    34 NamespaceImp(MARS);
     34//NamespaceImp(MARS);
    3535
    3636using namespace std;
  • trunk/MagicSoft/Mars/mbase/MMath.cc

    r8026 r8029  
    4444#endif
    4545
    46 NamespaceImp(MMath);
     46//NamespaceImp(MMath);
    4747
    4848// --------------------------------------------------------------------------
     
    176176Double_t MMath::MedianDevImp(Size n, const Element *a, Double_t &med)
    177177{
    178     static const Double_t prob = 0.682689477208650697; //MMath::.GaissProb(1.0);
     178    static const Double_t prob = 0.682689477208650697; //MMath::GaussProb(1.0);
    179179
    180180    // Sanity check
Note: See TracChangeset for help on using the changeset viewer.