source: trunk/MagicSoft/Mars/Changelog@ 9467

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