source: trunk/MagicSoft/Mars/Changelog@ 9489

Last change on this file since 9489 was 9489, checked in by Daniela Dorner, 16 years ago
*** empty log message ***
File size: 73.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 2009/08/13 Daniela Dorner
22
23 * datacenter/scripts/setup.isdc.cta,
24 datacenter/scripts/setup.wue.magic.data,
25 datacenter/scripts/setup.wue.magic.mc:
26 - added (setup files with different default settings for usage with
27 $AUTOMATIONSETUP)
28
29 * datacenter/scripts/sourcefile:
30 - moved variables for resourcefiles steps.rc and sql.rc to setup.*
31 - removed function cont()
32 - added check if setup.* is existing
33
34 * datacenter/scripts/jobmanager:
35 - removed command line options (done now via environment variable
36 $AUTOMATIONSETUP)
37 - moved arrays $scripts, $scriptscolname, $pnosweek, $pnoswe to
38 setup.*
39
40
41
42 2009/08/12 Daniela Dorner
43
44 * datacenter/scripts/jobmanager:
45 - improved logging (new layout and more information)
46 - moved sleep to end of loop (function nextscript())
47
48
49
50 2009/08/12 Daniel Hoehne-Moench
51 * datacenter/macros/filldotrun.C:
52 - inserted Arehucas versions 090625-0, 0907[02,06,31]-0 including
53 the new columns L3TriggerRate, L3TriggerTable, WheelPos1,
54 WheelPos2, Cycle, PI, WorkingGroup and Proposal
55 - implemented MAGIC 2 run file handling
56 - removed readout of columns by ReadToDelim(); now the columns are
57 filled into an TObjArray
58
59
60
61 2009/08/11 Daniela Dorner
62
63 * datacenter/db/menu.php:
64 - added mc function (corsika production)
65
66 * datacenter/db/magicdefs.php:
67 - added $timelimits array
68
69 * datacenter/db/include.php:
70 - added usage of $timelimits array in function StatusQuery(), i.e.
71 provides possibility to set different values for time after
72 which job is marked as 'crashef' for diffent steps
73
74 * datacenter/db/builddatasets.php, datacenter/db/datacheck.php,
75 datacenter/db/datasetinfo-aio.php, datacenter/db/datasetinfo.php,
76 datacenter/db/dbstatus.php, datacenter/db/findoffdata.php,
77 datacenter/db/runinfo-aio.php, datacenter/db/runinfo.php,
78 datacenter/db/sequinfo-aio.php, datacenter/db/sequinfo.php,
79 datacenter/db/statusrps.php, datacenter/db/statussbs.php,
80 datacenter/db/statussps.php, datacenter/db/ctamcinfo.php:
81 - added $timelimits to function StatusQuery()
82
83 * datacenter/db/ctamcinfo.php:
84 - bugfix: combining of normal and status group-by is possible now
85 - added # of events and # of kilo-events in 'group-by'
86
87 * datacenter/db/ctadefs.php:
88 - changed time limit for corsika from 30 to 48 hours
89 - added # of events and # of kilo-events for 'group-by'
90
91 * datacenter/db/mcinfo.php:
92 - added (interface to monitor mc production (up to now only test
93 version for corsika))
94
95 * datacenter/db/mcdefs.php:
96 - added (definition of variables for mc production)
97
98
99
100 2009/08/03 Daniel Hoehne-Moench, Stefan Ruegamer
101
102 * datacenter/db/menu.php, magicdefs.php:
103 - added new columns L3TriggerTable, WheelPos1, WheelPos2 as well as
104 the KEY tables Cycle, PI, WorkingGroup and Proposal
105
106
107
108 2009/08/03 Daniela Dorner
109
110 * datacenter/db/menu.php:
111 - bugfix: query for NightRange field only date from database
112
113
114
115 2009/07/29 Thomas Bretz
116
117 * callisto.cc, ceres.cc, ganymed.cc, sponde.cc, star.cc:
118 - pipe command line to job
119
120 * mbase/MArgs.[h,cc]:
121 - added getter for command line
122
123 * mjobs/MJCalibration.cc, mjobs/MJCut.cc, mjobs/MJSpectrum.cc,
124 mjobs/MJStar.cc, mjobs/MJCalibrateSignal.cc:
125 - write command line to output
126
127 * mjobs/MJob.[h,cc]:
128 - added data member to store the command line
129
130 * mtrigger/MTriggerPattern.h:
131 - added efault argumtn to Print()
132
133 * mjobs/MJStar.cc:
134 - added a sanity check for empty sequences
135 - write MCorsikaEvtHeader and MCorsikaRunHeader to output
136
137 * mjobs/MJSimulation.cc:
138 - use a MParameterCalc to calculate and later store the
139 incident angle
140
141
142
143 2009/07/28 Thomas Bretz
144
145 * mjobs/MJCalibration.cc:
146 - we have to allow all kind of triggers together with a
147 calibration trigger, otherwise we never have enough
148 calibration events if the trigger signals haven't been
149 switched off (prescaled)
150
151 * mtrigger/MTriggerPatternDecode.cc:
152 - when we move L1TPU to L1 as a workaround we now really "move"
153 the bit instead of just copy it (this is better for filters
154 like "deny all")
155
156
157
158 2009/07/04 Daniela Dorner
159
160 * datacenter/db/ctamcinfo.php, datacenter/db/ctadefs.php,
161 datacenter/db/menu.php, datacenter/scripts/jobmanager:
162 - changed fCorsikaSimtelArray to fCorsikaSimTelarray
163
164
165
166 2009/07/02 Thomas Bretz
167
168 * manalysis/MGeomApply.cc:
169 - cosmetics to a comment
170
171 * melectronics/ElectronicsLinkDef.h, melectronics/Makefile:
172 - removed MPulseShape
173
174 * mhbase/MHMatrix.cc:
175 - improved memeory managment when matrix size is growing
176
177 * mjobs/MJCalibrateSignal.cc:
178 - added MCorsikaRunHeader and MCorsikaEvtHeader to output
179 for completeness
180
181 * mjobs/MJCalibration.cc:
182 - improved the filter for the trigger pattern
183
184
185
186 2009/07/01 Thomas Bretz
187
188 * mreport/MReportDrive.cc:
189 - fixed typo in version number
190
191 * mjobs/MJob.cc:
192 - improved check for write permissions
193
194 * mfileio/MWriteRootFile.cc:
195 - option should not only contain "memory" it should be identical
196 to "memory"
197
198
199
200 2009/06/28 Daniel Hoehne-Moench
201
202 * datacenter/macros/filldotrun.C
203 - fixed typo in Arehucas Version: 090661-0 -> 090616-0
204
205
206
207 2009/06/26 Daniel Hoehne-Moench
208
209 * datacenter/macros/filldotrun.C
210 - inserted Arehucas version 090616-0
211
212 * datacenter/macros/fillcamera.C:
213 - changed number of digits for thetamin, thetamax, pmin, pmax
214 - fPhiMin (pmin) and fPhiMax (pmax) are now filled into
215 MyMagicMonteCarlo
216
217
218
219 2009/06/22 Daniela Dorner
220
221 * datacenter/db/showplots.php, datacenter/db/showplots-ds.php,
222 datacenter/db/showplots-seq.php:
223 - additional information on the sequence is displayed on mouse-over
224 on the path of the file
225
226 * datacenter/db/plotinclude.php:
227 - implemented function for mouse-over in showplots*.php
228
229 * datacenter/db/showplots.php:
230 - adapted layout of menu to new feature
231
232
233
234 2009/06/20 Thomas Bretz
235
236 * mbase/MLut.[h,cc]:
237 - renamed Default to DefaultCol
238 - added DefaultRow
239 - added Print
240 - added some const qualifiers
241
242 * mbase/MParList.cc:
243 - make sure a parlist is not added to itself
244 - improved some debug output
245
246 * melectronics/MAvalanchePhotoDiode.[h,cc]:
247 - keep a time-stamp fTime
248 - added functions to "relax/evolve" the apd over a given time
249
250 * mgeom/MGeomCamDwarf.cc:
251 - fixed a broken comment
252
253 * mjobs/MJPedestal.cc:
254 - improved output in case of error
255
256 * mjobs/MJSimulation.cc:
257 - implemented a PreCut (to gain processing time)
258 - implemented the correct type id in the file name
259
260 * mpedestal/MPedCalcPedRun.cc:
261 - check for the run-number only if real data
262
263 * mraw/MRawRunHeader.[h,cc]:
264 - added GetRuntypeChar
265 - fixed a bug which returned the runtype instead of the
266 telescopenumber
267
268 * mreport/MReport.cc:
269 - added a new report version number 200905170 (preliminray!)
270
271 * mreport/MReportDrive.cc:
272 - added a fix for the starguider sttaus in the report
273
274 * msimcamera/MSimAPD.cc:
275 - instead of a full initialization of the APD before each event
276 we now only simulate a time evolution which is needed to relax
277 a cell to one permille error. This is much faster.
278
279 * msimcamera/MSimTrigger.[h,cc]:
280 - allow switching off of the electronics trigger
281 - replaced the real coincidence by better and faster algorithm
282 - the new algorithm also supports multiplicity triggers
283 - therefore added fMinMultiplicity
284 - updated the handling and ouput in case of empty coincidence maps
285
286 * mtrigger/MTriggerPattern.h:
287 - added some information in the bit description
288
289 * mtrigger/MTriggerPatternDecode.cc:
290 - fixed the decoding for runs for which L1TPU was connected
291 instead of L1
292
293 * megom/MGeomCamFact.[h,cc]:
294 - added
295
296 * megom/Makefile, mgeom/GeomLinkDef.h:
297 - added MGeomCamFact
298
299
300
301 2009/06/18 Daniela Dorner
302
303 * mjobs/MDataSet.h:
304 - fixed typo in comment
305
306
307
308 2009/06/16 Daniela Dorner
309
310 * datacenter/db/plotinclude.php, datacenter/db/plotdb.php:
311 - implemented feature to query/plot only data of one source (with
312 regular expressions)
313
314
315
316 2009/06/12 Daniela Dorner
317
318 * datacenter/db/include.php:
319 - adapted path of plus.png and minus.png
320
321 * datacenter/db/index-footer.html:
322 - adapted footer
323
324 * datacenter/db/menu.php:
325 - added functions for CTA MC
326
327 * datacenter/db/ctadefs.php:
328 - added (analog file to magicdefs.php for CTA)
329
330 * datacenter/db/ctamcinfo.php:
331 - added (website to display info about produced CTA MC)
332
333 * macros/starvisyear.C:
334 - added includes for compiling
335
336 * datacenter/scripts/sourcefile:
337 - replaced case- by if-statement in checklock()
338 - added more information to the output to the lockfile
339 - added processlog in makedir()
340 - improved processlog output and layout of queries
341 - added option to query only jobs for one node
342
343 * datacenter/scripts/jobmanager:
344 - added option for production of cta mc
345
346 * datacenter/scripts/jobmanager, datacenter/scripts/setup:
347 - added $totalmax which can overwrite $pnototal[$hour]
348
349
350
351 2009/06/09 Daniela Dorner
352
353 * mbase/MSpline3.cc:
354 - added include of TMath
355
356
357
358 2009/06/05 Stefan Ruegamer, Daniel Hoehne-Moench
359
360 * Mars-2.3/datacenter/macros/filldotrun.C
361 - inserted Arehucas versions 090522-0 and 090525-0
362
363
364
365 2009/05/15 Thomas Bretz
366
367 * ganymed.rc, ganymed_wobble.rc, ganymed_onoff.rc:
368 - fixed names for Hadronness Cut
369
370
371
372 2009/05/15 Thomas Bretz
373
374 * ganymed.rc, ganymed_wobble.rc, ganymed_onoff.rc:
375 - fixed names for Hadronness Cut
376
377
378
379 2009/05/10 Thomas Bretz
380
381 * ceres.cc:
382 - added usage of sequence files
383 - added new options for pedestal and calibration mode
384
385 * mbase/MDirIter.[h,cc]:
386 - added AddFile member function
387
388 * mbase/MArgs.[h,cc]:
389 - added member function to remove an argument from the list
390
391 * mgeom/MGeomPix.h:
392 - added Getter for Width in x and y
393
394 * mjobs/MJSimulation.[h,cc]:
395 - added fOperationMode
396 - added use of sequence
397 - name ceres file according to sequence number
398 - changes to the binnings
399
400 * mjobs/MSequence.[h,cc]:
401 - unified the usual and the default constructor
402 - don't output default values in Print
403 - added kCorsika files
404
405
406
407 2009/04/29 Thomas Bretz
408
409 * msimcamera/Makefile:
410 - added -I../msimreflector
411
412
413
414 2009/04/28 Thomas Bretz
415
416 * mjobs/MJStar.cc:
417 - allow to run thru even if discriminator threshold are missing
418
419
420
421 2009/04/26 Thomas Bretz
422
423 * mraw/MRawFileRead.cc:
424 - added consistency check for two consecutive headers
425
426 * mraw/MRawRunHeader.[h,cc]:
427 - added copy constructor
428 - added member function for conistency check
429
430
431
432 2009/04/16 Thomas Bretz
433
434 * mbase/MEvtLoop.cc:
435 - make sure that no negative values for the estimated time
436 is shown
437
438 * mcorsika/MCorsikaEvtHeader.cc:
439 - calculate impact in the telescope dish plane and not on the
440 ground
441
442 * mhflux/MHCollectionArea.cc:
443 - initialize more variables in the constructor as suggested
444 by valgrind
445
446 * mpointing/MHPointing.cc:
447 - set the maximum such that both axis are scaled correctly
448
449 * msimcamera/MSimBundlePhotons.cc:
450 - added some more output
451
452 * resmc/dwarf-pde-gapd.txt:
453 - used new curve from ETH
454 - extrapolated curve on both ends linearily
455
456 * resmc/dwarf-reflectivity.txt:
457 - extrapolated linearily to 980 nm
458
459 * resmc/magic-pde.txt:
460 - set to 0 at 900nm
461
462 * resmc/magic-reflectivity.txt:
463 - extrpolated to 900nm
464
465 * msimcamera/MSimReadout.cc:
466 - small improvement to sanity check to allow having less channels
467 than pixels
468
469 * mreport/MReport.cc:
470 - added once more a fix for a wrong Arehucas version
471
472 * mbase/MSpline3.[h,cc]:
473 - added functions to return the analytical integral
474 of the spline
475
476 * mjobs/MJSimulation.[h,cc]:
477 - replaced the 2D histogram with the impact on ground with
478 a 1D histogram with the impact perpendicular to Alt/Az
479 - Use a MParSline instead of MPulseShape
480 - Use MParSplines as input for MSimAbsorption
481 - increased the number of bins for the threshold histogram
482 - adapted BinningImpact
483 - added another histogram for the event distribution after cleaning
484 - changed the default number of the NSB to fit the new input
485 definition
486 - added histogram for MNewImagePar
487 - added tab "Info2"
488 - added all MHPhotonEvent to the paremeter list to allow access
489 of the ReadEnv
490
491 * msim/MSimAbsorption.[h,cc]:
492 - moved the spline code to MParSpline
493 - use MParSpline as new input
494
495 * msimcamera/MSimCalibrationSignal.[h,cc], msimcamera/MSimCamera.[h,cc],
496 msimcamera/MSimGeomCam.[h,cc]:
497 - replaces MPulseShape by MParSpline
498
499 * msimcamera/MSimRandomPhotons.[h,cc]:
500 - scale NSB rates like it is done in Eckart's paper
501 - write rates to an output container
502
503 * ceres.rc:
504 - adapted
505
506 * msimcamera/MSimAPD.[h,cc]:
507 - take the acidental rate from a container
508
509 * mbase/Makefile, mbase/BaseLinkDef.h:
510 - added MParSpline
511
512 * mbase/MParSpline.[h,cc]:
513 - added
514
515 * msim/MSimAtmosphere.cc:
516 - fixed a bug which caused the aerosol coefficient to be
517 incorrectly initialized
518
519
520
521 2009/04/01 Thomas Bretz
522
523 * Makefile.conf.linux:
524 - removed accidental '-g'
525
526 * Makefile.conf.linux:
527 - removed -Wconversion (produces too much output on newer
528 compilers)
529
530 * ceres.rc, mjobs/MJSimulation.cc:
531 - added a cut "Cut" after image parameter calculation
532 - updated noise numbers
533
534 * resmc/dwarf-pde-gapd.txt:
535 - upadted with a more reliable curve from theeth meeting page
536 (linear extrapolate below 350nm)
537
538
539
540 2009/03/30 Thomas Bretz
541
542 * manalysis/MMcCalibrationUpdate.cc:
543 - fixed a conditional which prevented the display from
544 correctly process raw data
545
546 * mgeom/MGeomCamSquare.cc:
547 - shifted pixels to be centered around 0
548
549 * msimcamera/MSimCamera.cc:
550 - added an additional sanity check
551
552 * mhbase/MH.cc:
553 - added "temp" to palette
554
555
556
557 2009/03/27 Stefan Ruegamer
558
559 * datacenter/scripts/checkstardone
560 - added missing ;; for the case-switching
561
562
563
564 2009/03/24 Stefan Ruegamer
565
566 * mhflux/MHAlpha.cc
567 - changed in DrawAll the line color of on-off to blue
568
569
570
571 2009/03/23 Thomas Bretz
572
573 * resources/starguider01000534.txt:
574 - added
575
576 * mbase/MStatusDisplay.cc:
577 - if no MStatusArray is found now all object are drawn
578
579 * mfileio/MWriteRootFile.[h,cc]:
580 - trees to be copied can now be made optional
581
582 * mhbase/MH.cc:
583 - included TProfile2D for newer root versions
584
585 * mjobs/MJCalibrateSignal.cc:
586 - made the copy of "OriginalMC" optional. Now it also works
587 for non-ceres (original MMCS) files again which don't
588 have this tree.
589
590
591
592 2009/03/19 Daniel Hoehne-Moench
593
594 * datacenter/scropts/mcsequences:
595 - bugfix: replaced $user by $us
596 - bugfix: fPriority is now inserted into the correct table
597
598
599
600 2009/03/16 Thomas Bretz
601
602 * ganymed.rc, ganymed_onoff.rc, ganymed_wobble.rc:
603 - added new starguider calibration since 1000534
604
605 * datacenter/macros/plotdb.C, datacenter/macros/plotrundb.C:
606 - added option to set ds-number in datset
607
608 * mgeom/MGeomCamMagic.cc:
609 - fixed layout of the MII camera
610
611 * mpointing/MPointingDevCalc.cc:
612 - updated informations
613
614
615
616 2009/03/16 Daniel Hoehne-Moench
617
618 * datacenter/scripts/fillcamera
619 - bugfix: the first line was moved by a tabulator
620
621
622
623 2009/03/16 Stefan Ruegamer
624
625 * datacenter/scripts/makecallistolinks
626 - added >/dev/null in line 68 to prevent the mails to dc@astro
627 - removed the -v for the ln
628
629 * datacenter/scripts/sourcefile
630 - added printprocesslog for rm -v in the finish function (mails)
631
632
633
634 2009/03/15 Thomas Bretz
635
636 * mgeom/MGeomCam.[h,cc]:
637 - added member function to get the total sensitive area of the
638 camera
639
640 * mgeom/MGeomCamMagic.cc:
641 - included TMath for newer root versions
642
643
644
645 2009/03/07 Thomas Bretz
646
647 * RELEASE V2.3
648
649
650
651 2009/03/06 Thomas Bretz
652
653 * datacenter/macros/plotrundb.C datacenter/macros/fillstar.C:
654 - added RunDataCheck access
655
656 * mreflector/MRflEventData.cc:
657 - replaced DistanceToPrimitive by IsInside
658
659
660
661 2009/03/05 Thomas Bretz
662
663 * mreport/MReportCamera.cc:
664 - fixed a problem if the HVFIL section is empty
665
666 * merpp.cc:
667 - added --dev-null option to Usage output
668
669 * mjobs/MJMerpp.[h,cc]:
670 - fixed operation in --dev-null mode
671
672
673
674 2009/03/04 Thomas Bretz
675
676 * datacenter/macros/plotdb.C:
677 - updated some binnings
678
679 * datacenter/macros/fillganymed.C:
680 - use the primary also when inserting
681
682 * mgeom/GeomLinkDef.h:
683 - added MGeomCamMagicII
684
685 * mgeom/MGeom.[h,cc]:
686 - added option to set position
687 - removed DistanceToPrimitive, use IsInside instead
688
689 * mgeom/MGeomCam.[h,cc]:
690 - added a virtual function to CreateNN
691 - added a workaround after reading by calling CreateNN
692 because with the last changes the pixel indices get lost
693
694 * mgeom/MGeomCamCT1.[h,cc]:
695 - now derives from MGeomCamDwarf
696 - accordingly increased version number
697
698 * mgeom/MGeomCamDwarf.[h,cc]:
699 - removed Clone -> now in MGeomCam
700
701 * mgeom/MGeomCamMagic.[h,cc]:
702 - added MGeomCamMagicII <preliminary>
703
704 * mgeom/MGeomCamSquare.[h,cc]:
705 - removed creation of next neighbors -> now automatic
706
707 * mgeom/MGeomPix.[h,cc]:
708 - added rotation angle in terms of cos(phi) and sin(phi)
709 - rotate in PaintPrimitive
710 - adapted IsInside accordingly
711
712 * mgeom/MGeomRectangle.[h,cc]:
713 - if only width is given assume a square
714 - make sure that the box is correctly painted for all root versions
715 - fixed distance to farthest point
716
717 * mgui/MHexagon.[h,cc]:
718 - removed obsolete dependence on MGeomPix
719
720 * mhist/MHCamera.cc, mtools/MagicJam.cc:
721 - replaced DistanceToPrimitive by IsInside
722
723 * mjobs/MJSimulation.cc:
724 - replaced accidental _I_ in file names by _Y_
725
726 * mreport/MReportCC.[h,cc]:
727 - added version >=200809030
728 - improved modularity of code
729
730
731
732 2009/03/03 Thomas Bretz
733
734 * ceres.rc:
735 - added some more infomation
736 - updated paths
737
738 * mcorsika/MCorsikaRunHeader.[h,cc]:
739 - added atmospheric layers
740 - added interpretation of new XSCATT/YSCATT in newer corsikas
741
742 * msim/MSimAtmosphere.[h,cc]:
743 - changed path
744 - MAtmosphere doesn't search for any files per default anymore
745 - changed atmopsheric layers to the ones fitted by Corsika
746 - added possibility to change input files to ReadEnv
747
748 * msimcamera/MSimCalibrationSignal.cc:
749 - don't create a camera geometry yourself
750
751 * resmc/atmosphere-aerosols.txt, resmc/atmosphere-ozone.txt,
752 resmc/ct1-pde.txt, resmc/dwarf-apdmap.txt, resmc/dwarf-cones.txt,
753 resmc/dwarf-pde-gapd.txt, resmc/dwarf-reflectivity.txt,
754 resmc/dwarf-reflector.txt, resmc/magic-cones-inner.txt,
755 resmc/magic-pde.txt, resmc/magic-reflectivity.txt,
756 resmc/magic-reflector-chessboard.txt, resmc/magic-reflector.txt,
757 resmc/magic-trigger-1NN.txt, resmc/magic-trigger-2NN.txt,
758 resmc/magic-trigger-3NN.txt, resmc/magic-trigger-4NN.txt:
759 - added
760
761 * mhist/Makefile:
762 - removed accidental MHQuality
763
764 * mhist/MHCamera.cc:
765 - fixed a warning when calling DistancetoPrimitive
766
767 * mgeom/MGeomCamSquare.cc:
768 - accidentaly used Double_t instead of Short_t when calling
769 SetNeighbors
770 - changed number of pixels from UInt_t to Short_t. It doesn't make
771 sense to support more pixels than we can store as index for
772 neighbors
773
774 * Makefile:
775 - added mreflector to resolve unresolved symbols
776
777
778
779 2009/03/02 Daniela Dorner
780
781 * datacenter/db/plotdb.php:
782 - adapted width of table
783
784
785
786 2009/03/02 Thomas Bretz
787
788 * mgeom/MGeomCam.[h,cc], msimreflector/MMirror.h,
789 msimreflector/MMirrorDisk.[h,cc], msimreflector/MMirrorHex.[h,cc],
790 msimreflector/MMirrorSquare.[h,cc], msimreflector/MReflector.[h,cc]:
791 - added GetA member function
792
793 * manalysis/MCameraData.cc, mbadpixels/MBadPixelsCalc.cc,
794 mbadpixels/MBadPixelsCam.cc, mbadpixels/MBadPixelsTreat.cc,
795 mcalib/MCalibrationCam.cc, mcalib/MCalibrationChargeCalc.cc,
796 mcalib/MCalibrationChargeCam.cc, mcalib/MCalibrationPulseTimeCam.cc,
797 mcalib/MCalibrationRelTimeCalc.cc, mcalib/MCalibrationRelTimeCam.cc,
798 mcalib/MCalibrationTestCalc.cc, mcalib/MCalibrationTestCam.cc,
799 mcorsika/MCorsikaEvtHeader.cc, mfilter/MFSoftwareTrigger.cc,
800 mgeom/MGeomCam.cc, mhcalib/MHCalibrationCam.cc,
801 mhcalib/MHCalibrationChargeCam.cc, msignal/MSignalCam.cc,
802 mhcalib/MHCalibrationPulseTimeCam.cc, mpointing/MPointingPos.h,
803 mhcalib/MHCalibrationRelTimeCam.cc, mhft/MHexagonalFTCalc.cc,
804 mhist/MHCamera.cc, mimage/MHillas.cc, mimage/MNewImagePar.cc,
805 mjobs/MJCut.cc, mjobs/MJSimulation.cc, mpedestal/MPedPhotCam.cc,
806 mpedestal/MExtractPedestal.cc, mpedestal/MPedestalCam.cc,
807 msimcamera/MSimGeomCam.cc, msimcamera/MSimRandomPhotons.cc:
808 - replaced MGeomPix by MGeom
809
810 * mjobs/MJStar.cc:
811 - added BinningDist
812 - converted Muon cuts from mm to deg
813
814 * mhflux/MHCollectionArea.cc:
815 - fixed a problem that a plot disappeared in old files
816
817 * mmuon/MMuonSearchPar.cc:
818 - switched off the check in Paint (this works only for MAGIC :( )
819
820 * datacenter/macros/fillganymed.C:
821 - simplified by using MSQLMagic instead of MSQLServer
822
823
824
825 2009/03/01 Thomas Bretz
826
827 * ganymed.rc, ganymed_onoff.rc, ganymed_wobble.rc:
828 - added pointing model 328198
829
830 * mbase/MSpline3.h:
831 - added a cast to make it compile with root 5.18
832
833 * melectronics/MPulseShape.cc:
834 - included TH1 to make it compile with root 5.18
835
836 * mhflux/MAlphaFitter.[h,cc]:
837 - convert MString::Format to Data()
838 - added type SignificanceSqrtExcess
839
840 * mhflux/MHFalseSource.cc, mjobs/MJSpectrum.cc:
841 - convert MString::Format to Data()
842
843 * mhist/MHCamera.cc:
844 - changed some const TString to const char to resolve
845 ambiguity in root 5.18 in TF1 constructor
846
847 * msim/MHPhotonEvent.cc:
848 - use TMath::Abs instead of abs
849
850 * msim/MSimPointingPos.[h,cc]:
851 - moved getter and setter to source file to avoid including of
852 TMath
853
854 * mgeom/MGeom.[h,cc]:
855 - added
856
857 * mgeom/MGeomRectangle.[h,cc]:
858 - added
859
860 * mgeom/MGeomCamSquare.[h,cc]:
861 - added
862
863 * mgeom/Makefile, mgeom/GeomLinkDef.h:
864 - added MGeom
865 - added MGeomRectangle
866 - added MGeomCamSquare
867
868 * Makefile.rules:
869 - removed dependance on ROOTSYS from rmkdepend. It should be in
870 the path anyway as rootcint
871
872 * ceres.rc:
873 - added an example of setting the APD type
874
875 * mbadpixels/MBadPixelsCam.[h,cc], mbadpixels/MBadPixelsTreat.cc,
876 mcalib/MCalibrationChargeCalc.cc, mcalib/MCalibrationTestCalc.cc,
877 mfilter/MFSoftwareTrigger.cc:
878 - replaced references to MGeomPix by references to MGeom
879
880 * mbase/MStatusDisplay.cc:
881 - evaluate the return code of fwrite as suggested by newer
882 gcc versions
883 - set a paranthesis as suggested by a warning
884
885 * mgeom/MGeomCam.[h,cc]:
886 - adapted to the changes in MGeomPix/MGeom
887 - added SetAt function for external setup
888 - added Copy constructor
889
890 * mgeom/MGeomCamCT1.cc, mgeom/MGeomCamDwarf.cc,
891 mgeom/MGeomCamMagic.cc, mhft/MHexagonFreqSpace.cc,
892 mimage/MHillas.cc, mimage/MHillasExt.cc,
893 mimage/MImgCleanStd.[h,cc], mimage/MNewImagePar.cc,
894 mimage/MNewImagePar2.cc, mmuon/MHSingleMuon.cc,
895 msignal/MSignalCam.cc, mtools/MagicJam.cc,
896
897 - adapted to the changes in MGeomPix/MGeom
898 - use SetAt for setup
899
900 * mgeom/MGeomPix.cc:
901 - moved most of the code to new base class MGeom
902 - now derives from MGeom
903 - increased version number accordingly
904
905 * mhbase/MBinning.cc:
906 - replaced a Int_t by UInt_t as suggested by a warning
907
908 * mhbase/MH.cc:
909 - added a const_cast for GetObjectInfo (should be const,
910 but isn't)
911
912 * mhbase/MHMatrix.cc, mhflux/MHAlpha.cc, mhflux/MHThetaSq.cc,
913 mhflux/MHThetaSqN.cc, mhist/MHCamEventRot.cc, hvstime/MHVsTime.cc,
914 mjobs/MJStar.cc, mraw/MRawEvtHeader.cc:
915 - added paranthesis as suggested by a warning
916
917 * mhft/MGeomCamMagicXT.[h,cc]:
918 - replaced by deriving from MGeomCamDwarf
919
920 * mhist/MHCamera.cc:
921 - adapted to the changes in MGeomPix/MGeom
922 - use SetAt for setup
923 - use new PaintPrimitive to skip the usage of MHexagon
924
925 * mmc/MMcTrigHeader.hxx:
926 - fixed wrong condition in SetTrigger
927
928 * msimcamera/MSimAPD.[h,cc]:
929 - added a possibility to switch between the 50mu and 100mu
930 Diodes
931
932 * mtools/MagicCivilization.[h,cc], mtools/MagicDomino.[h,cc],
933 mtools/MagicReversi.[h,cc], mtools/MagicShow.[h,cc],
934 mtools/MagicSnake.[h,cc], mtools/MineSweeper.[h,cc],
935 - adapted to the changes in MGeomPix/MGeom, therefore restructered
936 the code to get rid of MHexagon
937
938 * mmovie/MMovieWrite.cc:
939 - allow to switch off timing via preprocessor directive
940 - replaced MGeomPix by MGeom
941 - slightly changed palette
942 - evaluate return of fwrite
943
944 * mbase/MQuaternion.h, msim/MPhotonData.h:
945 - added a workaround for sqrt in root 5.18/00
946
947
948
949 2009/02/26 Daniel Hoehne-Moench
950
951 * datacenter/macros/filldotrun.C:
952 - implemented new SuperArehucas version
953
954
955
956 2009/02/23 Thomas Bretz
957
958 * mcorsika/MCorsikaRunHeader.cc:
959 - switched off the impact max workaround - it doesn't work
960 - initialize fImpact Max
961 - print also number of used ATMEXT
962
963 * mhbase/MH.cc:
964 - improved setting of binning from the parameter list in the
965 n-D case
966
967 * mhbase/MH3.cc:
968 - imporved output
969
970 * mhflux/MHCollectionArea.cc:
971 - also collect the maximum impact while running for a nicer
972 behaviour of the plots
973
974 * mhflux/MHThreshold.cc:
975 - allow setting of a dedicated Threshold binning
976
977 * mimage/MHHillasExt.cc:
978 - converted slope binning to deg
979
980 * mjobs/MJSimulation.cc:
981 - write MMcCorsikaRunHeader
982 - changed binnings
983 - added new binning
984 - now display the signal unscaled
985 - show threshold and collection area only for data runs
986
987 * msim/MSimMMCS.cc:
988 - make setting of directions depending on view-cone option
989
990 * msim/MSimPointingPos.[h,cc]:
991 - added class description
992 - removed obsolete fPointingCorsika
993 - improved output
994 - added option for homogenous distribution
995
996 * mmuon/MMuonCalibParCalc.cc:
997 - converted cuts from mm to deg so they will work also for other
998 geometries
999
1000
1001
1002 2009/02/20 Thomas Bretz
1003
1004 * mmuon/MHMuonPar.[h,cc]:
1005 - updated class version number after fMm2Deg got removed
1006
1007 * mpointing/MHSrcPosCam.cc:
1008 - fixed the fill style of the ellipse to produce correct ps-files
1009
1010
1011
1012 2009/02/19 Daniela Dorner
1013
1014 * datacenter/scripts/buildsequenceentries,
1015 datacenter/scripts/checkfilesforsequenceavail,
1016 datacenter/scripts/checkstardone, datacenter/scripts/correcttime,
1017 datacenter/scripts/dbchk, datacenter/scripts/dodatacheck,
1018 datacenter/scripts/doexclusions, datacenter/scripts/fillcallisto,
1019 datacenter/scripts/fillcamera, datacenter/scripts/fillganymed,
1020 datacenter/scripts/fillstar, datacenter/scripts/insertdatasets,
1021 datacenter/scripts/makecallistolinks,
1022 datacenter/scripts/mcsequences, datacenter/scripts/movingrawfiles,
1023 datacenter/scripts/movingrawfiles_OK, datacenter/scripts/runcamera,
1024 datacenter/scripts/runcorsika, datacenter/scripts/runreflector,
1025 datacenter/scripts/sourcefile,
1026 datacenter/scripts/writedatasetfiles,
1027 datacenter/scripts/writesequencefiles:
1028 - removed scriptlog
1029
1030 * datacenter/scripts/jobmanager:
1031 - fixed typo
1032
1033
1034
1035 2009/02/19 Thomas Bretz
1036
1037 * mcorsika/MCorsikaRunHeader.[h,cc]:
1038 - reformatted output
1039 - added "Options" to output
1040 - made Has const
1041 - added a workaround to get the maximum simulated impact
1042 although it is not officially stored in the file
1043
1044 * msim/MHPhotonEvent.cc:
1045 - improved automatic binning
1046
1047 * msim/MPhotonData.[h,cc]:
1048 - added GetCosW2
1049 - added GetSinW2
1050 - added GetSinW
1051
1052 * msim/MSimAbsorption.cc:
1053 - don't check wavelength range when theta should be used
1054
1055 * msimcamera/MSimAPD.cc:
1056 - check for uninitialized indices
1057
1058 * msim/MPhotonEvent.[h,cc]:
1059 - moved the code for MyClonesArray to the source file
1060 - improved a lot the reading speed by reading larger blocks
1061 of data from the file at once
1062 - improved memory handling. This ensures that even the largest
1063 events don't fill the memory forever and the allocated memory
1064 is free'd again after some time
1065
1066 * msimreflector/MSimReflector.cc:
1067 - Use the new Resize function of MPhotonEvent to make sure
1068 that the memory is not allocated forever.
1069
1070 * mimage/MHHillas.cc, mimage/MMHillas.Ext.cc, mimage/MHHillasSrc.cc:
1071 - converted default binning from mm to deg
1072
1073 * mraw/MRawRunHeader.cc:
1074 - print less when values doen't have any meaning
1075
1076 * msim/MSimAtmosphere.[h,cc]:
1077 - added
1078
1079 * msim/SimLinkDef.h, msim/Makefile:
1080 - added MSimAtmosphere
1081
1082 * mjobs/MJSimulation.cc:
1083 - added simulation of atmosphere
1084 - clean isolated pixels away before calculating image parameters
1085 - don't clean calibration runs
1086 - correct displayed az by magnetic field
1087 - added auto range for the 2D histograms
1088 - set automatic binning for dist
1089 - added tab with histogram for trigger area and threshold
1090
1091 * readcorsika.cc:
1092 - implemented -ff option
1093
1094 * mcorsika/MCorsikaRunHeader.cc:
1095 - improved Print output
1096
1097 * mimage/MImgCleanStd.cc:
1098 - fixed the checks for the cleaning parameters there
1099 where some wrong conditions
1100
1101 * msim/MSimMMCS.cc:
1102 - fixed typo in a comment
1103
1104 * ceres.rc:
1105 - added units for psf
1106 - some small updates
1107
1108 * msimreflector/MSimReflector.cc:
1109 - convert units of psf from mm to cm
1110 - Use MPointingPos instead of PointingCorsika, ARRANG already
1111 rotates all vectors accrodingly
1112
1113 * msim/MSimPointingPos.cc:
1114 - don't write PoinitingCorsika anymore. ARRANg already includes
1115 the rotation
1116
1117 * mgeom/MGeomCamMagic.[h,cc]:
1118 - added a constructor which allows to set the focal distance
1119
1120 * msimcamera/MSimAPD.cc, msimcamera/MSimGeomCam.cc,
1121 msimcamera/MSimRandomPhotons.cc, msimreflector/MSimReflector.cc:
1122 - don't create an object if MGeomCam not found, try "MGeomCam"
1123 as default instead
1124
1125 * mhflux/MHCollectionArea.[h,cc]:
1126 - added MMcRunHeader to data members to be able to check
1127 the maximum impact in Finalize for the case the maximum
1128 impect is collected "on-line" from the events
1129 - if the event distribution comes just from the spectrum fill
1130 the distribution event by event to get correct errors
1131 - romved some old obsolete code
1132
1133 * msim/MSimMMCS.[h,cc]:
1134 - added MMcRunHeader to data members to allow to collect the
1135 maximum impact from the events
1136
1137
1138
1139 2009/02/18 Thomas Bretz
1140
1141 * datacenter/scripts/runcorsika:
1142 - added a comment
1143
1144 * mbase/MParList.cc:
1145 - when adding a TCollectionn only add MParContainers
1146
1147 * mcorsika/MCorsikaRunHeader.[h,cc]:
1148 - added reading of Atmospheric coefficients
1149 - added reading of Cherenkov Flag
1150 - added corsika's Earth Radius
1151
1152 * melectronics/MDigitalSignal.[h,cc]:
1153 - added and initialized an index to allow to "connect"
1154 the digital signal to a channel
1155
1156 * mjtrain/MJTrainSeparation.cc:
1157 - replaced kGreen by kBlue
1158
1159 * mmain/MEventDisplay.cc:
1160 - added a type==3 which is for ceres-reflector files
1161
1162 * mmain/Makefile:
1163 - added -I../mcorsika
1164 - added -I../msim
1165 - added -I../msimcamera
1166
1167 * msim/MHPhotonEvent.[h,cc]:
1168 - set the binning more automatically from the run-headers
1169 where possible
1170 - added RadEnv
1171 - added Clear function for external access
1172
1173 * msim/MSimAbsorption.cc:
1174 - addec const-qualifier for photon
1175
1176 * msimcamera/MSimGeomCam.cc:
1177 - allow usage also without pulse and pulse position (for display)
1178
1179 * msimcamera/MSimSignalCam.cc:
1180 - allow usage also without TriggerPos
1181 - added a check whether MSignalCam was correctly initialized
1182
1183
1184
1185 2009/02/16 Thomas Bretz
1186
1187 * mimage/MHHillas.cc, mimage/MHHillasExt.cc, mimage/MHHillasSrc.cc,
1188 mimage/MHImagePar.cc:
1189 - replaced green by blue for better readability on projectors
1190
1191 * mbase/MEnv.[h,cc]:
1192 - added the option of a default name to allow i/o more similar
1193 to MParContainer
1194 - improved Print()
1195
1196 * ceres.cc, callisto.cc, star.cc, ganymed.cc, sponde.cc:
1197 - make use of the new default name of MEnv
1198
1199 * mjobs/MJSpectrum.cc:
1200 - read and write ganymed.rc
1201
1202 * mbase/MParList.cc:
1203 - if adding a TObjArray add only MParContainers (for sanity)
1204
1205 * mjobs/MJob.cc:
1206 - when reading read also TObjects
1207
1208 * mjobs/MJSpectrum.cc:
1209 - now read the ganymed.rc and write it to the output
1210
1211 * mhflux/MHEffectiveOnTime.h:
1212 - increased class version by 1
1213
1214 * mhflux/MHAlpha.cc:
1215 - removed erronornously comittet SetSumw2
1216 - don't output the numbe rof excess events vs time
1217
1218
1219
1220 2009/02/15 Thomas Bretz
1221
1222 * ceres.rc:
1223 - added the MAGIC I high gain pulse as example
1224
1225 * sponde.cc:
1226 - redirect root error handler
1227 - added new option to force on-time fit
1228
1229 * datacenter/scripts/runcorsika:
1230 - added a comment
1231 - remove empty dat file after corsika finished
1232
1233 * mbase/MLog.cc:
1234 - added several more log-levels to handling root's error handler
1235
1236 * mbase/MPrint.cc:
1237 - flush buffer before printing
1238 - set output level to all
1239
1240 * melectronics/MPulseShape.h:
1241 - let clone also clone the spline
1242
1243 * mfileio/MWriteRootFile.cc:
1244 - don't output title if empty
1245
1246 * mhflux/MHEffectiveOnTime.[h,cc]:
1247 - added new data mebers to store the result of the overall-fit
1248 which is now done in Finalize
1249 - output the results of the effective on-time fit as inf2
1250 - increased clas version accordingly
1251
1252 * mjobs/MJSimulation.[h,cc]:
1253 - simplified setting up the file structure
1254
1255 * mjobs/MJSpectrum.[h,cc]:
1256 - added the possibility to force a new on-time fit.
1257 - a MHEffectiveOnTime histogram is now always displayed
1258 for manual cross checks
1259
1260 * mjobs/MJStar.cc:
1261 - added MSrcPosCam for Monte Carlos to output
1262
1263 * mpointing/MSrcPosCalc.cc:
1264 - ignore the WobbleMode from the MMcCorsikaRunHeader
1265 if it is a ceres file
1266
1267 * msim/MPhotonEvent.[h,cc]:
1268 - added function GetTimeFirst
1269 - added function GetTimeLast
1270 - added function GetTimeMedianDev
1271 - added fLength to MPhotonStatistics
1272
1273 * msimcamera/MSimGeomCam.cc:
1274 - make use of the new functions
1275 - set length to statistics container
1276
1277 * mpointing/MHSrcPosCam.[h,cc], mpointing/MSrcPosRndm.[h,cc],
1278 mfilter/MFMagicCuts.[h,cc], mmuon/MHMuonPar.[h,cc],
1279 mhflux/MHThetaSqN.[h,cc]:
1280 - support changing geometries (conversion factors) reading
1281 a new geometry from a run header
1282
1283 * mimage/MHVsSize.[h,cc], mimage/MHNewImagePar.[h,cc],
1284 mimage/MHHillasSrc.[h,cc], mimage/MHHillasExt.[h,cc],
1285 mimage/MHHillas.[h,cc], mimage/MNewImagePar2.[h,cc]:
1286 - removed option to set conversion factor manually
1287 - support changing geometries (conversion factors) reading
1288 a new geometry from a run header
1289 - increased class version by one
1290
1291 * mhflux/MMcSpectrumWeight.cc:
1292 - replaced Form by MString::Format
1293
1294 - made sure that nobody is mixing different energy-range monte
1295 carlos and normalizes by integral (to be implemented)
1296
1297 * manalysis/MMcCalibrationUpdate.cc:
1298 - switched off file Ceres files (this might only be temporary
1299 but it makes the display work quite well even without
1300 calibrated units.
1301
1302 * mjobs/MJCalibrateSignal.cc:
1303 - updated the rule to allow for file names without the leading date
1304
1305 * mjobs/MJSpectrum.[h,cc]:
1306 - set the kMustCleanup bit for sanity
1307 - replaced a lot of Form by MString::Format
1308 - moved the getting of the right Alpha-histogram to GetHAlpha
1309 - the tlist2 doesn't neet to replace anything because all previous
1310 tasklists added to the list have been removed again
1311 - "DataType" already in parlist? Don't add a second one
1312 - replaced some gLog by fLog
1313 - make sure that the "Done." message is printed even in case
1314 no output is written at the end
1315
1316 * ceres.rc:
1317 - added some more info
1318
1319 * datacenter/scripts/runcorsika:
1320 - added magnetic field Azimuth direction (ARRANG), currently
1321 at ~ -7deg at La Palma
1322
1323 * mbase/MLog.cc:
1324 - finallyadded a really stupid hack/workaround to suppress these
1325 annoying errors in case of a log-scale set too early
1326
1327 * mbase/MTask.[h,cc]:
1328 - Replaced OverwritesProcess by Overwrites
1329
1330 * mcorsika/MCorsikaEvtHeader.cc:
1331 - fixed particle momentum coordinate system
1332
1333 * mcorsika/MCorsikaRunHeader.[h,cc]:
1334 - added magnetic field values
1335 - improved output
1336
1337 * mjobs/MJSimulation.cc:
1338 - updated height scale
1339 - use MPhotonStatistics.fLength
1340 - plot median dev of photon arrival times
1341
1342 * mmc/MMcRunHeader.hxx:
1343 - added a getter IsCeres
1344 - added a setter for the Corsika Version
1345
1346 * mpedestal/MMcPedestalCopy.cc:
1347 - use the new IsCeres
1348
1349 * msim/MSimMMCS.[h,cc]:
1350 - use the telescope pointing in telescope coordinates for MMcEvt
1351 - correct the shower direction by the magnetic field azimuth
1352 - set corsika program version
1353
1354 * msim/MSimPointingPos.[h,cc]:
1355 - splitted the output into coordinated in the corsika frame
1356 (module the magnetic field) and the poiting direction in
1357 telescope coordinates
1358 - added possibility to "observe" in off-target mode
1359
1360 * msimreflector/MSimReflector.cc:
1361 - use new pointing direction in the corsika frame
1362
1363
1364
1365
1366 2009/02/13 Thomas Bretz
1367
1368 * mcorsika/MCorsikaEvtHeader.h:
1369 - added some comments on the coordinate system
1370
1371 * ceres.rc:
1372 - added some comments
1373 - setup a psf for the dwarf mirror
1374
1375 * mcorsika/MCorsikaRunHeader.h:
1376 - added some comments
1377
1378 * mjobs/MJSimulation.cc:
1379 - added some histogram titles
1380 - fixed the x, y coordinates of the impact histogram
1381 - write "ElectronicNoise"
1382
1383 * mjobs/MJStar.cc:
1384 - don't force writing of containers which are not filles by ceres
1385 - updated rule to support files without date
1386
1387 * mpedestal/MPedestalPix.[h,cc]:
1388 - added Print() function
1389
1390 * mraw/MRawFileRead.cc:
1391 - added a comment
1392
1393 * msim/MPhotonData.h:
1394 - added comments about coordinate system
1395
1396 * msimcamera/MSimGeomCam.cc:
1397 - when looking for the pixels convert from ceres-coordinates
1398 to GeomCam camera-coordinates
1399
1400 * msimreflector/MMirror.h:
1401 - added Setter for SigmaPSF
1402
1403 * msimreflector/MMirrorDisk.cc, msimreflector/MMirrorHex.cc,
1404 msimreflector/MMirrorSquare.cc:
1405 - now start counting in ReadM with 0
1406
1407 * msimreflector/MReflector.[h,cc]:
1408 - added some documentation
1409 - added function to set psf of all mirrors
1410 - added psf optional to input file
1411 - remove already evaluated tokens from TObjArray
1412 - added reading of a default psf from the input file
1413
1414 * mjobs/MSequence.cc:
1415 - fixed a bug in GetArrays which could cause seg-faults
1416 - added a sanity check
1417
1418
1419
1420 2009/02/12 Thomas Bretz
1421
1422 * datacenter/macros/fillsources.C:
1423 - updated
1424
1425 * mfileio/MWriteRootFile.[h,cc]:
1426 - added some comments
1427 - renamed GetNewFileName to SubstituteName
1428 - made SubstituteName static
1429
1430 * mhist/MHCamera.cc:
1431 - fixed the number in the legend (was wrong since last update)
1432
1433 * mjobs/MDataSet.cc:
1434 - replaced From by MString::Format
1435
1436 * mjobs/MJSimulation.cc:
1437 - a lot of things were renamed
1438 - the refelctor can now be set from the setup file
1439 - changed the binning for the event width
1440 - removed plot "CamShadow"
1441 - changed rules for file names
1442
1443 * ceres.rc:
1444 - updated according to the changes in MJSimulation
1445
1446 * mjobs/MSequence.cc:
1447 - replaced use of Form by MString::Format
1448 - allow non-setting of fNight
1449 - don't print period if -1
1450
1451 * mmain/MEventDisplay.cc:
1452 - decode trigger pattern for display
1453
1454 * mmain/Makefile:
1455 - included mtrigger
1456
1457 * msim/MHPhotonEvent.cc:
1458 - search Reflector instead of MReflector
1459
1460 * msim/MSimAbsorption.cc:
1461 - added some info output
1462
1463 * msimcamera/MSimAPD.[h,cc]:
1464 - added an option to set the geom cam name. Can be used to skip
1465 this task
1466
1467 * msimcamera/MSimCamera.[h,cc]:
1468 - allow to set BaselineGain from resource file
1469
1470 * msimreflector/MSimReflector.cc:
1471 - removed CamShadow container
1472 - search Reflector instead of MReflector
1473
1474 * Makefile:
1475 - removed mreflector
1476
1477 * mcalib/MCalibrationPatternDecode.cc:
1478 - in case of pattern==0 and MCs set the color to CT1. This is
1479 a workaround because the bits don't allow to set is explicitly
1480 - removed the check for the kCT1Pulser bit. It can never be true
1481 - consequently removed the kCT1Pulser bit
1482
1483 * mpedestal/MMcPedestalCopy.[h,cc]:
1484 - fixed for MUX MCs (the pedestal has to be scaled)
1485 - added option to process ceres data
1486
1487
1488
1489 2009/02/11 Thomas Bretz
1490
1491 * mcalib/MCalibColorSet.[h,cc]:
1492 - removed some obsolete break statements
1493 - removed obsolete gkMCRunLimit
1494 - fixed setting of signal strength for extremely old
1495 runs (I think we don't have them anyway)
1496
1497 * mcalib/MCalibrateData.cc:
1498 - improved output
1499
1500 * mcalib/MCalibrationChargeCalc.cc:
1501 - stop if no valid pulser colors have been found
1502
1503 * mcorsika/MCorsikaRunHeader.h:
1504 - some cosmetics
1505 - added some getter
1506
1507 * mhist/MHEvent.[h,cc]:
1508 - some improvements to output
1509 - implemented display for trigger pattern
1510
1511 * mtrigger/MTriggerPattern.[h,cc]:
1512 - added Copy-function
1513
1514 * mhist/Makefile:
1515 - added -I../mtrigger
1516
1517 * mmc/MMcEvtBasic.[h,cc]:
1518 - moved the getter returning a TString to the source file
1519 - replaced Form by MString::Format
1520
1521 * mraw/MRawRunHeader.cc:
1522 - initialize fSourceEpochChar[1]
1523 - initialize fNumEventsRead
1524 - suppress more output which has not been initialized
1525 - removed run-type from SetRunInfo
1526 - added new function SetRunType
1527 - use strncpy instead of memcpy
1528 - replaced const char[] arguments by TString
1529
1530 * msimreflector/MReflector.[h,cc]:
1531 - added Print
1532 - added a circle around the mirror showing fMaxR
1533
1534 * mastro/MAstro.cc:
1535 - updated some typos in comments
1536
1537 * mbase/MEnv.cc:
1538 - replaced Form by MString::Format
1539
1540 * mbase/MTask.cc:
1541 - made the total number of executions really count the total
1542 number
1543
1544 * mcalib/MCalibrationPatternDecode.cc:
1545 - some cosmetics
1546 - corrected the use of a wrong FindCreateObj
1547
1548 * mcorsika/MCorsikaRead.cc:
1549 - added a comment
1550
1551 * mfileio/MWriteRootFile.cc:
1552 - improved output
1553 - improved the copy of a tree (now done without unpacking)
1554 - made sure that copied trees are shown in the summary
1555 - made sure that the copied trees are nevertheless deleted
1556
1557 * mfilter/MFDeltaT.cc:
1558 - adapted to change in GetNumExecutions
1559
1560 * mhbase/MFillH.cc:
1561 - set the number of executions (as it is in MTask) before the
1562 execution
1563
1564 * mhbase/MH.cc:
1565 - improved the statistics output
1566
1567 * mhist/MHCamera.[h,cc]:
1568 - don't create an own pad anymore
1569 - removed SetRange
1570 - SetRange now done via MH::SetPadRange
1571 - some sanity checks if fGeomCam is set
1572 - some adaptions to the new layout scheme without
1573 an own pad
1574 - Changed DrawProjection to a more commonly usable scheme
1575 - Removed all dependencies from MGeomCamMagic
1576 - start the gaus fit with the maximum not the integral
1577
1578 * mjobs/MJCalibrateSignal.cc:
1579 - If the input files contain an OriginalMC tree
1580 copy it
1581 - consequently we make the MMcEvtBasic from the
1582 parameter-list optional
1583 - fixed the rule (MC files with .root as extension could not
1584 be processed)
1585
1586 * mjobs/MJCalibration.[h,cc], mjobs/MJPedestal.[h,cc]:
1587 - Use MHCamera::CamDraw more extensively
1588 - replace use of Form by MString::Format
1589
1590 * mjobs/MJSimulation.cc:
1591 - added an option to switch the cmaera electronics off
1592 - write some more containers to output file (for easy access)
1593 - set the MC bit in the header
1594 - now use MSimMMCS to "fake" the correct file structure
1595 - added three new writers to write the MMcEvtBasic information
1596 - added a display of the most important things
1597
1598 * mmain/MEventDisplay.cc:
1599 - don't change into the not more existing pad of a MHCamera
1600
1601 * msimcamera/MSimCalibrationSignal.cc:
1602 - adapted GetNumExecution
1603 - SetReadyToSave for the run header
1604 - jitter the number of emitted photons
1605 - corrected the emitted trigger positon
1606 - (re)set calibration pattern
1607
1608 * mbase/MLut.[h,cc]:
1609 - added overload of Delete() function
1610 - added IsDefault
1611 - added SetDefault
1612
1613 * mfileio/MWriteRootFile.cc:
1614 - fixed output in OpenFile
1615
1616 * mjobs/MSequence.cc:
1617 - allow the "Night" resource to be empty
1618
1619 * msimcamera/MSimBundlePhotons.cc:
1620 - some small improvements in case of empty maps
1621
1622 * msimcamera/MSimReadout.[h,cc]:
1623 - reset gain. Use the new fConversionFactor instead
1624 - removed some setting of fRunHeader
1625
1626 * msimcamera/MSimTrigger.[h,cc]:
1627 - on useer request now offset and gain can be used to
1628 convert the signal back into units of phe
1629 - added possibility to use empty lookup tables
1630 - added debug output
1631
1632 * msimcamera/MSimCamera.[h,cc]:
1633 - outsourced the pedestal and gain numbers into ReInit
1634 - use an MPedestalCam for Electronic Noise and Gain
1635 - allow to switch ob whether the gain is applied to the
1636 electronic noise or not
1637 - SetPhotElfromShower
1638
1639 * msim/Makefile. msim/SimLinkDef.h:
1640 - added MSimMMCS
1641
1642 * msim/MSimMMCS.[h,cc]:
1643 - added
1644
1645 * msimcamera/Makefile:
1646 - added -I../mpedestal
1647
1648 * ceres.rc:
1649 - added
1650
1651 * msimreflector/MMirrorSquare.cc, msimreflector/MMirrorHex.cc,
1652 msimreflector/MMirrorDisk.cc:
1653 - changed the grey colors
1654
1655 * msimreflector/MMirrorHex.cc:
1656 - fixed bugs in CanHit and HasHit
1657
1658
1659
1660 2009/02/10 Thomas Bretz
1661
1662 * manalysis/MMcTriggerLvl2Calc.cc:
1663 - removed obsolete include of MmcRunHeader
1664
1665 * mbase/MSpline3.[h,cc]:
1666 - improved the available constructors
1667 - added some comments for future use
1668 - added default constructor
1669 - added GetHistogram()
1670
1671 * mcorsika/MCorsikaRunHeader.[h,cc]:
1672 - added fImpactMax
1673 - added some Getters
1674
1675 * melectronics/MPulseShape.[h,cc]:
1676 - set class version to 1 to make it storable
1677 - set a title for the splines
1678 - implemented Paint function
1679
1680 * mhbase/MH.[h,cc]:
1681 - added SetPadRange
1682
1683 * mhist/MHCamEvent.[h,cc]:
1684 - Init the geometry in ReInit thus it can work with a geometry stored in a file
1685 - Make sure that histogranms already drawn properly to a pad are found in Paint
1686 - added RecursiveRemove for sanity
1687
1688 * mmc/MMcCorsikaRunHeader.h:
1689 - added SetSpectrum
1690
1691 * mmc/MMcEvt.hxx:
1692 - added SetEvtNumber
1693 - added SetPhotElfromShower
1694
1695 * mmc/MMcEvtBasic.[h,cc]:
1696 - added operator=
1697
1698 * mmc/MMcRunHeader.[hxx, cxx]:
1699 - set default for the versions to UShort_t(-1)
1700 - added some comments
1701 - added SetNumSimulatedShowers
1702 - added SetImpactMax
1703
1704 * mraw/MRawRunHeader.cc:
1705 - suppress some information in header if not valid
1706
1707 * msignal/MSignalCalc.cc:
1708 - if (!fPedestal) we should return kTRUE not kFALSE
1709
1710 * msimreflector/MMirror.[h,cc], msimreflector/MMirrorDisk.[h,cc],
1711 msimreflector/MMirrorHex.[h,cc], msimreflector/MMirrorSquare.[h,cc],
1712 msimreflector/MReflector.[h,cc],
1713 - added Print
1714 - some cosmetics in header
1715 - set class version to 1 to make it storable
1716
1717 * mtools/MagicJam.cc:
1718 - updated
1719
1720
1721
1722 2009/02/10 Daniela Dorner
1723
1724 * datacenter/db/tabs.php:
1725 - if csv-file doesn't exist, only logs are displayed now
1726
1727
1728
1729 2009/02/08 Thomas Bretz
1730
1731 * Makefile.conf.linux:
1732 - added -Winit-self
1733
1734 * msimcamera/MSimCalibrationSignal.[h,cc]:
1735 - account for the pulse shape/width
1736 - make number of photons settable
1737 - make time jitter settable
1738 - renamned fNumEntries to fNumEvents
1739 - don't set daq event number (should be set by the "daq")
1740 - set trigger pattern
1741 - print number of events in PreProcess
1742
1743 * msimreflector/MSimReflector.[h,cc]:
1744 - made the detector margin settable
1745
1746 * datacenter/macros/insertcacofile.C, datacenter/macros/insertsequence.C:
1747 - print an error and exit
1748
1749 * macros/optim/optimdisp.C:
1750 - set the default values as default
1751 - added a short summary what a good strategy for optimization is
1752
1753 * mastro/MAstro.cc:
1754 - replaced Form by MString::Form
1755
1756 * mcorsika/MCorsikaEvtHeader.[h,cc], mcorsika/MCorsikaRunHeader.[h,cc]:
1757 - moved fParticleID from event header to run header
1758 - increased Class Version accordingly
1759 - added an error if more than one observation levels are read
1760
1761 * mhcalib/MHGausEvents.cc:
1762 - replaced Form by MString::Form
1763 - handle the creating of the TF1 fExpFit a bit more "root-safe"
1764
1765 * mhist/MHCamEvent.[h,cc]:
1766 - added a new option to collect the maximum or minimum contents
1767
1768 * mhist/MHCamera.[h,cc]:
1769 - added new functions SetMax/MinCamContent
1770
1771 * mraw/MRawEvtHeader.cc:
1772 - initialize the data members in constructor
1773
1774 * mraw/MRawEvtHeader.h:
1775 - removed bits for trigger type they were never used
1776
1777 * mraw/MRawRunHeader.cc:
1778 - tiny cosmetics
1779
1780 * msim/MHPhotonEvent.[h,cc]:
1781 - added a histogram to display the height
1782 - don't fill kNightSky photons
1783
1784 * msim/MPhotonData.h:
1785 - added getter for fProductionHeight
1786
1787 * msim/MPhotonEvent.h:
1788 - commented IsValid (was not used anyhow)
1789
1790 * msimcamera/MSimGeomCam.[h,cc]:
1791 - added one sample to the window to allow for time jitter of one sample
1792 - make the code for the window indentical to MSimCalibrationSignal
1793
1794 * msimcamera/MSimReadout.[h,cc]:
1795 - Set the daq event number (readout number)
1796
1797 * msimcamera/MSimTrigger.[h,cc]:
1798 - added comments
1799 - made the signal length settable
1800 - made the coincidence time settable
1801 - removed setting of the daq event number (should be done by the "daq")
1802 - changed the trigger output from all to inf/inf2
1803
1804 * msimcamera/Makefile:
1805 - added -I../mtrigger
1806
1807 * mjobs/MJSimulation.[h,cc]:
1808 - added new mode to force the use of the trigger "electronics"
1809 - moved setup of the fadc to the resource file
1810 - added a new histogram to show the maximum signal in all pixels
1811 - automatically setup the range of the TrigPos histogram
1812 - don't show all histograms in all run conditions
1813
1814 * mraw/MRawRunHeader.[h,cc]:
1815 - added ReadEnv for a setup from a resource file in ceres
1816
1817 * msimcamera/MSimAPD.cc:
1818 - added a sanity check if ReInit has not been called
1819
1820
1821
1822 2009/02/07 Thomas Bretz
1823
1824 * sponde.rc:
1825 - fixed a typo
1826
1827 * datacenter/scripts/runcorsika:
1828 - added a comment
1829
1830 * mbase/MContinue.h:
1831 - changed a comment
1832
1833 * mbase/MEnv.h, mbase/MMath.cc:
1834 - Do not assign a temporary TString to const char *
1835
1836 * mcamera/MCameraCentralPix.[h,cc]:
1837 - changed fDC from Float_t to Int_t
1838
1839 * mhflux/MHCollectionArea.cc, mhflux/MHDisp.cc, mhflux/MHEnergyEst.cc,
1840 mhflux/MHFalseSource.cc, mhflux/MHThreshold.cc, mhbase/MFillH.cc,
1841 mastro/MAstroCamera.cc, mastro/MAstroCatalog.cc, mbase/MContinue.cc,
1842 mbase/MFilter.cc, mbase/MLog.cc, mbase/MParContainer.cc, mhbase/MH.cc,
1843 mbase/MParEmulated.cc, mbase/MStatusDisplay.cc, mbase/MTime.cc,
1844 mhbase/MH3.cc, mhbase/MHn.cc,mhflux/MHAlpha.cc, mhist/MHCamera.cc,
1845 mhflux/MHEffectiveOnTime.cc, mmuon/MHMuonPar.cc, mmovie/MMovieWrite.cc,
1846 mhflux/MHFalseSource.cc, mhist/MHCamEvent.cc,
1847 mmain/MEventDisplay.cc, mreflector/MHReflector.cc:
1848 - use MString::Format instead of Form
1849
1850 * msim/MHPhotonEvent.cc:
1851 - don't fill kNightSky primaries
1852
1853 * msim/MPhotonEvent.[h,cc]:
1854 - return the number of non NightSky photons
1855
1856 * msimcamera/MSimPSF.cc:
1857 - changed default for fSigma from 1 to -1
1858
1859 * mbase/MContinue.cc:
1860 - changed default title
1861
1862 * mfileio/MWriteRootFile.cc:
1863 - set kMustCleanup bit, otherwise it is not correctly deleted from
1864 the list of cleanups
1865
1866 * mhbase/MH3.[h,cc]:
1867 - added RecursiveRemove
1868
1869 * mhflux/MAlphaFitter.[h,cc]:
1870 - moved code to source file
1871 - improved setting of a new fFunc
1872
1873 * mhflux/MHAlpha.[h,cc], mhvstime/MHSectorVsTime.[h,cc]
1874 - added RecursiveRemove
1875
1876 * mjobs/MJSimulation.cc:
1877 - added MSimPSF
1878 - Show only the non NightSky photons in the size plot
1879 - changed the binning of BinningEvtWidth
1880
1881
1882
1883 2009/02/06 Daniela Dorner
1884
1885 * datacenter/db/include.php:
1886 - adapted status-query
1887
1888
1889
1890 2009/02/05 Daniel Hoehne-Moench
1891
1892 * datacenter/macros/filldotrun.C:
1893 - implemented new SuperArehucas version
1894
1895
1896
1897 2009/02/03 Thomas Bretz
1898
1899 * mastro/MAstroCatalog.[h,cc]:
1900 - searches now all catalogs also in the datacenter default path if
1901 the file could not be found
1902
1903 * mbase/MStatusDisplay.cc:
1904 - also print information about added tabs in batch mode
1905
1906 * mcorsika/MCorsikaEvtHeader.h:
1907 - fixed a comment
1908
1909 * mfileio/MWriteRootFile.cc:
1910 - added some more log-output
1911 - open a new /dev/null only if none with the same title already exists
1912 - added some comments
1913
1914 * mhflux/MHEffectiveOnTime.cc:
1915 - Don't call PaintText if FitH failed (as suggested by valgrind)
1916
1917 * mjobs/MJStar.cc, mjobs/MJCalibrateSignal.cc:
1918 - added a title to all MWriteRootFile
1919
1920 * mreport/MReportCC.cc:
1921 - added more comments
1922 - improved log-output
1923
1924
1925
1926 2009/02/03 Daniela Dorner
1927
1928 * datacenter/db/plotdb.php:
1929 - sequence as default when startup
1930
1931 * datacenter/db/plotdb.php, datacenter/db/plot.php:
1932 - added possibility to set size of plot
1933
1934
1935
1936 2009/02/03 Stefan Ruegamer
1937
1938 * datacenter/scripts/budb:
1939 - added getdbsetup
1940
1941
1942
1943 2009/02/02 Thomas Bretz
1944
1945 * mcamera/MCameraCentralPix.[h,cc]:
1946 - added data member fDC
1947 - increased class version number accordingly
1948
1949 * mreport/MReportCC.cc:
1950 - improved debug output
1951 - remove minus from the third argument in SCHEDULE
1952
1953 * mreport/MReportCamera.[h,cc]:
1954 - fixed for ver>=200812140
1955 - added InterpretePSSEN
1956 - added InterpreteLIQ
1957
1958 * msimcamera/MSimCamera.cc:
1959 - added a time-shift uniformly according to the bin-width
1960
1961
1962
1963 2009/01/30 Thomas Bretz
1964
1965 * RELEASE V2.2
1966
1967
1968 2009/02/02 Thomas Bretz
1969
1970 * mjobs/MJCalibrateSignal.cc, mjobs/MJStar.cc:
1971 - fixed the regular expresssion
1972
1973
1974
1975 2009/01/30 Thomas Bretz
1976
1977 * datacenter/macros/fillcmt.C:
1978 - added
1979
1980 * datacenter/macros/plotstat.C:
1981 - extended loop to show all periods again
1982
1983 * msim/MPhotonData.cc:
1984 - don't change the sign of the cosines. The direction of the
1985 particle doesn't neet to be changed
1986
1987 * msimreflector/MSimReflector.cc:
1988 - change the rotation matrix to fit the change in MPhotonData
1989
1990
1991
1992 2009/01/29 Thomas Bretz
1993
1994 * melectronics/MPulseShape.cc:
1995 - changed spline range from -25/25 to -8/8
1996
1997 * mhflux/MAlphaFitter.cc, mhflux/MHAlpha.cc, mhflux/MHDisp.cc:
1998 - for sanity (thread safety) replaced Form by MString::Format
1999
2000 * mhflux/MHDisp.cc:
2001 - initialize fHalf as suggested by valgrind
2002
2003 * datacenter/macros/plotdb.C:
2004 - updated comments
2005
2006 * resources/calibration_spline.rc:
2007 - updated
2008
2009
2010
2011 2009/01/27 Thomas Bretz
2012
2013 * macros/rootlogon.C:
2014 - added new subdirectories
2015
2016 * melectronics/MAnalogSignal.[h,cc]:
2017 - added the posssibility to add a pulse from a TF1
2018 - removed the printout if out of range
2019 - returns whether the range had to be adapted
2020 - changed the Discriminate function to allow for giving a start
2021 and end time of the search
2022 - imporved the fining of the falling and rising edge
2023 - removed the printout in Discriminate
2024
2025 * msimcamera/MSimCamera.[h,cc]:
2026 - moved the pulse shape specific code into a new class MPulseShape
2027 - Fixed the range of the digitization
2028
2029 * melectronics/MPulseShape.[h,cc]:
2030 - added
2031
2032 * melectronics/Makefile, melectronics/ElectronicsLinkDef.h:
2033 - added MPulseShape
2034
2035 * msimcamera/MSimGeomCam.[h,cc]:
2036 - Fixed the time window for random photons (Maybe move to a later
2037 step in the analysis?)
2038
2039 * msimcamera/MSimReadout.cc:
2040 - call SetReadyToSave for the run-header
2041 - added some debug output in case of failure
2042
2043 * msimcamera/MSimSignalCam.[h,cc]:
2044 - subtract the trigger position of any
2045
2046 * msimcamera/MSimTrigger.cc:
2047 - some changes to the debug output
2048
2049 * mjobs/MJSimulation.[h,cc]:
2050 - added
2051
2052 * mjobs/Makefile, mjobs/JobsLinkDef.h:
2053 - added MJSimulation
2054
2055 * ceres.cc, showlog.cc, callisto.cc, star.cc, ganymed.cc, sponde.cc:
2056 - added parenthesis suggested by compiler
2057
2058 * mbase/MParEnv.cc:
2059 - included TClass for newwer root versions
2060
2061 * msimreflector/MReflector.cc:
2062 - fixed return if read file was not existing
2063
2064 * msimrelfector/MSimReflector.cc:
2065 - added sanity check if reflector is valid
2066
2067 * datacenter/macros/insertdataset.C:
2068 - added fPriority
2069
2070 * datacenter/macros/plotoptical.C:
2071 - write a root-file as the other plot-macros do
2072
2073 * mreflector/MHReflector.cc:
2074 - added some SetDirectory(NULL), although this class is a candidate
2075 for removal
2076
2077 * mjobs/MJCut.cc, mjobs/MJCalibrateSignal.cc:
2078 - make the CheckEnv fail if kFALSE is returned
2079
2080
2081
2082 2009/01/26 Thomas Bretz
2083
2084 * Makefile:
2085 - added mcorsika, msim, msimreflector, msimcamera and
2086 msimelectronics
2087 - added readcorsika
2088
2089 * mbase/Makefile, mbase/BaseLinkDef.h:
2090 - added MParEnv
2091
2092 * mbase/MParEnv.[h,cc]:
2093 - added
2094
2095 * mbase/MParameters.[h,cc]:
2096 - added ReadEnv to all classes
2097
2098 * mbase/MParList.cc:
2099 - return the container within MParEnv if MParEnv found
2100
2101 * mbase/MParContainer.cc:
2102 - fixed a typo
2103
2104 * manalysis/MEventRateCalc.cc:
2105 - added a comment
2106
2107 * melectronics/MAnalogChannels.[h,cc]:
2108 - made the GetNum* unsigned
2109 - added new member functions to just initialize one size
2110
2111 * mraw/MRawRunHeader.[h,cc]:
2112 - added a possibility to just init the number of pixels
2113
2114 * msimcamera/MSimReadout.[h,cc]:
2115 - get the number of output channels from the camera geometry
2116 - initialize the runheader in ReInit
2117 - initialize the data arrays from the run-header in reinit
2118
2119 * mimage/MHHillas.cc:
2120 - the default binning is not scales by 0.9 anymore
2121
2122 * mmc/MMcEvtBasic.h:
2123 - added new type "artificial"
2124
2125 * mraw/MRawRunHeader.cc:
2126 - set header size in constructor to 0
2127
2128 * msimcamera/MSimCalibrationSignal.[h,cc]:
2129 - we need fEvt and fTrigger always
2130 - renamed ReInit to CallReInit
2131 - set photon primary type
2132 - set number of photons from 50 to 5
2133
2134 * msimcamera/MSimRandomPhotons.cc:
2135 - explicitly set weight to 1
2136
2137 * mjobs/Makefile:
2138 - added msim, msimreflector, msimcamera and mcorsika
2139
2140
2141
2142 2009/01/25 Thomas Bretz
2143
2144 * mbase/Makefile, mbase/BaseLinkDef.h:
2145 - added MLut
2146
2147 * mbase/MLut.[h,cc]:
2148 - added
2149
2150 * msimcamera/MSimCamera.[h,cc], msimcamera/MSimTrigger.[h,cc],
2151 msimcamera/MSimRadout.[h,cc], msimcamera/SimCameraLinkDef.h,
2152 msimcamera/Makefile, msimcamera/MSimCalibrationSignal.[h,cc],
2153 msimcamera/SimCameraIncl,h:
2154 - added
2155
2156 * mjobs/MJob.cc:
2157 - included TClass for newer root versions
2158
2159 * mreflector/MRflEvtData.cc:
2160 - repaced a use of MHexagon by a direct use of MGeomCam
2161
2162 * melectronics/MAvalanchePhotoDiode.[h,cc]:
2163 - added some getters
2164 - remobved some obsolete comment
2165 - set entries to 1 by default
2166
2167 * mgeom/MGeomCam.[h,cc]:
2168 - split the Get[Max,Min]Radius into two member functions
2169 - added the HitDetector based on the maximum radius calculated
2170
2171 * mgeom/MGeomCamDwarf.[h,cc], mgeom/MGeomCamMagic.[h,cc]:
2172 - removed overloading of the new HitDetector
2173
2174 * mgeom/MGeomPix.[h,cc]:
2175 - reset fUserBits in constructor according to a suggestion by valgrind
2176 - added GetT member function
2177
2178 * mjobs/MJSpectrum.cc:
2179 - replaced some Form calls for sanity by MString::Format
2180 - check the result of CheckEnv
2181
2182 * mjobs/MJStar.cc:
2183 - check the result of CheckEnv
2184
2185 * mjobs/MJob.cc:
2186 - fixed a typo in the name for the seed value resource
2187
2188 * mraw/MRawRunHeader.h:
2189 - added a getter for run type point run
2190
2191 * msignal/MSignalCalc.cc:
2192 - don't execute Process at all if fPedestal==NULL
2193
2194 * msignal/MSignalCam.cc:
2195 - aded case 10 and 11 to GetPixelContent
2196
2197 * msim/MHPhotonEvent.cc:
2198 - replaced case 4 by using the traversal distance in the 0-pixel
2199
2200 * msimcamera/MSimSignalCam.cc:
2201 - set pixel only to used if contents>0
2202
2203 * msimcamera/MSimTrigger.[h,cc]:
2204 - added ReadEnv for setup from a resource file
2205 - compress the trigger list after deleting slots
2206 - initialize descriminator threshold with -1
2207 - check for the validity of the discr. th in PreProcess
2208
2209 * msimreflector/MReflector.[h,cc]:
2210 - store file name in title
2211 - added ReadEnv for setup from a resource file
2212
2213 * msimreflector/MSimReflector.[h,cc]:
2214 - changed copyright notice
2215 - added fDetectorMargin
2216
2217
2218
2219
2220 2009/01/24 Thomas Bretz
2221
2222 * mbase/MMath.cc:
2223 - added two explicit conversion to make it compile on my Ubuntu
2224 - Replaced some Form by MString::Format
2225 - included MString
2226
2227
2228
2229 2009/01/23 Daniela Dorner
2230
2231 * datacenter/db/showplots-ds.php, datacenter/db/tabs.php,
2232 datacenter/db/plot.php:
2233 - adapted path to new web file structure
2234
2235 * datacenter/db/sequinfo-aio.php, datacenter/db/runinfo-aio.php:
2236 - added option to group by date (year, month, night): pulldown in
2237 menu and adapted query
2238
2239 * datacenter/db/sequinfo-aio.php, datacenter/db/runinfo-aio.php
2240 datacenter/db/datasetinfo-aio.php:
2241 - enabled possibility to combine all group-bys
2242
2243 * datacenter/db/datasetinfo-aio.php:
2244 - enhances information printed in table in case of group-by
2245
2246 * datacenter/db/include.php:
2247 - adapted pulldown of status-group-by
2248
2249 * datacenter/db/menu.php:
2250 - added pulldown for sumtrigger-flag to sequinfo-menu
2251 - added function to print pulldown for group-by date
2252
2253
2254
2255 2009/01/23 Thomas Bretz
2256
2257 * mcorsika/MCorsikaEvtHeader.[h,cc], msim/MPhotonData.[h,cc],
2258 msimcamera/MSimExcessNoise.cc, msimreflector/MMirrorDisk.cc,
2259 msimreflector/MMirrorHex.cc, msimreflector/MMirrorSquare.[h,cc],
2260 msimreflector/MReflector.cc, msimreflector/MSimReflector.cc,
2261 melectronics/MAnalogSignal.cc:
2262 - moved code which needs TMath to source file
2263 - included TMath for newer root versions
2264 - included TObjArray for newer root versions
2265
2266 * msimcamera/MSimAPD.[h,cc], msimcamera/MSimBundlePhotons.[h,cc],
2267 msimcamera/MSimRandomPhotons.[h,cc]:
2268 - added
2269
2270 * melectronics/Makefile, melectronics/MAnalogChannels.[h,cc],
2271 melectronics/ElectronicsIncl.h, melectronics/ElectronicsLinkDef.h,
2272 melectronics/MDigitalSignal.[h,cc],
2273 melectronics/MAnalogSignal.[h,cc],
2274 melectronics/MAvalanchePhotoDiode.[h,cc]:
2275 - added
2276
2277 * msim/M*.cc, msimreflector/M*.cc, msimcamera/M*.cc:
2278 - changed copyright notice
2279
2280 * mjobs/MJob.[h,cc]:
2281 - for convinience replaced GetEnvValue by GetEnvValue2
2282 - added initialization of the random number generator
2283
2284 * ceres.cc, mcorsika/CorsikaIncl.h:
2285 - added
2286
2287
2288
2289 2009/01/22 Thomas Bretz
2290
2291 * mraw/MRawRunHeader.h:
2292 - added new functions to access the runtype
2293
2294 * msim/MPhotonData.cc:
2295 - removed some obsolete comments
2296
2297 * msim/MPhotonEvent.[h,cc]
2298 - added some comments
2299 - added new member function GetFirst and GetLast
2300 - UnSort the array after reading new data
2301 - removed some old obsolete code
2302 - added new meber function Sort and IsSorted
2303
2304 * msimreflector/MSimReflector.cc:
2305 - force sorting of the array
2306
2307 * msimcamera/MSimPSF.[h,cc], msimcamera/MSimGeomCam.[h,cc],
2308 msimcamera/MSimExcessNoise.[h,cc], msimcamera/MSimSignalCam.[h,cc]:
2309 - added
2310
2311
2312
2313 2009/01/21 Thomas Bretz
2314
2315 * mbase/BaseLinkDef.h, mbase/Makefile:
2316 - added MQuaternion
2317 - added MReflection
2318
2319 * mbase/MQuaternion.[h,cc], mbase/MReflection.[h,cc]:
2320 - added
2321
2322 * mbase/MArrayI.[h,cc]:
2323 - added a few new functions (ReSort, Add, Find and AddUniq)
2324
2325 * mbase/MMath.cc:
2326 - replaced delete by delete[] where appropriate
2327
2328 * mgeom/MGeomCam.h:
2329 - added new virtual functions HitFrame and HitDetector
2330 - included MQuaternion
2331
2332 * mgeom/MGeomCamDwarf.[h,cc], mgeom/MGeomCamMagic.[h,cc]:
2333 - added new functions HitFrame and HitDetector:
2334
2335 * msim/MHPhotonEvent.cc:
2336 - removed the reference to MCamera
2337
2338 * mgeom/MGeomPix.[h,cc], mgui/MHexagon.[h,cc]:
2339 - moved DistanceToPrimitive from MHexagon to MGeomPix
2340 - moved the funtions to calculate overlapping areas
2341 also, but they are still in a comment
2342
2343 * mgui/MHexagon.[h,cc]:
2344 - started implementing a rotation angle
2345 - added data meber fPhi
2346 - increased class version number
2347
2348 * mhist/MHCamera.cc, mtools/MagicJam.cc:
2349 - we don't have to use a MHexagon anymore caluclating
2350 DistanceToPrimitive
2351
2352 * msimreflector/MMirror.[h,cc], msimreflector/MMirrorSquare.[h,cc],
2353 msimreflector/MMirrorHex.[h,cc], msimreflector/MMirrorDisk.[h,cc],
2354 msimreflector/MReflector.[h,cc], msimreflector/MSimReflector.[h,cc],
2355 msimreflector/Makefile, msimreflector/SimReflectorLinkDef.h,
2356 msimreflector/SimReflectorIncl.h:
2357 - added
2358
2359
2360
2361 2009/01/21 Stefan Ruegamer
2362
2363 * datacenter/scripts/read_lapalma-tapes:
2364 - added check of the tape slot when exporting the tapes
2365
2366
2367
2368 2009/01/20 Thomas Bretz
2369
2370 * mjobs/MJob.h:
2371 - added Esc member function
2372
2373 * msim/MPhotonData.[h,cc], msim/MPhotonEvent.[h,cc],
2374 msim/MSimAbsorption.[h,cc], msim/MSimPointingPos.[h,cc],
2375 MHPhotonEvent.[h,cc], msim/Makefile, msim/SimIncl.h
2376 msim/SimLinkDef.h:
2377 - added
2378
2379
2380 2009/01/19 Thomas Bretz
2381
2382 * mfileio/MWriteRootFile.cc:
2383 - simplified how the rules are evaluated using TPregexp
2384 - by this the rules got more powerful
2385
2386 * mjobs/MJCalibrateSignal.cc, mjobs/MJStar.cc:
2387 - changed ols style rule to new style
2388
2389
2390
2391 2009/01/18 Thomas Bretz
2392
2393 * mbase/BaseLinkDef.h, mbase/Makefile:
2394 - added MSpline3
2395
2396 * mcorsika/MCorsikaEvtHeader.cc:
2397 - some little cosmetics
2398
2399 * mcorsika/MCorsikaEvtHeader.h:
2400 - added some missing getters
2401
2402 * mcorsika/MCorsikaRunHeader.cc:
2403 - removed some obsolete comments
2404 - reordered some comments
2405
2406 * mextralgo/MExtralgoSpline.h:
2407 - changed default in GetIntegral from true to false
2408
2409 * mraw/MRawEvtHeader.h:
2410 - added Setter for DAQEventNumber
2411
2412 * mraw/MRawRunHeader.cc:
2413 - start pixel hardware indices with 1 not with 0
2414
2415
2416
2417 2009/01/17 Thomas Bretz
2418
2419 * mbase/MMath.[h,cc]:
2420 - added a new function RndmExp which should be a tiny bit faster than
2421 root's own implementation because it ises Rndm() instead of Uniform()
2422
2423 * mextralgo/ExtralgoIncl.h:
2424 - added MArrayF
2425
2426 * mextralgo/MExtralgoSpline.[h,cc]:
2427 - divided FindY into FindYup and FindYdn to avoid an obsolete if-clause
2428 - added a new member function to return the integral function of the
2429 spline. This is useful to init a new spline and use it for
2430 producing the proper random distribution.
2431
2432 * mpedestal/MPedestalSubtractedEvt.[h,cc]:
2433 - added Print() function
2434
2435 * mraw/MRawEvtData.[h,cc]:
2436 - added a member function to Reset the arrays
2437 - added member function to set the pixel indices
2438 - Improved the new Set function
2439
2440 * readcorsika.cc:
2441 - added
2442
2443
2444
2445 2009/01/16 Daniel Hoehne-Moench
2446
2447 * datacenter/scripts/mcsequences:
2448 - implemented sumtrigger -> modes, fTriggerFlagKEY
2449 - fPriority(MCSequenceProcessStatus) is now filled into the mcdb
2450
2451 * datacenter/scripts/fillmccallisto, fillmcstar:
2452 - bugfix: changed argument of $primaries from [$s+$s] to [$s]
2453
2454 * datacenter/macros/fillcamera.C:
2455 - changed NumPheFromDNSB to float(7,3)
2456 - fPriority(MCRunProcessStatus) is now filled into the mcdb
2457
2458 * datacenter/macros/fillmccalib.C:
2459 - minor changes, bugfix (wrong column name for mcdb)
2460
2461 * datacenter/macros/fillmcsignal.C:
2462 - definition of some parameters changed according to fillsignal.C
2463 - minor changes, deleted unnecessary code
2464 - implemented if clause for HiLo-Parameters. Instead of
2465 seqno<200000 the fAmplFadcKEY is queried in the mcdb for each
2466 sequence. For MUX MCs the HiLo-Parameters are not calculated.
2467
2468
2469
2470 2009/01/15 Thomas Bretz
2471
2472 * callisto.cc:
2473 - cosmetics to output
2474
2475 * mcorsika/MCorsikaRunHeader.cc:
2476 - cosmetics (removed a ;;)
2477
2478 * mhist/MHEvent.[h,cc]:
2479 - ReInit to allow the change of the camera geoemtry in ReInit
2480
2481
2482
2483 2009/01/15 Stefan Ruegamer
2484
2485 * datacenter/scripts/dodatacheck:
2486 - removed the _E in the find command; files from 2008/06/04 on do
2487 not have it any more
2488
2489
2490
2491 2009/01/14 Daniel Hoehne-Moench
2492
2493 * datacenter/scripts/sourcefile:
2494 - extended errorcoding on mc run process status
2495
2496 * datacenter/scripts/runmccallisto, runmcstar:
2497 - deleted unnecessary lines, adapted to primary structure
2498
2499 * datacenter/macros/fillmcsignal.C, fillmccalib.C, fillmcstar.C:
2500 - added
2501
2502 * datacenter/scripts/fillmccallisto, fillmcstar:
2503 - added
2504
2505
2506
2507 2009/01/14 Thomas Bretz
2508
2509 * readraw.cc:
2510 - check first whether the file exist before adding the extension
2511
2512 * mbase/MMath.[h,cc]:
2513 - added function to Re-sort an array
2514
2515 * mfileio/MReadMarsFile.cc, mfileio/MWriteRootFile.cc:
2516 - Improved output
2517
2518 * mfileio/MWriteRootFile.cc:
2519 - fixed a problem which prevented to open more than one /dev/null
2520 devices independantly
2521
2522 * mgeom/MGeomCam.cc:
2523 - cosmetics
2524
2525 * mgeom/MGeomCamDwarf.h:
2526 - fixed a typo in an ifdef
2527
2528 * mgeom/MGeomPix.[h,cc]:
2529 - added funtion to return positon as TVector2
2530 - slightly improved the algorithm to check IsInside
2531 - fixed the conditional signs for the orientation of pixels
2532 in GetDirection
2533
2534 * mmain/MEventDisplay.cc:
2535 - Give different names to the MPedestalSubtract tasks
2536 - fixed buttons
2537 - call AddGeometryTags after ReInit to allow reading new geometries in
2538 ReInit
2539
2540 * mmc/MMcEvtBasic.h:
2541 - added a new primary type kNightSky
2542
2543 * mraw/MRawEvtPixelIter.h:
2544 - replaced type of the number of bytes by UInt_t
2545
2546 * mraw/MRawRunHeader.h:
2547 - allow to validate the magic-number from outside (for MCs)
2548
2549 * datacenter/scripts/runcorsika:
2550 - added a lot of comments
2551 - reordered values in input card
2552 - switched off a lot of obsolete output
2553 - changed the Magnetic field to a value corresponding to the location of
2554 MAGIC at 2200m height valid for January 2009. (The old value never took
2555 place there?!) The value was taken from www.noaa.gov/geomagmodels
2556
2557
2558
2559 2009/01/12 Daniel Hoehne-Moench
2560
2561 * datacenter/db/menu.php:
2562 - bugfix: now the SumTriggerFlag is correctly displayed in the web
2563 interface
2564
2565
2566
2567 2009/01/09 Daniel Hoehne-Moench
2568
2569 * datacenter/macros/fillcamera.C
2570 - implemented new variables: zbinmin, zbinmax, number of
2571 sumtriggers, sum trigger flag
2572 - bugfix: for P and C runs the mirror fraction and the impact
2573 parameter had unreasonable values (negative) which were filled
2574 into the mcdb, now->0
2575
2576 * datacenter/scripts/fillcamera, mcsequences:
2577 - implemented call of getdbsetup
2578
2579
2580
2581 2009/01/09 Stefan Ruegamer
2582
2583 * datacenter/scripts/buildsequenceentries
2584 - corrected IFS argument
2585
2586
2587
2588 2009/01/08 Stefan Ruegamer
2589
2590 * datacenter/scripts/filesondisk
2591 - added S and N runs
2592
2593
2594
2595 2009/01/07 Daniel Hoehne-Moench
2596
2597 * datacenter/macros/filldotrun.C:
2598 - updated column counting numbers
2599 - included a check for the number of columns in the runfiles
2600
2601 * datacenter/macros/buildsequenceentries.C:
2602 - implemented SumTriggerFlagKEY for sequence building
2603
2604
2605
2606 2009/01/06 Thomas Bretz
2607
2608 * mbase/MArrayB.h, mbase/MArrayD.h, mbase/MArrayF.h,
2609 mbase/MArrayI.h, mbase/MArrayS.h:
2610 - removed GetSize
2611
2612 * mbase/MArrayF.h:
2613 - added Add()
2614 - added AddClipped
2615
2616 * mbase/MMath.[h,cc]:
2617 - implemented ReSort
2618
2619 * mcorsika/MCorsikaEvtHeader.cc:
2620 - removed obsolete comments
2621
2622 * mcorsika/MCorsikaRead.cc:
2623 - cosmetics
2624
2625 * mcorsika/MCorsikaRunHeader.[h,cc]:
2626 - added comments about file contents
2627 - added fWavelengthMin/Max
2628
2629 * mextralgo/MExtralgoSpline.[h,cc]:
2630 - renamed SearchY to SearchYdn
2631 - fixed a problem in SearchYup (must be ++i instead of i++)
2632 (this is relatively unimportant because it was only used
2633 in the determination of the pulse width which we never
2634 really used)
2635 - added a sanity/range-check to SearchYup and SearchYdn
2636 - added a comment
2637 - changed the order of arguments in EvalDeriv1
2638 - changed the order of arguments in EvalDeriv2
2639 - accelerated EvalDeriv1 (one multiplication less)
2640 - added Deriv1 function
2641 - made SearchYup and SearchYdn public
2642
2643 * mjobs/MDataSet.cc:
2644 - removed an obsolete return statement
2645
2646 * mraw/MRawEvtData.[h,cc]:
2647 - changed pointer in AddPixel to reference
2648 - added a Set function
2649
2650 * mraw/MRawRunHeader.[h,cc]:
2651 - added a lot of fixes for wrong run numbers written by Arehucas
2652 - added a fix for strange file numbers written by Arehucas
2653 - added functions as monta carlo interface to set contents
2654
2655 * msignal/MSignalCam.cc:
2656 - defined a case 9
2657
2658
2659
2660 2009/01/05 Thomas Bretz
2661
2662 * mhbase/MH.h:
2663 - commited missing changes from last year
2664
2665 * merpp.cc:
2666 - fixed a description
2667
2668 * sponde.cc:
2669 - added "Multiple dataset at once"
2670
2671 * star.cc:
2672 - removed obsolete -ff option from output
2673
2674 * mbase/MTime.[h,cc]:
2675 - added GetBinary
2676 - added WriteBinary
2677
2678 * mbase/MEvtLoop.cc:
2679 - display paused status in status line
2680 - improved pause handling
Note: See TracBrowser for help on using the repository browser.