source: trunk/MagicSoft/Mars/Changelog@ 9457

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