source: trunk/MagicSoft/Mars/Changelog@ 9408

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