source: trunk/MagicSoft/Mars/Changelog@ 9448

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