source: trunk/MagicSoft/Mars/Changelog@ 9493

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