Changeset 9158 for trunk/MagicSoft/Mars


Ignore:
Timestamp:
11/12/08 16:16:19 (16 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r9157 r9158  
    7272     - allow to use MContinue also to return something else in Process()
    7373       than just kCONTNUE
     74
     75   * mfbase/MFilterList.h:
     76     - added member function GetNumEntries to get the number of
     77       list elements
     78
     79   * mhcalib/MHGausEvents.h:
     80     - added member function GetEntries
     81
     82   * mjobs/MJStar.cc:
     83     - only plot the source position in the case of Monte Carlos
     84       otherwise it is always 0/0 anyway
     85
     86   * mraw/MRawRunHeader.cc:
     87     - be more precise when printing the run number
     88
     89   * mtrigger/MTriggerPattern.[h,cc]:
     90     - added a Print function to be able to use MPrint
    7491
    7592
  • trunk/MagicSoft/Mars/mtrigger/MTriggerPattern.h

    r8892 r9158  
    2929    MTriggerPattern(const char *name=0, const char *title=0);
    3030
     31    void Print(Option_t *) const;
     32
    3133    void Reset() { fPrescaled=0; fUnprescaled=0; }
    3234
Note: See TracChangeset for help on using the changeset viewer.