source: trunk/MagicSoft/Mars/Changelog@ 9389

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