source: trunk/MagicSoft/Mars/Changelog@ 9477

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