Changeset 9036 for trunk/MagicSoft/Mars/Changelog
- Timestamp:
- 07/22/08 19:56:42 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r9030 r9036 44 44 - added 45 45 46 * mfileio/MreadRflFile.[h,cc]: 47 - derived from MReadFiles (untested) 48 46 49 * datacenter/macros/checkfileavail.C: 47 50 - fixed a type (TSQLRow instead of TSQlRow) 51 - added a missing ; 52 53 * mfileio/MReadTree.[h,cc]: 54 - added some includes 55 - added the IsOwned member function to make sure we don't 56 spoil memory when out pointers are deleted in the destructor 57 - removed some really obsolete workarounds 58 - added a member function to add friends 59 - don't allocate memory in AddFile 60 - implemented the possibility to process also friends 61 - implemented the possibility to read branches from unknown 62 "vendors", i.e. branches for which the class is not available 63 in the dictionary 64 - added a list to hold all parameter containers to be able to 65 call SetReadyToSave more easily than previously 66 67 * mbase/MParEmulated.[h,cc]: 68 - added 69 70 * mbase/Makefile, mbase/BaseLinkDef.h: 71 - added MParEmulated 72 73 * mbase/MParameters.h: 74 - added functions to get the pointer to the values. Handle this 75 with care. 76 77 * mbase/MParConatiner.h: 78 - made GetterMethod virtual to allow MParEmulated to overwrite it 79 - made fgListMethodCall protected to allow MParEmulated to 80 add its new TMethodCalls 81 82 * datacenter/macros/checkfileavail.C: 83 - removed dependence on caco-files. 84 - fixed query 85 - output query in case of failure 86 87 * datacenter/scripts/checkfilesforsequenceavail: 88 - fixed to use new checkfileavail.C 89 90 * mcalib/MCalibrateData.cc: 91 - removed the fixed scale factor for MCs. It is now left open, 92 thus it can be changed from the callisto resource file 93 94 * mdata/MDataMember.cc: 95 - small improvement to error output 96 97 * mfileio/MWriteRootFile.cc: 98 - small change to log-level 99 48 100 49 101
Note:
See TracChangeset
for help on using the changeset viewer.