source: trunk/MagicSoft/Mars/Changelog@ 9382

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