source: trunk/MagicSoft/Mars/Changelog@ 9488

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