Changeset 4933


Ignore:
Timestamp:
09/10/04 18:12:19 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
1 added
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r4928 r4933  
    6161     - added MHEffectiveOnTime
    6262
    63    * mhbase/MH3.cc:
     63   * mhbase/MH3.[h,cc]:
    6464     - fixed a bug in SetupFill which was introduced when I allowed
    6565       set the axis titles from the object title
     66     - added support for unique-profile names
     67
     68   * Makefile:
     69     - added new dir mhcalib
     70
     71   * mhcalib/HCalibIncl.h:
     72     - added - was missing
     73
     74   * mcalib/CalibLinkDef.h:
     75     - fixed some typos
    6676
    6777
  • trunk/MagicSoft/Mars/Makefile

    r4921 r4933  
    4848          msignal \
    4949          mbadpixels \
     50          mhcalib \
    5051          mcalib \
    5152          mpedestal \
  • trunk/MagicSoft/Mars/NEWS

    r4921 r4933  
    6565     the camera from a pointing model known to be correct and
    6666     the pointing model used for observations (MSrcPosFromModel)
     67
     68   - added a new version of the class calculating the effective on-time
     69     MHEffectiveOnTime. It unifies the old classes MHEffOnTime,
     70     MHEffOnTimeTime, MHEffOnTimeTheta, MHTimeDiff, MHTimeDiffTime and
     71     MHTimeDiffTheta.
    6772
    6873
  • trunk/MagicSoft/Mars/mcalib/CalibLinkDef.h

    r4930 r4933  
    3737#pragma link C++ class MCalibrationChargePINDiode+;
    3838
    39 #pragma link C++ class MMcCalibrationCalc++;
    40 
    41 #pragma link C++ class MHGausEvents++;
     39#pragma link C++ class MMcCalibrationCalc+;
    4240
    4341#endif
  • trunk/MagicSoft/Mars/mhbase/MH3.h

    r4891 r4933  
    2525    MDataChain *fData[3];        // Object from which the data is filled
    2626    Double_t    fScale[3];       // Scale for the three axis (eg unit)
     27
     28    TString     fNameProfX;      //! This should make sure, that gROOT doen't confuse the profile with something else
     29    TString     fNameProfY;      //! This should make sure, that gROOT doen't confuse the profile with something else
    2730
    2831    void StreamPrimitive(ofstream &out) const;
Note: See TracChangeset for help on using the changeset viewer.