source: trunk/MagicSoft/Mars/Changelog@ 9491

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