source: trunk/MagicSoft/Mars/Changelog@ 8245

Last change on this file since 8245 was 8245, checked in by tbretz, 19 years ago
*** empty log message ***
File size: 3.4 KB
Line 
1Please do not write behind the end of line tag so that it is possible
2to send a Changelog file to a line printer directly. Thanks.
3
4For your entries please follow EXACTLY this style:
5
6_yyyy/mm/dd_[Your Name]
7_
8___*_filename:
9_____-_description
10_
11___*_filename2, filename3:
12_____-_description
13_
14_
15_
16
17While an underscore is a placeholder for a white-space or an empty line.
18
19 -*-*- END OF LINE -*-*-
20 2007/01/11 Thomas Bretz
21
22 * mbase/MLogManip.cc:
23 - removed the obsolete include of MLog.h
24
25 * mbase/MLogManip.h:
26 - encapsulated an include in ifdefs
27
28 * mhcalib/MHCalibrationCam.cc, mhcalib/MHCalibrationChargeCam.cc:
29 - updated log-output
30
31 * mhflux/MHEnergyEst.cc:
32 - replaced difficult to see green by blue
33
34 * mjobs/MDataSet.[h,cc]:
35 - added datat members for path of sequences and path of data files
36 to be able to store overwritten defaults
37 - check completeness of dataset files
38 - store a MSequence object in the list instead of the name and dir
39 (this is necessary to have all important information for a dataset
40 file, including the sequence number! - available)
41 - some changes to the output
42 - allow to print a perfect copy of the read dataset file to the console
43 just from the contents of the object
44
45 * mjobs/MJStar.cc:
46 - updated to use MSequence::GetFileName instead of MSequence:GetName
47
48 * mjobs/MSequence.[h,cc]:
49 - keep filename and datapath in header, this has some advantages
50 for sanity checks
51 - many improvements of sanity checking in case of missing or
52 unaccessible files
53 - Fixed "lightConditions" (was "LightCondition")
54 - Fixed "No_Moon" (was "NoMoon")
55 - allow to set the data path as second argument in the constructor
56 - implemented a check whether the sequence file is complete
57
58 * mjobs/MJCut.[h,cc]:
59 - added some code (still commented out) to display the excess rate
60 - with the other changes we can now store the original dataset in
61 the output
62
63 * mjoptim/MJOptimize.cc:
64 - Keep the sequence files in the file list instead of just the
65 filename and the directory
66
67 * mjtrain/MJTrainDisp.cc:
68 - use return value of MDataSet::AddFilesOn/Off for a sanity check
69
70 * mjobs/MJob.[h,cc]:
71 - removed obsolete fPathData and stuff
72
73 * callisto.cc, star.cc:
74 - removed obsolete calls to MJob::SetPathData
75
76 * callisto.rc, star.rc:
77 - removed obsolete examples for "PathData"-resource
78
79 * mjobs/MJCalibTest.cc, mjobs/MJCalibrateSignal.cc,
80 mjobs/MJCalibration.cc, mjobs/MJPedestal.cc, mjobs/MJStar.cc:
81 - removed obsolete reference to fPathData
82
83
84
85 2007/01/11 Daniela Dorner
86
87 * datacenter/db/builddatasets.php:
88 - implemented username (the one who inserts the dataset has to give
89 his/her username now)
90 - fixed password query in case user inserted something wrong
91
92 * datacenter/db/builddatasets.php, datasetinfo-aio.php,
93 runinfo-aio.php, sequinfo-aio.php:
94 - minor changes in formatting
95 - added 'alt' for +/- images
96
97 * datacenter/db/menu.js:
98 - added 'alt' for +/- images
99
100
101
102 2007/01/10 Thomas Bretz
103
104 * mhbase/MH.cc:
105 - fixed a bug in SetBinomialErrors. The errors of the two
106 histograms were exchanged in the calculation
107
108 * mbase/MEnv.[h,cc]:
109 - added new member function GetNumUntouched
110
Note: See TracBrowser for help on using the repository browser.