Changeset 2507 in Sophya for trunk/SophyaLib/HiStats/hisprof.cc


Ignore:
Timestamp:
Mar 15, 2004, 5:47:21 PM (22 years ago)
Author:
ansari
Message:

Remplacement THROW par throw et suppression END_CONSTRUCTOR - Reza 15/03/2004

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/HiStats/hisprof.cc

    r2341 r2507  
    2020, SumY(NULL), SumY2(NULL), SumW(NULL), Ok(false), YMin(1.), YMax(-1.), Opt(0)
    2121{
    22  END_CONSTRUCTOR
    2322}
    2423
     
    4039  Histo::Errors();
    4140  Zero();
    42   END_CONSTRUCTOR
    4341}
    4442
     
    5654  Histo::Errors();
    5755  Zero();
    58   END_CONSTRUCTOR
    5956}
    6057
     
    7673  }
    7774  UpdateHisto();
    78   END_CONSTRUCTOR
    7975}
    8076
     
    251247HProf& HProf::operator += (const HProf& a)
    252248{
    253 if(mBins!=a.mBins) THROW(sizeMismatchErr);
     249if(mBins!=a.mBins) throw SzMismatchError(PExcLongMessage(""));
    254250Histo *hthis = (Histo *) this;
    255251*hthis += (Histo) a;
Note: See TracChangeset for help on using the changeset viewer.