- Timestamp:
- 11/12/08 16:16:19 (16 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r9157 r9158 72 72 - allow to use MContinue also to return something else in Process() 73 73 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 74 91 75 92 -
trunk/MagicSoft/Mars/mtrigger/MTriggerPattern.h
r8892 r9158 29 29 MTriggerPattern(const char *name=0, const char *title=0); 30 30 31 void Print(Option_t *) const; 32 31 33 void Reset() { fPrescaled=0; fUnprescaled=0; } 32 34
Note:
See TracChangeset
for help on using the changeset viewer.