source: trunk/MagicSoft/Mars/Changelog@ 9384

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