source: trunk/MagicSoft/Mars/Changelog@ 9219

Last change on this file since 9219 was 9219, checked in by tbretz, 16 years ago
*** empty log message ***
File size: 4.6 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
21 2009/01/14 Thomas Bretz
22
23 * readraw.cc:
24 - check first whether the file exist before adding the extension
25
26 * mbase/MMath.[h,cc]:
27 - added function to Re-sort an array
28
29 * mfileio/MReadMarsFile.cc, mfileio/MWriteRootFile.cc:
30 - Improved output
31
32 * mfileio/MWriteRootFile.cc:
33 - fixed a problem which prevented to open more than one /dev/null
34 devices independantly
35
36 * mgeom/MGeomCam.cc:
37 - cosmetics
38
39 * mgeom/MGeomCamDwarf.h:
40 - fixed a typo in an ifdef
41
42 * mgeom/MGeomPix.[h,cc]:
43 - added funtion to return positon as TVector2
44 - slightly improved the algorithm to check IsInside
45 - fixed the conditional signs for the orientation of pixels
46 in GetDirection
47
48 * mmain/MEventDisplay.cc:
49 - Give different names to the MPedestalSubtract tasks
50 - fixed buttons
51 - call AddGeometryTags after ReInit to allow reading new geometries in
52 ReInit
53
54 * mmc/MMcEvtBasic.h:
55 - added a new primary type kNightSky
56
57 * mraw/MRawEvtPixelIter.h:
58 - replaced type of the number of bytes by UInt_t
59
60 * mraw/MRawRunHeader.h:
61 - allow to validate the magic-number from outside (for MCs)
62
63
64
65 2009/01/12 Daniel Hoehne-Moench
66
67 * datacenter/db/menu.php:
68 - bugfix: now the SumTriggerFlag is correctly displayed in the web
69 interface
70
71
72
73 2009/01/09 Daniel Hoehne-Moench
74
75 * datacenter/macros/fillcamera.C
76 - implemented new variables: zbinmin, zbinmax, number of
77 sumtriggers, sum trigger flag
78 - bugfix: for P and C runs the mirror fraction and the impact
79 parameter had unreasonable values (negative) which were filled
80 into the mcdb, now->0
81
82 * datacenter/scripts/fillcamera, mcsequences:
83 - implemented call of getdbsetup
84
85
86
87 2009/01/09 Stefan Ruegamer
88
89 * datacenter/scripts/buildsequenceentries
90 - corrected IFS argument
91
92
93
94 2009/01/08 Stefan Ruegamer
95
96 * datacenter/scripts/filesondisk
97 - added S and N runs
98
99
100
101 2009/01/07 Daniel Hoehne-Moench
102
103 * datacenter/macros/filldotrun.C:
104 - updated column counting numbers
105 - included a check for the number of columns in the runfiles
106
107 * datacenter/macros/buildsequenceentries.C:
108 - implemented SumTriggerFlagKEY for sequence building
109
110
111
112 2009/01/06 Thomas Bretz
113
114 * mbase/MArrayB.h, mbase/MArrayD.h, mbase/MArrayF.h,
115 mbase/MArrayI.h, mbase/MArrayS.h:
116 - removed GetSize
117
118 * mbase/MArrayF.h:
119 - added Add()
120 - added AddClipped
121
122 * mbase/MMath.[h,cc]:
123 - implemented ReSort
124
125 * mcorsika/MCorsikaEvtHeader.cc:
126 - removed obsolete comments
127
128 * mcorsika/MCorsikaRead.cc:
129 - cosmetics
130
131 * mcorsika/MCorsikaRunHeader.[h,cc]:
132 - added comments about file contents
133 - added fWavelengthMin/Max
134
135 * mextralgo/MExtralgoSpline.[h,cc]:
136 - renamed SearchY to SearchYdn
137 - fixed a problem in SearchYup (must be ++i instead of i++)
138 (this is relatively unimportant because it was only used
139 in the determination of the pulse width which we never
140 really used)
141 - added a sanity/range-check to SearchYup and SearchYdn
142 - added a comment
143 - changed the order of arguments in EvalDeriv1
144 - changed the order of arguments in EvalDeriv2
145 - accelerated EvalDeriv1 (one multiplication less)
146 - added Deriv1 function
147 - made SearchYup and SearchYdn public
148
149 * mjobs/MDataSet.cc:
150 - removed an obsolete return statement
151
152 * mraw/MRawEvtData.[h,cc]:
153 - changed pointer in AddPixel to reference
154 - added a Set function
155
156 * mraw/MRawRunHeader.[h,cc]:
157 - added a lot of fixes for wrong run numbers written by Arehucas
158 - added a fix for strange file numbers written by Arehucas
159 - added functions as monta carlo interface to set contents
160
161 * msignal/MSignalCam.cc:
162 - defined a case 9
163
164
165
166 2009/01/05 Thomas Bretz
167
168 * mhbase/MH.h:
169 - commited missing changes from last year
170
171 * merpp.cc:
172 - fixed a description
173
174 * sponde.cc:
175 - added "Multiple dataset at once"
176
177 * star.cc:
178 - removed obsolete -ff option from output
179
180 * mbase/MTime.[h,cc]:
181 - added GetBinary
182 - added WriteBinary
183
184 * mbase/MEvtLoop.cc:
185 - display paused status in status line
186 - improved pause handling
187
188
Note: See TracBrowser for help on using the repository browser.