1 | Please do not write behind the end of line tag so that it is possible
|
---|
2 | to send a Changelog file to a line printer directly. Thanks.
|
---|
3 |
|
---|
4 | For 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 |
|
---|
17 | While 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 |
|
---|
71 |
|
---|
72 | 2007/01/11 Daniela Dorner
|
---|
73 |
|
---|
74 | * datacenter/db/builddatasets.php:
|
---|
75 | - implemented username (the one who inserts the dataset has to give
|
---|
76 | his/her username now)
|
---|
77 | - fixed password query in case user inserted something wrong
|
---|
78 |
|
---|
79 | * datacenter/db/builddatasets.php, datasetinfo-aio.php,
|
---|
80 | runinfo-aio.php, sequinfo-aio.php:
|
---|
81 | - minor changes in formatting
|
---|
82 | - added 'alt' for +/- images
|
---|
83 |
|
---|
84 | * datacenter/db/menu.js:
|
---|
85 | - added 'alt' for +/- images
|
---|
86 |
|
---|
87 |
|
---|
88 |
|
---|
89 | 2007/01/10 Thomas Bretz
|
---|
90 |
|
---|
91 | * mhbase/MH.cc:
|
---|
92 | - fixed a bug in SetBinomialErrors. The errors of the two
|
---|
93 | histograms were exchanged in the calculation
|
---|
94 |
|
---|
95 | * mbase/MEnv.[h,cc]:
|
---|
96 | - added new member function GetNumUntouched
|
---|
97 |
|
---|