source: trunk/MagicSoft/Mars/Changelog@ 9415

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