source: trunk/MagicSoft/Mars/Changelog@ 9456

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