Changeset 4757


Ignore:
Timestamp:
08/27/04 14:54:20 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r4756 r4757  
    2929       been set (e.g. by the macro).
    3030
     31   * mcalib/MHGausEvents.cc
     32     - removed one call to fHPowerProbability->SetDirectory(0) which was
     33       at a completely wrong place in CreateEventXaxis(). Probably a
     34       slip of the emacs-pen.
    3135
    3236
  • trunk/MagicSoft/Mars/mcalib/MHGausEvents.cc

    r4636 r4757  
    326326{
    327327
    328   Float_t *xaxis = new Float_t[n];  fHPowerProbability->SetDirectory(NULL);
     328  Float_t *xaxis = new Float_t[n]; 
    329329
    330330  if (fEventFrequency)
Note: See TracChangeset for help on using the changeset viewer.