source: trunk/MagicSoft/Mars/Changelog@ 9482

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