source: trunk/MagicSoft/Mars/Changelog@ 9243

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