source: trunk/MagicSoft/Mars/Changelog@ 9227

Last change on this file since 9227 was 9227, checked in by tbretz, 16 years ago
*** empty log message ***
File size: 7.5 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/17 Thomas Bretz
22
23 * mbase/MMath.[h,cc]:
24 - added a new function RndmExp which should be a tiny bit faster than
25 root's own implementation because it ises Rndm() instead of Uniform()
26
27 * mextralgo/ExtralgoIncl.h:
28 - added MArrayF
29
30 * mextralgo/MExtralgoSpline.[h,cc]:
31 - divided FindY into FindYup and FindYdn to avoid an obsolete if-clause
32 - added a new member function to return the integral function of the
33 spline. This is useful to init a new spline and use it for
34 producing the proper random distribution.
35
36 * mpedestal/MPedestalSubtractedEvt.[h,cc]:
37 - added Print() function
38
39 * mraw/MRawEvtData.[h,cc]:
40 - added a member function to Reset the arrays
41 - added member function to set the pixel indices
42 - Improved the new Set function
43
44
45
46 2009/01/16 Daniel Hoehne-Moench
47
48 * datacenter/scripts/mcsequences:
49 - implemented sumtrigger -> modes, fTriggerFlagKEY
50 - fPriority(MCSequenceProcessStatus) is now filled into the mcdb
51
52 * datacenter/scripts/fillmccallisto, fillmcstar:
53 - bugfix: changed argument of $primaries from [$s+$s] to [$s]
54
55 * datacenter/macros/fillcamera.C:
56 - changed NumPheFromDNSB to float(7,3)
57 - fPriority(MCRunProcessStatus) is now filled into the mcdb
58
59 * datacenter/macros/fillmccalib.C:
60 - minor changes, bugfix (wrong column name for mcdb)
61
62 * datacenter/macros/fillmcsignal.C:
63 - definition of some parameters changed according to fillsignal.C
64 - minor changes, deleted unnecessary code
65 - implemented if clause for HiLo-Parameters. Instead of
66 seqno<200000 the fAmplFadcKEY is queried in the mcdb for each
67 sequence. For MUX MCs the HiLo-Parameters are not calculated.
68
69
70
71 2009/01/15 Thomas Bretz
72
73 * callisto.cc:
74 - cosmetics to output
75
76 * mcorsika/MCorsikaRunHeader.cc:
77 - cosmetics (removed a ;;)
78
79 * mhist/MHEvent.[h,cc]:
80 - ReInit to allow the change of the camera geoemtry in ReInit
81
82 * mpedestal/MPedestalSubtract.[h,cc]:
83 - added Print function
84
85
86
87 2009/01/15 Stefan Ruegamer
88
89 * datacenter/scripts/dodatacheck:
90 - removed the _E in the find command; files from 2008/06/04 on do
91 not have it any more
92
93
94
95 2009/01/14 Daniel Hoehne-Moench
96
97 * datacenter/scripts/sourcefile:
98 - extended errorcoding on mc run process status
99
100 * datacenter/scripts/runmccallisto, runmcstar:
101 - deleted unnecessary lines, adapted to primary structure
102
103 * datacenter/macros/fillmcsignal.C, fillmccalib.C, fillmcstar.C:
104 - added
105
106 * datacenter/scripts/fillmccallisto, fillmcstar:
107 - added
108
109
110
111 2009/01/14 Thomas Bretz
112
113 * readraw.cc:
114 - check first whether the file exist before adding the extension
115
116 * mbase/MMath.[h,cc]:
117 - added function to Re-sort an array
118
119 * mfileio/MReadMarsFile.cc, mfileio/MWriteRootFile.cc:
120 - Improved output
121
122 * mfileio/MWriteRootFile.cc:
123 - fixed a problem which prevented to open more than one /dev/null
124 devices independantly
125
126 * mgeom/MGeomCam.cc:
127 - cosmetics
128
129 * mgeom/MGeomCamDwarf.h:
130 - fixed a typo in an ifdef
131
132 * mgeom/MGeomPix.[h,cc]:
133 - added funtion to return positon as TVector2
134 - slightly improved the algorithm to check IsInside
135 - fixed the conditional signs for the orientation of pixels
136 in GetDirection
137
138 * mmain/MEventDisplay.cc:
139 - Give different names to the MPedestalSubtract tasks
140 - fixed buttons
141 - call AddGeometryTags after ReInit to allow reading new geometries in
142 ReInit
143
144 * mmc/MMcEvtBasic.h:
145 - added a new primary type kNightSky
146
147 * mraw/MRawEvtPixelIter.h:
148 - replaced type of the number of bytes by UInt_t
149
150 * mraw/MRawRunHeader.h:
151 - allow to validate the magic-number from outside (for MCs)
152
153 * datacenter/scripts/runcorsika:
154 - added a lot of comments
155 - reordered values in input card
156 - switched off a lot of obsolete output
157 - changed the Magnetic field to a value corresponding to the location of
158 MAGIC at 2200m height valid for January 2009. (The old value never took
159 place there?!) The value was taken from www.noaa.gov/geomagmodels
160
161
162
163 2009/01/12 Daniel Hoehne-Moench
164
165 * datacenter/db/menu.php:
166 - bugfix: now the SumTriggerFlag is correctly displayed in the web
167 interface
168
169
170
171 2009/01/09 Daniel Hoehne-Moench
172
173 * datacenter/macros/fillcamera.C
174 - implemented new variables: zbinmin, zbinmax, number of
175 sumtriggers, sum trigger flag
176 - bugfix: for P and C runs the mirror fraction and the impact
177 parameter had unreasonable values (negative) which were filled
178 into the mcdb, now->0
179
180 * datacenter/scripts/fillcamera, mcsequences:
181 - implemented call of getdbsetup
182
183
184
185 2009/01/09 Stefan Ruegamer
186
187 * datacenter/scripts/buildsequenceentries
188 - corrected IFS argument
189
190
191
192 2009/01/08 Stefan Ruegamer
193
194 * datacenter/scripts/filesondisk
195 - added S and N runs
196
197
198
199 2009/01/07 Daniel Hoehne-Moench
200
201 * datacenter/macros/filldotrun.C:
202 - updated column counting numbers
203 - included a check for the number of columns in the runfiles
204
205 * datacenter/macros/buildsequenceentries.C:
206 - implemented SumTriggerFlagKEY for sequence building
207
208
209
210 2009/01/06 Thomas Bretz
211
212 * mbase/MArrayB.h, mbase/MArrayD.h, mbase/MArrayF.h,
213 mbase/MArrayI.h, mbase/MArrayS.h:
214 - removed GetSize
215
216 * mbase/MArrayF.h:
217 - added Add()
218 - added AddClipped
219
220 * mbase/MMath.[h,cc]:
221 - implemented ReSort
222
223 * mcorsika/MCorsikaEvtHeader.cc:
224 - removed obsolete comments
225
226 * mcorsika/MCorsikaRead.cc:
227 - cosmetics
228
229 * mcorsika/MCorsikaRunHeader.[h,cc]:
230 - added comments about file contents
231 - added fWavelengthMin/Max
232
233 * mextralgo/MExtralgoSpline.[h,cc]:
234 - renamed SearchY to SearchYdn
235 - fixed a problem in SearchYup (must be ++i instead of i++)
236 (this is relatively unimportant because it was only used
237 in the determination of the pulse width which we never
238 really used)
239 - added a sanity/range-check to SearchYup and SearchYdn
240 - added a comment
241 - changed the order of arguments in EvalDeriv1
242 - changed the order of arguments in EvalDeriv2
243 - accelerated EvalDeriv1 (one multiplication less)
244 - added Deriv1 function
245 - made SearchYup and SearchYdn public
246
247 * mjobs/MDataSet.cc:
248 - removed an obsolete return statement
249
250 * mraw/MRawEvtData.[h,cc]:
251 - changed pointer in AddPixel to reference
252 - added a Set function
253
254 * mraw/MRawRunHeader.[h,cc]:
255 - added a lot of fixes for wrong run numbers written by Arehucas
256 - added a fix for strange file numbers written by Arehucas
257 - added functions as monta carlo interface to set contents
258
259 * msignal/MSignalCam.cc:
260 - defined a case 9
261
262
263
264 2009/01/05 Thomas Bretz
265
266 * mhbase/MH.h:
267 - commited missing changes from last year
268
269 * merpp.cc:
270 - fixed a description
271
272 * sponde.cc:
273 - added "Multiple dataset at once"
274
275 * star.cc:
276 - removed obsolete -ff option from output
277
278 * mbase/MTime.[h,cc]:
279 - added GetBinary
280 - added WriteBinary
281
282 * mbase/MEvtLoop.cc:
283 - display paused status in status line
284 - improved pause handling
285
286
Note: See TracBrowser for help on using the repository browser.