source: trunk/MagicSoft/Mars/Changelog@ 9296

Last change on this file since 9296 was 9296, checked in by Daniela Dorner, 16 years ago
*** empty log message ***
File size: 17.2 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/02/03 Daniela Dorner
22
23 * datacenter/db/plotdb.php:
24 - sequence as default when startup
25
26 * datacenter/db/plotdb.php, datacenter/db/plot.php:
27 - added possibility to set size of plot
28
29
30
31 2009/02/03 Stefan Ruegamer
32
33 * datacenter/scripts/budb:
34 - added getdbsetup
35
36
37
38 2009/02/02 Thomas Bretz
39
40 * mcamera/MCameraCentralPix.[h,cc]:
41 - added data member fDC
42 - increased class version number accordingly
43
44 * mreport/MReportCC.cc:
45 - improved debug output
46 - remove minus from the third argument in SCHEDULE
47
48 * mreport/MReportCamera.[h,cc]:
49 - fixed for ver>=200812140
50 - added InterpretePSSEN
51 - added InterpreteLIQ
52
53 * msimcamera/MSimCamera.cc:
54 - added a time-shift uniformly according to the bin-width
55
56
57
58 2009/01/30 Thomas Bretz
59
60 * RELEASE V2.2
61
62
63 2009/02/02 Thomas Bretz
64
65 * mjobs/MJCalibrateSignal.cc, mjobs/MJStar.cc:
66 - fixed the regular expresssion
67
68
69
70 2009/01/30 Thomas Bretz
71
72 * datacenter/macros/fillcmt.C:
73 - added
74
75 * datacenter/macros/plotstat.C:
76 - extended loop to show all periods again
77
78 * msim/MPhotonData.cc:
79 - don't change the sign of the cosines. The direction of the
80 particle doesn't neet to be changed
81
82 * msimreflector/MSimReflector.cc:
83 - change the rotation matrix to fit the change in MPhotonData
84
85
86
87 2009/01/29 Thomas Bretz
88
89 * melectronics/MPulseShape.cc:
90 - changed spline range from -25/25 to -8/8
91
92 * mhflux/MAlphaFitter.cc, mhflux/MHAlpha.cc, mhflux/MHDisp.cc:
93 - for sanity (thread safety) replaced Form by MString::Format
94
95 * mhflux/MHDisp.cc:
96 - initialize fHalf as suggested by valgrind
97
98 * datacenter/macros/plotdb.C:
99 - updated comments
100
101 * resources/calibration_spline.rc:
102 - updated
103
104
105
106 2009/01/27 Thomas Bretz
107
108 * macros/rootlogon.C:
109 - added new subdirectories
110
111 * melectronics/MAnalogSignal.[h,cc]:
112 - added the posssibility to add a pulse from a TF1
113 - removed the printout if out of range
114 - returns whether the range had to be adapted
115 - changed the Discriminate function to allow for giving a start
116 and end time of the search
117 - imporved the fining of the falling and rising edge
118 - removed the printout in Discriminate
119
120 * msimcamera/MSimCamera.[h,cc]:
121 - moved the pulse shape specific code into a new class MPulseShape
122 - Fixed the range of the digitization
123
124 * melectronics/MPulseShape.[h,cc]:
125 - added
126
127 * melectronics/Makefile, melectronics/ElectronicsLinkDef.h:
128 - added MPulseShape
129
130 * msimcamera/MSimGeomCam.[h,cc]:
131 - Fixed the time window for random photons (Maybe move to a later
132 step in the analysis?)
133
134 * msimcamera/MSimReadout.cc:
135 - call SetReadyToSave for the run-header
136 - added some debug output in case of failure
137
138 * msimcamera/MSimSignalCam.[h,cc]:
139 - subtract the trigger position of any
140
141 * msimcamera/MSimTrigger.cc:
142 - some changes to the debug output
143
144 * mjobs/MJSimulation.[h,cc]:
145 - added
146
147 * mjobs/Makefile, mjobs/JobsLinkDef.h:
148 - added MJSimulation
149
150 * ceres.cc, showlog.cc, callisto.cc, star.cc, ganymed.cc, sponde.cc:
151 - added parenthesis suggested by compiler
152
153 * mbase/MParEnv.cc:
154 - included TClass for newwer root versions
155
156 * msimreflector/MReflector.cc:
157 - fixed return if read file was not existing
158
159 * msimrelfector/MSimReflector.cc:
160 - added sanity check if reflector is valid
161
162 * datacenter/macros/insertdataset.C:
163 - added fPriority
164
165 * datacenter/macros/plotoptical.C:
166 - write a root-file as the other plot-macros do
167
168 * mreflector/MHReflector.cc:
169 - added some SetDirectory(NULL), although this class is a candidate
170 for removal
171
172 * mjobs/MJCut.cc, mjobs/MJCalibrateSignal.cc:
173 - make the CheckEnv fail if kFALSE is returned
174
175
176
177 2009/01/26 Thomas Bretz
178
179 * Makefile:
180 - added mcorsika, msim, msimreflector, msimcamera and
181 msimelectronics
182 - added readcorsika
183
184 * mbase/Makefile, mbase/BaseLinkDef.h:
185 - added MParEnv
186
187 * mbase/MParEnv.[h,cc]:
188 - added
189
190 * mbase/MParameters.[h,cc]:
191 - added ReadEnv to all classes
192
193 * mbase/MParList.cc:
194 - return the container within MParEnv if MParEnv found
195
196 * mbase/MParContainer.cc:
197 - fixed a typo
198
199 * manalysis/MEventRateCalc.cc:
200 - added a comment
201
202 * melectronics/MAnalogChannels.[h,cc]:
203 - made the GetNum* unsigned
204 - added new member functions to just initialize one size
205
206 * mraw/MRawRunHeader.[h,cc]:
207 - added a possibility to just init the number of pixels
208
209 * msimcamera/MSimReadout.[h,cc]:
210 - get the number of output channels from the camera geometry
211 - initialize the runheader in ReInit
212 - initialize the data arrays from the run-header in reinit
213
214 * mimage/MHHillas.cc:
215 - the default binning is not scales by 0.9 anymore
216
217 * mmc/MMcEvtBasic.h:
218 - added new type "artificial"
219
220 * mraw/MRawRunHeader.cc:
221 - set header size in constructor to 0
222
223 * msimcamera/MSimCalibrationSignal.[h,cc]:
224 - we need fEvt and fTrigger always
225 - renamed ReInit to CallReInit
226 - set photon primary type
227 - set number of photons from 50 to 5
228
229 * msimcamera/MSimRandomPhotons.cc:
230 - explicitly set weight to 1
231
232 * mjobs/Makefile:
233 - added msim, msimreflector, msimcamera and mcorsika
234
235
236
237 2009/01/25 Thomas Bretz
238
239 * mbase/Makefile, mbase/BaseLinkDef.h:
240 - added MLut
241
242 * mbase/MLut.[h,cc]:
243 - added
244
245 * msimcamera/MSimCamera.[h,cc], msimcamera/MSimTrigger.[h,cc],
246 msimcamera/MSimRadout.[h,cc], msimcamera/SimCameraLinkDef.h,
247 msimcamera/Makefile, msimcamera/MSimCalibrationSignal.[h,cc],
248 msimcamera/SimCameraIncl,h:
249 - added
250
251 * mjobs/MJob.cc:
252 - included TClass for newer root versions
253
254 * mreflector/MRflEvtData.cc:
255 - repaced a use of MHexagon by a direct use of MGeomCam
256
257 * melectronics/MAvalanchePhotoDiode.[h,cc]:
258 - added some getters
259 - remobved some obsolete comment
260 - set entries to 1 by default
261
262 * mgeom/MGeomCam.[h,cc]:
263 - split the Get[Max,Min]Radius into two member functions
264 - added the HitDetector based on the maximum radius calculated
265
266 * mgeom/MGeomCamDwarf.[h,cc], mgeom/MGeomCamMagic.[h,cc]:
267 - removed overloading of the new HitDetector
268
269 * mgeom/MGeomPix.[h,cc]:
270 - reset fUserBits in constructor according to a suggestion by valgrind
271 - added GetT member function
272
273 * mjobs/MJSpectrum.cc:
274 - replaced some Form calls for sanity by MString::Format
275 - check the result of CheckEnv
276
277 * mjobs/MJStar.cc:
278 - check the result of CheckEnv
279
280 * mjobs/MJob.cc:
281 - fixed a typo in the name for the seed value resource
282
283 * mraw/MRawRunHeader.h:
284 - added a getter for run type point run
285
286 * msignal/MSignalCalc.cc:
287 - don't execute Process at all if fPedestal==NULL
288
289 * msignal/MSignalCam.cc:
290 - aded case 10 and 11 to GetPixelContent
291
292 * msim/MHPhotonEvent.cc:
293 - replaced case 4 by using the traversal distance in the 0-pixel
294
295 * msimcamera/MSimSignalCam.cc:
296 - set pixel only to used if contents>0
297
298 * msimcamera/MSimTrigger.[h,cc]:
299 - added ReadEnv for setup from a resource file
300 - compress the trigger list after deleting slots
301 - initialize descriminator threshold with -1
302 - check for the validity of the discr. th in PreProcess
303
304 * msimreflector/MReflector.[h,cc]:
305 - store file name in title
306 - added ReadEnv for setup from a resource file
307
308 * msimreflector/MSimReflector.[h,cc]:
309 - changed copyright notice
310 - added fDetectorMargin
311
312
313
314
315 2009/01/24 Thomas Bretz
316
317 * mbase/MMath.cc:
318 - added two explicit conversion to make it compile on my Ubuntu
319 - Replaced some Form by MString::Format
320 - included MString
321
322
323
324 2009/01/23 Daniela Dorner
325
326 * datacenter/db/showplots-ds.php, datacenter/db/tabs.php,
327 datacenter/db/plot.php:
328 - adapted path to new web file structure
329
330 * datacenter/db/sequinfo-aio.php, datacenter/db/runinfo-aio.php:
331 - added option to group by date (year, month, night): pulldown in
332 menu and adapted query
333
334 * datacenter/db/sequinfo-aio.php, datacenter/db/runinfo-aio.php
335 datacenter/db/datasetinfo-aio.php:
336 - enabled possibility to combine all group-bys
337
338 * datacenter/db/datasetinfo-aio.php:
339 - enhances information printed in table in case of group-by
340
341 * datacenter/db/include.php:
342 - adapted pulldown of status-group-by
343
344 * datacenter/db/menu.php:
345 - added pulldown for sumtrigger-flag to sequinfo-menu
346 - added function to print pulldown for group-by date
347
348
349
350 2009/01/23 Thomas Bretz
351
352 * mcorsika/MCorsikaEvtHeader.[h,cc], msim/MPhotonData.[h,cc],
353 msimcamera/MSimExcessNoise.cc, msimreflector/MMirrorDisk.cc,
354 msimreflector/MMirrorHex.cc, msimreflector/MMirrorSquare.[h,cc],
355 msimreflector/MReflector.cc, msimreflector/MSimReflector.cc,
356 melectronics/MAnalogSignal.cc:
357 - moved code which needs TMath to source file
358 - included TMath for newer root versions
359 - included TObjArray for newer root versions
360
361 * msimcamera/MSimAPD.[h,cc], msimcamera/MSimBundlePhotons.[h,cc],
362 msimcamera/MSimRandomPhotons.[h,cc]:
363 - added
364
365 * melectronics/Makefile, melectronics/MAnalogChannels.[h,cc],
366 melectronics/ElectronicsIncl.h, melectronics/ElectronicsLinkDef.h,
367 melectronics/MDigitalSignal.[h,cc],
368 melectronics/MAnalogSignal.[h,cc],
369 melectronics/MAvalanchePhotoDiode.[h,cc]:
370 - added
371
372 * msim/M*.cc, msimreflector/M*.cc, msimcamera/M*.cc:
373 - changed copyright notice
374
375 * mjobs/MJob.[h,cc]:
376 - for convinience replaced GetEnvValue by GetEnvValue2
377 - added initialization of the random number generator
378
379 * ceres.cc, mcorsika/CorsikaIncl.h:
380 - added
381
382
383
384 2009/01/22 Thomas Bretz
385
386 * mraw/MRawRunHeader.h:
387 - added new functions to access the runtype
388
389 * msim/MPhotonData.cc:
390 - removed some obsolete comments
391
392 * msim/MPhotonEvent.[h,cc]
393 - added some comments
394 - added new member function GetFirst and GetLast
395 - UnSort the array after reading new data
396 - removed some old obsolete code
397 - added new meber function Sort and IsSorted
398
399 * msimreflector/MSimReflector.cc:
400 - force sorting of the array
401
402 * msimcamera/MSimPSF.[h,cc], msimcamera/MSimGeomCam.[h,cc],
403 msimcamera/MSimExcessNoise.[h,cc], msimcamera/MSimSignalCam.[h,cc]:
404 - added
405
406
407
408 2009/01/21 Thomas Bretz
409
410 * mbase/BaseLinkDef.h, mbase/Makefile:
411 - added MQuaternion
412 - added MReflection
413
414 * mbase/MQuaternion.[h,cc], mbase/MReflection.[h,cc]:
415 - added
416
417 * mbase/MArrayI.[h,cc]:
418 - added a few new functions (ReSort, Add, Find and AddUniq)
419
420 * mbase/MMath.cc:
421 - replaced delete by delete[] where appropriate
422
423 * mgeom/MGeomCam.h:
424 - added new virtual functions HitFrame and HitDetector
425 - included MQuaternion
426
427 * mgeom/MGeomCamDwarf.[h,cc], mgeom/MGeomCamMagic.[h,cc]:
428 - added new functions HitFrame and HitDetector:
429
430 * msim/MHPhotonEvent.cc:
431 - removed the reference to MCamera
432
433 * mgeom/MGeomPix.[h,cc], mgui/MHexagon.[h,cc]:
434 - moved DistanceToPrimitive from MHexagon to MGeomPix
435 - moved the funtions to calculate overlapping areas
436 also, but they are still in a comment
437
438 * mgui/MHexagon.[h,cc]:
439 - started implementing a rotation angle
440 - added data meber fPhi
441 - increased class version number
442
443 * mhist/MHCamera.cc, mtools/MagicJam.cc:
444 - we don't have to use a MHexagon anymore caluclating
445 DistanceToPrimitive
446
447 * msimreflector/MMirror.[h,cc], msimreflector/MMirrorSquare.[h,cc],
448 msimreflector/MMirrorHex.[h,cc], msimreflector/MMirrorDisk.[h,cc],
449 msimreflector/MReflector.[h,cc], msimreflector/MSimReflector.[h,cc],
450 msimreflector/Makefile, msimreflector/SimReflectorLinkDef.h,
451 msimreflector/SimReflectorIncl.h:
452 - added
453
454
455
456 2009/01/21 Stefan Ruegamer
457
458 * datacenter/scripts/read_lapalma-tapes:
459 - added check of the tape slot when exporting the tapes
460
461
462
463 2009/01/20 Thomas Bretz
464
465 * mjobs/MJob.h:
466 - added Esc member function
467
468 * msim/MPhotonData.[h,cc], msim/MPhotonEvent.[h,cc],
469 msim/MSimAbsorption.[h,cc], msim/MSimPointingPos.[h,cc],
470 MHPhotonEvent.[h,cc], msim/Makefile, msim/SimIncl.h
471 msim/SimLinkDef.h:
472 - added
473
474
475 2009/01/19 Thomas Bretz
476
477 * mfileio/MWriteRootFile.cc:
478 - simplified how the rules are evaluated using TPregexp
479 - by this the rules got more powerful
480
481 * mjobs/MJCalibrateSignal.cc, mjobs/MJStar.cc:
482 - changed ols style rule to new style
483
484
485
486 2009/01/18 Thomas Bretz
487
488 * mbase/BaseLinkDef.h, mbase/Makefile:
489 - added MSpline3
490
491 * mcorsika/MCorsikaEvtHeader.cc:
492 - some little cosmetics
493
494 * mcorsika/MCorsikaEvtHeader.h:
495 - added some missing getters
496
497 * mcorsika/MCorsikaRunHeader.cc:
498 - removed some obsolete comments
499 - reordered some comments
500
501 * mextralgo/MExtralgoSpline.h:
502 - changed default in GetIntegral from true to false
503
504 * mraw/MRawEvtHeader.h:
505 - added Setter for DAQEventNumber
506
507 * mraw/MRawRunHeader.cc:
508 - start pixel hardware indices with 1 not with 0
509
510
511
512 2009/01/17 Thomas Bretz
513
514 * mbase/MMath.[h,cc]:
515 - added a new function RndmExp which should be a tiny bit faster than
516 root's own implementation because it ises Rndm() instead of Uniform()
517
518 * mextralgo/ExtralgoIncl.h:
519 - added MArrayF
520
521 * mextralgo/MExtralgoSpline.[h,cc]:
522 - divided FindY into FindYup and FindYdn to avoid an obsolete if-clause
523 - added a new member function to return the integral function of the
524 spline. This is useful to init a new spline and use it for
525 producing the proper random distribution.
526
527 * mpedestal/MPedestalSubtractedEvt.[h,cc]:
528 - added Print() function
529
530 * mraw/MRawEvtData.[h,cc]:
531 - added a member function to Reset the arrays
532 - added member function to set the pixel indices
533 - Improved the new Set function
534
535 * readcorsika.cc:
536 - added
537
538
539
540 2009/01/16 Daniel Hoehne-Moench
541
542 * datacenter/scripts/mcsequences:
543 - implemented sumtrigger -> modes, fTriggerFlagKEY
544 - fPriority(MCSequenceProcessStatus) is now filled into the mcdb
545
546 * datacenter/scripts/fillmccallisto, fillmcstar:
547 - bugfix: changed argument of $primaries from [$s+$s] to [$s]
548
549 * datacenter/macros/fillcamera.C:
550 - changed NumPheFromDNSB to float(7,3)
551 - fPriority(MCRunProcessStatus) is now filled into the mcdb
552
553 * datacenter/macros/fillmccalib.C:
554 - minor changes, bugfix (wrong column name for mcdb)
555
556 * datacenter/macros/fillmcsignal.C:
557 - definition of some parameters changed according to fillsignal.C
558 - minor changes, deleted unnecessary code
559 - implemented if clause for HiLo-Parameters. Instead of
560 seqno<200000 the fAmplFadcKEY is queried in the mcdb for each
561 sequence. For MUX MCs the HiLo-Parameters are not calculated.
562
563
564
565 2009/01/15 Thomas Bretz
566
567 * callisto.cc:
568 - cosmetics to output
569
570 * mcorsika/MCorsikaRunHeader.cc:
571 - cosmetics (removed a ;;)
572
573 * mhist/MHEvent.[h,cc]:
574 - ReInit to allow the change of the camera geoemtry in ReInit
575
576
577
578 2009/01/15 Stefan Ruegamer
579
580 * datacenter/scripts/dodatacheck:
581 - removed the _E in the find command; files from 2008/06/04 on do
582 not have it any more
583
584
585
586 2009/01/14 Daniel Hoehne-Moench
587
588 * datacenter/scripts/sourcefile:
589 - extended errorcoding on mc run process status
590
591 * datacenter/scripts/runmccallisto, runmcstar:
592 - deleted unnecessary lines, adapted to primary structure
593
594 * datacenter/macros/fillmcsignal.C, fillmccalib.C, fillmcstar.C:
595 - added
596
597 * datacenter/scripts/fillmccallisto, fillmcstar:
598 - added
599
600
601
602 2009/01/14 Thomas Bretz
603
604 * readraw.cc:
605 - check first whether the file exist before adding the extension
606
607 * mbase/MMath.[h,cc]:
608 - added function to Re-sort an array
609
610 * mfileio/MReadMarsFile.cc, mfileio/MWriteRootFile.cc:
611 - Improved output
612
613 * mfileio/MWriteRootFile.cc:
614 - fixed a problem which prevented to open more than one /dev/null
615 devices independantly
616
617 * mgeom/MGeomCam.cc:
618 - cosmetics
619
620 * mgeom/MGeomCamDwarf.h:
621 - fixed a typo in an ifdef
622
623 * mgeom/MGeomPix.[h,cc]:
624 - added funtion to return positon as TVector2
625 - slightly improved the algorithm to check IsInside
626 - fixed the conditional signs for the orientation of pixels
627 in GetDirection
628
629 * mmain/MEventDisplay.cc:
630 - Give different names to the MPedestalSubtract tasks
631 - fixed buttons
632 - call AddGeometryTags after ReInit to allow reading new geometries in
633 ReInit
634
635 * mmc/MMcEvtBasic.h:
636 - added a new primary type kNightSky
637
638 * mraw/MRawEvtPixelIter.h:
639 - replaced type of the number of bytes by UInt_t
640
641 * mraw/MRawRunHeader.h:
642 - allow to validate the magic-number from outside (for MCs)
643
644 * datacenter/scripts/runcorsika:
645 - added a lot of comments
646 - reordered values in input card
647 - switched off a lot of obsolete output
648 - changed the Magnetic field to a value corresponding to the location of
649 MAGIC at 2200m height valid for January 200
Note: See TracBrowser for help on using the repository browser.