source: trunk/MagicSoft/Mars/Changelog@ 9241

Last change on this file since 9241 was 9239, checked in by tbretz, 16 years ago
*** empty log message ***
File size: 10.8 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/22 Thomas Bretz
22
23 * mraw/MRawRunHeader.h:
24 - added new functions to access the runtype
25
26 * msim/MPhotonData.cc:
27 - removed some obsolete comments
28
29 * msim/MPhotonEvent.[h,cc]
30 - added some comments
31 - added new member function GetFirst and GetLast
32 - UnSort the array after reading new data
33 - removed some old obsolete code
34 - added new meber function Sort and IsSorted
35
36 * msimreflector/MSimReflector.cc:
37 - force sorting of the array
38
39 * msimcamera/MSimPSF.[h,cc], msimcamera/MSimGeomCam.[h,cc],
40 msimcamera/MSimExcessNoise.[h,cc], msimcamera/MSimSignalCam.[h,cc]:
41 - added
42
43
44
45 2009/01/21 Thomas Bretz
46
47 * mbase/BaseLinkDef.h, mbase/Makefile:
48 - added MQuaternion
49 - added MReflection
50
51 * mbase/MQuaternion.[h,cc], mbase/MReflection.[h,cc]:
52 - added
53
54 * mbase/MArrayI.[h,cc]:
55 - added a few new functions (ReSort, Add, Find and AddUniq)
56
57 * mbase/MMath.cc:
58 - replaced delete by delete[] where appropriate
59
60 * mgeom/MGeomCam.h:
61 - added new virtual functions HitFrame and HitDetector
62 - included MQuaternion
63
64 * mgeom/MGeomCamDwarf.[h,cc], mgeom/MGeomCamMagic.[h,cc]:
65 - added new functions HitFrame and HitDetector:
66
67 * msim/MHPhotonEvent.cc:
68 - removed the reference to MCamera
69
70 * mgeom/MGeomPix.[h,cc], mgui/MHexagon.[h,cc]:
71 - moved DistanceToPrimitive from MHexagon to MGeomPix
72 - moved the funtions to calculate overlapping areas
73 also, but they are still in a comment
74
75 * mgui/MHexagon.[h,cc]:
76 - started implementing a rotation angle
77 - added data meber fPhi
78 - increased class version number
79
80 * mhist/MHCamera.cc, mtools/MagicJam.cc:
81 - we don't have to use a MHexagon anymore caluclating
82 DistanceToPrimitive
83
84 * msimreflector/MMirror.[h,cc], msimreflector/MMirrorSquare.[h,cc],
85 msimreflector/MMirrorHex.[h,cc], msimreflector/MMirrorDisk.[h,cc],
86 msimreflector/MReflector.[h,cc], msimreflector/MSimReflector.[h,cc],
87 msimreflector/Makefile, msimreflector/SimReflectorLinkDef.h,
88 msimreflector/SimReflectorIncl.h:
89 - added
90
91
92
93 2009/01/21 Stefan Ruegamer
94
95 * datacenter/scripts/read_lapalma-tapes:
96 - added check of the tape slot when exporting the tapes
97
98
99
100 2009/01/20 Thomas Bretz
101
102 * mjobs/MJob.h:
103 - added Esc member function
104
105 * msim/MPhotonData.[h,cc], msim/MPhotonEvent.[h,cc],
106 msim/MSimAbsorption.[h,cc], msim/MSimPointingPos.[h,cc],
107 MHPhotonEvent.[h,cc], msim/Makefile, msim/SimIncl.h
108 msim/SimLinkDef.h:
109 - added
110
111
112 2009/01/19 Thomas Bretz
113
114 * mfileio/MWriteRootFile.cc:
115 - simplified how the rules are evaluated using TPregexp
116 - by this the rules got more powerful
117
118 * mjobs/MJCalibrateSignal.cc, mjobs/MJStar.cc:
119 - changed ols style rule to new style
120
121
122
123 2009/01/18 Thomas Bretz
124
125 * mbase/BaseLinkDef.h, mbase/Makefile:
126 - added MSpline3
127
128 * mcorsika/MCorsikaEvtHeader.cc:
129 - some little cosmetics
130
131 * mcorsika/MCorsikaEvtHeader.h:
132 - added some missing getters
133
134 * mcorsika/MCorsikaRunHeader.cc:
135 - removed some obsolete comments
136 - reordered some comments
137
138 * mextralgo/MExtralgoSpline.h:
139 - changed default in GetIntegral from true to false
140
141 * mraw/MRawEvtHeader.h:
142 - added Setter for DAQEventNumber
143
144 * mraw/MRawRunHeader.cc:
145 - start pixel hardware indices with 1 not with 0
146
147
148
149 2009/01/17 Thomas Bretz
150
151 * mbase/MMath.[h,cc]:
152 - added a new function RndmExp which should be a tiny bit faster than
153 root's own implementation because it ises Rndm() instead of Uniform()
154
155 * mextralgo/ExtralgoIncl.h:
156 - added MArrayF
157
158 * mextralgo/MExtralgoSpline.[h,cc]:
159 - divided FindY into FindYup and FindYdn to avoid an obsolete if-clause
160 - added a new member function to return the integral function of the
161 spline. This is useful to init a new spline and use it for
162 producing the proper random distribution.
163
164 * mpedestal/MPedestalSubtractedEvt.[h,cc]:
165 - added Print() function
166
167 * mraw/MRawEvtData.[h,cc]:
168 - added a member function to Reset the arrays
169 - added member function to set the pixel indices
170 - Improved the new Set function
171
172 * readcorsika.cc:
173 - added
174
175
176
177 2009/01/16 Daniel Hoehne-Moench
178
179 * datacenter/scripts/mcsequences:
180 - implemented sumtrigger -> modes, fTriggerFlagKEY
181 - fPriority(MCSequenceProcessStatus) is now filled into the mcdb
182
183 * datacenter/scripts/fillmccallisto, fillmcstar:
184 - bugfix: changed argument of $primaries from [$s+$s] to [$s]
185
186 * datacenter/macros/fillcamera.C:
187 - changed NumPheFromDNSB to float(7,3)
188 - fPriority(MCRunProcessStatus) is now filled into the mcdb
189
190 * datacenter/macros/fillmccalib.C:
191 - minor changes, bugfix (wrong column name for mcdb)
192
193 * datacenter/macros/fillmcsignal.C:
194 - definition of some parameters changed according to fillsignal.C
195 - minor changes, deleted unnecessary code
196 - implemented if clause for HiLo-Parameters. Instead of
197 seqno<200000 the fAmplFadcKEY is queried in the mcdb for each
198 sequence. For MUX MCs the HiLo-Parameters are not calculated.
199
200
201
202 2009/01/15 Thomas Bretz
203
204 * callisto.cc:
205 - cosmetics to output
206
207 * mcorsika/MCorsikaRunHeader.cc:
208 - cosmetics (removed a ;;)
209
210 * mhist/MHEvent.[h,cc]:
211 - ReInit to allow the change of the camera geoemtry in ReInit
212
213
214
215 2009/01/15 Stefan Ruegamer
216
217 * datacenter/scripts/dodatacheck:
218 - removed the _E in the find command; files from 2008/06/04 on do
219 not have it any more
220
221
222
223 2009/01/14 Daniel Hoehne-Moench
224
225 * datacenter/scripts/sourcefile:
226 - extended errorcoding on mc run process status
227
228 * datacenter/scripts/runmccallisto, runmcstar:
229 - deleted unnecessary lines, adapted to primary structure
230
231 * datacenter/macros/fillmcsignal.C, fillmccalib.C, fillmcstar.C:
232 - added
233
234 * datacenter/scripts/fillmccallisto, fillmcstar:
235 - added
236
237
238
239 2009/01/14 Thomas Bretz
240
241 * readraw.cc:
242 - check first whether the file exist before adding the extension
243
244 * mbase/MMath.[h,cc]:
245 - added function to Re-sort an array
246
247 * mfileio/MReadMarsFile.cc, mfileio/MWriteRootFile.cc:
248 - Improved output
249
250 * mfileio/MWriteRootFile.cc:
251 - fixed a problem which prevented to open more than one /dev/null
252 devices independantly
253
254 * mgeom/MGeomCam.cc:
255 - cosmetics
256
257 * mgeom/MGeomCamDwarf.h:
258 - fixed a typo in an ifdef
259
260 * mgeom/MGeomPix.[h,cc]:
261 - added funtion to return positon as TVector2
262 - slightly improved the algorithm to check IsInside
263 - fixed the conditional signs for the orientation of pixels
264 in GetDirection
265
266 * mmain/MEventDisplay.cc:
267 - Give different names to the MPedestalSubtract tasks
268 - fixed buttons
269 - call AddGeometryTags after ReInit to allow reading new geometries in
270 ReInit
271
272 * mmc/MMcEvtBasic.h:
273 - added a new primary type kNightSky
274
275 * mraw/MRawEvtPixelIter.h:
276 - replaced type of the number of bytes by UInt_t
277
278 * mraw/MRawRunHeader.h:
279 - allow to validate the magic-number from outside (for MCs)
280
281 * datacenter/scripts/runcorsika:
282 - added a lot of comments
283 - reordered values in input card
284 - switched off a lot of obsolete output
285 - changed the Magnetic field to a value corresponding to the location of
286 MAGIC at 2200m height valid for January 2009. (The old value never took
287 place there?!) The value was taken from www.noaa.gov/geomagmodels
288
289
290
291 2009/01/12 Daniel Hoehne-Moench
292
293 * datacenter/db/menu.php:
294 - bugfix: now the SumTriggerFlag is correctly displayed in the web
295 interface
296
297
298
299 2009/01/09 Daniel Hoehne-Moench
300
301 * datacenter/macros/fillcamera.C
302 - implemented new variables: zbinmin, zbinmax, number of
303 sumtriggers, sum trigger flag
304 - bugfix: for P and C runs the mirror fraction and the impact
305 parameter had unreasonable values (negative) which were filled
306 into the mcdb, now->0
307
308 * datacenter/scripts/fillcamera, mcsequences:
309 - implemented call of getdbsetup
310
311
312
313 2009/01/09 Stefan Ruegamer
314
315 * datacenter/scripts/buildsequenceentries
316 - corrected IFS argument
317
318
319
320 2009/01/08 Stefan Ruegamer
321
322 * datacenter/scripts/filesondisk
323 - added S and N runs
324
325
326
327 2009/01/07 Daniel Hoehne-Moench
328
329 * datacenter/macros/filldotrun.C:
330 - updated column counting numbers
331 - included a check for the number of columns in the runfiles
332
333 * datacenter/macros/buildsequenceentries.C:
334 - implemented SumTriggerFlagKEY for sequence building
335
336
337
338 2009/01/06 Thomas Bretz
339
340 * mbase/MArrayB.h, mbase/MArrayD.h, mbase/MArrayF.h,
341 mbase/MArrayI.h, mbase/MArrayS.h:
342 - removed GetSize
343
344 * mbase/MArrayF.h:
345 - added Add()
346 - added AddClipped
347
348 * mbase/MMath.[h,cc]:
349 - implemented ReSort
350
351 * mcorsika/MCorsikaEvtHeader.cc:
352 - removed obsolete comments
353
354 * mcorsika/MCorsikaRead.cc:
355 - cosmetics
356
357 * mcorsika/MCorsikaRunHeader.[h,cc]:
358 - added comments about file contents
359 - added fWavelengthMin/Max
360
361 * mextralgo/MExtralgoSpline.[h,cc]:
362 - renamed SearchY to SearchYdn
363 - fixed a problem in SearchYup (must be ++i instead of i++)
364 (this is relatively unimportant because it was only used
365 in the determination of the pulse width which we never
366 really used)
367 - added a sanity/range-check to SearchYup and SearchYdn
368 - added a comment
369 - changed the order of arguments in EvalDeriv1
370 - changed the order of arguments in EvalDeriv2
371 - accelerated EvalDeriv1 (one multiplication less)
372 - added Deriv1 function
373 - made SearchYup and SearchYdn public
374
375 * mjobs/MDataSet.cc:
376 - removed an obsolete return statement
377
378 * mraw/MRawEvtData.[h,cc]:
379 - changed pointer in AddPixel to reference
380 - added a Set function
381
382 * mraw/MRawRunHeader.[h,cc]:
383 - added a lot of fixes for wrong run numbers written by Arehucas
384 - added a fix for strange file numbers written by Arehucas
385 - added functions as monta carlo interface to set contents
386
387 * msignal/MSignalCam.cc:
388 - defined a case 9
389
390
391
392 2009/01/05 Thomas Bretz
393
394 * mhbase/MH.h:
395 - commited missing changes from last year
396
397 * merpp.cc:
398 - fixed a description
399
400 * sponde.cc:
401 - added "Multiple dataset at once"
402
403 * star.cc:
404 - removed obsolete -ff option from output
405
406 * mbase/MTime.[h,cc]:
407 - added GetBinary
408 - added WriteBinary
409
410 * mbase/MEvtLoop.cc:
411 - display paused status in status line
412 - improved pause handling
413
414
Note: See TracBrowser for help on using the repository browser.