source: trunk/MagicSoft/Mars/Changelog@ 9490

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