source: trunk/MagicSoft/Mars/Changelog@ 9402

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