source: trunk/MagicSoft/Mars/Changelog@ 9426

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