- Timestamp:
- 03/18/03 14:51:16 (22 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r1824 r1825 1 1 -*-*- END OF LINE -*-*- 2 3 2003/03/18: Thomas Bretz 4 5 * mfileio/MReadTree.cc: 6 - fixed a bug in the AddFile function 7 8 2 9 3 10 2003/03/18: Abelardo Moralejo … … 11 18 parlist so that we can choose the binning. 12 19 20 21 13 22 2003/03/13: Abelardo moralejo 14 23 15 24 * mhist/MHMcCT1CollectionArea.[h,cc] 16 - Added for calculations of collection area for CT1.Contains three 2-d17 histograms with axis energy vs theta angle: one histogram for all 18 25 - Added for calculations of collection area for CT1.Contains three 26 2-d histograms with axis energy vs theta angle: one histogram for 27 all events, one for analyzed events, one for the collection area. 19 28 20 29 * mmontecarlo/MMcCT1CollectionAreaCalc.[h,cc] … … 24 33 - Uses the above classes 25 34 35 36 26 37 2003/03/12: Abelardo Moralejo 27 38 28 39 * macros/mergecamera.C 29 40 - Added. Merges several MC camera output files into a single file. 41 42 30 43 31 44 2003/03/08: Wolfgang Wittek … … 41 54 - add SetDirectory(NULL) 42 55 43 * manalysis/ 44 45 56 * manalysis/MSelBasic.[h,cc] 57 MSelStandard.[h,cc] 58 MSelFinal.[h,cc] 46 59 - more detailed output for errors 47 60 - bugs removed 48 61 49 * manalysis/ 62 * manalysis/MPadSchweizer.[h,cc] 50 63 - add SetDirectory(NULL) 51 64 - add fErrors 52 65 53 * mfilter/ 66 * mfilter/MFEventSelector.[h,cc] 54 67 - add fErrors 55 68 … … 69 82 a run header 70 83 71 * mmc/ 84 * mmc/MMcEvt.[hxx,cxx]] 72 85 - add GetEvtNumber() 86 73 87 74 88 … … 89 103 90 104 * mmain/MMonteCarlo.cc 91 - Fixed bug: matrix BgR was created with dimension "dim", a number which 92 can be negative. Put "num" instead of "dim". 105 - Fixed bug: matrix BgR was created with dimension "dim", a number 106 which can be negative. Put "num" instead of "dim". 107 93 108 94 109 -
trunk/MagicSoft/Mars/mfileio/MReadTree.cc
r1761 r1825 202 202 // (Code taken from TFile::TFile 203 203 // 204 TString newname; // char-array must overcome comming block 205 204 206 if (strrchr(fname, '?') || strrchr(fname, '*')) 205 207 *fLog << warn << "WARNING: You may encounter crashes closing the files..." << endl; … … 207 209 { 208 210 const char *name; 209 210 TString newname;211 211 212 212 if ((name = gSystem->ExpandPathName(fname)))
Note:
See TracChangeset
for help on using the changeset viewer.