source: trunk/MagicSoft/Mars/Changelog@ 9432

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