source: trunk/MagicSoft/Mars/Changelog@ 2577

Last change on this file since 2577 was 2577, checked in by moralejo, 21 years ago
*** empty log message ***
File size: 166.4 KB
Line 
1Please do not write behind the end of line tag so that it is possible
2to send a Changelog file to a line printer directly. Thanks.
3
4
5 -*-*- END OF LINE -*-*-
6
7 2003/12/1: Abelardo Moralejo
8
9 * mimage/MStereoPar.cc
10 - Added calculation of fCT1Impact2, fCT2Impact2, the estimates of
11 impact parameter using the a priori assumption that the events
12 come from a point source located at the center of the camera.
13
14 2003/11/27: Wolfgang Wittek
15
16 * mfilter/MFEventSelector2.cc
17 - if number of requested events is too high
18 reduce it to the maximum number possible
19 - introduce the flag 'fUseOrigDistribution';
20 if it is set to kTRUE (by SetOrigDistribution()) the original
21 distribution will be used as the nominal distribution
22 - add the member functions SetUseOrigDistribution()
23 GetHistOrig()
24
25 * mfilter/MFRandomSplit.[h,cc]
26 - a filter which gives fResult = kTRUE with a certain probability
27
28 * mfilter/MFAntiFilter.[h,cc]
29 - a filter which checks the result of a given filter and returns
30 the opposite result;
31 Thomas : could you please add a code which puts the filter whose
32 result is checked into the task list ?
33
34 * mfilter/Makefile
35 FilterLinkDef.h
36 - add MFRandomSplit and MFAntiFilter
37
38 * manalysis/MCT1FindSupercuts.[h,cc]
39 - in 'DefineTrainMatrix', 'DefineTestMatrix', and
40 'DefineTrainTestMatrix()' :
41 replace call to 'MFEventSelector' by call to 'MFEventSelector2'
42 - add member function SetUseOrigDistribution(Bool_t b);
43 if b = kTRUE the events for the training and test samples are
44 selected randomnly from the input file
45
46
47
48 2003/11/27: Abelardo Moralejo
49
50 * mdata/MDataChain.cc:
51 - added ';' as a possible alphanumeric character in the data
52 string, to support the use of variables from MC stereo files
53 where the parameter containers for each telescope are tagged
54 with a ';' followed by the telescope number.
55
56
57 2003/11/26: Thomas Bretz
58
59 * mhist/MHVsTime.[h,cc]:
60 - implemented usage of Event number
61
62 * mhist/MHPixVsTime.[h,cc]:
63 - implemented usage of time (untested - may not work)
64
65
66
67 2003/11/25: Thomas Bretz
68
69 * mgeom/MGeomMirror.h:
70 - added Getter functions for Mirror Center and Mirror
71 Normal vector
72
73
74
75 2003/11/25: Abelardo Moralejo
76
77 * mimage/MStereoPar.[h,cc]
78 * mimage/MStereoCalc.[h,cc]
79 - Added. First version of some calculations for the data analysis
80 of two-telescope configurations (estimation of shower direction
81 and core position).
82 * mimage/Makefile, ImageLinkDef.h
83 - Updated accordingly.
84
85
86
87 2003/11/23: Thomas Bretz
88
89 * star.cc:
90 - fixed a typo
91
92 * manalysis/MCerPhotCalc.cc:
93 - fixed logging stream
94
95 * mbase/MStatusDisplay.[h,cc]:
96 - made fLog available to derived classes
97 - added Reset()-function
98 - added some debug messages to CloseWindow()
99 - put 'return' back into HandleConfigureNotify (fixes the
100 problem with the random size of the Mona display)
101 - added a new workaround in HandleEvent which fixed a crash
102 when switching back to the 'main' tab in MEventDisplay
103 This is NOT understood!
104 - changed bit 14/15 to 15/16. BIT(14) is used in TGMainFrame
105 already
106 - fixed a typo. Must be kTabPrint instead of kFilePrint
107
108 * mfilter/MFRealTimePeriod.h:
109 - added Setter for timeout
110
111 * mhist/MHCamEvent.cc:
112 - fill the rms for each event. This may be switched off by
113 a status bit in the future for speed reasons.
114
115 * mhist/MHCamera.[h,cc]:
116 - removed Profile() from GetMaximum/GetMinimum if no
117 autoscale is done
118 - added 'content' Draw option
119 - when kNoLegend is set draw the legend showing the size
120
121 * mhist/MHEvent.cc:
122 - fixed a typo: GetNumEvents() --> GetRunNumber()
123
124 * mhist/MHTriggerLvl0.cc:
125 - small changes to output
126
127 * mraw/MRawSocketRead.[h,cc]:
128 - renamed fRawEvtTime to fTime
129 - changed 'MRawEvtTime' to 'MTime'
130 - added some debugging output in case of kContinue
131
132 * mmain/MOnlineDump.[h,cc], mmain/MOnlineDisplay.[h,cc]:
133 - added
134
135 * mmain/MainLinkDef.h, mmain/Makefile:
136 - added MOnlineDump
137 - added MOnlineDisplay
138
139 * mona.cc:
140 - updated
141
142 * manalysis/MEventRate.[h,cc], manalysis/MEventRateCalc.[h,cc]:
143 - added
144
145 * manalysis/AnalysisLinkDef.h, manalysis/Makefile:
146 - added MEventRateCalc
147 - added MEventRate
148
149 * mgeom/MGeomMirror.h:
150 - fixed comments in the header - must be in one line!
151
152 * mreport/MReport.h:
153 - adde Getter-function for fState
154
155 * mreport/MReportDrive.[h,cc]:
156 - added GetAbsError() (preliminary!)
157
158
159
160 2003/11/22: Thomas Bretz
161
162 * mreport/MReportCamera.cc:
163 - implemented real reading
164 - changed some loops to poinbter arithmetics
165
166 * mreport/Makefile:
167 - added mcamera
168
169 * merpp.cc:
170 - implemented preliminary support for report-files
171
172 * star.cc:
173 - small changes to handling of update-mode
174
175 * mbase/MParList.cc:
176 - fixed a wrong output
177
178 * mbase/MTask.cc:
179 - fixed AddToBranchList(TString&)
180
181 * mbase/MTime.[h,cc]:
182 - setfill only once
183 - fixed ()-operator
184 - removed nonsens GetTime()
185
186 * mcamera/MCameraAUX.h, mcamera/MCameraCalibration.h,
187 mcamera/MCameraCooling.h, mcamera/MCameraHV.h,
188 mcamera/MCameraLV.h, mcamera/MCameraLid.h,
189 mcamera/MCameraLids.h, mcamera/MCameraPowerSupply.h:
190 - set version in ClassDef to 1
191
192 * mcamera/MCameraCooling.h:
193 - added Getter-functions
194
195 * mcamera/MCameraLV.h:
196 - changed fHumidity to Byte_t
197
198 * mcamera/MCameraLid.h:
199 - derived from MParContainer instead of TObject
200
201 * mfileio/FileIOLinkDef.h, mfileio/Makefile:
202 - added MReadReports
203
204 * mfileio/MReadReports.[h.cc]:
205 - added
206
207 * mfileio/MReadTree.h:
208 - added MReadReports as friend class to allow access to fChain
209
210 * mfileio/MWriteRootFile.cc:
211 - fixed output (didn't have the correct debug flags)
212
213 * mhist/HistLinkDef.h, mhist/Makefile:
214 - added MHVsTime
215
216 * mhist/MHVsTime.[h,cc];
217 - added
218
219 * mhist/MFillH.cc:
220 - add eveything I know to BranchList
221
222 * mraw/MRawFileWrite.[h,cc]:
223 - changed name of MTime from MRawEvtTime to MTime
224 - changed Tree names to:
225 + Events
226 + Pedestals
227 + Calibration
228
229 * mreport/MReportTrigger.[h,cc]:
230 - fixed accoring to a discussion with Riccardo
231 - changed version number in ClassDef to 1
232
233 * mreport/Makefile:
234 - added mcamera
235
236 * macros/rootlogon.C:
237 - added colors
238 - changed the search path for libmars.so a bit
239
240 * mdata/MDataList.[h,cc]:
241 - added support for '%'
242
243 * mhist/MHCamera.[h,cc]:
244 - removed DrawPixelIndices and DrawSectorIndices
245 - replaced by new Draw-options: 'sectorindex' and 'pixelindex'
246 - put together in PaintIndices
247
248 * mmain/MEventDisplay.cc:
249 - added Sectors to tabs
250 - code for adding tab was in class twice (removed in
251 ReadinFirstEvent, uses AddGeometryTabs instead)
252
253 * mreport/MReport.[h,cc]:
254 - prpared to read new DC-REPORT files
255
256 * mreport/MReportDrive.[h,cc]:
257 - removed debug 'D'
258 - added Getter-functions
259
260
261
262 2003/11/21: Thomas Bretz
263
264 * mraw/MRawEvtData.cc:
265 - added type 3 and 4 to GetPixContent
266
267 * status.cc:
268 - added display of average index of slice witg maximum value
269 - implemented a scheme to exit the application and to
270 leave it open when the loop is finished.
271
272 * macros/status.C:
273 - added maximum index histogram
274
275 * mbase/MStatusDisplay.[h,cc]:
276 - implemented kExitLoopOnExit and kExitLoopOnClose
277
278 * mcamera/CameraLinkDef.h:
279 - added missing MCameraAUX and MCameraLid
280
281 * mhist/MHCamEvent.[h,cc]:
282 - added fRms
283
284 * mhist/MHCamera.cc:
285 - added error when printing pixel contents
286
287 * mhist/MHTriggerLvl0.[h,cc]:
288 - use MHCamera::kProfile
289 - renamed PrintOutLayers to PrintOutliers
290
291 * mmain/MEventDisplay.cc:
292 - made 'Mini-Canvas' working in all Tabs by catching kCM_TAB
293
294 * mhist/MFillH.[h,cc], mhist/MH.[h,cc]:
295 - implemented ReInit
296
297 * mbase/MParList.cc:
298 - implemented more sanity check whether a class can be created
299
300 * Makefile:
301 - added mcamera
302 - added mreport
303 - added status
304 - added OBJS and MCint.o to the shared object
305
306 * macros/readCT1.C:
307 - do not add non-existing geomcam to parlist
308 - add geomapl to tasklist
309
310 * mcamera/MCameraCalibration.h, mcamera/MCameraCooling.h,
311 mcamera/MCameraHV.h, mcamera/MCameraLV.h,
312 mcamera/MCameraLid.h, mcamera/MCameraLids.h,
313 mcamera/MCameraPowerSupply.h, mreport/MReportCamera.h:
314 - changed according to discussion with Pepe
315
316 * mtools/Makefile, mtools/ToolsLinkDef.h:
317 - added MAstro
318
319 * mtools/MAstro.[h,cc]:
320 - added
321
322 * macros/readMagic.C, macros/readCT1.C:
323 - changed to display relative signal (which is compared to the
324 cleaning levels) and the cleaning levels
325
326
327
328 2003/11/20: Markus Gaug
329
330 * macros/calibration.C
331 - all variables are now plotted in camera displays
332
333 * manalysis/MCalibrationPix:
334 - replaced fErrT by fSigmaT
335
336 * manalysis/MCalibrationCam.cc:
337 - replaced fErrT by fSigmaT
338
339 * mhist/MHCalibrationPix.cc:
340 - replaced GetErrT by GetSigmaT()
341
342
343
344 2003/11/20: Wolfgang Wittek
345
346 * mimage/M2dimFunctionFit.[h,cc]
347 - removed; will be replaced by MFun2Fit.[h,cc]
348
349 * mimage/M2dimFunction.[h,cc]
350 - removed; will be replaced by MFunc2.[h,cc]
351
352 * mimage/MH2dimFunction.[h,cc]
353 - removed; will be replaced by MHFunc2.[h,cc]
354
355
356
357
358 2003/11/19: Markus Gaug
359
360 * manalysis/MCalibrationPix:
361 - new functions: GetPed(), GetPedRms(), GetQProb()
362 - new variable: fQProb
363
364 * manalysis/MCalibrationCam.cc:
365 - function GetPixelContent enlarged
366
367 * manalysis/MCalibrationCalc:
368 - function ReInit added like in MPedCalcPedRun
369
370
371
372 2003/11/19: Thomas Bretz
373
374 * mreport/MReport.[h,cc]:
375 - replaced FindTime by SetupReading
376 - removed SetTime
377
378 * mreport/MReportFileRead.cc:
379 - replaced SetTime by SetupReading
380
381 * mreport/MReportCamera.[h,cc]:
382 - use new stuff
383
384 * mcamera/*:
385 - added
386
387
388
389
390
391 2003/11/19: Markus Gaug
392
393 * manalysis/MPedCalcPedRun:
394 - implemented function ReInit
395 - implemented pointer fRunheader
396 - fNumHiGainSamples now called from fRunHeader inside ReInit
397 - Now, fNumHiGainSamples gets right number, instead of inf
398
399 * mhist/MHCalibrationConig:
400 - gkStartQlast changed from 5000 to 10000.
401
402
403
404 2003/11/18: Thomas Bretz
405
406 * mars.cc:
407 - changed Usage to standard Usage
408
409 * merpp.cc, mona.cc, readraw.cc, star.cc, status.cc,
410 mbase/MArgs.[h,cc]:
411 - removed const-qualifier for argv
412
413 * mbase/MTask.cc:
414 - fixed a bug in PrintStatistics (setfill was not set)
415
416 * mbase/MTaskList.cc:
417 - simplified PrintStatistics
418
419 * mbase/MTime.h:
420 - added Getter
421
422 * mfileio/MReadTree.cc:
423 - remove a leading "*" when checking whether a branch which
424 should be enabled exists
425
426 * mfileio/MWriteRootFile.cc:
427 - fixed a crash when Print is called and GetTree() returns NULL
428
429 * mhist/MHEvent.cc:
430 - implemented more levels (MeV, GeV, etc) for energy display
431
432 * mraw/MRawSocketRead.cc:
433 - removed some obsolete comment
434
435 * mreport/MReport.[h,cc]:
436 - added FindTime
437 - removed an invalid line (ReadAngle) in the header file
438 - Set class version to 1
439 - do not write fTime '//!'
440
441 * mreport/MReportFileRead.cc:
442 - fixed handling of MTimes
443
444 * mhist/MH.cc:
445 - added some const qualifiers in CutEdges
446
447
448
449 2003/11/18: Abelardo Moralejo
450
451 * mmc/MMcEvt.cxx:
452 - Fixed missing initialization of fLongitmax
453
454
455
456 2003/11/18: Markus Gaug
457
458 * manalysis/MCalibrationCalc:
459 - performs the eventloop and fills the calibration classes
460
461 * manalysis/MCalibrationCam:
462 - holds the classes: MCalibrationPix and MCalibrationBlindPix
463 and MCalibrationPINDiode
464 - one MCalibrationPix per pixel
465
466 * manalysis/MCalibrationPix:
467 - holds the fit results and conversion factors, etc per pixel
468 - hold histograms MHCalibrationPixel
469
470 * manalysis/MCalibrationBlindPix:
471 - holds fit results and derived number of photons, etc
472 - hold histogram MHCalibrationBlindPixel
473
474 * manalysis/MCalibrationPINDiode:
475 - holds fit results and derived number of photons, etc
476 - hold histogram MHCalibrationPINDiode
477
478 * mhist/MHCalibrationPix:
479 - histograms with sum of charges, time slices and reduced
480 charges vs. event number
481 - fit functions
482
483 * mhist/MHCalibrationPixel:
484 - histograms with sum of charges, time slices and reduced
485 charges vs. event number
486 - fit functions
487
488 * mhist/MHCalibrationBlindPixel:
489 - histograms with sum of charges, time slices and reduced
490 charges vs. event number
491 - fit functions
492
493 * mhist/MHCalibrationPINDiode:
494 - histograms with sum of charges, time slices and reduced
495 charges vs. event number
496 - fit functions
497
498 * mhist/MH:
499 - new function: CutEdges
500
501 * macros/calibration.C
502 - simple macro showing the functionning
503
504
505
506 2003/11/17: Thomas Bretz
507
508 * mbase/MLog.cc:
509 - replaced pthread_mutex by a TMutex
510 - renamed fgui to fGui
511 - renamed fout to fOut
512
513 * mbase/MStatusDisplay.cc:
514 - removed ==13 using TryLock() (this was wrong)
515
516 * mreport/*
517 - added
518
519 * macros/readrep.C:
520 - added
521
522 * merpp.cc, readraw.cc:
523 - added option -?/-h
524
525 * mona.cc:
526 - added MOnlineDump-class
527 - added port as a commandline option
528 - added commandline options
529
530 * status.cc:
531 - added option -?/-h
532 - added filter to support MC and DAQ files
533
534 * mdata/MDataChain.[h,cc]:
535 - added kERound
536
537 * mfilter/FilterLinkDef.h, mfilter/Makefile:
538 - added MFRealTimePeriod
539
540 * mgeom/MGeomCam.h:
541 - added InitGeometry
542
543 * mgeom/MGeomCamCT1.cc, mgeom/MGeomCamCT1Daniel.cc,
544 mgeom/MGeomCamECO1000.cc, mgeom/MGeomCamECO1000HG.cc,
545 mgeom/MGeomCamMagic.cc, mgeom/MGeomCamMagic919.cc,
546 mgeom/MGeomCamMagicHG.cc:
547 - replaced Calc* by InitGeometry
548
549 * mmain/MEventDisplay.cc:
550 - added a filter to support MC and real files
551
552 * mmain/Makefile:
553 - added mdata and mfilter
554
555 * mraw/MRawFileRead.cc:
556 - close file in PostProcess
557
558 * mraw/MRawRunHeader.h:
559 - added a comment
560
561 * mraw/RawIncl.h:
562 - removed some obsolete includes
563
564 * mhist/MH*:
565 - cleaned up many includes
566
567
568
569 2003/11/15: Thomas Bretz, Abelardo Moralejo
570
571 * mhist/MH.h:
572 - added fSerialNumber data member
573
574 * mhist/MFillH.cc:
575 - distribute serial number to the MH object to be filled
576
577 * mranforest/MHRanForest.cc, mhist/MHHadronness.cc:
578 - added serial number to the MMcEvt container (does nothing unless
579 SetSerialNumber has been called for the corresponding MFillH)
580 This is intended to allow the use of Random Forest with MC
581 multi-telescope files.
582
583 * NEWS:
584 - updated.
585
586
587
588 2003/11/14: Abelardo Moralejo
589
590 * mfilter/MF.cc:
591 - added the possibility of using in the filter parameters from a
592 multi-telescope MC camera file, where master branches for each
593 telescope are tagged with ;i being i the number of telescope.
594 The change consists in the addittion in MF::IsAlNum of ';' as
595 a possible alphanumeric character in the string.
596
597
598
599 2003/11/13: Thomas Bretz
600
601 * macros/readCT1.C:
602 - fixed to work with the new MHCamera::Draw (see Mantis)
603 - changed to display event and cleaned event
604
605 * macros/readMagic.C:
606 - fixed to work with the new MHCamera::Draw (see Mantis)
607
608 * mhist/MHEvent.cc:
609 - fixed display of the energy (see Mantis)
610
611 * mmain/MEventDisplay.cc:
612 - fixed usage of small canvas with new MHCamera::Draw
613
614
615
616 2003/11/11: Rudy Bock
617
618 * mfilter/MFGeomag.[h,cc]:
619 - added a new class which reads two ASCII files (for +ve and -ve
620 particles) from the mfilter directory, and filters out
621 low-energy charged Monte Carlo particles which do not reach the
622 earth's surface. Tables are from Adrian Biland. A method is
623 included which allows treating gammas as electrons (i.e. rejects
624 low energy particles).
625
626
627
628 2003/11/11: Nicola Galante
629
630 * mhistmc/MHMcTriggerLvl2.[h,cc]:
631 - Removed 'const' qualifier for the returned object of the
632 method (TH1 *)MHMcTriggerLvl2::GetHistByName(const TString name)
633
634
635
636 2003/11/10: Nicola Galante
637
638 * mhistmc/MHMcTriggerLvl2.[h,cc]:
639 - Changed return value of method MHMcTriggerLvl2::GetHistByName()
640 Now it returns a (TH1 *), no more a (TObject *), in order to keep
641 formal compatibility with the overloaded method of the mother
642 class TH1 *MH::GetHistByName(TString name)
643
644
645
646 2003/11/10: Thomas Bretz
647
648 * macros/dohtml.C:
649 - added mreflector
650 - removed mdatacheck
651 - removed mventdisp
652
653 * mbase/MEvtLoop.[h,cc]:
654 - removed instantiation of gListOfPrimitives
655
656 * mbase/MGGroupFrame.h:
657 - minor change
658
659 * mbase/MLog.cc:
660 - added a comment
661
662 * mbase/MParContainer.[h,cc]:
663 - removed include MEvtLoop.h
664 - added instantiation of gListOfPrimitves
665
666 * mbase/MReadSocket.[h,cc]:
667 - added more functionality
668 - added comments
669 - added Open() Close()
670
671 * mbase/MTask.cc:
672 - removed obsolete include for MGGroupFrame
673
674 * mfilter/MFRealTimePeriod.h:
675 - initialize fTime with 0
676
677 * mhist/MHCamEvent.cc, mhist/MHEvent.cc, mhist/MHTriggerLvl0.cc:
678 - removed creation of additional pad in Draw
679
680 * mhist/MHCamera.cc:
681 - added creating of additional pad in Draw
682 - added some comments
683
684 * mraw/MRawSocketRead.[h,cc]:
685 - added comments
686 - added fPort data member
687 - take MStatusDisplay status into account
688 - SetStausLine2 added
689 - removed obsolete include of iosfwd
690
691 * Makefile:
692 - changed makedepend line size
693 - renamed shared object from mars.so to libmars.so
694 - moved shared object from lib-directory to mars root directory
695 - make all executables load the shared object instead of statically
696 linking
697 - removed mdatacheck
698
699 * Makefile.conf.darwin, Makefile.conf.linux, Makefile.conf.linux-gnu,
700 Makefile.conf.osf1, Makefile.conf.osf5.1:
701 - removed obsolete SUBDIRS in MARS_LIB
702
703 * mars.cc:
704 - do not show logo if command line arguments are wrong
705
706 * macros/rootlogon.C:
707 - load libmars.so instead of lib/mars.so
708 - added mreflector to include path
709 - removed mdatacheck from include path
710 - removed mventdisp from include path
711
712 * mmain/MStatusDisplay.[h,cc]:
713 - secure UpdateTab with a TMutex
714 - do not use MGTextView for root versions >= 3.02.05
715 - fixed a crash when all tabs where deleted, no tab was active
716 anymore
717 - show when updating postscript header
718
719 * mmain/MStatusDisplay.[h,cc], mmain/MSearch.[h,cc], mmain/MGMenu.[h,cc],
720 mmain/MSearch.[h,cc]:
721 - moved to mbase
722
723 * mmain/Makefile, mmain/MainLinkDef.h:
724 - removed MStatusDisplay
725 - removed MSearch
726 - removed MGMenu
727 - removed MProgressBar
728 - added MGDisplayAdc
729
730 * mbase/Makefile, mbase/MainLinkDef.h:
731 - added MStatusDisplay
732 - added MSearch
733 - added MGMenu
734 - added MProgressBar
735
736 * mdatacheck/Makefile, mdatacheck/DataCheckLinkDef.h:
737 - removed MGDisplayAdc
738
739 * meventdisp/Makefile, meventdisp/DataCheckLinkDef.h:
740 - removed MGCamDisplay
741 - removed MGEvtDisplay
742
743 * mdatacheck/MGDisplayAdc.[h,cc]:
744 - moved to mmain
745
746 * mona.cc:
747 - added ChangeContextMenus
748 - adapted to new MRawSocketRead interface
749 - assigned names to different tasks
750 - swiched off progress bar (temporarily)
751 - moved status display into thread
752 - exit thread by Exit() (seems to be necessary)
753 - added preliminary workaround for mssing RootPlugin
754
755 * mmain/MAnalysis.cc:
756 - removed external display
757 - added MStatusDisplay
758
759 * mmain/MMonteCarlo.cc:
760 - old workaround (MMcEvt) obsolete
761
762 * mmain/MAnalysis.cc:
763 - do not call DisableAutoScheme
764
765 * mmain/MCameraDisplay.cc:
766 - minor changes
767
768 * mgui/MCamDisplay.[h,cc], mmain/MEvtDisp.[h,cc],
769 meventdisp/MGCamDisplay.[h,cc], MGEvtDisplay.[h,cc],
770 meventdisp/MGFadcDisp.[h,cc], meventdisp/EvtDispIncl.h,
771 meventdisp/EvtDispLinkDef.h, meventdisp/Makefile, meventdisp:
772 - removed (obsolete)
773
774 * mmain/MGDisplayAdc.[h,cc]:
775 - added ClassDef/ClassImp
776
777 * manalysis/MBlindPixelCalc.[h,cc]:
778 - corrected interpolation of all values (thanks to Nadia)
779 - fixed algorithm for pixels not existing yet
780
781 * manalysis/MCerPhotEvt.h:
782 - added return value to AddPixel
783
784
785
786 2003/11/08: Nicola Galante
787
788 * mhistmc/MHMcTriggerLvl2.[cc,h]:
789 - Changed binning of histograms fHistLutPseudoSize,
790 fHistLutPseudoSizeNorm, fHistSizeBiggerCell,
791 fHistSizeBiggerCellNorm to fix an overflow bug
792 - In method GetHistByName(const TString name): changed the class
793 of the returned object, now it returns a (TObject *), no more
794 a (TH1F *), in order to return either (TH1 *) than (TH2 *);
795 changed the order by which it checks the name of the
796 histogram in order to fix a bug in the lexing
797
798 * macros/triglvl2.C:
799 - Added some instruction to write all the MMcTriggerLvl2 histograms into
800 a TFile
801
802
803
804 2003/11/07: Thomas Bretz
805
806 * mmain/MCameraDisplay.cc:
807 - changed MGCamDisplay to MEventDisplay
808
809 * mmain/MMars.cc:
810 - removed 'Event Display' button
811 - removed MEvtDisp
812
813 * mmain/MEventDisplay.[h,cc], mhist/MHEvent.[h,cc]:
814 - added
815
816 * mmain/Makefile, mmain/MainLinkDef.h:
817 - removed MEvtDisp
818 - added MEventDisplay
819
820 * Makefile:
821 - removed mevtdisp
822
823 * mhist/Makefile, mhist/HistLinkDef.h:
824 - added MHEvent
825
826 * Makefile, Makefile.rules:
827 - automatically create dependancies
828
829 * NEWS:
830 - updated
831
832 * mhist/MHCamera.[h,cc]:
833 - implemented kNoLegend=BIT(20)
834 - Clear pad before drawing Camera
835
836 * mmain/MStatusDisplay.cc:
837 - print when updating ps-header
838
839 * status.cc:
840 - added (not yet in Makefile)
841
842 * manalysis/MMcPedestalCopy.[h,cc]:
843 - made sure, that MPedestalCam is in the list
844
845 * mraw/MRawEvtData.cc:
846 - set the maximum/minimum of the fadc histograms
847
848 * mraw/MRawEvtPixelIter.[h,cc]:
849 - added a fixes for the case that fData->fLoGainPixId->GetArray()=NULL
850
851 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
852 - added MCameraData
853
854 * manalysis/MCameraData.[h,cc]:
855 - added
856
857 * mhist/MHEvent.[h,cc]:
858 - fixed display of levels
859 - fixed unallowed characters
860
861 * mimage/MImgCleanStd.[h,cc]:
862 - moved the calculation for signal/noise to MCameraData
863
864 * mmain/MEventDisplay.cc:
865 - added display for cleaning data and levels
866
867
868
869 2003/11/06: Antonio Stamerra
870
871 * manalysis/MMcTriggerLvl2.cc
872 - Removed annoying warning message and put it in the Print method.
873
874
875
876 2003/11/05: Wolfgang Wittek
877
878 * macros/CT1Analysis.C, macros/ONOFFCT1Analysis.C:
879 - current versions of the macros for the analysis of CT1 data
880
881 * manalysis/MMarquardt.[h,cc]:
882 - very pleliminary version of a class performing a minimization
883 using the Marquardt method
884
885 * mimage/M2dimFunctionFit.[h,cc]
886 - very pleliminary version of a class which fits a 2-dim function
887 to the shower image using the maximum likelihood method
888
889 * mimage/M2dimFunction.[h,cc]:
890 - very pleliminary version of a container which contains the
891 parameters of the 2-dim function describing the shower image
892
893 * mimage/MH2dimFunction.[h,cc]
894 - very pleliminary version of a container holding the histograms
895 for the parameters of the 2-dim function describing the shower
896 image
897
898
899
900 2003/11/05: Marcos Lopez
901
902 * mmontecarlo/MMcWeightEnergySpecCalc.[h,cc]
903 - Now, if the new spectrum for the MC showers is a power law, we
904 don't convert it to a TF1 function.
905 - Changed the constructor for the case in which the new spectrum
906 is passed as a TF1 function. Now we pass the TF1 object by
907 reference.
908 - Thanks to the suggestions of T. Bretz, added three more
909 constructors to give the possibility of passing the shape of the
910 new spectrum in other different ways. Now, if the new spectrum
911 that you want for the MC showers is different from a power law,
912 you can specify its shape either with a TF1 function, with a
913 string (char*), or with a general C++ function defined by your
914 own.
915 - In function Reinit(): added a sanity check to prevent from
916 dividing by zero.
917 - In PreProcess(): removed an unnecessary sentence.
918 - Fixed a compiling error which appeared under gcc 3.3
919
920 * macros/weights.C
921 - addapted to show the new features introduced.
922
923
924
925 2003/11/05: Thomas Bretz
926
927 * mbase/MTask.cc:
928 - initialize fSerialNumber=0
929
930 * mhist/MHCamera.cc:
931 - removed some obsolete IsUsed(idx) checks when filling the histogram
932 - ExecuteEvent now plots in the same canvas all the time
933
934 * mmain/MStatusDisplay.[h,cc]:
935 - added new data member fUserFrame
936 - added new member function AddUserFrame
937 - made call to ProcessEvent() and similar thread safe by
938 checking whether we run in the main thread or not.
939 - Set the progress bar range to (0,1)
940 - Added member function to set progress bar position
941 - updated comments
942 - added some workarounds for root bugs in TCanvas (sometimes
943 they call gPad->cd() indirectly when gPad==NULL)
944 - Fixed thread safety of UpdateTab()
945 - Fixed some crashes in case fTab==NULL
946 - Tried to make HandleConfigureNotify more flexible to allow
947 the new fUserFrame to work correctly - needs still some
948 investigations
949 - made fList a protected data member
950 - added new member function Update()
951
952
953
954 2003/11/04: Thomas Bretz
955
956 * mmontecarlo/MMcTimeGenerate.cc:
957 - adapted to changes in MTime
958
959 * mgeom/MGeomCam.[h,cc]:
960 - precalculate pix ratio (and square root of it) for faster
961 calculations. This makes sense, because these values are
962 needed at least n times (while n is the number of pixels)
963 per event. Which results in billions of calculations already
964 for some events.
965 - implemented CalcPixRatio to do the precalculation
966 - changed class version of MGeomCam from 1 to 2
967
968 * mgeom/MGeomCamCT1.cc, mgeom/MGeomCamCT1Daniel.cc,
969 mgeom/MGeomCamECO1000.cc, mgeom/MGeomCamMagic919.cc,
970 mgeom/MGeomCamECO1000HG.cc, mgeom/MGeomCamMagic.cc,
971 mgeom/MGeomCamMagicHG.cc:
972 - implemented CalcPixRatio to do the precalculation
973 - some simple code cleanup (removed obsolete comments, etc)
974
975 * mgeom/MGeomPix.[h,cc]:
976 - replaces tan(60deg) by a build-in constant (fgTan60)
977 - pre calculate the area of the pixel in the constructor
978 (for speed reasons, see pixratio aboive)
979 - added fA
980 - changed version number from 1 to 2
981
982 * mimage/MImgCleanStd.cc, mimage/MImgCleanTGB.cc:
983 - directly use MGeomCam::GetPixRatioSqrt() now
984
985 * mraw/MRawSocketRead.cc:
986 - updated comment header
987 - updated class description
988 - removed obsolete fMutex, Lock() and UnLock()
989 - moved code from Do() to Process()
990 - added comments
991
992 * meventdisp/MGCamDisplay.cc:
993 - replaced MHillas:Clear() by Removing from ListOfPrimitives
994
995 * mimage/MHillas.[h,cc]:
996 - removed fEllipse
997 - removed the Draw function
998 - added a correct Paint() function
999
1000 * Makefile:
1001 - added star
1002
1003 * macros/star.C:
1004 - removed obsolete MSrcPosCam (will be created automatically)
1005 - made the macro work with a telescope serial number
1006
1007 * mbase/MParContainer.[h,cc]:
1008 - moved GetDescriptor to source file and added a function
1009 description
1010 - changed GetDesciptor to be virtual
1011
1012 * mbase/MTask.[h,cc]:
1013 - added new data member fSerialNumber
1014 - changed version number from 1 to 2
1015 - added GetDescriptor aware of the serial number
1016 - added Getter and Setter for serial number
1017 - made StreamPrimitive serial number aware
1018
1019 * mbase/MTaskList.[h,cc]:
1020 - overwrote SetSerialNumber
1021
1022 * mfileio/MReadTree.cc:
1023 - changed a C-cast to a C++-cast
1024
1025 * mfileio/MWriteRootFile.h:
1026 - changed BIT(16) to BIT(17). UPDATE mode was not working
1027 with newer root versions, because BIT(16) was used already
1028
1029 * manalysis/MBlindPixelCalc.cc, manalysis/MCerPhotCalc.cc,
1030 manalysis/MGeomApply.cc, manalysis/MMcPedestalCopy.cc,
1031 manalysis/MMcPedestalNSBAdd.cc, manalysis/MSigmabarCalc.cc,
1032 mimage/MHillasCalc.cc, mimage/MHillasSrcCalc.cc,
1033 mimage/MImgCleanStd.cc:
1034 - made serial number aware
1035
1036 * mraw/MRawFileWrite.cc:
1037 - automatically add .root extension
1038
1039 * star.cc:
1040 - added
1041
1042
1043
1044 2003/11/03: Thomas Bretz
1045
1046 * manalysis/MMcPedestalCopy.[h,cc], manalysis/MMcPedestalNSBAdd.[h,cc]:
1047 - fixed such, that it now works correctly with non-MC files
1048 - moved container requests from PreProcess to ReInit
1049 - removed some obsolete data members - made them locally
1050
1051 * manalysis/MMcPedestalRead.[h,cc]:
1052 - removed
1053
1054 * mbase/MEvtLoop.cc:
1055 - replaced the gApplication->InheritsFrom(TRint::Class())
1056 workaround for thread safty by the more correct check
1057 whether we are running in the main Thread (TThread::Self())
1058 - added double-cast to TProgressBar::SetPosition
1059
1060 * mbase/MTask.h:
1061 - added the missing const-qualifier to GetNumExecutions
1062
1063 * mbase/MTaskList.cc:
1064 - fixed a typo in the output
1065
1066 * mimage/MHillasCalc.[h,cc]:
1067 - replaced TArrayC by TArrayL to support huge number of events
1068 - added PrintSkipped
1069 - added comments to the data members
1070
1071 * mars.cc:
1072 - added code for a possible use of a TGApplication
1073 (in comments)
1074
1075 * merpp.cc, readraw.cc:
1076 - unified with the other executables (StartUpMessage, etc)
1077 - removed TROOT-object
1078 - readraw.cc: added more functionality
1079
1080 * mraw/MRawEvtData.cc:
1081 - changed positions of 'fush' in Print() (this confused 'more'
1082 because 'more' also counts the ANSI color codes to determin
1083 the line-length)
1084
1085 * mhistmc/MHMcCollectionArea.cc:
1086 - added UseCurrentStyle such that the axis labels are displayed
1087
1088 * mbase/MTime.[h,cc]:
1089 - removed fTimeStamp
1090 - increased version number
1091 - changed Print() function
1092 - removed obsolete functions and constructors
1093 - fixed copy constructor
1094
1095 * mfileio/MCT1ReadPreProc.cc:
1096 - replaced SetTime by SetCT1Time
1097
1098 * mhist/MHAlphaEnergyTime.cc, mhist/MHEnergyTime.cc,
1099 mhist/MHThetabarTime.cc, mhist/MHTimeDiffTheta.cc,
1100 mhist/MHTimeDiffTime.cc:
1101 - adapted to changes in MTime
1102
1103 * mraw/MRawEvtHeader.cc:
1104 - adapted to changes in MTime
1105 - minor change to output in Print()
1106
1107
1108
1109 2003/10/31: Marcos Lopez
1110
1111 * mhist/MFillH.cc:
1112 - Fixed a bug in function PreProcess(MParList *pList). Inside the
1113 conditional sentence "if (!fWeight && !fWeightName.IsNull())",
1114 fWeight never pointed to the object MWeight recoverd from the
1115 parameter list.
1116
1117 * mhistmc/MHMcEnergyImpact.cc:
1118 - In the Fill function, pass the weight to the histogram fHist.
1119
1120 * mmontecarlo/MMcWeightEnergySpecCalc.[h,cc]:
1121 - Added new class for changing the energy spectrum of the showers
1122 simulated with Corsika to a different one, be using weights
1123
1124 * mmontecarlo/Makefile, MonteCarloLinkDef.h
1125 - Added the new class.
1126
1127 * macros/weights.C
1128 - Added macro showing how to transform the spectrum of the MC showers.
1129
1130
1131
1132
1133
1134 2003/10/31: Thomas Bretz
1135
1136 * mars.cc:
1137 - change TGApllication back to TApplication (TGApplication doesn't
1138 load the TVirtualPad plugin by default) DISPLAY must be set
1139 manually if it is not set.
1140
1141
1142
1143 2003/10/30: Antonio Stamerra
1144
1145 * manalysis/MMcTriggerLvl2.[h,cc]
1146 - Added method CalcTriggerPattern to check which x-NN compact
1147 pattern the event satisfies. The variable member fTriggerPattern
1148 contains the number x (x=3,4,5,6,7).
1149 - Inline function GetTriggerPattern added.
1150
1151 * manalysis/MMcTriggerLvl2Calc.cc
1152 - Added call to the MMcTriggerLvl2::CalcTriggerPattern in Process().
1153
1154
1155
1156 2003/10/30: Thomas Bretz
1157
1158 * manalysis/MCerPhotEvt.[h,cc]:
1159 - fixed a bug in the new Lut-stuff. Sometimes pixels where
1160 considered existing, because there where no mark for
1161 empty entries in the Lut.
1162 - all loops ignored pixel with index 0 and used it as reference
1163 pixel - this is wrong, because pixel 0 must not exist at all.
1164 Now all loops are starting with pixel 0.
1165
1166 * mimage/MImgCleanStd.[h,cc]:
1167 - renamed various local variables from 'id' to 'idx'
1168 - in clean step 4 we assumed that a pixel with idx2 is existing
1169 - this is a dangerous assumption. It is checked now.
1170
1171
1172
1173 2003/10/29: Thomas Bretz
1174
1175 * manalysis/AnalysisLinkDef.h, manalysis/Makefile:
1176 - removed MMcPedestalRead
1177
1178 * manalysis/MMcPedestalCopy.[h,cc]:
1179 - merged functionality of MMcPedestalRead into it
1180 - do not remove itself from the tasklist, but check
1181 the file type for each file again.
1182 - added const-qualifiers in the class header
1183
1184 * manalysis/MMcPedestalNSBAdd.[h,cc]:
1185 - don't do something if camera file version is < 0.7
1186 - do not remove itself from the tasklist, but check
1187 the file type for each file again.
1188 - added const-qualifiers in the class header
1189
1190 * mgui/MCamEvent.cc:
1191 - added a comment
1192
1193 * mimage/MHillasCalc.[h,cc]:
1194 - replaced the fixed size array fErrors by a dynamic size array
1195 (TArrayC) to make sure, that people get a warning on the
1196 screen if the reprogram the error handling and write
1197 into an unallowed index.
1198
1199
1200
1201 2003/10/28: Thomas Bretz
1202
1203 * macros/readCT1.C:
1204 - fixed to work with the correct geometry
1205
1206 * macros/readMagic.C:
1207 - fixed - was crashing
1208
1209 * macros/tar.C:
1210 - exclude 'Tag' files from tar
1211
1212 * manalysis/MGeomApply.[h,cc]:
1213 - replaced constructor by SetGeometry (constructor was
1214 not unique)
1215
1216 * mbase/MEvtLoop.[h,cc]:
1217 - set fProgress already when setting fDisplay (gives the
1218 possibility to overwrite fProgress)
1219 - removed 'entries' from ProcessGuiEvents (moved to fNumEvents)
1220 - Set ProgressBar position in percent instead of event number
1221 - Set progress bar range from 0 to 1
1222
1223 * mbase/MReadSocket.cc:
1224 - fixed to treat timeout correctly
1225 - replaces usleep() by gSystem->Sleep()
1226
1227 * mbase/MTime.h:
1228 - added SetTime(ULong_t) (support for gSystem->Now())
1229 - added SetTime(Double_t)
1230 - added operator()
1231 - fixed all comparison operators to use time instead of
1232 time lo/hi - will be removed soon
1233
1234 * mimage/MHHillasSrc.cc:
1235 - delete 3rd Pad
1236
1237 * mraw/MRawEvtData.cc:
1238 - when drawing print gPad
1239
1240
1241
1242 2003/10/28: Wolfgang Wittek
1243
1244 * manalysis/MCT1PadONOFF.cc
1245 - replace GetMeanRms() by GetPedestalRms()
1246 - replace SetMeanRms() by SetPedestalRms()
1247 - reactivate code which was commented out by tgb
1248 (no compilation errors on Alpha OSF)
1249
1250 * manalysis/AnalysisLinkDef.h, manalysis/Makefile
1251 - put back MCT1PadONOFF
1252
1253 * macros/CT1Analysis.C, macros/ONOFFCT1Analysis.C
1254 - current versions of macros for the analysis of CT1 data
1255
1256
1257
1258 2003/10/26: Oscar Blanch Bigas
1259
1260 * mmc/MMcFadcHeader.[cc,h]
1261 - Added variable member that has the sigma of the electronic noise
1262 that goes with the same value to both FADC gains (fDigitalNoise)
1263 - Class version has been changed from 2 to 3.
1264
1265
1266
1267 2003/10/24: Abelardo Moralejo
1268
1269 * manalysis/MMcPedestalRead.[cc,h]
1270 - Added. In coming camera version (0.7) the pedestal sigma per
1271 FADC slice is calculated by the camera simulation at run time,
1272 then written to the output file. This class reads in the pedestal
1273 mean and sigma to be later used in the analysis (for tail cuts
1274 mainly). This task will replace MMcPedestalCopy and
1275 MMcPedestalNSBAdd for camera >= 0.7 files, for which the second
1276 class would produce wrong results.
1277
1278
1279
1280 2003/10/23: Abelardo Moralejo
1281
1282 * mhistmc/MHMcEnergyMigration.cc
1283 - Changed the Draw procedure: with new root versions (3.04, 3.05)
1284 the result of the used drawing options was different from what
1285 we had in 3.02, and the graphics output had become unreadable.
1286 Replacing some Draw() calls by DrawCopy() has solved the problem.
1287
1288
1289
1290 2003/10/23: Thomas Bretz
1291
1292 * macros/star.C:
1293 - replaced geometry by the task MGeomApply
1294
1295 * manalysis/MCerPhotCalc.cc:
1296 - fixed typo
1297
1298
1299
1300 2003/10/22: Thomas Bretz
1301
1302 * mars.cc:
1303 - replaced TApplication by TGApplication
1304 - removed TROOT
1305 - reset Batch mode in any case
1306
1307 * meventdisp/MGCamDisplay.cc:
1308 - use new MHCamera::SetLevels to display cleaning levels
1309
1310 * mhist/MHCamera.[h,cc]:
1311 - removed FillLevels - obsolete
1312 - added SetLevels instead
1313
1314
1315 2003/10/21: Wolfgang Wittek
1316
1317 * manalysis/MMatrixLoop.[h,cc]
1318 - member function PreProcess() put from .h to .cc
1319
1320 * mhist/MHMatrix.[h,cc]
1321 - member function SetNumRow() put from .h to .cc
1322
1323
1324
1325 2003/10/20: Thomas Bretz
1326
1327 * mraw/MRawEvtPixelIter.[h,cc]:
1328 - changed name of member function from GetNumMax[Hi,Lo]GainSamples
1329 to GetIdxMax[Hi,Lo]GainSamples
1330
1331 * manalysis/MMcPedestalCopy.cc:
1332 - changed GetPedestalRms to GetElecNoise to make Mars compile with
1333 the changes done in MMcFadcHeader
1334
1335 * mmc/MMcTrig.cxx:
1336 - changed <iostream.h> to <iostream> according to C++
1337
1338 * mhistmc/MHMcTriggerLvl2.[h,cc]:
1339 - MHMcTriggerLvl2::GetHistByName removed const-qualifier and
1340 changed return type to TH1 according to definition in MH.
1341
1342 * macros/status.C:
1343 - use MDirIter instead of a single file name
1344 - adde MHTriggerLvl0
1345 - Simplified macro by using PrintOutliers
1346
1347 * mhist/MHCamEvent.[h,cc]:
1348 - renamed PrintOutlayers to PrintOutliers
1349 - Divide pad only into two subpads
1350
1351 * mfilter/MF.cc:
1352 - added comment about '=='
1353
1354 * mhist/MHMatrix.cc:
1355 - removed some pieces of code which preserved the contents
1356 of a matrix when resizing. This is done by root now.
1357
1358 * mfilter/MFRealTimePeriod.[h,cc]:
1359 - added
1360
1361 * mfilter/Makefile, mfilter/FilterLinkDef.h:
1362 - added MFRealTimePeriod
1363
1364 * mars.cc:
1365 - moved Start-up-message to StartUpMessage()
1366
1367 * manalysis/MBlindPixelCalc.h, manalysis/MCT1FindSupercuts.cc,
1368 manalysis/MCerPhotAnal.h:
1369 - minor changes
1370
1371 * mhist/MHCamera.[h,cc]:
1372 - added Profile-option (display contents/entries)
1373 - added Freeze-option (ignore filling data into the histogram)
1374 - added UseCurrentStyle to get the y-axis back
1375 - overwrite DrawCopy
1376
1377 * manalysis/MCerPhotEvt.[h,cc]:
1378 - added fLut to accelerate searching an index a lot, this should
1379 be backward compatible to old class versions
1380 - increased class version to 2
1381 - removed all searches for indices - replaced by GetPixById
1382 - GetPixById no uses the look-up-table, which is much much faster
1383 and still searches the array if the fLut size is 0 which might
1384 be because of a class version 1 object is read from a file -
1385 according to Rene this should work.
1386
1387 * manalysis/MPedestalCam.[h,cc]:
1388 - replaced a C-cast by a C++ static_cast
1389
1390 * mhist/MH.[h,cc]:
1391 - renamed them from Draw/DrawCopy to DrawSame/DrawSameCopy
1392
1393 * mraw/MRawEvtData.[h,cc]:
1394 - changed arrays to '//->'
1395 - overwrote Copy() member function
1396
1397 * mhist/MFillH.[h,cc]:
1398 - added GetCanvas()
1399
1400 * mhist/MHHadronness.cc, mimage/MHHillasExt.cc,
1401 mimage/MHNewImagePar.cc:
1402 - changed Draw to DrawSame
1403
1404 * mhist/MHCamEvent.cc:
1405 - use new MHCamera profile mode
1406
1407 * mbase/MEvtLoop.cc, mmain/MStatusDisplay.cc:
1408 - check whether application is TRint to make mone thread safe
1409 This is necessary not to call ProcessEvents() twice at the
1410 same time!
1411
1412
1413
1414 2003/10/17: Oscar Blanch
1415
1416 * mmc/MMcFadcHeader.[cxx,hxx]:
1417 - Added variable members to store the pedestal sigma from thte
1418 camera simulation porgram: fPedesSigmaHigh fPedesSigmaLow
1419
1420 * mmc/MMcRunHeader.cxx:
1421 - fill fNumEvts with number of stored events
1422
1423 * mmc/MTriggerDefine.h:
1424 - Trigger zone for CT1 cameras up to 126 pixels
1425
1426 * mgeom/MGeomMirror.cc:
1427 - fixed bug in filling axis desviation
1428
1429
1430
1431 2003/10/15: Thomas Bretz
1432
1433 * Makefile.conf.general:
1434 - added libThread to support mona
1435
1436 * manalysis/MCerPhotAnal2.cc:
1437 - changed comments
1438 - accelerated the code a bit by using pointer arithmetic
1439
1440 * mbase/BaseLinkDef.h, mbase/Makefile:
1441 - added MReadSocket
1442
1443 * mbase/MReadSocket.[h,cc]:
1444 - added MReadSocket
1445
1446 * mbase/MEvtLoop.cc:
1447 - fixed some crashes in ProcessGuiEvents
1448
1449 * mbase/MFilter.cc:
1450 - changed header
1451
1452 * mbase/MTime.h:
1453 - added operator double()
1454
1455 * mimage/MHillas.cc:
1456 - changed the comments about corrxy
1457
1458 * mmain/MStatusDisplay.[h,cc]:
1459 - added many comments
1460 - added kFileClose stuff
1461 - added AddRawTab
1462 - added thread handling in UpdateTab
1463 - fixed deletion in case the pointer is on heap
1464 - added date/time to ps-output
1465
1466 * mraw/MRawEvtHeader.cc:
1467 - added some comments about the total number of bytes read
1468
1469 * mraw/MRawRunHeader.[h,cc]:
1470 - added some comments about the total number of bytes read
1471 - fixed treating files with 0xc0c1 as Magic-Number
1472 - added GetNumTotalBytes
1473
1474 * mraw/Makefile, mraw/RawLinkDef.h:
1475 - added MRawSocketRead
1476
1477 * mraw/MRawSocketRead.[h,cc]:
1478 - added
1479
1480 * mona.cc:
1481 - added
1482
1483
1484
1485 2003/10/05: Abelardo Moralejo
1486
1487 * macros/star.C:
1488 - returned to revision 1.9 (I had committed by mistake a private
1489 version of the macro, sorry!)
1490
1491
1492
1493 2003/10/04: Thomas Bretz
1494
1495 * macros/MagicHillas.C, macros/pedestalvstime.C, macros/pixfirerate.C,
1496 macros/pixsatrate.C, macros/readCT1.C, macros/readMagic.C,
1497 macros/starplot.C, macros/status.C, macros/sumevents.C,
1498 macros/sumeventserr.C, macros/sumeventsrms.C, macros/sumpedestalrms.C,
1499 macros/sumpedestals.C, mmain/MDataCheck.cc:
1500 - added MGeomApply
1501
1502 * manalysis/AnalysisLinkDef.h, manalysis/Makefile:
1503 - added MGeomApply
1504
1505 * manalysis/MBlindPixelCalc.cc:
1506 - for buid-in pixel numbers added a check whether the geometry
1507 is mathcing
1508
1509 * manalysis/MCerPhotCalc.cc, manalysis/MMcPedestalCopy.cc,
1510 manalysis/MMcPedestalNSBAdd.cc, meventdisp/MGCamDisplay.[h,cc],
1511 meventdisp/MGEvtDisplay.[h,cc], mhist/MHFadcCam.cc:
1512 - fixed that it can deal with variable size arrays
1513
1514 * manalysis/MGeomApply.[h,cc]:
1515 - added. This task will take care of different geometries
1516
1517 * manalysis/MPedestalCam.cc:
1518 - initialize array with size 1
1519 - do not call new operator
1520
1521 * mbase/MArgs.cc, mbase/MDirIter.cc:
1522 - added comments
1523
1524 * mdatacheck/MGDisplayAdc.cc:
1525 - fixed a small bug in setting slider position for different geometries
1526
1527 * mfileio/MWriteRootFile.cc:
1528 - automatically append '.root' to file name
1529
1530 * mhist/MHCamera.cc:
1531 - added Init function
1532 - moved parts of the construtor to Init function
1533 - added default constructor
1534 - added possibility to change geometry after creation by SetGeometry
1535 - added many sanity checks (fNcells<=1)
1536
1537
1538
1539 2003/10/02: Thomas Bretz
1540
1541 * mraw/MRawEvtData.cc:
1542 - changed Draw so that also lo-gains are displayed.2
1543
1544
1545
1546 2003/10/01: Nicola Galante
1547
1548 * mhistmc/MHMcTriggerLvl2.[h,cc]:
1549 - in method MHMcTriggerLvl2::Fill added filling of 2D histograms
1550 of fLutPseudoSize vs. energy and of fSizeBiggerCell vs. energy
1551 - modified method MHMcTriggerLvl2::GetHistByName which now
1552 can return any histogram (data member) of the class
1553 MHMcTriggerLvl2 (now it returns a (TObject *) not a (TH1F *))
1554 - Updated option list of the methid MHMcTriggerLvl2::DrawClone
1555
1556 * macros/triglvl2.C:
1557 - Updated according with changes in class MHMcTriggerLvl2
1558
1559
1560
1561 2003/09/30: Robert Wagner
1562
1563 * mfileio/MCT1ReadPreProc.cc
1564 - undone change from 2003/09/26
1565 - MJD is filled in fTime.Duration
1566
1567
1568
1569 2003/09/29: Nicola Galante & Antonio Stamerra
1570
1571 * mmc/MMcTrig.cxx:
1572 - Fixed a bug in function IsPixelFired(): the binary shift, introduced
1573 by T.B. to replace "pow" for power of two, was wrong.
1574 The correct operator to be used is "<<" and not ">>"!
1575
1576 * manalysis/MMcTriggerLvl2.[h,cc]:
1577 - Added method "CalcEnergy(MMcEvt *)" used to get correlation between
1578 energy and size.
1579 - Removed graphical functions "Drawcell" and "DrawLvl1"
1580 - Fixed bug in the pixcell setting (pixel numbering in the cell starts
1581 from 0 but gsPixelInLut starts from 1).
1582 - Fixed bug in the "check" variable.
1583
1584 * manalysis/MMcTriggerCalc.[h,cc]:
1585 - Added call to MMcTriggerLvl2::CalcEnergy() in Process()
1586 - Removed 'const' from fMcEvt declaration
1587
1588 * mhistmc/MHMcTriggerLvl2.[h,cc]:
1589 - Added method "Draw2DHist" (draw correlation between
1590 energy and size)
1591 - Fixed bug in "DrawClone" function (histogram normalization)
1592
1593 * macros/triglvl2.C:
1594 - Fixed a bug in the task list order to apply correctly the filters
1595 - Now it writes on disk a root file with some histograms
1596
1597
1598
1599 2003/09/26: Robert Wagner
1600
1601 * mfileio/MCT1ReadPreProc.cc
1602 - provisionally pass complete event time to fTime container,
1603 units are MJDs instead of seconds for the time being
1604
1605
1606
1607 2003/09/25: Abelardo Moralejo
1608
1609 * macros/MagicHillas.C, star.C
1610 - Added cast: TArrayF w(15,(Float_t*)x) to get rid of warning.
1611
1612
1613
1614 2003/09/24: Abelardo Moralejo
1615
1616 * macros/MagicHillas.C, star.C
1617 - Added const qualifier to TArrayF w(15,x); I got a crash due to
1618 this missing qualifier when changing some code in MCerPhotCalc
1619 (not yet submitted).
1620
1621 * macros/CT1Hillas.C
1622 - removed code containing TArrayF w(15,x) (which was commented)
1623 since it made no sense for CT1.
1624
1625
1626
1627 2003/09/24: Wolfgang Wittek
1628
1629 * mfilter/MFEventSelector2.[h,cc]
1630 - execution statistics added
1631
1632 * mhist/MHFindSignificance.cc
1633 - add fHist->UseCurrentStyle()
1634 to get the y-axis + labels drawn
1635
1636 * mhist/MHMatrix.h
1637 - replace Int_t fNumRow //!
1638 by Int_t fNumRow //
1639 because otherwise fNumRow is not defined when MHMatrix object is read in
1640 after it had been written out
1641
1642 * mhist/MHCT1Supercuts.cc
1643 - change title of object
1644
1645 * manalysis/MMinuitInterface.cc
1646 - add arguments maxcalls and tolerance to SIMPLEX call
1647
1648 * manalysis/MCT1SupercutsCalc.[h,cc]
1649 - add variables asymmetry, conc, leakage
1650
1651 * manalysis/MCT1Supercuts.[h,cc]
1652 - add variables asymmetry, conc, leakage
1653 - add TArrayD fStepsizes (initial step sizes for the parameters)
1654
1655 * manalysis/MCT1FindSupercuts.cc
1656 - replace MGeomCamCT1Daniel by MGeomCamCT1
1657 - arguments 'parSCinit', 'params' and 'steps' added in FindParams() ;
1658 parSCinit is the name of the file containing the initial
1659 values of the parameters
1660 'params' and 'steps' are the initial values in case parSCinit == ""
1661 - add member functions GetMatrixTrain() and GetMatrixTest()
1662 - remove member function WriteMatrix()
1663 because it didn't work; now the matrices are written out in
1664 DefineTrainMatrix(), DefineTestMatri() and DefineTrainTestMatrix()
1665
1666 * macros/CT1EgyEst.C
1667 - don't use Daniel's energy estimator
1668
1669 * mmontecarlo/MMcEnergyEst.cc
1670 - extend printout of comments
1671
1672
1673
1674 2003/09/17: Abelardo Moralejo
1675
1676 * manalysis MCerPhotCalc.cc:
1677 - in warning about saturating low gains in pixels: changed the
1678 'if' by a 'switch' and slightly corrected text of warning (no
1679 change in performance or results).
1680
1681
1682
1683 2003/09/16: Abelardo Moralejo
1684
1685 * manalysis MCerPhotCalc.[h,cc]:
1686 - added the low gain treatment. It has first been implemented by
1687 TB, and the version I submit is a slightly modified one. If any
1688 high gain FADC slice is saturated, we switch to low gain. If low
1689 gain is also saturated, the signal is nevertheless calculated
1690 ("truncated" of course), and a warning is displayed reporting
1691 the number of saturated pixels in the current event.
1692 Fixed also the calculation of the mean pixel pedestal (added
1693 variable fSumWeights), which previously would not work correctly
1694 in the case that one sets weights different from 0 or 1 in the
1695 array fWeight (which was anyway not done up to now, as far as I
1696 know). It would be necessary to add to the parameters of the
1697 analyzed events the number of saturated pixels in some way.
1698 In the MC files produced with camera versions 0.6 or earlier, no
1699 low gain is simulated, and saturation of high gain is not
1700 correctly implemented, so this should not introduce any change
1701 in the analysis of present or old MC files.
1702
1703
1704
1705 2003/09/12: Thomas Bretz
1706
1707 * mimage/MHillasSrc.cc:
1708 - fixed the NaN-problem in the calculation of Alpha. More
1709 information can be found in the comments there.
1710
1711 * mhist/MHFadcCam.[h,cc]:
1712 - skip MC events which have no FADC information stored
1713 - better output in case of changes in the number of slices
1714 - added size argument to constructor to support ECO100, too.
1715 - removed all fixed numbers and replaced them by the corresponding
1716 function
1717 - fixed pixel numbering to be consistent with the software pixel
1718 numbering in the rest of Mars
1719
1720 * mhist/MHFadcPix.[h,cc]:
1721 - fixed the missing y-axis (UseCurrentStyle())
1722 - fixed pixel numbering by changing default arument of pixid in
1723 constructor from 0 to -1
1724
1725 * mmain/MDataCheck.cc
1726 - added 'Time Spectra of Cosmics' button
1727 - added size argument to instatiation of MHFadcCam
1728
1729
1730
1731 2003/09/10: Thomas Bretz
1732
1733 * mdata/MDataChain.[h,cc]:
1734 - added log2, acosh, asinh, atanh, ceil, isnan and finite
1735 - changed math.h callings to TMath:: namespace to be more
1736 consistent
1737
1738 * mhist/MHMatrix.[h,cc]:
1739 - added RemoveInvalidRows member function to get rid of rows
1740 containing invalid numbers (nan, inf)
1741
1742 * mraw/MRawEvtHeader.cc:
1743 - fixed variable types calculating the time (ns, s, m and h)
1744 to get rid of some compiler warnings, casting the values
1745 for-, back- and forward only wasts computing time.
1746
1747
1748
1749 2003/09/08: Abelardo Moralejo
1750
1751 * mhist/MHOnSubtraction.cc:
1752 - added some casts in the arguments of function calls, to get rid
1753 of compilation warnings due to mismatch of variable type
1754 (variables: lowerBin, upperBin). Corrected order of arguments in
1755 TH1D constructor of fSignificanceHist (number of bins and bin
1756 limits).
1757
1758 * mraw/MRawEvtHeader.cc:
1759 - Added casts to arguments of fTime->SetTime(h, m, s, ns) to get
1760 rid of compilation warnings.
1761
1762 * mhist/MHCamera.cc:
1763 - Changed calls to abs and fabs by TMath::Abs. At least in RH7.2
1764 with gcc2.96, abs() was not recognized.
1765
1766
1767
1768 2003/09/07: Abelardo Moralejo
1769
1770 * manalysis/MCerPhotCalc.cc:
1771 - removed normalization of array fWeight introduced on 30/06. For
1772 now, this array is intended only to select the FADC slices which
1773 we want to integrate to get the signal. The use of this feature
1774 of MCerPhotCalc is explained in the example macro MagicHillas.C
1775 The array fWeight must contain 0's and 1's. If we normalize
1776 these values, the signal units is no longer ADC counts (but
1777 "average ADC counts per slice"). As David realized, this was the
1778 reason for the discrepancies in the gamma/hadron separation
1779 results we were observing lately. The meaning of Size was
1780 different among the different people working on the subject, and
1781 hence, when we compared samples with a given Size cut we were
1782 actually comparing different energy ranges.
1783
1784 - Turned fSumQuadWeights to its original meaning, the quadratic
1785 sum (square root of the sum of the squares) of the values in the
1786 fWeight array. Why was this changed?? (sqrt removed) Only because
1787 of the name of the variable??
1788
1789 - Changed the calculation of the mean pedestal to fit the meaning
1790 of fSumQuadWeights.
1791
1792 - Moved the call to ScalePedestals() to the end of the ReInit
1793 function. Formerly it was called before the setting of the
1794 variable fEnableFix, and then the mean pedestal in each FADC
1795 slice was wrong by 0.5 units... once more: please Thomas B,
1796 be careful with these kind of changes.
1797
1798
1799
1800 2003/08/27: Thomas Bretz
1801
1802 * mhist/MH3.cc:
1803 - fixed missing UseCurrentStyle for newer root versions
1804
1805
1806
1807 2003/08/26: Thomas Bretz
1808
1809 * mimage/MHHillas.cc, mimage/MHHillas.cc, mimage/MHHillasExt.cc,
1810 mimage/MHNewImagePar.cc:
1811 - fixed missing UseCurrentStyle for newer root versions
1812
1813
1814
1815 2003/08/26: Wolfgang Wittek
1816
1817 * manalysis/MCT1FindSupercuts.cc
1818 - set size of fStep, fLimlo, fLimup, fFix
1819 - in 'fcnsupercuts' : get total number of parameters by calling 'mnstat'
1820
1821 * manalysis/MCT1Supercuts.[h,cc]
1822 - extend error printout
1823
1824 * manalysis/MMinuitInterface.cc
1825 - do not delete the Minuit object because it will still be used
1826
1827 * mhist/MHFindSignificance.cc
1828 - formulaBackg was wrong
1829
1830
1831
1832 2003/08/26: Robert Wagner
1833
1834 * mraw/MRawRunHeader.h
1835 - Added Setter for MJD
1836
1837 * mfileio/MCT1ReadPreProc.cc
1838 - Fill MJD from Preproc run header in fRawRunHeader
1839
1840
1841
1842 2003/08/22: Wolfgang Wittek
1843
1844 * mhistmc/MHMcCT1CollectionArea.cc
1845 - change selection of theta bin in 'CalcEfficiency()'
1846 (to be mored flexible in choosing the theta binnning)
1847
1848
1849
1850 2003/08/21: Thomas Bretz
1851
1852 * manalysis/MCT1FindSupercuts.[h,cc], manalysis/MCT1Supercuts.[h,cc],
1853 manalysis/MCT1SupercutsCalc.[h,cc], manalysis/MMinuitInterface.[h,cc],
1854 mhist/MHFindSignificance.[h,cc]:
1855 - changed some variables and member functions with respect to an upcoming
1856 Minimization Class
1857 - simplified some calls
1858 - replaced fixed size arrays by variable size arrays
1859 - added some sanity checks
1860 - simplified some variable usage
1861
1862 * mhist/MHCT1Supercuts.[h,cc]:
1863 - removed obsolete SetupFill
1864
1865
1866
1867 2003/08/20: Thomas Bretz
1868
1869 * mhist/MHCamEvent.[h,cc]:
1870 - added PrintOutlayers
1871
1872 * mhist/MHHadronness.cc:
1873 - changed PrintOutput
1874 - set some Grids in plots
1875
1876 * mhist/MHMatrix.cc:
1877 - removed obsolete call to MEvtLoop::SetName
1878 - Changed name to something more intuitive
1879
1880 * mranforest/MRanForest.cc, mranforest/MRanTree.h:
1881 - removed ^M
1882
1883 * mranforest/MRanTree.cc:
1884 - removed obsolete check for gRandom
1885 - replaced mvar*numdata by a new variable mn
1886
1887
1888
1889 2003/08/19: Thomas Hengstebeck
1890
1891 * mranforest/MRanForest.cc:
1892 Removed error in calculation of fDataRang in CreateDataSort().
1893 In the loop where fDataRang is set, the local variable v must
1894 be used with indices n1 and n2.
1895
1896
1897
1898
1899 2003/08/19: Wolfgang Wittek
1900
1901 * manalysis/MCT1Supercuts.[h,cc]
1902 - new class
1903 - container for the supercut parameters
1904
1905 * manalysis/MCT1SupercutsCalc.[h,cc]
1906 - get supercut parameters from container 'MCT1Supercuts'
1907
1908 * manalysis/MCT1FindSupercuts.[h,cc]
1909 - new class
1910 - optimizes the parameters for the supercuts
1911
1912 * manalysis/MMinuitInterface.[h,cc]
1913 - new class
1914 - interface for Minuit
1915
1916 * manalysis/Makefile
1917 AnalysisLinkDef.h
1918 - include MCT1FindSupercuts
1919 MMinuitInterface
1920
1921 * mhist/MH3.cc
1922 - reset fHist in SetupFill();
1923 this is necessary if the same MH3 object is used in more than one
1924 eventloop
1925
1926 * mhist/MHMatrix.cc
1927 - give name to the event loop
1928
1929 * mhist/MHFindSignificance.[h,cc]
1930 - new class
1931 - calculates the significance of the gamma signal in the alpha plot
1932
1933 * mhist/MHCT1Supercuts.[h,cc]
1934 - new class
1935 - plots various quantities during the optimization of the supercuts
1936
1937 * mhist/Makefile
1938 HistLinkDef.h
1939 - MHFindSignificance included
1940 - MHCT1Supercuts included
1941
1942
1943
1944 2003/08/01: Thomas Bretz
1945
1946 * mhist/MHCamera.[h,cc]:
1947 - added Fill(x, y, w)
1948 - renamed GetStats to GetStatisticBox
1949
1950 * mhist/MHStarMap.[h,cc]:
1951 - include TH2 moved to source file
1952
1953 * mranforest/MRanForest.[h,cc], mranforest/MRanTree.[h,cc]:
1954 - do not use all the data numbers and dimensions in thousands
1955 of arguments if the data is available eg from the size of an array
1956 - removed obsolete variables from header
1957 - many small simplifications
1958 - removed some obsolete variables from functions
1959 - added many const qualifiers
1960 - localized many more variables
1961
1962 * mranforest/MRanForestFill.[h,cc]:
1963 - default fNumTrees set to -1 tree (all trees)
1964
1965 * manalysis/MBlindPixelCalc.[h,cc]:
1966 - interpolate Pedestal, too
1967 - Only count 'valid' pixels
1968
1969 * mfileio/MRead.[h,cc]:
1970 - enhanced AddFiles
1971
1972 * mhist/MHCamEvent.[h,cc]:
1973 - Added PrintOutlayers
1974
1975 * mhist/MHCamera.[h,cc]:
1976 - added GetNumPixels
1977 - added default to GetMean and GetRMS
1978
1979 * mhist/MHTriggerLvl0.[h,cc]:
1980 - added PrintOutlayers
1981
1982 * merpp.cc:
1983 - added more arguments
1984 - replace .raw by .root if no root file given
1985 - automatic extension adding
1986
1987 * mbase/MEvtLoop.[h,cc]:
1988 - added estimated run time
1989 - in Process: Changes type of rc from Bool_t to Int_t
1990
1991 * mmain/MStatusDisplay.cc:
1992 - changed order in Tab-menu
1993
1994 * mraw/MRawFileRead.cc:
1995 - consistency check for 0xc0c1 files
1996
1997 * mraw/MRawRunHeader.cc:
1998 - initialize variables
1999 - added 0xc0c1 support
2000
2001
2002
2003 2003/07/29: Thomas Bretz
2004
2005 * manalysis/MBlindPixelCalc.cc:
2006 - count only pixel which contents are adde
2007
2008 * mbase/MArgs.cc:
2009 - added namespace
2010
2011 * mbase/MDirIter.h:
2012 - added rec-argument to constructor
2013
2014 * mfileio/MCT1ReadPreProc.[h,cc], mfileio/MReadRflFile.[h,cc]:
2015 - adapted to virtual base function
2016
2017 * mfileio/MRead.[h,cc]:
2018 - added AddFiles(MDirIter&)
2019 - changed AddFile to virtual
2020
2021 * mfileio/MReadTree.cc:
2022 - use AddFile in the constructor
2023
2024 * mhist/MH.[h,cc]:
2025 - remove 'nonew' from option
2026
2027 * mhist/MHHadronness.[h,cc]:
2028 - added GetHadronness
2029 - changed output
2030
2031 * mhist/MHMatrix.[h,cc]:
2032 - use TMatrixRow in shuffle
2033 - added ReduceRows
2034 - use default for PrintStatistics
2035 - removed graphics from Fill - will crash in batch mode
2036
2037 * mimage/ImageLinkDef.h, mimage/Makefile:
2038 - added MImgCleanTGB
2039
2040 * mimage/MCameraSmooth.h:
2041 - fixed a typo
2042
2043 * mmain/MStatusDisplay.cc:
2044 - added sanity check to HasCanvas
2045
2046 * mranforest/MHRanForest.cc, mranforest/MHRanForestGini.cc:
2047 - fixed a crashed caused by GetMaximum in newer root versions
2048 - optimized some small pieces of code
2049 - SetRangeUser removed, problems with newer root verion using
2050 roots auto-scale instead
2051
2052 * mranforest/MRanForest.cc:
2053 - do not use variables in arguments which can be used locally
2054 - replaced pow(,2) by faster and more accurate val*val
2055 - test gRandom at the beginning of the function
2056 - changed output
2057 - removed TArray::Reset. Not necerry at many places. Instatiation
2058 already initializes array with 0s
2059 - Use a const reference to the matrices instead of a copy!
2060 - Removed some unnecessary castings
2061 - added some const qualifiers
2062 - removed fErr from data members (obsolete)
2063
2064 * mranforest/MRanForestCalc.cc:
2065 - fixed a typo in the comments
2066
2067 * mranforest/MRanTree.[h,cc]:
2068 - do not use variables in arguments which can be used locally
2069 - localized some variables
2070 - test gRandom at the beginning of the function
2071 - added some const qualifiers
2072 - removed TArray::Reset. Not necerry at many places. Instatiation
2073 already initializes array with 0s
2074 - added some overwrites of TreeHad
2075
2076
2077
2078 2003/07/17: Oscar Blanch
2079
2080 * mmc/MMcCorsikaRunHeader.[h,cc]
2081 - add member data fNumTelesope
2082 - add member data fTelescopes
2083 - add member data fViewconeAngles[2]
2084 - add member function Fill_CT
2085 - version increased 2 -> 3
2086
2087 * mmc/MMcRunHeader.[hxx,cxx]
2088 - add member data fImpactMax
2089 - modify member function Fill
2090 - version increased 3 -> 4
2091
2092 * mmc/MMcFadcHeadr.[hxx,cxx]
2093 - add member data f[Ampl,Fwhm]Outer
2094 - add member data fLow2HighGain
2095 - modify member function Set[Ampl,Fwhm]
2096 - add member function SetLow2High
2097
2098 * mmc/Mdefine.h, MFadcDefine.h, MTriggerDefine.h
2099 - MFADC_CHANNELS, CAMERA_PIXELS, TRIGGER_PIXELS -> 3500
2100
2101 * mgeom/MGeomCorsikaCT.[h,cc]
2102 - new class with information of CT location in Corsika simulation
2103
2104 * mgeom/Makefile, GeomLinkDef.h
2105 - add new class
2106
2107
2108
2109
2110
2111 2003/07/14: Wolfgang Wittek
2112
2113 * mhist/MHOnSubtraction.[h,cc]
2114 - add member function GetSignificance()
2115
2116 * mhist/MHMatrix.cc
2117 - add MProgressBar in Fill()
2118
2119 * mmontecarlo/MMcEnergyEst.h
2120 - add member functions GetNumCoeffA()
2121 GetNumCoeffB()
2122
2123 * mfilter/MCT1SelBasic.[h,cc]
2124 - remove runs 601, 613, 614 for MC gamma
2125
2126 * manalysis/MCT1SupercutsCalc.cc
2127 - remove bug (dd2)
2128 - set fMatrix = NULL in constructor
2129
2130 * mgeom.MGeomCamCT1Daniel.[h,cc]
2131 - new; Daniel's CT1 geometry
2132
2133 * mgeom/Makefile
2134 GeomLinkDef.h
2135
2136
2137
2138 2003/07/14: Oscar Blanch
2139
2140 * mgeom/MGeomCamMagic919.[h,cc]
2141 - Geometry for a Magic camera with 919 small pixels
2142
2143 * mgeom/[Makefile, GeomLinkDef.h]
2144 - Compiling the above mentioned geometry
2145
2146
2147
2148 2003/07/13: Thomas Bretz
2149
2150 * mbase/MArgs.[h,cc]:
2151 - fixed compile problem with root 3.02/07
2152
2153 * meventdisp/MGCamDisplay.cc, mevtdisp/MGEvtDislay.cc:
2154 - fixed missing MHCamera::SetOptStat
2155
2156
2157
2158 2003/07/12: Thomas Bretz
2159
2160 * mhistmc/MHMcCT1CollectionArea.[h,cc]:
2161 - made the enum as FillType_t a public member of the class
2162
2163 * macros/CT1collarea.C
2164 - Updated accordingly. Can somebody please check whether it
2165 still works.
2166
2167 * mbase/MArgs.h:
2168 - added some comment
2169
2170 * mraw/MRawRunHeader.cc:
2171 - added an 'inf' to the log-stream
2172
2173 * macros/status.C:
2174 - added some more plots
2175 - added some sanity chacks
2176
2177 * macros/sumevents.C, macros/sumeventserr.C, macros/sumeventsrms.C
2178 macros/sumpedestalrms.C, macros/sumpedestals.C:
2179 - fixed SetOptStat
2180
2181 * manalysis/MBlindPixelCalc.[h,cc]:
2182 - removed dangerous SetPixels(int, short*)
2183 - changed Id to Idx
2184 - fixed a bug in SetPixels which caused crashes
2185 - renamed SetPixels to SetPixelIndices
2186
2187 * mhist/MHCamera.[h,cc]:
2188 - removed SetOptStat and fOptStat - found a better solution
2189 - fixed DistancetoPrimitive to show TPaveStat correctly
2190 - Use GetPainter() instead of an own THistPainter
2191
2192 * mmain/MStatusDisplay.cc:
2193 - some small changes to the layout
2194
2195
2196
2197 2003/07/11: Wolfgang Wittek
2198
2199 * mhist/MHMatrix.cc
2200 - add tlist.PrintStatistics() after event loop
2201
2202
2203
2204 2003/07/08: Abelardo Moralejo
2205
2206 * mmc/MMcEvt.hxx
2207 - Uncommented the getter function for fCoreX and fCoreY (is there
2208 any reason why they were commented out?). Added Getter functions
2209 for the parameters of the longitudinal fit to the particle
2210 distribution of the shower.
2211
2212
2213
2214 2003/07/08: Wolfgang Wittek
2215
2216 * macros/CT1EgyEst.C:
2217 - de-comment filters
2218 - add PrintStatistics after event loop
2219
2220 * manalysis/MEnergyEstParamDanielMkn421.[h,cc]
2221 - new; calculates estimated energy using Daniel's parametrization
2222 and parameter values for Mkn421
2223
2224 * manalysis/AnalysisLinkDef.h
2225 Makefile
2226 - include MEnergyEstParamDanielMkn421
2227
2228 * manalysis/MCT1SupercutsCalc.[h,cc]
2229 - add MHillasSrc.fAlpha to fMap
2230 - add member functions SetParams(Double_t *par)
2231 GetParams(Double_t *par)
2232
2233
2234
2235 2003/07/06: Abelardo Moralejo
2236
2237 * mhistmc/MHMcCT1CollectionArea.[h,cc]
2238 - Added possibility of using a logarithmic or linear scale in
2239 energy. The function MHMcCT1CollectionArea::SetEaxis sets
2240 what should be filled in the energy axis (either the energy
2241 or its decimal logarithm).
2242
2243 * macros/CT1collarea.C
2244 - Added example on how to use the new function
2245 MHMcCT1CollectionArea::SetEaxis
2246
2247
2248
2249 2003/07/06: Thomas Bretz
2250
2251 * Makefile:
2252 - replaced '-shared' by $(DYNLIB)
2253
2254 * Makefile.conf.linux, Makefile.conf.linux-gnu,
2255 Makefile.conf.osf1, Makefile.conf.osf5.1:
2256 - added DYNLIB
2257
2258 * Makefile.conf.darwin:
2259 - added
2260
2261 * mgui/MCamEvent.cc:
2262 - removed obsolete include
2263
2264 * mgui/Makefile:
2265 - removed obsolete include dirs
2266
2267 * mhist/MHCamera.cc:
2268 - fixes for root 3.05/01
2269
2270 * mraw/MRawEvtData.cc:
2271 - added type 1 and 2 to GetPixContent
2272
2273 * mraw/MRawEvtPixelIter.[h,cc]:
2274 - added GetMax[Hi,Lo]GainSample
2275
2276 * macros/pixsatrate.C:
2277 - added
2278
2279 * Makefile.conf.general:
2280 - added -lHistPainter
2281
2282 * NEWS:
2283 - updated
2284
2285 * macros/pixsatrate.C:
2286 - added Saturation rate of lo gains
2287
2288 * macros/sumevents.C, macros/sumeventserr.C,
2289 macros/sumpedestalrms.C, macros/sumpedestals.C:
2290 - fixed axis titles
2291 - use new SetOptStat
2292
2293 * manalysis/MCerPhotAnal2.[h,cc]:
2294 - count and print number of skipped events
2295
2296 * meventdisp/MGCamDisplay.cc:
2297 - fixed a 'division by zero'
2298
2299 * mhist/MHCamEvent.cc, mhist/MHTriggerLvl0.cc:
2300 - take name from MHCamEvent if fNameEvt not available
2301
2302 * mhist/MHCamera.[h,cc]:
2303 - use THistPainter to Draw title and statistics box
2304 - added fOptStat
2305 - added GetMean
2306 - added GetRMS
2307 - some modification for a better layout
2308
2309 * mraw/MRawEvtHeader.cc:
2310 - calculate time from clock ticks
2311
2312 * mbase/MArgs.[h,cc]:
2313 - added
2314
2315 * mbase/Makefile:
2316 - MArgs.cc added
2317
2318 * mbase/BaseLinkDef.h:
2319 - MArgs, MArgsEntry added
2320
2321 * merpp.cc:
2322 - added '-v' option
2323 - changes to use MArgs
2324
2325
2326
2327
2328
2329 2003/07/04: Wolfgang Wittek
2330
2331 * macros/CT1EgyEst.C
2332 - add TCanvas and cd() before calling Draw()
2333
2334 * mhistmc/MHMcEnergyMigration.cc
2335 - swap first 2 arguments of fHist.Fill and fHist2.Fill
2336
2337
2338
2339 2003/07/03: Abelardo Moralejo
2340
2341 * mhistmc/MHMcCT1CollectionArea.cc
2342 - Added code to allow the calculation of CT1 collection areas
2343 at 55 and 65 degrees (from the events in DK's MC library)
2344
2345 * macros/CT1collarea.C
2346 - Changed binning in theta to include high ZAs
2347
2348
2349
2350 2003/07/01: Thomas Bretz
2351
2352 * manalysis/MCerPhotAnal2.cc:
2353 - fixed some problems with the lo-gains
2354
2355 * mraw/MRawEvtPixelIter.cc:
2356 - Determin the maximum sample of the lo gains from the end.
2357
2358
2359
2360 2003/07/01: Abelardo Moralejo
2361
2362 * macros/CT1collarea.C
2363 - changed "const TArrayD xed(10,xedge);" to:
2364 "const TArrayD xed; xed.Set(10,xedge);"
2365 (and the same for yed). Otherwise, a funny Error message was
2366 printed about TArrayD, although everything worked.
2367
2368 * mhistmc/MHMcCT1CollectionArea.cc
2369 - added some comments and made code more readable and more simple
2370 to make it easier the addition of the necessary changes to allow
2371 the use of MC data (from D.Kranich) at zenith angles 55 and 65
2372 degrees.
2373
2374
2375
2376 2003/07/01: Wolfgang Wittek
2377
2378 * manalysis/MSigmabar.cc, manalysis/MCT1PadSchweizer.cc,
2379 manalysis/MCT1PadONOFF.cc, mhist/MHSigmaTheta.cc:
2380 - change code because GetPixRatio returns area(pixel_zero)/area(pixel)
2381 and not area(pixel)/area(pixel_zero)
2382
2383 * macros/CT1Analysis.C, macros/ONOFFCT1Analysis.C
2384 - current versions of CT1 macros
2385
2386 * macros/unfold.C, macros/fluxunfold.C
2387 - macros for testing the unfolding within root
2388
2389
2390
2391 2003/06/30: Thomas Bretz
2392
2393 * macros/pixfirerate.C:
2394 - changed to new style
2395
2396 * manalysis/MCerPhotCalc.cc:
2397 - scale weight so that sum=1
2398
2399 * mhist/MHCamera.h:
2400 - small change
2401
2402 * mmontecarlo/MMcCollectionAreaCalc.cc:
2403 - small simplifications
2404
2405
2406
2407 2003/06/27: Abelardo Moralejo
2408
2409 * mmontecarlo/MMcCollectionAreaCalc.[h,cc],
2410 mhistmc/MHMcCollectionAreaCalc.[h,cc]:
2411 - Adapted to allow their use with multiple files containing
2412 MC data generated with diffferent energy spectra, even with
2413 camera files which have only triggered events inside. Now the
2414 histogram containing all showers (before trigger) is filled
2415 in the ReInit function, and calculation of collection area
2416 is done by CalcEfficiency2(). Some simplifications and cleaning
2417 are still possible.
2418
2419
2420
2421 2003/06/27: Thomas Bretz
2422
2423 * macros/sumevents.C, macros/sumpedestals.C:
2424 - some small changes
2425
2426 * manalysis/MPedestalCam.cc:
2427 - return pixel as used if the value is valid (>=0)
2428
2429 * mhist/HistLinkDef.h, mhist/Makefile:
2430 - MHPixVsTime added (Name is preliminary)
2431
2432 * mhist/MHCamEvent.cc:
2433 - removed including MGeomPix
2434
2435 * mhist/MHCamera.h:
2436 - in SetCamContent copy also number of entries
2437
2438 * mraw/MRawEvtData.cc:
2439 - fixed to support correct pixel numbering
2440
2441 * mhist/MHPixVsTime.[h,cc]:
2442 - added
2443
2444 * mhist/MHCamera.cc:
2445 - changed output of labels for color axis
2446
2447 * mfileio/MCT1ReadPreproc.cc:
2448 - small simplification
2449
2450
2451
2452 2003/06/27: Abelardo Moralejo
2453
2454 * mhistmc/MHMcCT1CollectionArea.cc:
2455 - Added comments, changed theta angle corresponding to first bin to
2456 adapt it to new standard theta-bin definition. This was the reason
2457 for the missing area at low theta.
2458
2459 * macros/CT1collectionArea.C, macros/CT1EgyEst.C:
2460 - Changed theta binnings to adapt them to the new standard.
2461
2462
2463
2464 2003/06/26: Abelardo Moralejo
2465
2466 * macros/CT1EgyEst.C:
2467 - Added to the argument list of CT1EEst the binnings in theta
2468 and energy. Commented out the MLog.h and MLogManip.h, headers,
2469 otherwise it does not run (don't know why). Commented out filters
2470 (my test file does not contain hadronness), please uncomment
2471 them to run on files with hadronness info.
2472
2473 * mhistmc/MHMcEnergyMigration.cc:
2474 - exchanged axes of E_est and E_MC in the 3-d histograms.
2475
2476 * mfileio/MCT1ReadAscii.cc, mfileio/MCT1ReadPreProc.cc,
2477 mhist/MHSigmaPixel.cc, mfileio/MHSigmaTheta.cc,
2478 mimage/MImgCleanStd.cc:
2479 - adapted to new function names in MPedestalPix (please Thomas
2480 check these, I had to do it to make Mars compile)
2481
2482
2483
2484 2003/06/26: Thomas Bretz
2485
2486 * macros/CT1EgyEst.C:
2487 - converted from dos to unix type
2488
2489 * macros/rootlogon.C:
2490 - removed "-fno-rtti" from options for Aclic
2491
2492 * mbase/MLog.h:
2493 - added a comment
2494
2495 * mgeom/MGeomCam.[h,cc], mgeom/MGeomPix.[h,cc],
2496 mgeom/MGeomCamCT1.cc, mgeom/MGeomCamECO1000.cc,
2497 mgeom/MGeomCamECO1000HG.cc, mgeom/MGeomCamMagicHG.cc:
2498 - added support for sectors
2499
2500 * megom/MGeomCamMagic.[h,cc]:
2501 - added sectors
2502
2503 * mhist/MHCamera.[h,cc]:
2504 - convert Option_t in Paint to lower case
2505 - remove 'hist' if detected from Option_t
2506 - check for min==max
2507 - added DrawSectorIndices()
2508 - added TArrayC to AddCamContent
2509 - added TArrayC to SetCamContent
2510 - simplified DistancetoPrimitive
2511
2512 * mraw/MRawEvtData.cc:
2513 - simplified Draw by converting option string to lower case
2514
2515 * mraw/MRawEvtPixelIter.[h,cc]:
2516 - added GetNumMaxLoGainSample
2517
2518 * manalysis/MCT1PadSchweizer.cc, manalysis/MMcPedestalNSBAdd.cc,
2519 manalysis/MSigmabar.cc:
2520 - adapted to new function names in MPedestalPix
2521
2522 * manalysis/MCerPhotAnal.cc:
2523 - adapted to new function names in MPedestalPix
2524 - fixed to work with real data and monte carlo data
2525 - preliminarily removed error of pedestal and pedestalrms
2526
2527 * manalysis/MCerPhotCalc.[h,cc]:
2528 - adapted to new function names in MPedestalPix
2529 - fixed to work with real data and monte carlo data
2530
2531 * manalysis/MMcPedestalCopy.cc, manalysis/MPedCalcPedRun.[h,cc]:
2532 - adapted to new function names in MPedestalPix
2533 - preliminarily removed error of pedestal and pedestalrms
2534
2535 * manalysis/MPedestalCam.[h,cc]:
2536 - adapted to new function names in MPedestalPix
2537 - preliminarily removed error of pedestal and pedestalrms
2538 - fixed GetPixelContent (do not return Pedestal*PixRatio)
2539
2540 * manalysis/MPedestalPix.[h,cc]:
2541 - removed old variables
2542 - introduced Pedestal for pedestal
2543 - introduced pedestalRMS for the rms of the pedestal
2544 - error of both values still missing
2545
2546 * meventdisp/MGCamDisplay.cc:
2547 - fixed display, displays now:
2548 + Number Of Photons
2549 + Pedestal
2550 + PedestalRMS
2551 + Number of Photons/PedestalRMS
2552
2553 * mimage/MImgCleanStd.[h,cc]:
2554 - fixed image cleaning in the sense that erronously the error
2555 of the number of photons was used instead of the error of
2556 the PMT offset (pedestal)
2557 - introduced some debugging option
2558
2559 * mmontecarlo/MMcCollectionAreaCalc.cc:
2560 - minor change
2561
2562 * macros/sumevents.C, macros/sumpedestals.C:
2563 - added
2564
2565 * mhist/MHCamEvent.cc:
2566 - do not scale with 100
2567
2568 * mhist/MHCamera.cc:
2569 - fixed displaying number of entries when used
2570 SetCamContent(MHCamera&)
2571
2572
2573
2574 2003/06/25: Thomas Bretz
2575
2576 * mgeom/MGeomCam.cc:
2577 - fixed the description of GetPixRatio
2578
2579
2580
2581 2003/06/25: Abelardo Moralejo
2582
2583 * mimage/MImgCleanStd.cc:
2584 - Changed name of variable "ratio" to "factor", wherever it meant
2585 the square root of the ratio between the area of an inner pixel
2586 and the current pixel (it was confusing).
2587
2588
2589
2590 2003/06/24: Thomas Bretz
2591
2592 * manalysis/MCT1SupercutsCalc.[h,cc]:
2593 - implemented Mapping for Supercuts
2594 - changed data member arrays to TArrayD
2595
2596 * manalysis/MEnergyEstParam.h:
2597 - added a comment
2598
2599 * mhist/MHHadronness.[h,cc]:
2600 - implemented mapping
2601 - implemented calculating Acc_g/sqrt(Acc_h) for filtercuts
2602
2603 * macros/status.C:
2604 - removed MSrcPosCam
2605
2606 * mevtdisp/MGCamDisplay.cc:
2607 - display ellipse in all canvas'
2608
2609 * macros/readrfl.C:
2610 - adapted
2611
2612 * manalysis/MMcTriggerLvl2.cc, meventdisp/MGEvtDisplay.cc,
2613 mraw/MRawEvtPixelIter.cc:
2614 - adapted
2615
2616 * mgui/MCamEvent.[h,cc], mhist/MHCamEvent.[h,cc]:
2617 - more comments
2618
2619 * mgui/MHexagon.[h,cc]:
2620 - removed obsolete destructor
2621
2622 * mhist/MHCamera.[h,cc]:
2623 - removed fPhotons
2624 - removed ShowRflEvent
2625 - added comments
2626
2627 * mhist/MHTriggerLvl0.cc:
2628 - fixed comments
2629
2630 * mraw/MRawEvtData.cc:
2631 - some small changes
2632
2633 * mreflector/MRflEvtData.[h,cc]:
2634 - implemented Paint function
2635
2636 * meventdisp/MGCamDisplay.cc:
2637 - Set Name and title of MHCamera instances
2638
2639 * mraw/MRawEvtData.cc:
2640 - fixed a degug level problem
2641
2642 * mgui/MHexagon.[h,cc]:
2643 - fixed CopyConstructor
2644
2645 * mbase/MLog.cc:
2646 - fixed a bug in NoColor mode
2647
2648
2649
2650 2003/06/23: Thomas Bretz
2651
2652 * manalysis/MBlindPixelCalc.[h,cc], manalysis/MCT1PadONOFF.[h,cc],
2653 manalysis/MCT1PadSchweizer.[h,cc], manalysis/MCompProbCalc.[h,cc],
2654 manalysis/MCT1PointingCorrCalc.[h,cc], manalysis/MEnergyEstimate.[h,cc],
2655 manalysis/MCT1SupercutsCalc.[h,cc], manalysis/MEnergyEstParam.[h,cc],
2656 manalysis/MFiltercutsCalc.[cc,h], manalysis/MMatrixLoop.[h,cc],
2657 manalysis/MMcPedestalCopy.[h,cc], manalysis/MMcPedestalNSBAdd.[h,cc],
2658 manalysis/MMcTriggerLvl2Calc.[h,cc], manalysis/MPadding.[h,cc],
2659 manalysis/MMultiDimDistCalc.[h,cc], manalysis/MPedCalcPedRun.[h,cc],
2660 manalysis/MPedestalCalc.[h,cc], manalysis/MPointingCorr.[h,cc],
2661 mbase/MClone.[h,cc], mbase/MGTask.[h,cc], mbase/MPrint.[h,cc],
2662 mbase/MTask.[h,cc], mbase/MTaskInteractive.[h,cc],
2663 mbase/MTaskList.[h,cc], mtools/MChisqEval.[h,cc],
2664 mbase/MContinue.[h,cc], mdatacheck/MDumpEvtHeader.[h,cc]
2665 mfileio/MCT1ReadAscii.[h,cc], mfileio/MCT1ReadPreProc.[h,cc],
2666 mfileio/MReadCurrents.[h,cc], mfileio/MReadMarsFile.[h,cc],
2667 mfileio/MReadRflFile.[h,cc], mfilter/MF.[h,cc],
2668 mfilter/MFAlpha.[h,cc], mfilter/MFCT1SelBasic.[h,cc],
2669 mfilter/MFCT1SelFinal.[h,cc], mfilter/MFCT1SelStandard.[h,cc],
2670 mfilter/MFDataChain.[h,cc], mfilter/MFDataMember.[h,cc],
2671 mfilter/MFEnergySlope.[h,cc], mfilter/MFEventSelector.[h,cc],
2672 mfilter/MFEventSelector2.[h,cc], mfilter/MFParticleId.[h,cc],
2673 mfilter/MFTriggerLvl1.[h,cc], mfilter/MFTriggerLvl2.[h,cc],
2674 mfilter/MFilterList.[h,cc], mhist/MFillH.[h,cc],
2675 mimage/MCameraSmooth.[h,cc], mimage/MHillasCalc.[h,cc],
2676 mimage/MHillasSrcCalc.[h,cc], mimage/MImgCleanStd.[h,cc],
2677 mimage/MNewImageParCalc.[h,cc], mmontecarlo/MMcThresholdCalc.[h,cc],
2678 mranforest/MRanForestCalc.[h,cc], mranforest/MRanForestFill.[h,cc]
2679 mmontecarlo/MMcTimeGenerate.[h,cc], mranforest/MRanForestGrow.[h,cc],
2680 mmontecarlo/MMcCollectionAreaCalc.[h,cc], mraw/MRawFileWrite.[h,cc],
2681 mmontecarlo/MMcTriggerRateCalc.[h,cc], mraw/MRawFileRead.[h,cc],
2682 manalysis/MSigmabarCalc.[h,cc], manalysis/MCerPhotAnal.[h,cc],
2683 manalysis/MCerPhotCalc.[h,cc]:
2684 - changed Bool_t in *Process to Int_t to support newer root
2685 versions correctly - PRELIMINARY (will be replaced by
2686 enums in the future)
2687
2688 * manalysis/MCerPhotEvt.[h,cc]:
2689 - added case 3 and 4 to GetPixelContent
2690 - changed definition of GetPixelContent
2691
2692 * manalysis/MCurrents.[h,cc], manalysis/MPedestalCam.[h,cc]:
2693 - changed definition of GetPixelContent
2694
2695 * manalysis/MFiltercutsCalc.[h,cc]:
2696 - Added list to ListOfCleanups, and set kMustCleanup for list
2697 - Set kMustCleanup for external filters
2698
2699 * mbase/MEvtLoop.[h,cc]:
2700 - added to ListOfCleanups
2701 - Set kMustCleanup for parlist, progressbar and display
2702 - added some checks for root's Batch-Mode
2703 - no need for checking ListOfSpecials for fDisplay (this is now
2704 handled through the Cleanups)
2705 - No need for kFileExit anymore (this can now be handles through
2706 the Cleanups)
2707 - added recursiveRemove to support Cleanups
2708 - added SetDisplay to set kMustCleanup for fDisplay
2709
2710 * mbase/MTaskList.cc, mdata/MDataArray.cc, mdata/MDataList.cc,
2711 mfilter/MFilterList.cc:
2712 - added lists to ListOfCleanups
2713 - Set kMustCleanup for the lists
2714
2715 * mbase/MParList.[h,cc]:
2716 - added lists to ListOfCleanups
2717 - Set kMustCleanup for the lists
2718 - added kCanDelete option to destructor
2719 - set kMustCleanup for all containers added to thelist
2720
2721 * mdatacheck/DataCheckLinkDef.h, mdatacheck/Makefile:
2722 - removed unnecessary MDumpEvtHeader
2723
2724 * mbase/MContinue.[h,cc]:
2725 - added SetDisplay to support setting display for the filter
2726 - added SetLogStream to support setting logstream for the filter
2727
2728 * mfilter/MFCT1SelBasic.cc, mfilter/MFCT1SelFinal.cc,
2729 mfilter/MFCT1SelStandard.cc:
2730 - added Set-function to simplify Process
2731
2732 * mgui/MCamEvent.[h,cc]:
2733 - changed GetPixelContent definition
2734
2735 * mhist/MH.cc:
2736 - fixed Draw(TH1&, TH1&) and DrawCopy layout for newer root versions
2737
2738 * mimage/MImgCleanStd.cc:
2739 - fixed a bug in the access to ispixused-array (GetNeighbor
2740 could exceed maximum entries.
2741
2742 * mmain/MStatusDisplay.[h,cc]:
2743 - preliminary fixes to support root's batch mode
2744 - removed adding MStatusDisplay to ListOfCleanups
2745 - changed code updating the Canvas'
2746 - exit now handled by Cleanups, so this can be deleted immediatly
2747
2748 * mraw/MRawEvtData.[h,cc]:
2749 - changed definition of GetPixelContent
2750 - added code to GetPixelContent
2751
2752 * mraw/MRawEvtPixelIter.[h,cc]:
2753 - returns GetNumMaxHiGainSample
2754
2755 * mreflector/MRflEvtData.[h,cc]:
2756 - use static_cast in GetPhoton
2757 - added GetPixelContent
2758
2759 * mhist/MHTriggerLvl0.[h,cc], MHmhist/Camera.[h,cc],
2760 mhist/MHCamEvent.[h,cc]:
2761 - added
2762
2763 * manalysis/MSigmabar.cc:
2764 - unimportant simplification
2765
2766 * manalysis/MSigmabarCalc.cc:
2767 - added a preliminary workaround to support files without MMcEvt
2768 - make use of FLT_MAX
2769
2770 * mgeom/MGeomCam.[h,cc]:
2771 - Moved fPixels from pointer to an instance
2772 - removed destructor
2773 - use static_cast on operator[]
2774 - Use ForEach macro in CheckOuterRing
2775
2776 * mhist/MHSigmaTheta.cc:
2777 - added a preliminary workaround to support files without MMcEvt
2778
2779 * manalysis/AnalysisLinkDef.h, manalysis/Makefile:
2780 - removed MCT1PadONOFF
2781
2782 * manalysis/MCerPhotEvt.h:
2783 - added //-> to fPixels
2784
2785 * meventdisp/Makefile:
2786 - added -I../mhist
2787
2788 * manalysis/MMcTriggerLvl2.[h,cc], meventdisp/MGCamDisplay.[h,cc]:
2789 - replaced MCamDisplay by MHCamera
2790
2791 * mgui/GuiLinkDef.h, mgui/Makefile:
2792 - removed MCamDisplay
2793
2794 * mhist/HistLinkDef.h, mhist/Makefile:
2795 - removed MHCerPhotEvt
2796 - removed MHCurrents
2797 - removed MHTrigLvl0
2798 - removed MHOnSubtraction
2799 - added MHCamera
2800 - added MHCamEvent
2801
2802 * macros/sumcurrents.C:
2803 - adapted to changes
2804 - added filename to canvas
2805
2806 * macros/readMagic.C, macros/readCT1.C, macros/status.C,
2807 macros/readcurrents.C, macros/readrfl.C:
2808 - adapted to changes
2809
2810 * mbase/MAGIC.h:
2811 - replaced extern by R__EXTERN
2812
2813 * mbase/MParContainer.[h,cc]:
2814 - added a non empty destructor with some debug options
2815
2816 * mbase/MPrint.cc:
2817 - fixed a bug (used kSKIP instead of kSkip)
2818
2819
2820
2821 2003/06/19: Thomas Bretz
2822
2823 * mgui/MCamDisplay.[h,cc]:
2824 - fixed color palette when loading MCamDisplay
2825
2826 * mevtdisp/MGEvtDisplay.cc:
2827 - fixed a bug in ProcessMessage, 'Exit' still doesn't work.
2828
2829
2830
2831 2003/06/18: Thomas Bretz
2832
2833 * macros/sumcurrents.C:
2834 - added MDirIter support
2835 - fixed the rel. error calculation
2836 - some small corrections to the layout
2837
2838 * mhist/MHCurrents.cc:
2839 - changed histogram name
2840 - added axis titles
2841
2842 * mbase/MLog.cc:
2843 - include iomanip onstead of MLogManip
2844
2845 * mbase/MLogManip.h:
2846 - replaced preprocessor defintions for all, warn, inf, err and dbg
2847 by const variable declarations
2848 - fixed dynamic_casts
2849
2850 * macros/merpp.C:
2851 - made capable of more than one directory
2852
2853 * mmain/MStatusDisplay.cc:
2854 - removed an unsused variable
2855
2856 * Makefile.conf.osf1, Makefile.conf.osf5.1:
2857 - added definitions for __USE_STD_IOSTREAM and R__ANSISTREAM
2858 tp be able to compile on Alphas again
2859
2860 * manalysis/MCT1PadONOFF.cc:
2861 - included math.h
2862 - commented out some code to be able to compile on Alpha - FIXME
2863
2864 * mbase/MDirIter.h:
2865 - fixed a bug in the definition of MatchFilter
2866
2867 * mraw/MRawFileWrite.h:
2868 - default mode changed from UPDATE to RECREATE
2869 - default compression level changed from 9 to 1
2870
2871 * mraw/MRawEvtData.[h,cc]:
2872 - fixed to skip non connected pixels
2873
2874 * mraw/MRawRunHeader.[h,cc]:
2875 - added GetNumConnectedPixels
2876
2877
2878
2879
2880 2003/06/17: Oscar Blanch
2881
2882 * mgeom/MGeomCamECO1000HG.cc
2883 - fixed a bug in NN table
2884
2885 * mgeom/MGeomCamMagicHG.[h,cc]
2886 - New geometry for a high granularity hipothetic Magic camera
2887
2888 * mgeom/Makefile and mgeom/GeomLinkDef.h
2889 - Introduction of MGeomMagicHG class.
2890
2891
2892
2893 2003/06/17: Thomas Bretz
2894
2895 * meventdisp/MGEvtDisplay.cc:
2896 - fixed a bug which caused a endlessloop
2897
2898 * mmain/MStatusDisplay.cc:
2899 - fixed UpdatePSHeader for gcc 3.* and Suse 8.2
2900
2901 * manalysis/MCurrents.h:
2902 - fixed a bug in the const operator[]
2903
2904 * mgui/MCamDisplay.[h,cc]:
2905 - set ClassDef to 1 so that the camera display can be written into
2906 a root file
2907 - fixed destructor (didn't fit default constructor)
2908 - implemented FillRandom for test cases
2909
2910 * mgui/MHexagon.h
2911 - set ClassDef to 1 so that the camera display can be written into
2912 a root file
2913
2914
2915
2916 2003/06/16: Thomas Bretz
2917
2918 * mhist/MHOnSubtraction.cc:
2919 - worked around the non compiling source file
2920
2921 * merpp.cc:
2922 - set compression level default = 1
2923
2924 * macros/readCT1.C, macros/readMagic.C, macros/readcurrents.C,
2925 meventdisp/MGCamDisplay.cc
2926 - adapted to new MCamDisplay and MCamEvent
2927
2928 * macros/sumcurrents.C:
2929 - enhanced
2930
2931 * manalysis/MCerPhotCalc.[h, cc]:
2932 - simplified algorithm
2933
2934 * manalysis/MCerPhotEvt.[h,cc], manalysis/MCurrents.[h,cc],
2935 manalysis/MPedestalCam.[h,cc]:
2936 - derived from MCamEvent
2937
2938 * manalysis/MMcPedestalNSBAdd.cc:
2939 - minor change
2940
2941 * mbase/BaseLinkDef.h, mbase/Makefile:
2942 - added MDirIter
2943
2944 * mbase/MDirIter.[h,cc]:
2945 - added
2946
2947 * mbase/MParList.cc:
2948 - enhnced some output
2949
2950 * mbase/MTaskInteractive.cc:
2951 - fixed a bug
2952
2953 * mbase/MTaskList.cc:
2954 - added handling of gui events for Pre- and PostProcess
2955
2956 * mgeom/MGeomPix.cc:
2957 - added a comment
2958
2959 * mgui/MCamDisplay.[h,cc] - PRELIMINARY:
2960 - added a notification list
2961 - fixed SetRange if pad is not the main pad
2962 - new Fill functions using MCamEvent, removed old ones
2963
2964 * mhist/MFillH.cc:
2965 - check for the existance of the canvas
2966
2967 * mhist/MHCerPhotEvt.cc:
2968 - take usage of MCamEvent
2969
2970 * mhist/MHCurrents.cc:
2971 - take usage of MCamEvent
2972 - added rms
2973
2974 * mmain/MStatusDisplay.[h,cc]:
2975 - added "Reset" and "Remove Tab" to menu bar
2976
2977 * mraw/MRawEvtData.[h,cc]:
2978 - draw hi- and logains
2979 - derived from MCamEvent
2980
2981 * mraw/MRawEvtPixelIter.[h,cc]:
2982 - added GetVarHiGainSamples
2983
2984 * mraw/Makefile:
2985 - added -I../mgui - PRELIMINARY
2986
2987 * mhist/MH.cc:
2988 - fixed Draw(TH1&,TH1&) for newer root versions
2989
2990 * mhist/MHHadronness.cc:
2991 - fixed call to fGraph->SetMaximum(1) for newer root versions
2992
2993 * mmain/MStatusDisplay.cc:
2994 - fixed for gcc 3.* and newer root versions
2995
2996
2997
2998
2999 2003/06/13: Robert Wagner
3000 * mhist/MHOnSubtraction.cc
3001 - removed casts from double to Double_t found by gcc 3.3
3002 - added MHOnSubtraction::CalcLightCurve, a methods towards a
3003 lightcurve
3004
3005
3006
3007 2003/06/13: Thomas Bretz (making Mars work with gcc 3.3 on Suse 8.2)
3008
3009 * Makefile.conf.linux:
3010 - removed nonull-objects, Wtraditional and Wnested-externs
3011 due to warnings in gcc 3.3
3012
3013 * *:
3014 - added 'using namespace std;'
3015 - exchanged *.h C++ headers by correct headers (like <fstream>)
3016 - replaced forward declarations of streams by <iosfwd>
3017
3018 * manalysis/MCerPhotAnal.cc:
3019 - cast arguments of sqrt to correct type
3020 - corrected argument type for SetPedestalRms
3021
3022 * manalysis/MCurrents.h:
3023 - const operator[] uses 'this' now
3024
3025 * manalysis/MEnergyEstParam.[h,cc], manalysis/MSigmabarParam.[h,cc]:
3026 - fixed definition of Print
3027
3028 * manalysis/MMcPedestalCopy.cc, manalysis/MPedCalcPedRun.cc,
3029 mgui/MCamDisplay.cc, mmontecarlo/MMcThresholdCalc.cc:
3030 - cast arguments of sqrt to correct type
3031
3032 * manalysis/MMultiDimDistCalc.cc:
3033 - changed type of numg/numh to Int_t
3034
3035 * mbase/BaseLinkDef.h:
3036 - removed pragma for __omanip_debug
3037
3038 * mbase/MLog.[h,cc]:
3039 - fixed copy constructor
3040 - removed usage of mkstemp -- TO BE FIXED
3041
3042 * mbase/MLogManip.[h,cc]:
3043 - completely replaced
3044
3045 * mdata/MDataArray.cc:
3046 - fixed variable type ncols (Double_t -> Int_t)
3047
3048 * mdata/MDataChain.cc:
3049 - fixed argument type of gRandom->Integer()
3050
3051 * meventdisp/MGEvtDisplay.[h,cc]:
3052 - implemented skiping of events which have 0 Pixels
3053
3054 * mfileio/MCT1ReadPreProc.cc:
3055 - fixed conversion for istream::read from Byte_t* to char*
3056 - fixed argument type in Fill (fmcsize_phel)
3057
3058 * mfileio/MChain.h:
3059 - ResetTree must also set fTreeNumber to -1 due to changes in
3060 TChain::LoadTree
3061
3062 * mfilter/MFAlpha.[h,cc]:
3063 fixed type of Alpha in Init (Float_t instead of Int_t)
3064
3065 * mfilter/MFEventSelector2.[h,cc]:
3066 - renamed Read member function to ReadDistribution
3067
3068 * mfilter/MFilterList.h:
3069 - fixed overloading of GetRule
3070
3071 * mhist/MBinning.cc, mhist/MH3.cc:
3072 - removed default argument in source file
3073
3074 * mhist/MHArray.cc:
3075 fixed type of sstyle (Stat_t -> Int_t)
3076
3077 * mhist/MHCerPhotEvt.[h,cc], mhist/MHCurrents.[h,cc]:
3078 - fixed definition of Clear()
3079
3080 * mhist/MHFadcCam.[h,cc]:
3081 - renamed Reset to ResetEntry
3082
3083 * mhistmc/MHMcEnergy.cc:
3084 - fixed argument type of log
3085
3086 * mhistmc/MHMcRate.cc:
3087 - cast argument of pow() to correct type
3088
3089 * mimage/MHillas.cc:
3090 - replaced default value for MeanX and MeanY by 0
3091
3092 * mmain/MMars.cc:
3093 - fixed argument type in TGLayoutHints
3094
3095 * mmain/MStatusDisplay.cc:
3096 - fixed some argument types
3097 - for the moment removed the update of the ps-header
3098
3099 * mmc/MMcTrig.cxx:
3100 - use binary shift instead of pow for power of two
3101
3102 * mmontecarlo/MMcEnergyEst.[h,cc]:
3103 - declared fcn as static
3104 - fixed definition of Print
3105
3106 * mmontecarlo/MMcTimeGenerate.cc:
3107 - fixed argument type of SetTime
3108
3109 * mmontecarlo/MMcTriggerRateCalc.[h,cc]:
3110 - fixed definition of Draw
3111
3112 * mfileio/MReadRflFile.cc, mraw/MRawCrateData.cc, mraw/MRawEvtData.cc,
3113 mraw/MRawEvtHeader.cc, mraw/MRawRunHeader.cc:
3114 - fixed conversion for istream::read from Byte_t* to char*
3115
3116 * mreflector/MRflEvtData.cc, mreflector/MRflSinglePhoton.cc:
3117 - fixed definition of Print
3118
3119
3120
3121 2003/06/13: Robert Wagner
3122 * mhist/MHOnSubtraction.cc
3123 - Improvements in output
3124
3125
3126
3127 2003/06/12: Thomas Bretz
3128
3129 * mgui/MCamDisplay.h:
3130 - added //*MENU* to SetAutoScale, SetMinimum, SetMaximum
3131
3132
3133
3134 2003/06/11: Robert Wagner
3135
3136 * mhist/MHOnSubtraction.[h,cc]
3137 - Some bugfixes, e.g. concerning binning of result histograms
3138 - Improvements in output
3139
3140
3141
3142
3143
3144 2003/06/09: Wolfgang Wittek
3145
3146 * macros/CT1Analysis.C
3147 - replace MPadSchweizer by MCT1PadSchweizer
3148
3149 * macros/ONOFFCT1Analysis.C
3150 - current version of the macro for the analysis using ON, OFF and MC data
3151
3152 * manalysis/MPadSchweizer.[h,cc]
3153 MPadONOFF.[h,cc]
3154 - delete
3155
3156 * manalysis/MCT1PadSchweizer.[h,cc]
3157 MCT1PadONOFF.[h,cc]
3158 - add
3159
3160 * manalysis/Makefile
3161 AnalysisLinkdef.h
3162 - replace MPadSchweizer and MPadONOFF
3163 by MCT1PadSchweizer and MCT1PadONOFF
3164
3165
3166
3167 2003/06/06: Robert Wagner
3168
3169 * mhist/MHOnSubtraction.[h,cc]
3170 - Class for extracting a gamma signal from on data only. Works
3171 on fully differential data in Alpha, Energy and Theta as well
3172 as on single Alpha plots. Experimental version, expect
3173 functionality but code still optimized for debugging purposes
3174
3175 * mhist/MHAlphaEnergyTheta.cc
3176 - Fill signed alpha value instead of absolute value
3177
3178
3179
3180 2003/06/06: Wolfgang Wittek
3181
3182 * macros/optPad.C
3183 - macro for testing the optimal padding
3184
3185
3186
3187 2003/06/05: Abelardo Moralejo
3188
3189 * mhist/MHTrigLvl0.[h,cc]:
3190 - added. This is intended to find "hot" pixels firing too often
3191 or pixels firing too rarely. Very preliminar!
3192
3193 * macros/pixfirerate.C:
3194 - added. An example on how to use the class above.
3195
3196 * mhist/Makefile, HistLinkDef.h :
3197 added new class.
3198
3199
3200
3201 2003/06/05: Thomas Bretz
3202
3203 * mbase/MEvtLoop.cc:
3204 - fixed some typos in the comments
3205
3206 * meventdisp/MGCamDisplay.cc:
3207 - added MHillasSrc to eventloop
3208
3209 * meventdisp/MGEvtDisplay.cc:
3210 - print MC informations to screen, too
3211
3212 * mfileio/MReadCurrents.cc:
3213 - added a comment
3214
3215 * mhist/MHCerPhotEvt.h:
3216 - removed typo
3217
3218 * mimage/MHillasSrcCalc.cc:
3219 - create a default source if now source is available
3220
3221
3222
3223 2003/06/03: Thomas Bretz
3224
3225 * macros/readcurrents.C:
3226 - display currents in Log-Scale
3227
3228 * mgui/MCamDisplay.[h,cc]:
3229 - introduced fMinimum
3230 - introduced fMaximum
3231 - introduced fData
3232 - removed Set-functions
3233 - introduced Update()
3234 - introduced Log-Scale
3235
3236 * macros/readCT1.C:
3237 - fixed a typo
3238
3239 * mbase/MTaskInteractive.[h,cc]:
3240 - added
3241
3242 * mbase/Makefile, mbase/BaseLinkDef.h:
3243 - added MTaskInteractive
3244
3245 * mhist/MHCurrents.[h,cc]:
3246 - added (PRELIMINARY)
3247
3248 * mhist/Makefile, mhist/HistLinkDef.h:
3249 - added MHCurrents
3250
3251 * mgui/MCamDisplay.[h,cc]:
3252 - changed number of ItemsLegend to display the maximum, too
3253
3254 * macros/sumcurrents.C:
3255 - added
3256
3257
3258
3259 2003/06/03: Wolfgang Wittek
3260
3261 * mfileio/MCT1ReadPreProc.[h,cc]
3262 - reset blind pixels for each event
3263 (because they may have been changed by the padding)
3264
3265 * macros/ONOFFCT1Analysis.C
3266 - will be the macro for the CT1 analysis using ON and OFF data
3267
3268 * manalysis/MPadONOFF.[h,cc]
3269 - new class
3270 - class for the padding of ON/OFF data
3271
3272 * manalysis/MPadSchweizer.[h,cc]
3273 - remove fBlinds->Clear() because the resetting of the
3274 blind pixels is now done in MCT1ReadPreProc
3275
3276
3277
3278 2003/06/02: Thomas Bretz
3279
3280 * manalysis/AnalysisLinkDef.h, manalysis/Makefile:
3281 - added MCurrents
3282
3283 * manalysis/MCerPhotEvt.[h,cc]:
3284 - added MGeomCam argument to GetRatioMin/Max
3285
3286 * mfileio/FileIOLinkDef.h, mfileio/Makefile:
3287 - added MReadCurrents
3288
3289 * mfileio/MReadCurrents.[h,cc]:
3290 - added
3291
3292 * manalysis/MCurrents.[h,cc]:
3293 - added
3294
3295 * mgui/MCamDisplay.[h,cc]:
3296 - added current support
3297
3298 * mbase/MTime.h:
3299 - preliminary changes to support currents
3300
3301 * mhist/MH.[h,cc]:
3302 - added usescreenfactor to MakeDefCanvas
3303
3304
3305
3306 2003/05/30: Wolfgang Wittek
3307
3308 * macros/CT1Analysis.C
3309 - current version of the CT1Analysis.C macro for the analysis of
3310 CT1 data using ON and MC data
3311
3312
3313
3314 2003/05/27: Thomas Bretz
3315
3316 * mreflector/Makefile:
3317 - removed obsolete includes
3318
3319 * mbase/MLogManip.h:
3320 - for the moment removed dbg<< from dbginf again
3321
3322 * mimage/MHNewImagePar.cc:
3323 - security check in fill
3324
3325 * mmain/MAnalysis.cc:
3326 - fixed filling of MHNewImagePar
3327
3328
3329
3330 2003/05/26: Wolfgang Wittek
3331
3332 * mfileio/MCT1ReadPreProc.cc
3333 - put back : if (event.spixsig_10thphot[i]==0)
3334 continue;
3335
3336 * manalysis/MPadSchweizer.cc
3337 - add pixels to MCerPhotEvt which are not yet in;
3338 set their number of photons equal to zero
3339
3340
3341
3342 2003/05/26: Thomas Bretz
3343
3344 * mhist/MHCerPhotEvt.cc, mfileio/MCT1ReadAscii.cc:
3345 - InitSize --> FixSize
3346
3347 * manalysis/MMcPedestalNSBAdd.cc:
3348 - fixed a typo (* instead of /)
3349
3350
3351
3352 2003/05/23: Abelardo Moralejo
3353
3354 * mreflector/Makefile:
3355 - added (was missing)
3356
3357
3358
3359 2003/05/23: Thomas Bretz
3360
3361 * Makefile:
3362 - added mreflector
3363
3364 * manalysis/MCerPhotAnal.cc, manalysis/MCerPhotCalc.cc:
3365 - use FixSize instead of InitSize
3366
3367 * manalysis/MCerPhotEvt.[h,cc]:
3368 - replaced InitSize by FixSize (seems to be more logical)
3369
3370 * manalysis/MMcPedestalNSBAdd.cc:
3371 - replaced GetR by GetPixRatio
3372
3373 * manalysis/MPedestalCam.cc:
3374 - replaced GetEntries by GetEntriesFast
3375
3376 * mfileio/FileIOLinkDef.h, mfileio/Makefile:
3377 - added MReadRflFile
3378
3379 * mgeom/MGeomCam.[h,cc], mgeom/MGeomPix.[h,cc],
3380 mgeom/MGeomCamMagic.[h,cc]:
3381 - replaced R by D
3382
3383 * mgui/MCamDisplay.[h,cc]:
3384 - added TClonesArray to display reflector events
3385 - added FillRflEvent
3386 - added ShowRflEvent
3387 - adapted Paint function
3388
3389 * mgui/MHexagon.[h,cc]:
3390 - replaced GetR by GetD
3391 - added DistanceToPrimitive (capital T)
3392
3393 * mgui/Makefile:
3394 - added mreflector
3395
3396 * mfileio/MReadRflFile.[h,cc]:
3397 - added
3398
3399 * mreflector, mreflector/Makefile, mreflector/ReflectorLinkDef.h,
3400 mreflector/MRflEvtData.[h,cc], mreflector/MRflSinglePhoton.[h,cc]:
3401 mreflector/MRflEvtHeader.[h,cc], mreflector/MRflRunHeader.[h,cc]:
3402 - added
3403
3404 * macros/readRfl.C:
3405 - added
3406
3407
3408
3409 2003/05/22: Abelardo Moralejo
3410
3411 * mhist/MHMatrix.[h,cc]
3412 - add member function ShuffleRows() to randomize the order of the
3413 matrix rows. This is useful for instance for the random forest,
3414 (See RanForest.C) when we feed a hadron training sample with
3415 both protons and helium nuclei: if they are ordered (first all
3416 events of one type, then those of the other) the method does not
3417 seem to work well. Any other kind of ordering might be harmful
3418 as well (in theta, phi or whatever).
3419
3420
3421
3422 2003/05/22: Wolfgang Wittek
3423
3424 * mfileio/MCT1ReadPreProc.[h,cc]
3425 - add member function DiscreteTheta
3426 - discretize the Theta according to the binning in Theta
3427 (for data and MC)
3428 original Theta is stored in the container "ThetaOrig"
3429 the discretized Theta is stored in MMcEvt.fTelescopeTheta
3430
3431
3432
3433 2003/05/21: Thomas Bretz
3434
3435 * mfileio/MReadTree.cc:
3436 - changed text of a warning
3437 - removed obsolete comment
3438
3439 * mfileio/MWriteRootFile.[h,cc]:
3440 - changed Print function to support kIsNewTree flag
3441 - changed BIT(15) to BIT(16) because it is already used by TBranch
3442
3443
3444
3445 2003/05/21: Wolfgang Wittek
3446
3447 * mhist/MHBlindPixels.[h,cc]
3448 - change 1D histogram into 2D histogram (pixel Id vs. Theta)
3449 - add 2D histogram : no.of blind pixels vs. Theta
3450
3451 * mhist/MHSigmaTheta.cc
3452 - correct "BinningPix"
3453
3454 * manalysis/MPadSchweizer.[h,cc]
3455 - add simulation of blind pixels
3456
3457 * mhist/MHMatrix.cc
3458 - in DefRefMatrix : allow variable bin size for 'hth' and 'hthd'
3459
3460
3461
3462 2003/05/20: Oscar Blanch Bigas
3463
3464 * mgeom/MGeomCamECO1000HG.[h,cc]
3465 - new files for ECO1000 camera geometry with pixels
3466 of half angualr size.
3467
3468 * mgeom/Mkefile:
3469 - added MGeomCamECO1000HG.[h,cc] files
3470
3471 * mgeom/GeomLinkDef.h
3472 - added class MGeomCamECO1000HG
3473
3474
3475
3476 2003/05/20: Thomas Bretz
3477
3478 * mbase/MLog.h:
3479 - added Separator member function
3480
3481 * mfileio/MReadMarsFile.cc:
3482 - moved output in Notify to MReadTree::Notify
3483 - call MReadTree:Notify in Notify
3484
3485 * mfileio/MReadTree.[h,cc]:
3486 - do not try to delete a Baddress if it is NULL ("*")
3487 - added CheckBranchSize member function
3488 - added the size consistency check to Notify
3489
3490 * mfileio/MWriteRootFile.cc:
3491 - mini changes to Print-output
3492
3493 * mfilter/MF.[h,cc]:
3494 - added Print-function
3495
3496 * mraw/MRawEvtPixelIter.h:
3497 - removed wrong EOL characters
3498
3499 * macros/multidimdist2.C:
3500 - made variable names unique
3501
3502 * macros/star.C:
3503 - added sigmabar
3504
3505 * macros/status.C:
3506 - added sigmabar
3507 - added MHSigmaTheta
3508
3509 * manalysis/AnalysisLinkDef.h, manalysis/Makefile:
3510 - added MFiltercutsCalc
3511
3512 * manalysis/MFiltercutsCalc.[h,cc]:
3513 - added
3514
3515
3516 2003/05/19: Thomas Bretz
3517
3518 * mgui/MCamDisplay.cc:
3519 - removed an unused variable.
3520
3521 * Makefile.rules:
3522 - fixed Mr.Proper
3523
3524 * mbase/MEvtLoop.cc, mbase/MParList.cc, mbase/MTaskList.cc,
3525 mfileio/MReadTree.cc, mfileio/MWriteRootFile.cc:
3526 - use new manipulator 'underline'
3527
3528 * mbase/MLog.cc:
3529 - added new underlining
3530 - added blue color for debugging
3531
3532 * mbase/MLogManip.[h,cc]:
3533 - added underline
3534 - added dbg and increased all other debug(n) levels by one
3535
3536 * mbase/MParContainer.h:
3537 - made fDisplay persistent (workaround for a obsolete warning in
3538 root 3.02/07)
3539
3540 * mfileio/MWriteRootFile.[h,cc]:
3541 - fixed a bug introduced when implementing UPDATE mode,
3542 kIsNewTree set for TTree
3543
3544
3545
3546 2003/05/16: Abelardo Moralejo
3547
3548 * mmontecarlo/MMcEnergyEst.[h,cc]
3549 - Added SetCoeff
3550
3551
3552
3553 2003/05/16: Thomas Bretz
3554
3555 * mfilter/MFEventSelector2.[h,cc]:
3556 - added
3557
3558 * mfilter/Makefile, mfilter/FilterLinkDef.h:
3559 - added MFEventSelector2
3560
3561 * mbase/MContinue.cc:
3562 - SetDisplay for filter
3563 - Set LogStream for filter
3564
3565 * mbase/MEvtLoop.cc:
3566 - don't use pointer to fTasklist in PostProcess if not initialized
3567 - do not execute Process if fTasklist is not initialized
3568
3569 * mbase/MTask.[h,cc]:
3570 - overwrite SetDisplay (set also display of attached filter
3571
3572 * mbase/MTaskList.cc:
3573 - minor changes
3574
3575 * mdata/MDataChain.[h,cc]:
3576 - implemented ParseDataMember to support constants
3577
3578 * mfileio/MCT1ReadPreProc.[h,cc]:
3579 - added fNumFile to support Rewind
3580 - added Rewind
3581
3582 * mfileio/MRead.[h,cc]:
3583 - new virtual function Rewind
3584
3585 * mfileio/MReadMarsFile.[h,cc]:
3586 - added Rewind
3587
3588 * mfileio/MReadTree.[h,cc]:
3589 - added Rewind
3590 - fixed a missing 'else' in AddFile
3591
3592 * mhist/MBinning.[h,cc]:
3593 - added SetEdges(TAxis&)
3594 - added SetEdges(TH1&, char)
3595
3596 * mhist/MFillH.[h,cc]:
3597 - added bit kDoNotDisplay
3598
3599 * mhist/MH.h:
3600 - added a comment
3601
3602 * mhist/MH3.[h,cc]:
3603 - implemented GetRule
3604 - implemented GetNbins
3605 - implemented FindFixBin
3606
3607 * mimage/MHHillasSrc.cc:
3608 - replaced gPad->cd(4) by savepad
3609
3610 * mmain/MStatusDisplay.[h,cc]:
3611 - fixed locked mode for loop-in-loop cases
3612
3613
3614
3615 2003/05/15: Wolfgang Wittek
3616
3617 * macros/CT1EgyEst.C
3618 - replace "energyest.root" by paramout
3619
3620
3621
3622 2003/05/14: Wolfgang Wittek
3623
3624 * macros/CT1env.rc
3625 - CT1env replaced by CT1env.rc
3626
3627 * mranforest/MRanForestCalc.cc
3628 - exchange arguments in
3629 FindCreateObj("MHadronness", fHadronnessName)
3630
3631
3632
3633 2003/05/13: Thomas Bretz
3634
3635 * mdata/MDataArray.[h,cc]:
3636 - addeed GetData and >>-operator to fill a TVector from the array
3637
3638 * manalysis/MMultiDimDistCalc.cc:
3639 - use new >>-operator from MDataArray
3640
3641 * mranforest/MRanForest.[h,cc]:
3642 - TVector& in CalcHadronness declared const
3643 - added a const qualifier to 'Float_t sum'
3644 - removed Reset() from a TIter declaration (done by the TIter
3645 constructor)
3646
3647 * mranforest/MRanForestCalc.cc:
3648 - fill TVector with new >>-operator of MDataArray
3649
3650 * mranforest/MRanTree.[h,cc]:
3651 - removed obsolete returns at the end of some functions
3652 - TVector& in TreeHad declared const
3653 - changed if to ?:-operator in TreeHad
3654 - TreeHad() calls TreeHad(const TVector &) now (code is not
3655 implemented twice)
3656
3657
3658
3659 2003/05/12: Abelardo Moralejo
3660
3661 * mhistmc/MHMcEnergyMigration.cc
3662 - Draw(): fixed axis label in one plot.
3663
3664
3665
3666 2003/05/12: Thomas Bretz
3667
3668 * mmain/MStatusDisplay.[h,cc]:
3669 - implemented UpdatePSHeader
3670
3671
3672
3673 2003/05/10: Thomas Bretz
3674
3675 * Makefile.rules:
3676 - implemented diff
3677
3678 * NEWS:
3679 - changed
3680
3681 * manalysis/MCT1SupercutsCalc.cc:
3682 - fixed variable names
3683
3684 * mbase/MParContainer.cc:
3685 - replaces IsA()->GetName() by ClassName()
3686
3687 * mbase/Makefile:
3688 - removed obsolete include paths
3689
3690 * mdata/MDataArray.[h,cc]:
3691 - new member function GetRule(int)
3692
3693 * mgui/MCamDisplay.[h,cc]:
3694 - implemented GetObjectInfo
3695
3696 * mhist/MH.[h,cc]:
3697 - implemented ProjectionX
3698 - implemented ProjectionY
3699 - implemented FindObjectInPad
3700
3701 * mhist/MHSigmaTheta.[h,cc]:
3702 - implemented Paint
3703
3704 * mmain/MStatusDisplay.[h,cc]:
3705 - implemented kFileCanvas
3706 - implemented kFileBrowser
3707
3708
3709
3710 2003/05/09: Abelardo Moralejo
3711
3712 * mhistmc/MHMcEnergyMigration.[h,cc]
3713 - Added histograms, changed Draw() to display them. Still
3714 provisional, many changes in the whole part of the energy
3715 estimator are needed.
3716
3717 * macros/CT1EEst.C, CT1EnergyEst.C
3718 - Removed
3719
3720 * macros/CT1EgyEst.C
3721 - Added example on how to use the energy estimation for CT1.
3722 Very provisional!
3723
3724
3725
3726 2003/05/09: Wolfgang Wittek
3727
3728 * manalysis/MCT1SupercutsCalc.cc
3729 - add SetReadyToSave()
3730
3731
3732
3733 2003/05/09: Thomas Bretz
3734
3735 * mbase/MLog.cc:
3736 - do not underline if eNoColors is set
3737 - fixed abug in Output() (last character missing when flushed)
3738 - same when flushing to the GUI
3739
3740 * mbase/MLogManip.cc:
3741 - removed an obsolete comment
3742
3743 * mfileio/MReadTree.cc:
3744 - print warning in case no files could be added to chain
3745
3746 * mfilter/MFDataChain.h:
3747 - fixed code layout
3748
3749 * mimage/MHHillasSrc.h:
3750 - added Paint
3751
3752 * mimage/MHillasCalc.[h,cc]:
3753 - changed default title
3754
3755 * Makefile:
3756 - added rule 'diff'
3757
3758 * mhist/MHMatrix.cc:
3759 - compressed some debug outputs
3760
3761 * manalysis/MSigmabar.[h,cc]:
3762 - deleted the fCalcPixNum variable (not used).
3763
3764 * macros/star.C, macros/starct1.C:
3765 - updated
3766
3767 * mhist/MBinning.cc:
3768 - fixed SetBinningCos
3769
3770 * mhist/MHSigmaTheta.[h,cc]:
3771 - in setting of binnings changes npix+1 to npix
3772 (SetEdges takes the number of _bins_ as argument)
3773 - fixed titles (LaTeX style)
3774 - added default binning (may have to be changed for Magic)
3775 - removed obsolete destructor
3776 - removed default canvas size of 900x900
3777 - temporarily removed SetLogy() for first pad. I'm searching
3778 for a solution to put it in again when using the status display
3779
3780
3781
3782 2003/05/08: Thomas Bretz
3783
3784 * Makefile.rules:
3785 - fixed the rmhtml bug
3786
3787 * macros/collarea.C:
3788 - changed to use MStatusDisplay
3789
3790 * manalysis/MCT1SupercutsCalc.cc:
3791 - fixed a typo
3792
3793 * mbase/MEvtLoop.[h,cc], mbase/MTaskList.[h,cc]:
3794 - added FindTask member functions
3795
3796 * mbase/MLog.cc:
3797 - do not crop logging to GUI to 1000 lines anymore
3798
3799 * mdata/MDataChain.cc:
3800 - use GetRule() in the constructor instead of Print()
3801
3802 * mdata/MDataElement.cc, mfilter/MFDataChain.cc:
3803 - do not return str+"something"
3804
3805 * mhist/MH.[h,cc]:
3806 - fixed a bug in DrawCopy(TH1*,TH1*)
3807 - overwrite Clone function and do not add TH1 to gDirectory
3808 when cloning MH classes
3809
3810 * mimage/MHHillas.cc, mimage/MHHillasSrc.cc:
3811 - adde a sanity check to Fill
3812
3813 * mimage/MHHillasSrc.cc:
3814 - do not set the log scale before we have entries in the histogram
3815
3816
3817
3818 2003/05/08: Abelardo Moralejo
3819
3820 * mimage/MImgCleanStd.cc
3821 - extended comment on standard cleaning. Removed an obsolete
3822 comment.
3823
3824 * mhistmc/MHMcCollectionAreaCalc.cc
3825 - Changed binning of histograms, so that the collection area
3826 can be calculated also between 5 and 10 GeV (for pulsar studies)
3827
3828
3829
3830 2003/05/07: Nadia Tonello
3831
3832 * manalysis/MCT1PointingCorrCalc.[h,cc]
3833 - deleted the fMcEvt variable (not used).
3834
3835
3836 2003/05/07: Thomas Bretz
3837
3838 * mmain/Makefile, mmain/MainLinkDef.h:
3839 - added MSearch
3840
3841 * mmain/MSearch.[h,cc]:
3842 - added
3843
3844 * mmmain/MStatusDisplay.[h,cc]:
3845 - implemented Search
3846
3847 * mhist/MHSigmaTheta.cc:
3848 - removed borders around the pads (Draw)
3849
3850 * mfileio/MCT1ReadPreProc.cc:
3851 - do not output the run number twice!
3852
3853 * mimage/MHillasExt.[h,cc]:
3854 - changed ClassDef to 2
3855 - updated comments
3856
3857 * mimage/MNewImagePar.cc:
3858 - updated comments
3859
3860
3861
3862 2003/05/07: Abelardo Moralejo
3863
3864 * mranforest/Makefile
3865 - fixed typo.
3866
3867
3868
3869 2003/05/06: Abelardo Moralejo
3870
3871 * mhistmc/MHMcCollectionArea.cc
3872 - Added: delete &pally
3873
3874 * mfilter/MFCT1SelFinal.cc
3875 - changed FindObject("MGeomCam") to
3876 FindCreateObj("MGeomCamCT1","MGeomCam")
3877
3878 * mhistmc/MHMcCollectionArea.cc
3879 - in procedure Calc(TH2D &hsel, TH2D &hall) : changed the
3880 calculation of maximum impact parameter. Now it looks for
3881 the non-empty bin of histogram "hall" with highest impact
3882 parameter. The code could not work as it was before, but this
3883 had influence only when running over camera files containing all
3884 events, including non-triggers (while we usually run over files
3885 containing only triggers).
3886
3887
3888
3889 2003/05/06: Thomas Bretz
3890
3891 * manalysis/MRan*, mhist/MHRan*:
3892 - moved to new directory mranforest
3893
3894 * mranforest, mranforest/Makefile, mranforest/RanForestLinkDef.h,
3895 mranforest/RanForestIncl.h:
3896 - added
3897
3898 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
3899 - removed MRan*
3900
3901 * mhist/Makefile, mhist/HistLinkDef.h:
3902 - removed MHRan*
3903
3904 * Makefile:
3905 - mranforest added
3906
3907 * mbase/MLog.cc:
3908 - sanity check in MLog::Output (len>0)
3909
3910 * mimage/MImgCleanStd.cc:
3911 - adapted path to html images
3912
3913 * htmldoc/*:
3914 - moved to new path htmldoc/images
3915
3916 * Makefile.rules:
3917 - corrected rule rmhtmldoc
3918
3919 * NEWS:
3920 - updated
3921
3922 * macros/dohtml.C, macros/rootlogon.C:
3923 - added mranforest
3924
3925 * mbase/MEvtLoop.cc:
3926 - fixed a typo
3927
3928 * mhist/HistLinkDef.h
3929
3930
3931
3932 2003/05/05: Nadia Tonello
3933
3934 * mfilter/MFCT1SelStandard.cc
3935 - correct the default name of fImgParName
3936 ("MNewImgPar") => ("MNewImagePar")
3937
3938
3939
3940 2003/05/05: Thomas Bretz
3941
3942 * mbase/MEvtLoop.cc:
3943 - underline Instatiation Message
3944 - small change to a warning output
3945
3946 * mbase/MLog.[h,cc]:
3947 - added stuff for underlining
3948 - changed from TGListBox to TGViewText
3949
3950 * mmain/MStatusDisplay.[h,cc]:
3951 - changed fLogBox from TGListBox to TGViewText
3952 - added menu 'Log'
3953 - changed division of status line to 'Goldener Schnitt'
3954
3955 * mhist/MHHadronness.cc, mhist/MHCerPhotEvt.cc, mhist/MHStarMap.cc,
3956 mimage/MHHillas.cc:
3957 - fixed 'redifinion of default argument'
3958
3959 * mbase/Makefile, mfileio/Makefile:
3960 - moved first source file to second position to get rid of crashes
3961 of rootcint on our Alpha
3962
3963 * mimage/MNewImagePar.cc:
3964 - removed maxpixid (not used)
3965
3966 * manalysis/MRanTree.cc:
3967 - replaced ostream.h by iostream.h
3968
3969 * manalysis/MPadding.h:
3970 - added a missing const qualifier in the definition of 'Padding'
3971
3972 * mmontecarlo/MMcEnergyEst.cc:
3973 - added math.h
3974
3975 * Makefile, mbase/Makefile, mmain/Makefile:
3976 - changed order (linking on our Alpha failed)
3977
3978 * mbase/MLog.h:
3979 - don't include iostream.h if __CINT__ (crashes rootcint on our
3980 alpha)
3981
3982
3983
3984 2003/05/05: Wolfgang Wittek
3985
3986 * manalysis/MPadSChweizer.cc
3987 - delete histograms in destructor
3988
3989
3990
3991 2003/05/02: Thomas Bretz
3992
3993 * Makefile.conf.general, Makefile.conf.linux, Makefile.conf.linux-gnu,
3994 Makefile.conf.osf1, Makefile.conf.osf5.1:
3995 - added MARSDEFINES, MARSFLAGS, MARSLIBS
3996
3997 * mars.cc:
3998 - replaces HAVE_LOGO by HAVE_XPM
3999
4000 * NEWS:
4001 - updated
4002
4003 * mbase/MLogo.cc:
4004 - replaces marslogo_neu by marslogo
4005 - encapsulated in HAVE_XPM
4006
4007 * mbase/Makefile:
4008 - added MLogo.cc
4009
4010 * mmain/MGMenu.cc:
4011 - fixed the 'KeyAutoRepeat' bug
4012
4013 * manalysis/MCerPhotEvt.[h,cc:
4014 - added RemoveUnusedPixels
4015
4016 * manalysis/MSigmabar.cc:
4017 - small simplification for compiler optimization
4018
4019 * mbase/MEvtLoop.cc:
4020 - changed output to fDisplay
4021 - changed behaviour in case of a failed PostProcess
4022
4023 * mbase/MLog.[h,cc]:
4024 - added flushing and tab conversion to GUI
4025 - added color support
4026
4027 * mbase/MParList.cc:
4028 - replaced some *Iter by MIter
4029
4030 * mbase/MTask.cc, mbase/MTaskList.cc:
4031 - added output to fDisplay
4032 - replaced some *Iter by MIter
4033
4034 * mhist/MH.cc:
4035 - don't add clones to directory
4036
4037 * mimage/MImgCleanStd.[h,cc]:
4038 - replaced divisiond by multiplications
4039 - fixed StreamePrimitive
4040 - do not allow 0 rings
4041
4042 * mmain/MStatusDisplay.[h,cc]:
4043 - added writing gif
4044 - added writing C
4045 - changes SaveAs to non-const (added output to status lines)
4046 - replaced TGLabels by TGStatusBar
4047
4048
4049
4050 2003/04/30: Wolfgang Wittek
4051
4052 * manalysis/MPadSchweizer.[h,cc]
4053 - reorder histograms
4054
4055 * mhist/MHSigmaTheta.[h,cc]
4056 - remove last 3 plots (otherwise get segmentation violation ???)
4057
4058 * mimage/MHNewImagePar.[h,cc]
4059 - change range of leakage to be plotted
4060 (want to see also leakage=0)
4061
4062
4063
4064 2003/04/30: Nadia Tonello
4065
4066 * manalysis/MCerPhotPix.[h,cc]:
4067 - deleted Bool_t fIsUsed and substituted with
4068 the condition: fRing>0 in the functions
4069 Bool_t IsPixelUsed() const{return fRing>0;}
4070 void SetPixelUsed() { fRing = 1;}
4071 void SetPixelUnused(){ fRing = 0;}
4072
4073
4074
4075 2003/04/29: Wolfgang Wittek
4076
4077 * mhist/MHSigmaTheta.[h,cc]:
4078 - ClassDef( ,0) -> ClassDef( , 1)
4079 - minor corrections in Draw()
4080
4081
4082
4083 2003/04/29: Thomas Bretz
4084
4085 * mfilter/MFCT1SelBasic.[h,cc], mfilter/MFCT1SelFinal.[h,cc],
4086 mfilter/MFCT1SelStandard.[h,cc]:
4087 - reordered includes
4088 - removed MHillas from constructor (if present)
4089 - added corresponding Setter-methods
4090 - added many const qualifiers
4091 - removed some obsolete data members
4092 - made some member functions private
4093 - only store fMm2Deg, not the pointer to MGeomCam
4094 - don't use the CT1 camera build in... (to be discussed)
4095 - fixed MHillas, MHillasExt and MNewImagePar stuff
4096
4097 * mimage/MImgCleanStd.[h,cc]:
4098 - added Nadia to the list of authors
4099 - added pngs for the formulars
4100
4101 * htmldoc, htmldoc/MImgCleanStd-f1.png, htmldoc/MImgCleanStd-f2.png:
4102 - added
4103
4104 * manalysis/MCT1SupercutsCalc.[h,cc]:
4105 - changed the default "MHillasExt" to "MHillas"
4106
4107 * mbase/MEvtLoop.cc:
4108 - fixed a bug in ProcessGuiEvents
4109
4110 * mhist/MH*.[h,cc], mhistmc/MH*.[h,cc], mimage/MH*.[h,cc]:
4111 - changed "Double_t w" in Fill to "const Stat_t w"
4112 - added weight in some classes to TH::Fill
4113
4114 * mbase/MHtml.[h,cc]:
4115 - removed
4116
4117 * mfileio/MCT1ReadPreProc.cc:
4118 - removed the dependance on a MBinning in Theta.
4119
4120
4121
4122 2003/04/29: Abelardo Moralejo
4123
4124 * mmontecarlo/MMcCollectionareaCalc.[h,cc]
4125 - Now the energy limits and spectral slope used in Corsika are
4126 read from the run header. Warning: impact parameter is still
4127 fixed (I changed it from 400 m to 300 m, our present MC
4128 production default). Added warning message about this.
4129 Collection areas calculated up to now with the new MC library
4130 are overestimated by a ~77% ! This class will be removed in
4131 the future and replaced by MFillH.
4132
4133 * mhistmc/MHMcCollectionArea.[h,cc]
4134 - Adapted to the change of MMcCollectionAreaCalc. Added arguments
4135 to CalcEfficiency.
4136
4137
4138
4139 2003/04/28: Nadia Tonello
4140
4141 * mimage/MImgCleanStd.[h,cc]
4142 - added the option kDemocratic using sigmabar of the inner pixels
4143 - added the option to select the number of rings of pixels
4144 to analyze around the core pixels
4145 - added documentation
4146
4147 * manalysis/MCerPhotPix.[h,cc]
4148 - added fRing and Get-Set functions
4149
4150
4151
4152 2003/04/28: Oscar Blanch
4153
4154 * mgeom/MGeomCamECO1000.[h,cc]
4155 - New files for ECO 1000 camera geometry.
4156
4157 * mgeom/GeomLinkDef.h
4158 - Added class MGeomCamECO1000
4159
4160 * mgeom/Makefile
4161 - Added class MGeomCamECO1000
4162
4163
4164
4165 2003/04/28: Abelardo Moralejo
4166
4167 * mmontecarlo/MMcEnergyEst.[h,cc]
4168 - Lots of fixes after Thomas suggestions. Now cuts are not part
4169 of the class, but introduced via a new MFilter* member. Changed
4170 all Char_t* for TString. Changed own TMiniut pointer by gMinuit.
4171 Removed couts and used fLog instead. Function fcn is no longer
4172 declared external.
4173
4174
4175
4176 2003/04/28: Thomas Bretz
4177
4178 * NEWS:
4179 - updated
4180
4181 * manalysis/MBlindPixelCalc.cc:
4182 - use Are of pixles while interpolating
4183
4184 * mbase/MEvtLoop.cc:
4185 - output speed in Evts/s to fDisplay
4186
4187 * mbase/MGGroupFrame.h:
4188 - fixed a typo
4189
4190 * mbase/MTask.[h,cc]:
4191 - Added OverwritesProcess
4192
4193 * mbase/MTaskList.[h,cc]:
4194 - removed CheckClassForProcess
4195 - replaced by MTask::OverwritesProcess
4196
4197 * mhist/MFillH.cc:
4198 - only draw something if the class overwrites the Draw function
4199
4200 * mhist/MH.[h,cc]:
4201 - added OverwritesDraw
4202 - added a higher maximum, lower minimum to Draw(TH1, TH1)
4203 - changed default size
4204
4205 * mhist/MHMatrix.cc:
4206 - mini change
4207
4208 * mimage/MHHillas.[h,cc]:
4209 - removed fUsedPix
4210 - removed fCorePix
4211
4212 * mimage/MHHillasExt.[h,cc]:
4213 - removed fHConc
4214 - removed fHConc1
4215 - changed default name to MHillasExt
4216
4217 * mimage/MHNewImagePar.[h,cc]:
4218 - added fHistConc
4219 - added fHistConc1
4220 - added fHistUsedPix
4221 - added fHistCorePix
4222
4223 * mimage/MHillas.cc:
4224 - removed fNumCorePixels
4225 - removed fNumUsedPixels
4226 - made fCosDelta writable
4227 - made fSinDelta writable
4228 - made GetSinDelta() public
4229 - made GetCosDelta() public
4230
4231 * mimage/MHillasExt.[h,cc]:
4232 - removed fConc
4233 - removed fConc1
4234 - changed default name to MHillasExt
4235 - derives from MParContainer now instead of MHillas
4236
4237 * mimage/MNewImagePar.[h,cc]:
4238 - added fNumCorePixels
4239 - added fNumUsedPixels
4240 - added fConc
4241 - added fConc1
4242
4243 * mimage/MNewImageParCalc.[h,cc]:
4244 - removed
4245
4246 * mimage/MHillasCalc.[h,cc]:
4247 - changed so, that it can calc MHillas, MHillasExt and MNewImagePar
4248
4249 * mimage/MHillasSrc.cc:
4250 - sqrt(tand*tand+1) replaced by 1/CosDelta
4251
4252 * mmain/MStatusDisplay.[h,cc]:
4253 - added second argument to SetLogStream
4254
4255 * mhist/MHAlphaEnergyTheta.[h,cc], mhist/MHAlphaEnergyTime.[h,cc],
4256 mhist/MHCerPhotEvt.[h,cc], mhist/MHEffOnTime.[h,cc],
4257 mhist/MHEffOnTimeTheta.[h,cc], mhist/MHEffOnTimeTime.[h,cc],
4258 mhist/MHEnergyTheta.[h,cc], mhist/MHEnergyTime.[h,cc],
4259 mhist/MHFlux.[h,cc], mhist/MHMatrix.[h,cc],
4260 mhist/MHSigmaTheta.[h,cc], mhistmc/MHMcCollectionArea.[h,cc],
4261 mhistmc/MHMcDifRate.[h,cc], mhistmc/MHMcEfficiency.[h,cc],
4262 mhistmc/MHMcEfficiencyEnergy.[h,cc], mhistmc/MHMcEfficiencyImpact.[h,cc],
4263 mhistmc/MHMcEnergy.[h,cc], mhistmc/MHMcEnergyImpact.[h,cc],
4264 mhistmc/MHMcEnergyMigration.[h,cc], mhistmc/MHMcRate.[h,cc]:
4265 - removed DrawClone
4266 - fixed Draw
4267
4268 * macros/MagicHillas.C, macros/star.C:
4269 - removed MHillasExt (not necessary anymore)
4270 - added MNewImagePar
4271
4272 * macros/readCT1.C, macros/readMagic.C, meventdisp/MGCamDisplay.cc,
4273 mmain/MAnalysis.cc:
4274 - added MHillasExt to be displayed
4275 - added MNewImagePar to be displayed
4276
4277 * manalysis/MCT1SupercutsCalc.[h,cc]:
4278 - removed empty destructor
4279 - fixed output in PreProcess
4280 - changed MHillasExt to MHillas
4281
4282
4283
4284
4285
4286 2003/04/28: Wolfgang Wittek
4287
4288 * manalysis/MPadSchweizer.[h,cc]
4289 - extend documentation
4290 - remove histograms which are also made by MHSigmaTheta
4291 - minor modifications
4292
4293
4294
4295 2003/04/25: Thomas Bretz
4296
4297 * mfilter/MFEnergySlope.cc:
4298 - removed obsolete PostProcess
4299
4300 * mdatacheck/MGDisplayAdc.cc:
4301 - fixed a bug which caused nothing to beeing displayed if only
4302 the Hi gains where existing (Exists->HasHi)
4303
4304 * mhist/MH.cc:
4305 - small change to GetNewPad
4306
4307 * mhistmc/MHMcEnergyMigration.h:
4308 - fixed the includes
4309
4310 * mgui/MCamDisplay.cc:
4311 - changed autoscaling (max<1:max=1 --> max==min:max=min+1)
4312
4313 * manalysis/MBlindPixelCalc.cc:
4314 - interpolate: take pixel area into account
4315
4316 * mhist/MHSigmaTheta.h:
4317 - removed nonsense GetSigmaThetaByName(const TString name)
4318 - removed nonsense GetSigmaPixThetaByName(const TString name)
4319 - removed nonsense GetDiffPixThetaByName(const TString name)
4320
4321 * manalysis/MPadSchweizer.cc:
4322 - fixed naming
4323 - fixed usage of operators
4324 - added some const qualifiers
4325 - replaced 'int OK' by 'Bool_t ok'
4326 - fixed wrong usage floating point value 0
4327
4328 * mimage/MImgCleanStd.cc:
4329 - moved ratio to the other side of the condition (don't divide
4330 if it is not necessary)
4331
4332
4333
4334 2003/04/24: Abelardo Moralejo
4335
4336 * macros/rootlogon.C
4337 - added gInterpreter->AddIncludePath(dir+"mhistmc");
4338
4339
4340
4341 2003/04/24: Thomas Bretz
4342
4343 * macros/rootlogon.C:
4344 - added mimage
4345
4346 * macros/dohtml.C:
4347 - added mhistmc
4348 - added mimage
4349 - added status.C
4350
4351 * mfilter/MFCT1Supercuts.[h,cc]:
4352 - removed
4353
4354 * manalysis/MPadSchweizer.[h,cc]:
4355 - renamed arguments of SetHistograms to Mars style
4356 - removed default argument for SetHistograms (usage would result
4357 in a crash)
4358 - removed empty destructor
4359
4360 * mhistmc/MHMcTriggerLvl2.h:
4361 - removed the wrong f in GetHistf
4362
4363 * manalysis/MSigmabarParam.h:
4364 - added const qualifiers to getters
4365
4366 * mfileio/MWriteRootFile.[h,cc]:
4367 - fixed support for UPDATE
4368
4369 * mfilter/MFEnergySlope.cc:
4370 - cleaned
4371 - removed empty PostProcess
4372
4373 * mhist/MHCerPhotEvt.cc:
4374 - removed ratio from Fill
4375
4376 * mhist/MH.h:
4377 - fixed a bug in the overloading of DrawClone
4378
4379 * mimage/MHillasSrc.[h,cc], mimage/MHHillasSrc.[h,cc]:
4380 - like suggested by Wolfgang: removed Head-Tail
4381
4382 * mbase/MEvtLoop.cc:
4383 - fixed a bug in the progress bar update at the end of the loop
4384
4385
4386
4387 2003/04/24: Wolfgang Wittek
4388
4389 * mfilter/MFCT1SelFinal.cc
4390 - small correction in output
4391
4392 * mhistmc/MHMcCT1CollectionArea.cc
4393 - plot all 3 histograms in DrawClone()
4394
4395 * manalysis/MPadSchweizer.[h,cc]
4396 - cleanup as proposed by Thomas
4397 - new member function SetHistograms() to set the pointers to the
4398 histograms to be used in the padding
4399
4400
4401
4402 2003/04/24: Antonio Stamerra
4403
4404 * mhistmc/MHMcTriggerLvl2.[h,cc]
4405 - renamed some variable (hf->fHist)
4406 - added fHist*Norm and fFNorm in the destructor
4407
4408 * manalysis/MMcTriggerLvl2.[h,cc]
4409 - added CalcCompactPixel() public method
4410 - implemented CalcPseudoSize method (still under construction...)
4411 - added inline method SetNewCamera(), used in the costructor
4412 - renamed global variables pixels_in_cell->gsPixelsInCell
4413 and pixels_in_lut->gsPixelsInLut
4414 - added destructor
4415
4416
4417
4418 2003/04/23: Thomas Bretz
4419
4420 * mhist/MHCerPhotEvt.[h,cc]:
4421 - updated dox
4422
4423 * manalysis/MCT1SupercutsCalc.h, manalysis/MPadSchweizer.h:
4424 - ClassDef -> 0
4425
4426 * NEWS:
4427 - updated
4428
4429 * mfileio/MWriteRootFile.[hcc]:
4430 - fixed the missing function of UPDATE files
4431
4432 * mhist/MFillH.[h,cc]:
4433 - implemented fWeight
4434 - adapted StreamPrimitive
4435 - changed fCanvas to //!
4436 - changed class version umber from 1 to 2
4437
4438 * mhist/MH.[h,cc], mhist/MHAlphaEnergyTheta.[h,cc],
4439 mhist/MHAlphaEnergyTime.[h,cc], mhist/MHArray.[h,cc],
4440 mhist/MHBlindPixels.[h,cc], mhist/MHCompProb.[h,cc],
4441 mhist/MHEffOnTime.[h,cc], mhist/MHEffOnTimeTheta.[h,cc],
4442 mhist/MHEffOnTimeTime.[h,cc], mhist/MHEnergyTheta.[h,cc],
4443 mhist/MHFadcCam.[h,cc], mhist/MHFlux.[h,cc],
4444 mhist/MHGamma.[h,cc], mhist/MHHadronness.[h,cc],
4445 mhist/MHMatrix.[h,cc], mhist/MHRanForest.[h,cc],
4446 mhist/MHRanForestGini.[h,cc], mhist/MHSigmaPixel.[h,cc],
4447 mhist/MHSigmaTheta.[h,cc], mhist/MHSigmabarTheta.[h,cc],
4448 mhist/MHStarMap.[h,cc], mhist/MHThetabarTheta.[h,cc],
4449 mhist/MHThetabarTime.[h,cc], mhist/MHTimeDiffTheta.[h,cc],
4450 mhist/MHTimeDiffTime.[h,cc], mhistmc/MHMcCT1CollectionArea.[h,cc],
4451 mhistmc/MHMcEnergyImpact.[h,cc], mhistmc/MHMcEnergyMigration.[h,cc]
4452 mhistmc/MHMcTriggerLvl2.[h,cc], mimage/MHHillas.[h,cc],
4453 mimage/MHHillasExt.[h,cc], mimage/MHHillasSrc.[h,cc],
4454 mimage/MHNewImagePar.[h,cc]:
4455 - added second (weight) argument to Fill
4456 - in some headers: removed obvious virtual
4457 - removed some dummy Fill function (not necessary anymore)
4458
4459
4460
4461 2003/04/23: Abelardo Moralejo
4462
4463 * mhistmc/MHMcCT1CollectionArea.[h,cc]
4464 - Now the class inherits from MH instead of directly from
4465 MParContainer. Implemented SetupFill, so that the binning
4466 definitions are read from the parlist.
4467
4468 * mmontecarlo/MMcCT1CollectionAreaCalc.[h,cc]
4469 - Removed. This class was superfluous, since the same job
4470 can be done using MFillH.
4471
4472 * mmontecarlo/Makefile, MontecarloLinkDef.h
4473 - removed class MMcCT1CollectionAreaCalc.
4474
4475 * macros/CT1collarea.C
4476 - adapted to changes above.
4477
4478 * mmc/MMcRunHeader.[hxx,cxx], mmc/MMCEvt.[hxx,cxx]
4479 - added comment in class description about the definition of
4480 the azimuth angle phi in the MC classes.
4481
4482
4483 2003/04/23: Antonio Stamerra
4484
4485 * mfilter/MFEnergySlope.[h,cc]
4486 - added new filter class to select events according to a given
4487 energy slope
4488
4489 * mfilter/Makefile, mfilter/FilterLinkDef.h
4490 - modified accordingly (added MFEnergySlope)
4491
4492 * manalysis/MMcTriggerLvl2Calc.cc
4493 - removed call to the MHMcTriggerLvl2->Fill() in Process()
4494
4495 * macros/triglvl2.C
4496 - added example of the MFEnergySlope filter
4497 - added filling of histos from MHMcTriggerLvl2
4498
4499
4500 2003/04/22: Abelardo Moralejo
4501
4502 * mmontecarlo/Makefile, MontecarloLinkDef.h
4503 - added MMcEnergyEst
4504 - added necessary include directories.
4505
4506 * mmontecarlo/MMcEnergyEst.cc
4507 - added filterhadrons.SetHadronnessName(fHadronnessName) to
4508 inform the filter about the name of the hadronness container
4509 to be used in the cuts.
4510
4511 * mfilter/MFCT1SelFinal.[h,cc]
4512 - added the possibility to cut also in Dist.
4513
4514
4515
4516 2003/04/22: Thomas Bretz
4517
4518 * mhist/MHHadronness.[h,cc]:
4519 - changed to support MStatusDisplay
4520
4521 * manalysis/MApplyPadding.[h,cc]:
4522 - removed
4523
4524 * mhist/MHMcCT1CollectionArea.[h,cc],
4525 mhist/MHMcCollectionArea.[h,cc], mhist/MHMcDifRate.[h,cc],
4526 mhist/MHMcEfficiency.[h,cc], mhist/MHMcEfficiencyEnergy.[h,cc],
4527 mhist/MHMcEnergy.[h,cc], mhist/MHMcEnergyImpact.[h,cc],
4528 mhist/MHMcEnergyMigration.[h,cc], mhist/MHMcIntRate.[h,cc],
4529 mhist/MHMcRate.[h,cc], mhist/MHMcTriggerLvl2.[h,cc]:
4530 - moved to new directory mhistmc
4531
4532 * mhistmc, mhistmc/Makefile, mhistmc/HistMcLinkDef.h:
4533 - new
4534
4535 * mhist/Makefile, mhist/HistLinkDef.h:
4536 - removed MHMc*
4537
4538 * mhistmc/MHMcCollectionArea.[h,cc]:
4539 - changed to fit requirements of MStatusDisplay
4540
4541 * Makefile:
4542 - added mhistmc
4543
4544 * mmain/MStatusDisplay.cc:
4545 - SetNoContextMenu(Bool_t flag) removed default argument
4546
4547 * mmain/Makefile:
4548 - added -I../mhistmc
4549
4550 * mhist/MWeight.[h,cc]:
4551 - added
4552
4553 * mhist/HistLinkDef.h:
4554 - added MWeight
4555
4556 * mhist/MH.h:
4557 - removed some debugging stuff
4558
4559
4560
4561 2003/04/22: Abelardo Moralejo
4562
4563 * mmontecarlo/MMcEnergyMigration.[h,cc]
4564 - Removed. It was not necessary, since the same job can be done
4565 with the already existing task MFillH.
4566
4567 * mhist/MHMcEnergyMigration.h
4568 - Changed ClassDef(MHMcEnergyMigration, 0)
4569 to ClassDef(MHMcEnergyMigration, 1) to allow writing the
4570 histograms to disk.
4571
4572
4573
4574 2003/04/21: Thomas Bretz
4575
4576 * manalysis/MBlindPixels.h:
4577 - IsBlind -> const
4578
4579 * mhist/HistLinkDef.h, mhist/Makefile:
4580 - added MHBlindPixels
4581
4582 * mhist/MH.[h,cc]:
4583 - changed the two DrawClone functions to one.
4584
4585 * mhist/MHHadronness.[h,cc]:
4586 - changed to fit the requirements of MStatusDisplay
4587
4588 * mhist/MHMatrix.cc:
4589 - SetDirectory(NULL) for all histograms created
4590
4591 * mhist/MHSigmaTheta.cc:
4592 - removed fNpix (is already in MHHillas)
4593 - removed fBlindId (--> MHBlindPixels)
4594
4595 * mhist/MHBlindPixels.[h,cc]:
4596 - new
4597
4598 * macros/plot.C:
4599 - Added MStatusDisplay support
4600
4601 * macros/status.C:
4602 - added MHNewImagePar
4603 - added MHHadronness
4604
4605 * manalysis/MBlindPixelCalc.cc:
4606 - updated class reference
4607
4608 * meventdisp/MGCamDisplay.[h,cc]:
4609 - fixed
4610
4611 * meventdisp/MGEvtDisplay.cc:
4612 - changed function adding the tab
4613
4614 * mgui/MCamDisplay.cc, mhist/MHCerPhotEvt.cc:
4615 - as a preliminary solution removed inner pad
4616
4617 * mhist/MFillH.cc:
4618 - make sure canvas is updated correctly in PostProcess
4619
4620 * mhist/MH.cc:
4621 - changed DrawCopy(TH1, TH1) and Draw(TH1, TH1) to fit the new needs
4622 display the range correctly and exchanged the two stat boxes
4623
4624 * mhist/MH3.cc:
4625 - fixed a bug in the default constructor
4626 - removed DrawClone
4627 - updated Draw function
4628
4629 * mhist/MHMcIntRate.[h,cc], mhist/MHRanForest.[h,cc],
4630 mhist/MHRanForestGini.[h,cc], mhist/MHSigmaPixel.[h,cc],
4631 mhist/MHSigmaTheta.[h,cc], mhist/MHSigmabarTheta.[h,cc],
4632 mhist/MHThetabarTheta.[h,cc], mhist/MHThetabarTime.[h,cc],
4633 mhist/MHTimeDiffTheta.[h,cc], mhist/MHTimeDiffTime.[h,cc],
4634 mimage/MHNewImagePar.[h,cc]:
4635 - removed old DrawClone
4636 - updated Draw function
4637 - replaced some titles by latex titles in some classes
4638
4639 * mimage/MHNewImagePar.[h,cc], mimage/MNewImagePar.[h,cc]:
4640 - removed scaling stuff
4641
4642 * mmain/MStatusDisplay.cc:
4643 - fixed some minor bugs
4644
4645
4646
4647 2003/04/20: Thomas Bretz
4648
4649 * Makefile:
4650 - exchanged mbase and mmain
4651
4652 * Makefile.conf.general:
4653 - added MARSVER
4654
4655 * mars.cc:
4656 - use MARSVER
4657
4658 * macros/readMagic.C:
4659 - updated to work with the new MH-stuff
4660
4661 * macros/status.C:
4662 - added
4663
4664 * manalysis/MBlindPixelCalc.cc, manalysis/MCerPhotCalc.cc,
4665 manalysis/MMcPedestalCopy.ccm, manalysis/MMcPedestalNSBAdd.cc,
4666 mfileio/MReadMarsFile.cc, mimage/MHillasCalc.cc,
4667 mimage/MImgCleanStd.cc:
4668 - changed def. title
4669
4670 * manalysis/MCT1PointingCorrCalc.h:
4671 - minor change
4672
4673 * manalysis/MCerPhotEvt.[h,cc]:
4674 - don't use unused pixels for calculation of min/max
4675 - added Scale member function
4676
4677 * manalysis/MCerPhotPix.h:
4678 - added Scale inline function
4679
4680 * mbase/MEvtLoop.[h,cc], mbase/MParContainer.[h,cc],
4681 mbase/MParList.[h,cc], mbase/MTaskList.[h,cc],
4682 mfileio/MReadMarsFile.cc, mhist/MFillH.[h,cc]:
4683 - implemented use of fDisplay
4684
4685 * mbase/MParContainer.h:
4686 - Don't display name and class name if it is the same (GetDescriptor)
4687
4688 * meventdisp/MGCamDisplay.[h,cc]:
4689 - made working with new MH-stuff
4690
4691 * mfileio/Makefile:
4692 - added -I../mmain
4693
4694 * mgeom/MGeomCam.[h,cc]:
4695 - added Clone function
4696
4697 * mgeom/MGeomCamCT1.cc, mgeom/MGeomCamMagic.cc:
4698 - commented out informal output at constructor
4699
4700 * mgui/MCamDisplay.[h,cc], mhist/MHStarMap.[h,cc],
4701 mimage/MHH*.[h,cc]:
4702 - changed to be more root oriented
4703
4704 * mgui/MHexagon.cc:
4705 - small changes
4706
4707 * mgui/Makefile:
4708 - added mhist
4709
4710 * mhist/MH.[h,cc]:
4711 - changed to be more root oriented
4712 - removed border
4713 - added DrawClone
4714 - GetNewPad
4715
4716 * mhist/MH3.cc:
4717 - removed some strange debug output
4718
4719 * mhist/MHCerPhotEvt.[h,cc]:
4720 - fixed some bug
4721 - made working with fDisplay
4722
4723 * mhist/Makefile:
4724 - added mmain
4725
4726 * mmain/MProgressBar.cc:
4727 - fixed a typo
4728
4729 * mmain/MStatusDisplay.[h,cc]:
4730 - new implementation
4731
4732 * mmain/MainLinkDef.h, mmain/Makefile:
4733 - added MStatusDisplay
4734 - added MGMenu
4735
4736 * mmain/MGMenu.[h,cc]:
4737 - added
4738
4739
4740
4741 2003/04/19: Abelardo Moralejo
4742
4743 * mmontecarlo/MMcEnergyEst.[h,cc]
4744 - Added. Contains routine for optimization of parameters of
4745 energy estimator.
4746
4747 * mmontecarlo/MMcEnergyMigration.[h,cc]
4748 - Added. Task to fill the energy migration matrix histograms
4749 contained in class MHMcEnergyMigration.
4750
4751
4752
4753 2003/04/17: Wolfgang Wittek
4754
4755 * mhist/MBinning.[h,cc]
4756 - replace for (int i=1; i<fEdges.GetSize()-1; i++)
4757 by for (int i=1; i<fEdges.GetSize(); i++)
4758
4759
4760
4761 2003/04/17: Wolfgang Wittek
4762
4763 * mfileio/MCT1ReadPreProc.cc
4764 - removed : if (theta > pi/2) continue;
4765 otherwise get inconsistency between no.of read events
4766 and no.of events after filter
4767 - write into MCerPhotEvt also pixels with zero no. of photons
4768
4769 * manalysis/MSigmabar.cc
4770 - correct wrong argument in call to memset
4771
4772 * manalysis/MPadSchweizer.cc
4773 - pad also pixels with zero no.of photons
4774
4775 * mhist/MHSigmaTheta.[h,cc]
4776 - add plot of no.of used pixels in MCerPhotEvt
4777 - add plot of Id of blind pixel
4778
4779
4780
4781 2003/04/14: Wolfgang Wittek
4782
4783 * manalysis/Makefile
4784 AnalysisLinkDef.h
4785 - MNewImagePar and MNewImageParCalc removed
4786
4787
4788
4789
4790 2003/04/12: Thomas Bretz
4791
4792 * mmain/MStatusDisplay.[h,cc]:
4793 - added
4794
4795 * manalysis/MPadding.[h,cc]:
4796 - simplified includes
4797 - changed some code (discussed with Robert)
4798 - fixed comments in header
4799 - changed ClassDef to 0
4800 - changed output to Mars style
4801 - fixed the memory leak of fHSigmabarMax
4802 - replaced TRandom by gRandom
4803 - removed usage of ->operator
4804
4805 * manalysis/MApplyPadding.[h,cc]:
4806 - replaced fRnd by gRandom
4807 - used MH::SetBinning
4808 - use telescope theta instead of theta
4809 - removed usage of ->operator
4810 - removed PostProcess
4811
4812 * manalysis/MPadSchweizer.cc:
4813 - fixed outputs in PreProcess
4814
4815 * manalysis/MSigmabar.[h,cc]:
4816 - added Reset member function
4817 - usage of memset
4818 - don't skip NumPhotons==0
4819 - changes discussed with Robert
4820 - small simplifications in loops
4821 - some fixes to the output
4822
4823 * manalysis/MSigmabarCalc.[h,cc]:
4824 - fixed outputs
4825 - some small simplifications
4826 - moved test for theta<120deg to MCT1ReadPreProc
4827
4828 * mfileio/MCT1ReadPreProc.[h,cc]:
4829 - skip events with theta>90deg
4830
4831 * mhist/MHSigmaPixel.[h,cc]:
4832 - fixes to the screen output
4833 - simplified usage of MBinning
4834
4835 * mhist/MHSigmaTheta.[h,cc]:
4836 - fixes to the screen output
4837 - simplified usage of MBinning
4838 - lower cased upper case local variables
4839 - removed DrawClone from Finalize (call from macro or executable)
4840
4841 * mhist/MHSigmabarTheta.[h,cc]:
4842 - fixes to the screen output
4843
4844 * mhist/MHStarMap.cc:
4845 - added some const qualifiers
4846
4847 * mhist/MHHadronnes.cc:
4848 - removed output of function name in Finalize because this
4849 information is already available on the screen.
4850
4851 * manalysis/MCT1PointingCorrCalc.h:
4852 - changed ClassDef to 0
4853 - removed empty PostProcess
4854 - fixes to the screen output in PreProcess
4855 - changed the order of the arguments in the constructor
4856 (name, title to the end)
4857
4858 * manalysis/MMultiDimDistCalc.cc:
4859 - added two const qualifiers
4860
4861 * mtemp/MObservatory.cc:
4862 - changed Magic1 coordinates to CT1 GPS.
4863
4864
4865
4866 2003/04/12: Wolfgang Wittek
4867
4868 * manalysis/MCT1PointingCorrCalc.[h,cc]
4869 - replaces MPointingCorr.[h,cc]
4870
4871 * manalysis/AnalysisLinkDef.h
4872 Makefile
4873
4874 * mbase/MFilter.h
4875 - set ClassDef(MFilter,1)
4876
4877 * mhist/MHHadronness.[h,cc]
4878 - improve warning printout
4879
4880 * mhist/MHMatrix.[h,cc]
4881 - type of 3rd argument of member function Fill
4882 changed from 'MF' to 'MFilter'
4883
4884
4885
4886 2003/04/11: Thomas Bretz
4887
4888 * macros/readMagic.C:
4889 - replaced GetEventNum by GetNumEntry
4890
4891 * manalysis/MCT1SupercutsCalc.cc:
4892 - fixed constructor (no default for fHadronnessName)
4893 - missing fHadronness->SetReadyToSave added
4894
4895 * manalysis/MMultiDimDistCalc.cc:
4896 - missing fHadronness->SetReadyToSave added
4897
4898 * manalysis/MParameters.cc:
4899 - changed title
4900
4901 * mfilter/MFCT1SelFinal.h:
4902 - set ClassDef to 0
4903
4904 * mimage/Makefile:
4905 - fixed a typo
4906
4907 * mraw/MRawEvtData.cc:
4908 - fixed Pixel assignment (i->ipos, fPosInArray++)
4909
4910
4911
4912 2003/04/10: Thomas Bretz
4913
4914 * mbase/MContinue.[h,cc]:
4915 - changed, so that also a filter given as a pointer is added to
4916 the tasklist automatically
4917 - added SetInverted
4918 - added IsInverted
4919
4920 * mbase/MTaskList.[h,cc]:
4921 - added RemoveFromList-function
4922
4923 * merpp.cc:
4924 - fixed typo
4925
4926 * mbase/MFilter.[h,cc]:
4927 - removed unnecessary base functions for Pre//PostProcess
4928 - added SetInverted
4929 - added IsInverted
4930
4931 * mbase/MTask.cc, mfileio/MCT1ReadPreProc.cc, mfileio/MReadTree.cc,
4932 mfilter/MF.cc, mfilter/MFilterList.cc
4933 - implemented IsConditionalTrue to support inverted filters
4934
4935 * mhist/MHHadronness.cc:
4936 - removed unnecessary check
4937
4938 * meventdisp/MGFadcDisp.cc:
4939 - remove all IDs in listbox
4940 - add entries sorted
4941
4942 * manalysis/MImgCleanStd.[h,cc], manalysis/MCameraSmooth.[h,cc],
4943 manalysis/MHillas.[h,cc], manalysis/MHillasSrc.[h,cc],
4944 manalysis/MHillasSrc.[h,cc], manalysis/MHillasCalc.[h,cc],
4945 manalysis/MNewImagePar.[h,cc], manalysis/MNewImageParCalc.[h,cc],
4946 mhist/MHHillas.[h,cc], mhist/MHHillasSrc.[h,cc],
4947 mhist/MHHillasExt.[h,cc], mhist/MHNewImagePar.[h,cc]:
4948 - moved to new directory mimage
4949
4950 * mimage/Makefile, mimage/ImageLinkDef.h, mimage/ImageIncl.h:
4951 - new
4952
4953 * Makefile:
4954 - added mimage
4955
4956 * manalysis/AnalysisLinkDef.h, manalysis/Makefile
4957 mhist/HistLinkDef.h, mhist/Makefile:
4958 - removed moved files
4959
4960 * manalysis/Makefile, manalysis/AnalysisLinkDef.h,
4961 mhist/Makefile, mhist/AnalysisLinkDef.h, mmain/Makefile,
4962 mfilter/Makefile, meventdisp/Makefile, mgui/Makefile:
4963 - adapted
4964
4965
4966
4967 2003/04/09: Thomas Bretz
4968
4969 * manalysis/MCT1SupercutsCalc.[h,cc]:
4970 - moved last changes from MFCT1Supercuts to MCT1SupercutsCalc
4971
4972 * mhist/MHMcTriggerLvl2.[h,cc]:
4973 - fixed a warning
4974 - removed global variables
4975
4976
4977
4978 2003/04/09: Abelardo Moralejo
4979
4980 * manalysis/MHillasSrc.cc
4981 - changed comment about meaning of fCosDeltaAlpha
4982
4983
4984
4985 2003/04/08: Thomas Hengstebeck
4986
4987 * mhist/MHRanForest.cc, mhist/MHRanForestGini.cc
4988 - removed gStyle->SetOptStat(10), gStyle settings should be
4989 done by the user himself
4990
4991
4992
4993 2003/04/08: Abelardo Moralejo
4994
4995 * manalysis/MImgCleanStd.cc
4996 - Fixed "democratic" cleaning: now tail cut is proportional
4997 to pixel area instead of pixel radius as (erroneously) was
4998 before.
4999
5000 * NEWS
5001 - Changed comment on image cleaning.
5002
5003
5004
5005 2003/04/08: Thomas Bretz
5006
5007 * mhist/MHHadronness.cc:
5008 - no check for sump==0 and sumg==0 in loop necessary anymore
5009
5010 * Changelog, Changelog.02:
5011 - moved everything before 1/2003 to Changelog.02
5012
5013
5014
5015 2003/04/08: Wolfgang Wittek
5016
5017 * mfilter/MFCT1SelFinal.[h,cc]
5018 - add new member function SetHadronnessName()
5019
5020 * mhist/MHHadronness.[h,cc]
5021 - reset to SetOptStat(111100)
5022 - correct acceptance
5023
5024 * manalysis/MMultiDimDistCalc.[h,cc]
5025 - swap arguments in FindCreateObj
5026
5027
5028
5029 2003/04/08: Nicola Galante and Antonio Stamerra
5030
5031 * mhist/MHMcTriggerLvl2.[h,cc]
5032 - New class added (histograms for the MMcTriggerLvl2 class)
5033
5034 * mhist/Makefile
5035 - Added MHMcTrigggerLvl2 in SRCFILES
5036
5037 * manalysis/Makefile
5038 - Reintroduced MMcTriggerLvl2 and MMcTriggerLvl2Calc
5039 (they were removed!!)
5040
5041 * manalysis/MMcTriggerLvl2.h
5042 - 'const' added in inline functions Get****
5043
5044 * manalysis/MMcTriggerLvl2Calc.cc
5045 - added call to Fill method of MHMcTriggerLvl2
5046
5047 * macros/triglvl2.C
5048 - updated to have histograms with MHMcTriggerLvl2
5049
5050 * macros/dohtml.C
5051 - added triglvl2.C
5052
5053 * NEWS
5054 - new comment on L2T selection classes
5055
5056 2003/04/08: Wolfgang Wittek
5057
5058 * mfilter/Makefile
5059 FilterLinkDef.h
5060 - MFCT1Supercuts removed
5061
5062 * manalysis/MMultiDimDistCalc.h
5063 - set ClassDef(MMultiDimDistCalc,1)
5064
5065 * manalysis/MCT1SupercutsCalc.[h,cc]
5066 - new; replaces MFCT1Supercuts in mfilter
5067
5068 * manalysis/Makefile
5069 AnalysisLinkDef.h
5070
5071
5072
5073 2003/04/07: Thomas Bretz
5074
5075 * Makefile:
5076 - changed order
5077
5078 * manalysis/MMultiDimDistCalc.[h,cc]:
5079 - fixed default title
5080 - simplified code
5081 - added fHadronnessName
5082
5083 * manalysis/MRanForestCalc.[h,cc]:
5084 - added fHadronnessName
5085
5086 * mbase/MAGIC.h:
5087 - fixed a bug with rootcint
5088
5089 * meventdisp/MGFadcDisp.cc:
5090 - fixed a variable name
5091
5092 * mhist/MHHadronness.cc:
5093 - removed many old comments
5094 - simplified some code
5095 - uses argument in Fill now
5096
5097 * mmain/MMonteCarlo.cc:
5098 - some code simplification
5099 - fixed a warning
5100
5101 * macros/dohtml.C:
5102 - added testenv.C
5103
5104 * readraw.cc:
5105 - simplified
5106
5107 * mraw/MRawEvtData.cc:
5108 - fixed a bug in the draw function (the drawn pixel has not been the
5109 one with the given Id, but simply the i-th entry in the array)
5110
5111 * mfilter/MFCT1Supercuts.[h,cc]:
5112 - changed naming style of variables
5113 - changes array access
5114
5115 * mhist/MHFadcCam.[h,cc]:
5116 - added HasHi
5117 - added Exists
5118
5119 * mmain/MDataCheck.cc:
5120 - removed unimplemented buttons
5121
5122 * mdatacheck/MGDisplayAdc.[h,cc]:
5123 - tried to implement some unimplemented buttons
5124 - don't display non existing (empty) histograms in list
5125
5126
5127
5128 2003/04/04: Thomas Bretz
5129
5130 * mtools/MagicReversi.[h,cc]:
5131 - added support for Number of Players
5132 - added instructions
5133 - added support for Esc key
5134
5135 * mbase/MAGIC.h:
5136 - added version check to MAGIC.h
5137
5138
5139
5140 2003/04/04: Wolfgang Wittek
5141
5142 * mfilter/Makefile
5143 /FilterLinkDef.h
5144 - added MFCT1SelBasic, MFCT1SelStandard, MFCT1SelFinal,
5145 MFCT1Supercuts
5146
5147 * mfilter/MFCT1SelBasic.[h,cc]
5148 /MFCT1SelStandard.[h,cc]
5149 /MFCT1SelFinal.[h,cc]
5150 - new; they replace manalysis/MSelBasic.[h,cc]
5151 /MSelStandard.[h,cc]
5152 /MSelFinal.[h,cc]
5153
5154 * mfilter/MFCT1Supercuts.[h,cc]
5155 - new (supercuts from Daniel for CT1 Mkn421 2001 data)
5156
5157 * manalysis/MSelBasic.[h,cc]
5158 /MSelStandard.[h,cc]
5159 /MSelFinal.[h,cc]
5160 - deleted
5161
5162 * manalysis/Makefile
5163 AnalysisLinkDef.h
5164 - MSelBasic, MSelStandard, MSelFinal removed
5165
5166 * mfileio/MCT1ReadPreProc.[h,cc]
5167 - smeare theta only for MC events
5168
5169 // The following is not yet commited !!!!!!!!!!!!!
5170 * Mars/Makefile
5171 - in SUBDIRS put mfilter before manalysis
5172 (otherwise get link error)
5173
5174
5175
5176 2003/04/03: Abelardo Moralejo
5177
5178 * mmontecarlo/MMcTriggerRateCalc.cc:
5179 - added #include <math.h> for compilation on alpha (otherwise
5180 floor() is unkown)
5181
5182
5183
5184 2003/04/03: Thomas Bretz
5185
5186 * macros/testenv.C:
5187 - added
5188
5189 * mbase/MEvtLopp.cc, mbase/MParContainer.[h,cc],
5190 mbase/MParList.cc, mbase/MTaskList.cc:
5191 - changed the stuff for reading steering card - didn't really
5192 work like expected
5193
5194 * mhist/MHMatrix.cc, mfileio/MRead.cc, manalysis/MImgCleanStd.cc:
5195 - adapted ReadEnv
5196
5197 * mhist/MHMatrix.[h,cc]:
5198 - added ReadEnv
5199
5200 * mfileio/MCT1ReadPreProc.[h,cc]:
5201 - base SmearTheta on new FindLoEndge
5202 - simplified
5203
5204 * mhist/MBinning.h:
5205 - added FindBinLoEdge
5206 - added FindBinHiEdge
5207
5208 * mdata/MDataArray.[h,cc]:
5209 - added Clear
5210 - added Delete
5211
5212 * mbase/MEvtLoop.cc:
5213 - added output of the name
5214
5215 * mbase/MLog.[h,cc]:
5216 - don't use any pthread stuff if _REENTRANT is not defined
5217
5218 * mfileio/MRead.cc, mhist/MHMatrix.cc:
5219 - fixed waring for unreachable statement
5220
5221 * mhist/MHArray.cc:
5222 - fixed: redifinition of default argument
5223
5224
5225
5226
5227 2003/04/02: Abelardo Moralejo
5228
5229 * mmc/MMcTrigHeader.hxx
5230 - added threshold>0 check in the calculation of
5231 GetMeanThreshold
5232
5233 * mmontecarlo/MMcTriggerRateCalc.cc
5234 - The check of the MC spectral index value is now done by
5235 comparing integers instead of real numbers.
5236 - Found out with GREAT surprise that the graphical output
5237 has been completely commented out by someone(?) because it
5238 produced a memory leak. Also the function comment did not
5239 match the rules (my fault; is it correct now?) This commenting
5240 out has not been logged to this file, as far as I can see. This
5241 is rather unkind, I thought that when somebody finds some bug or
5242 messy code, he should either correct and commit it (and log the
5243 change here) and/or inform the author of the mistake to correct
5244 it. Please try to do so in the future instead of simply
5245 commenting out useful code!
5246
5247 * mdata/MDataValue.h
5248 - added default constructor (otherwise, no constant values
5249 can be used in the parameters used in the random forest
5250 separation)
5251
5252
5253
5254
5255 2003/04/02: Wolfgang Wittek
5256
5257 * mfileio/Makefile
5258 - mhist added, because MBinning is used in MCT1ReadPreproc
5259
5260 * mfileio/MCT1ReadPreProc.[h,cc]
5261 - new member function SmearTheta
5262 - store smeared Theta in MMcEvt::fTelescopeTheta
5263 store original Theta in MParameterD container "ThetaOrig"
5264 store fhourangle in MParameterD container "HourAngle"
5265
5266 * manalysis/MPointingCorr.[h,cc]
5267 - get hour angle from ParameterD container "HourAngle"
5268
5269 * manalysis/MSelBasic.[h,cc]
5270 MSelStandard.[h,cc]
5271 MSelFinal.[h,cc]
5272 - new member functions SetCuts()
5273
5274
5275
5276 2003/04/01: Abelardo Moralejo
5277
5278 * macros/CT1EnergyEst.C
5279 - added argument (maximum dist parameter), changed (reduced) output
5280 histograms, added writing to (and reading from) a file the energy
5281 estimation parameters and the histograms. Added comments.
5282
5283 * manalysis/MEnergyEstParam.[h,cc]
5284 - added member function GetCoeff. Changed comment.
5285
5286
5287
5288 2003/03/31: Thomas Bretz
5289
5290 * manalysis/MParameters.[h,cc]:
5291 - added
5292
5293 * manalysis/AnalysisLinkDef.h, manalysis/Makefile:
5294 - added MParameters, MParameterD, MParameterI
5295
5296 * mhist/MHArray.[h,cc]:
5297 - added default constructor
5298 - added Set-function
5299 - added Init function
5300 - moved code from constructors to Set and Init
5301
5302 * Makefile.conf.linux:
5303 - removed -fno-rtti to make it compatible with root 3.04.02
5304
5305 * NEWS:
5306 - changed
5307
5308 * manalysis/MImgCleanStd.[h,cc]:
5309 - added SetLvl1
5310 - added SetLvl2
5311 - added ReadEnv
5312
5313 * manalysis/MNewImagePar.[h,cc]:
5314 - removed unnecessary fHillas data member
5315 - removed unnecessary fSrcPos data member
5316 - removed unnecessary Set/GetSrcPos
5317
5318 * manalysis/MNewImageParCalc.[h,cc]:
5319 - removed unnecessary SetSrcPos
5320 - removed const-qualifier from fGeomCam, fCerPhotEvt
5321 (trouble with root 3.02/06)
5322
5323 * manalysis/MRanForest.cc:
5324 - changed cout-output
5325
5326 * manalysis/MSigmabar.cc:
5327 - changed Area to area (local variable)
5328
5329 * mbase/MEvtLoop.[h,cc]:
5330 - added evtloop name to constructor (default=Evtloop)
5331 - adapted StreamPrimitive
5332 - added ReadEnv
5333 - added WriteEnv
5334
5335 * mbase/MParContainer.[h,cc]:
5336 - removed TROOT.h
5337 - fixed const-qualifier for Copy-function for root>3.04.01
5338 - added ReadEnv
5339 - added WriteEnv
5340 - added IsEnvDefined
5341 - added GetEnvValue
5342
5343 * mbase/MParList.[h,cc], mbase/MTaskList.[h,cc]:
5344 - added ReadEnv
5345 - added WriteEnv
5346
5347 * mfileio/MCT1ReadAscii.[h,cc], mfileio/MCT1ReadPreProc.[h,cc]:
5348 - changed AddFile declaration to declaration in MRead
5349 - added return value to AddFile
5350
5351 * mfileio/MRead.[h,cc]:
5352 - added template for AddFile
5353 - added ReadEnv
5354
5355 * mgui/MHexagon.[h,cc]:
5356 - fixed const-qualifier for Copy-function for root>3.04.01
5357
5358 * mhist/MH.cc:
5359 - fixed the FindGoodLimit stuff for root> 3.04.01
5360
5361 * mhist/MHRanForest.[h,cc], mhist/MHRanForestGini.[h,cc]:
5362 - removed unnecessary casts
5363 - fixed a copilation error with root 3.04.01 (kFullDotlarge
5364 doesn't exist)
5365 - removed second Draw (one should not add something twice to
5366 the pad)
5367
5368 * mmontecarlo/MMcTriggerRateCalc.cc:
5369 - changes to the header
5370 - changes to the fLog stuff
5371 - added a cast to get rid of a warning
5372
5373 * mtools/Makefile, mtools/ToolsLinkDef.h:
5374 - added MagicReversi
5375
5376 * mtools/MagicRevers.[h,cc]:
5377 - added
5378
5379
5380
5381 2003/03/28: Thomas Bretz
5382
5383 * mbase/MParContainer.h:
5384 - added kEnableGraphicalOutput
5385 - added EnableGraphicalOutput
5386 - added IsGraphicalOutputEnabled
5387
5388 * mbase/MParList.h:
5389 - changed BIT(15) to BIT(17)
5390
5391 * mhist/MH.[h,cc]:
5392 - SetBinning(TH1*, TH1*) --> SetBinning(TH1*, const TH1*)
5393
5394 * mhist/MH3.h:
5395 - changed BIT(15) to BIT(17)
5396 - changed BIT(16) to BIT(18)
5397 - changed BIT(17) to BIT(19)
5398
5399 * mhist/MHMatrix.[h,cc]:
5400 - added DrawDefRefInfo
5401 - added CopyCrop
5402 - added GetRandomArrayI
5403 - changed DefRefMatrix to support the above
5404 - fixed a bug in DefRefMatrix (evtcount2 in the last loop
5405 instead of evtcount1)
5406 - Don't do anything in the finalization if the matrix has the correct
5407 dimensions
5408 - fixed comment of DefRefMatrix
5409 - changed number of first column from 1 to 0
5410 - changed BIT(16) to BIT(17)
5411
5412
5413
5414 2003/03/28: Wolfgang Wittek
5415
5416 * mhist/MHMatrix.cc
5417 - DefRefMatrix: if nmaxevts>fM.GetNrows() set
5418 nmaxevts = fM.GetNrows()
5419
5420 * manalysis/MSelBasic.[h,cc]
5421 - better output
5422
5423 * manalysis/MSelStandard.[h,cc]
5424 - different cut in DIST
5425
5426 * mfileio/MCT1ReadPreProc.[h,cc]
5427 - store hour angle in variable fOtherCphFraction
5428
5429 * manalysis/MHillasSrcCalc.h
5430 - replace in 'SetInput' fHillasName = hilname;
5431 by fHillasInput = hilname;
5432
5433 * manalysis/MNewImagePar.[h,cc]
5434 /MNewImageParCalc.[h,cc]
5435 - new; calculates new image parameters
5436
5437 * mhist/MHNewImagePar.[h,cc]
5438 - new; plots new image parameters
5439
5440 * manalysis/AnalysisLinkDef.h
5441 manalysis/Makefile
5442
5443 * mhist/HistLinkDef.h
5444 mhist/Makefile
5445
5446
5447
5448 2003/03/27: Thomas Hengstebeck
5449
5450 * manalysis/MRanForest.[h,cc]
5451 - allocation of TObjArray fForest moved to constructor.
5452 - use of gRandom
5453
5454 * manalysis/MRanTree.[h,cc]
5455 - use of gRandom
5456
5457 * macros/RanForest.C
5458 - gRandom initialized as TRandom3 object.
5459
5460
5461
5462 2003/03/25: Abelardo Moralejo
5463
5464 * macros/mergecamera.C
5465 - added warning to prevent dangerous misuse of this macro.
5466
5467
5468
5469 2003/03/25: Wolfgang Wittek
5470
5471 * mhist/MHStarMap.[h,cc]
5472 - use constant step size along the main axis of the ellipse
5473
5474 * manalysis/MPointingCorr.[h,cc]
5475 - new class for calculating the pointing correction
5476
5477 * mmc/MMcEvt.hxx
5478 - add GetOtherCphFraction()
5479
5480 * manalysis/Makefile
5481
5482 * manalysis/AnalysisLinkDef.h
5483
5484
5485
5486 2003/03/24: Abelardo Moralejo
5487
5488 * manalysis/MEnergyEstParam.cc
5489 - now energy estimation (for CT1) is done using the same model
5490 as in D.Krannich's thesis.
5491
5492
5493
5494 2003/03/24: Thomas Bretz
5495
5496 * manalysis/MHillasSrcCalc.[h,cc]:
5497 - removed last argument in constructor, replaced by SetInput
5498
5499 * mfilter/MFEventSelector.[h,cc]:
5500 - removed unnecessary last argument
5501
5502
5503
5504 2003/03/21: Thomas Hengstebeck
5505
5506 * manalysis/MRanTree.[h,cc]
5507 - new; parameter container to store a single random tree
5508
5509 * manalysis/MRanForest.[h,cc]
5510 - new; parameter container to store complete forest
5511
5512 * manalysis/MRanForestGrow.[h,cc]
5513 - new; task to grow trees (training)
5514
5515 * manalysis/MRanForestCalc.[h,cc]
5516 - new; task to calculate hadronness using random forest
5517
5518 * manalysis/MRanForestFill.[h,cc]
5519 - new; task to read in the trees of the random forest
5520
5521 * manalysis/Makefile, manalysis/HistLinkDef.h:
5522 - added MRanTree, MRanForest, MRanForestGrow, MRanForestCalc,
5523 MRanForestFill
5524
5525 * mhist/MHRanForest.[h,cc]
5526 - new; histogram showing variance of estimated hadronness as
5527 function of no. of combined trees
5528
5529 * mhist/MHRanForestGini.[h,cc]
5530 - new; histogram showing mean decrease in Gini-index as function
5531 of RF-input-parameters
5532
5533 * mhist/Makefile, mhist/HistLinkDef.h:
5534 - added MHRanForest, MHRanForestHillas
5535
5536 * macros/RanForest.C
5537 - new; g/h-separation by Random Forest-method
5538
5539 * macros/RanForest2.C
5540 - new; reading in saved random forest (using MRanForestFill)
5541
5542
5543
5544 2003/03/21: Abelardo Moralejo
5545
5546 * mhist/MHMatrix.[h,cc]:
5547 - Added third argument (a filter) to the second instantiation
5548 of the Fill procedure.
5549
5550 * macros/CT1EnergyEst.C:
5551 - Example of the parameter calculation and use of the energy
5552 estimation method for CT1.
5553
5554
5555
5556 2003/03/21: Thomas Bretz
5557
5558 * manalysis/MEnergyEstParam.[h,cc]
5559 - Added StopMapping and Print functions.
5560
5561 * manalysis/MSel*.h:
5562 - set default for HilName to MHillas
5563 - set default for HilNameSrc to MHillasSrc
5564
5565 * mfileio/MCT1ReadPreProc.[h,cc]:
5566 - do not flood the output with all events from the first run
5567 - output meaningfull text instead of variable names
5568 - removed a 'goto'!
5569 - changed savePedRMS according to the coding conventions to
5570 fPedRMS and the array of fixed size to a TArrayF
5571
5572 * mbase/MEvtLoop.cc:
5573 - added a events counter which counts the real number of
5574 processed events.
5575
5576 * mdata/MDataChain.[h,cc]:
5577 - implemented random numbers
5578 - implemented a conversion from degrees to radians and vice versa
5579
5580
5581
5582 2003/03/20: Thomas Bretz
5583
5584 * mfilter/MF.[h,cc]:
5585 - changed fFilter (already used in base class MTask) to fF
5586
5587
5588
5589 2003/03/19: Abelardo Moralejo
5590
5591 * macros/CT1collarea.C:
5592 - Added filter to cut in hadronness (now available in new version
5593 of root CT1 Monte Carlo file from Wolfgang).
5594
5595
5596
5597 2003/03/19: Robert Wagner
5598
5599 * mhist/MH3.cc:
5600 - changed MH3::New() such that constructor according to Thomas'
5601 previous changes is supported
5602
5603
5604
5605 2003/03/19: Thomas Bretz
5606
5607 * mhist/MH3.[h,cc]:
5608 - changed default constructor to support different dimensions
5609
5610 * mhist/MHArray.[h,cc]:
5611 - added AddHistogram
5612
5613 * meventdisp/MGEvtDisplay.cc, mfileio/MReadTree.[h,cc],
5614 meventdisp/MReadMarsFile.cc:
5615 - changed MReadTree::GetEventNum to MReadTree::GetNumEntry
5616
5617 * macros/estfit.C:
5618 - adopted to new MChisqEval
5619
5620 * mtools/MChisqEval.[h,cc]:
5621 - added
5622
5623 * mtools/Makefile, mtools/ToolsLinkDef.h:
5624 - added MChisqEval
5625
5626 * manalysis/MEnergyEstParam.[h,cc]:
5627 - slight changes
5628
5629 * mfileio/MCT1ReadPreProc.cc:
5630 - changed name to MRead
5631
5632
5633
5634 2003/03/18: Thomas Bretz
5635
5636 * mfileio/MReadTree.cc:
5637 - fixed a bug in the AddFile function
5638
5639 * mhist/MHMatrix.[h,cc]:
5640 - implemented a request of Th. Hengstebeck: Let DefRefMatrix
5641 return the 'unused' events
5642
5643
5644
5645 2003/03/18: Abelardo Moralejo
5646
5647 * mhist/MHMcCT1CollectionArea.[h,cc]
5648 - Added arguments in constructor: number of bins and ranges of the
5649 x-axis (energy) of the 2-d histograms. Changed type of binning:
5650 now the x-axis is log10(energy) and bins have equal width.
5651
5652 * macros/CT1collarea.C
5653 - The MHMcCT1CollectionArea object is now created and added to the
5654 parlist so that we can choose the binning. Changed the way
5655 histograms are written to the output file.
5656
5657
5658
5659 2003/03/13: Abelardo moralejo
5660
5661 * mhist/MHMcCT1CollectionArea.[h,cc]
5662 - Added for calculations of collection area for CT1.Contains three
5663 2-d histograms with axis energy vs theta angle: one histogram for
5664 all events, one for analyzed events, one for the collection area.
5665
5666 * mmontecarlo/MMcCT1CollectionAreaCalc.[h,cc]
5667 - Added for the same reason.
5668
5669 * macros/CT1collarea.C
5670 - Uses the above classes
5671
5672
5673
5674 2003/03/12: Abelardo Moralejo
5675
5676 * macros/mergecamera.C
5677 - Added. Merges several MC camera output files into a single file.
5678
5679
5680
5681 2003/03/08: Wolfgang Wittek
5682
5683 * macros/AnalyseCT1.C
5684 - for the CT1 data analysis
5685
5686 * mhist/MHMatrix.[h,cc]
5687 - let refcolumn start at 1 (not at 0)
5688
5689 * mhist/MHSigmaTheta.[h,cc]
5690 - Draw replaced by DrawCopy
5691 - add SetDirectory(NULL)
5692
5693 * manalysis/MSelBasic.[h,cc]
5694 MSelStandard.[h,cc]
5695 MSelFinal.[h,cc]
5696 - more detailed output for errors
5697 - bugs removed
5698
5699 * manalysis/MPadSchweizer.[h,cc]
5700 - add SetDirectory(NULL)
5701 - add fErrors
5702
5703 * mfilter/MFEventSelector.[h,cc]
5704 - add fErrors
5705
5706 * manalysis/MMultiDimDistCalc.[h,cc]
5707 - check division by zero
5708
5709 * mhist/MHHadronness.[h,cc]
5710 - check division by zero
5711 - normalize distributions of hadronness
5712
5713 * mfileio/MCT1ReadPreProc.[h,cc]
5714 - add event number (event.isecs_since_midday)
5715 - change definition of "fIsMcFile",
5716 because outpars.bmontecarlo is set wrongly sometimes
5717 - copy pedestalRMS for each event from the header information
5718 - check for the presence of a footer record even after reading
5719 a run header
5720
5721 * mmc/MMcEvt.[hxx,cxx]:
5722 - add GetEvtNumber()
5723
5724
5725
5726 2003/02/27: Abelardo Moralejo
5727
5728 * mmontecarlo/MMcTriggerRateCalc.cc:
5729 - Fixed: MMCTrigHeader could not be found in the case of camera
5730 files containing single trigger condition.
5731
5732 * macros/trigrate.C
5733 - no plot is made in the case of single trigger condition.
5734
5735 * mhist/MHMcRate.[h,cc]
5736 - Added member fTriggerCondNum to keep track of what trigger
5737 condition corresponds to each MHMcRate object, for the case of
5738 files with more than one condition (when running camera in
5739 trigger_loop mode). Added also Set and Get procedures for nre
5740 member.
5741
5742 * mmain/MMonteCarlo.cc
5743 - Fixed bug: matrix BgR was created with dimension "dim", a number
5744 which can be negative. Put "num" instead of "dim".
5745
5746
5747
5748 2003/02/25: Thomas Bretz
5749
5750 * mbase/MParContainer.cc:
5751 - small simplification for Cosy
5752
5753 * mbase/MLog.cc:
5754 - allow a maximum of 1000 lines in the gui
5755
5756
5757
5758 2003/02/25: Abelardo Moralejo
5759
5760 * mmontecarlo/MMcTriggerRateCalc.[h,cc]
5761 - Added axis labels in graphic output
5762 - Added Get function for rate histograms
5763
5764 * macros/trigrate.C
5765 - Added output file with rate histograms
5766
5767
5768
5769 2003/02/24: Abelardo Moralejo
5770
5771 * mmontecarlo/MMcTriggerRateCalc.[h,cc]
5772 - Fixed mistake when analysing camera files containing all
5773 events (including non-triggers): fShowers was always zero.
5774 - Added reading of MMcTrigHeaders in ReInit
5775 - Added procedure Draw for graphics output: rate versus
5776 discriminator threshold (useful for camera files with several
5777 trigger conditions).
5778
5779 * macros/trigrate.C
5780 - Added some explanations. Style improvements in function
5781 GetNSBEvents. Added call to MMcTriggerRateCalc::Draw
5782
5783 * mhist/MHMcRate.[h,cc]
5784 - Added GetTriggerRate() and GetTriggerRateError()
5785 - Added members fMultiplicity and fMeanThreshold, with their
5786 corresponding Set and Get functions
5787 - Added info on discriminator threshold and L1 trigger
5788 multiplicity on the printout.
5789
5790 * mmc/MMcTrigHeader.hxx
5791 - Added GetMultiplicity() and GetMeanThreshold()
5792
5793
5794 2003/02/22: Wolfgang Wittek
5795
5796 * mhist/Makefile
5797 - MHSigmaTheta added
5798
5799 * mhist/HistLinkDef.h
5800 - MHSigmaTheta added
5801
5802 * mhist/MHSigmaTheta.[h,cc]
5803 - type inconsistency removed
5804
5805
5806
5807 2003/02/21: Abelardo Moralejo
5808
5809 * mmontecarlo/MMcTriggerRateCalc.[h,cc]
5810 - adapted to new camera files, added warnings.
5811 - added ReInit procedure to read relevant info from from the
5812 run headers
5813
5814 * mhist/MHMcRate.[h,cc]
5815 - adapted accordingly. Added Set functions for several members.
5816
5817 * mmc/MMcCorsikaRunHeader.h
5818 - added Get functions for fELowLim, fEUppLim and fSlopeSpec.
5819
5820 * mmain/MMontecarlo.cc, macros/trigrate.C
5821 - adapted to changes above, changed MReadTree to MReadMarsFile to
5822 be able to read the run headers.
5823
5824
5825
5826 2003/02/21: Antonio Stamerra
5827
5828 * manalysis/MMcTriggerLvl2.[cc|h]
5829 - new data member fCompactNN needed to define a compact pixels
5830 - new inline functions SetCompactNN and GetCompactNN
5831 - Method Calc(int neighpix) -> Calc(). The value of neighpix
5832 is read from fCompactNN
5833
5834 * manalysis/MMcTriggerLvl2Calc.[cc|h]
5835 - Check on fCompactNN added in the PreProcess
5836
5837 * macros/triglvl2.C
5838 - Set of fCompactNN added
5839
5840
5841
5842 2003/02/21: Wolfgang Wittek
5843
5844 * manalysis/MSelFinal.[h,cc]
5845 - 'const' removed from pointers
5846
5847 * macros/AnalyseCT1.C
5848 - macro for the CT1 analysis (work in progress)
5849
5850
5851
5852 2003/02/20: Wolfgang Wittek
5853
5854 * manalysis/Makefile
5855 - add MSelFinal
5856
5857 * manalysis/AnalysisLinkDef.h
5858 - add MSelFinal
5859
5860 * manalysis/MPadSchweizer.[h,cc]
5861 - slight modification of padding procedure
5862
5863 * manalysis/MSigmabarCalc.[h,cc]
5864 - 'const' removed from pointers
5865
5866 * mhist/MHMatrix.[h,cc]
5867
5868 * mhist/MHSigmaTheta.[h,cc]
5869
5870
5871
5872 2003/02/20: Abelardo Moralejo
5873
5874 * mhist/MH.cc
5875 - Removed call to TGaxis::Optimize for compilation under root
5876 versions > 3.03, since in them this procedure is no longer
5877 existing. I did this to allow compilation under root_3.04,
5878 since earlier versions has a bug which prevents from
5879 plotting in the simple way some variables in a tree
5880 (example: fConc and others in the output of star.C). This
5881 is a temporal fix, I guess something will have to
5882 substitute the call to Optimize...
5883
5884
5885
5886 2003/02/20: Antonio Stamerra
5887
5888 * manalysis/MMcTriggerLvl2.[cc|h]
5889 - new; replaces MTrigLvl2.[cc|h]
5890 - new data members: fLutPseudoSize, fPseudoSize.
5891 - functions renamed:
5892 GetLutPseudoSize -> CalcBiggerLutPseudoSize
5893 GetBiggerFiredCell -> CalcBiggerFiredCell
5894 - new inline functions: GetLutPseudoSize(), GetPseudoSize().
5895 - new member functions:
5896 Calc(); CalcPseudoSize (not yet implemented)
5897 - Redefined Print() function as a TObject.
5898 - pixels_in_cell and pixels_in_lut redefined as static data
5899 members
5900
5901 * manalysis/MMcTriggerLvl2Calc.[cc|h]
5902 - new; replaces MTrigLvl2FillTask.[cc|h]
5903 - creation and filling of histograms commented
5904 - Process() calls the MMcTriggerLvl2::Calc()
5905
5906 * mfilter/MFTriggerLvl2.[h|cc]
5907 - new class to select events using MMcTriggerLvl2 data members.
5908
5909 * macros/triglvl2.C
5910 - added example to use the MFTriggerLvl2 filter.
5911
5912
5913
5914 2003/02/19: Wolfgang Wittek
5915
5916 * manalysis/MSelBasic.[h,cc]
5917 - new; evaluates the Basic Cuts (after the calibration)
5918
5919 * manalysis/MSelStandard.[h,cc]
5920 - new; evaluates the Standard Cuts
5921 (after the calculation of the image parameters and before the
5922 calculation of the hadronness)
5923
5924 * manalysis/MHillasCalc.[h,cc]
5925 - replace
5926 fHillas = (MHillas*)pList->FindCreateObj(fHilName);
5927 by
5928 fHillas = (MHillas*)pList->FindCreateObj("MHillas",
5929 fHilName);
5930 in order to allow MHillas containers with a name
5931 different from "MHillas"
5932
5933 * mhist/MHHillasExt.[h,cc]
5934 - replace
5935 TObject *obj = plist->FindObject("MHillas");
5936 by
5937 TObject *obj = plist->FindObject(fHilName, "MHillas");
5938 in order to allow MHillas containers with a name
5939 different from "MHillas"
5940 - add a 3rd argument in the constructor : fHilName
5941
5942 * manalysis/MHillasSrcCalc.[h,cc]
5943 - add new argument for constructor:
5944 the name of the MHillas input container
5945 in order to allow MHillas input containers with a name
5946 different from "MHillas"
5947
5948 * mhist/MHMatrix.[h,cc]
5949 - add member function DefRefMatrix();
5950 it defines the reference sample for the g/h separation;
5951 the selection of events for the reference sample can be made
5952 such that the distribution of a certain variable (for example
5953 Theta) agrees with a target distribution.
5954
5955 * mfilter/MFEventSelector.[h,cc]
5956 - add new argument for constructor:
5957 the name of the read object
5958 in order to allow also read objects which have a name
5959 different from
5960 "MRead"
5961
5962
5963
5964 2003/02/18: Thomas Bretz
5965
5966 * mfileio/MReadTree.cc:
5967 - added a fix for a bug in the workaround using wildcards
5968
5969
5970
5971 2003/02/14: Thomas Bretz
5972
5973 * mtemp/MObservatory.[h,cc]:
5974 - added
5975
5976
5977
5978 2003/02/10: Abelardo Moralejo
5979
5980 * Makefile.conf.osf1
5981 - Added -lpthread to compilation flags (otherwise linking fails
5982 in alfa)
5983
5984 * manalysis/Makefile, AnalysisLinkDef.h
5985 - Changed MApplyPadding for MPadding
5986
5987
5988
5989 2003/02/07: Wolfgang Wittek
5990
5991 * mhist/MHSigmaTheta.[h,cc]
5992 - new; 2D distribution : Theta, Sigmabar
5993 3D distribution : Theta, pixel number, Sigma
5994 3D distribution : Theta, pixel number, Sigma^2-Sigmabar^2
5995 these histograms may be used for the padding
5996
5997 * manalysis/MPadding.[h,cc]
5998 - new; replaces MApplyPadding.[h,cc]
5999 some errors removed
6000
6001 * manalysis/MSigmabar.[h,cc]
6002 - new definition of Sigmabar (only relevant for MAGIC)
6003 - add in member function 'Calc' a 3rd argument : 'const
6004 MCerPhotEvt &evt'
6005 - calculate sigmabar for 'MCerPhotEvt' pixels
6006 - in member function 'Calc' return Float_t fSigmabar instead of
6007 Bool_t
6008 - copies of objects replaced by references
6009
6010 * manalysis/MSigmabarCalc.[h,cc]
6011 - fSig->Calc(*fCam, *fPed) replaced by
6012 fSig->Calc(*fCam, *fPed, *fEvt)
6013 - change type of result of fSig->Calc from Bool_t to Float_t
6014
6015 * mfileio/MCT1ReadPreProc.cc
6016 - add in member function PreProcess() the initialization of the
6017 total number of pixels :
6018 fPedest->InitSize(iMAXNUMPIX);
6019 - remove statements that cannot be reached ('break' after
6020 'return')
6021
6022 * manalysis/MPadSchweizer.[h,cc]
6023 - alternative to MPadding
6024 - does the padding ala Thomas Schweizer
6025
6026
6027
6028 2003/02/06: Thomas Bretz
6029
6030 * mgeom/MGeomCam.[h,cc]:
6031 - fixed a warning (GetPixRatio(int) --> GetPixRatio(Uint)
6032
6033
6034
6035 2003/02/07: Antonio Stamerra
6036
6037 * manalysis/MTrigLvl2.[cc|h]
6038 - added new function
6039 MTrigLvl2::GetLutCompactPixel(int cell, int lut, int
6040 neighpix=2) which calculates the number of compact pixel
6041 in one lut
6042 - added new function GetLutPseudoSize(int neighpix=2) which
6043 calculates the lut-pseudosize
6044 - added static data member pixel_in_lut
6045 - merging of the PrintCell and PrintStatus functions in a single
6046 Print(int cell) function
6047 - Added comments using the standard layout
6048 - some small changes following Thomas comments (memset, *fLog)
6049
6050
6051
6052 2003/02/06: Thomas Bretz
6053
6054 * mbase/MLog.[h,cc]:
6055 - serialized the GUI output (problems with mutithreded prgs,
6056 eg Cosy)
6057
6058 * mtemp/MObservatoryLocation.[h,cc], mtemp/MVPObject.[h,cc],
6059 mtemp/MVPPlotter.[h,cc]:
6060 - added changes discussed in Wuerzburg
6061
6062 * mfileio/MCT1ReadPreProc.cc:
6063 - some simplifications
6064
6065
6066
6067 2003/01/31: Antonio Stamerra & Marcos Lopez
6068
6069 * mgui/MCamDisplay.[cc|h]
6070 - Added a new function MCamDisplay::SetPix(const Int_t pixnum,
6071 const Int_t color, Float_t min, Float_t max) which just set the
6072 color of a given pixel
6073
6074 * created two new classes for simulating the second level trigger
6075 in the directory manalysis:
6076 - MTrigLvl2.[cc|h] // Implement the Lvl2 topology and
6077 // selection strategies
6078 - MTrigLvl2FillTask.[cc|h] // For a given MMc event, fill the
6079 // MTrigLvl2 with the Lvl1 trigger
6080 // information
6081
6082 * manalysis/Makefile
6083 - Added -I../mgui
6084
6085 * Added macro macros/triglvl2.C which uses the above classes.
6086
6087
6088
6089 2003/01/27: Robert Wagner
6090
6091 * mfileio/MCT1ReadPreProc.[cc|h]
6092 - Added call of MTaskList::ReInit after processing of new
6093 run header
6094 - Filling of MC container complies to Oscar's changes of
6095 MMcEvt.[hxx,cxx] dated 2003/01/20
6096 - Added filling of run number in MRawRunHeader object while
6097 processing a new run header
6098
6099
6100
6101 2003/01/23: Robert Wagner
6102
6103 * manalyis/MSigmabarCalc.cc
6104 - MSigmabarCalc::Process()
6105 Replaced fMcEvt->GetTheta() by fMcEvt->GetTelescopeTheta()
6106
6107
6108
6109 2003/01/20: Oscar Blanch
6110
6111 * mmc/MMcEvt.[hxx,cxx]
6112 - Data members: fElecCphFraction, fMuonCphFraction,
6113 fOtherCphFraction have been introduced.
6114 - Class version updated to 3.
6115
6116 * mmc/MMcCorsikaRunHeader.[h.cc]
6117 - Data members: fWobbleMode and fAtmosphericModel introduced.
6118 - Class version updated to 2.
6119
6120
6121
6122 2003/01/19: Thomas Bretz
6123
6124 * manalysis/MCerPhotCalc.[h,cc]:
6125 - slight changes, mainly to the layout
6126
6127 * manalysis/MCerPhotEvt.[h,cc]:
6128 - some small changes to make the code a bit faster
6129
6130 * manalysis/MCerPhotPix.[h,cc]:
6131 - added AddNumPhotons
6132
6133 * mbase/MContinue.[h,cc]:
6134 - changed comments
6135 - enhanced functionality and fixed some small bugs
6136
6137 * mbase/Makefile:
6138 - added mfilter to paths (to be fixed)
6139
6140 * mfileio/MCT1ReadPreProc.cc:
6141 - Init fNumEvents = 0
6142
6143 * mgeom/MGeomCam.cc:
6144 - return 0 Ratio if the pixel number exceeds the number of pixels
6145
6146 * mgui/MCamDisplay.[h,cc]:
6147 - added sanity check for the maximum number of pixels
6148 - added functions to set the three different palettes
6149 - removed the buttons
6150 - fixed the context menu display
6151
6152 * mhist/HistLinkDef.h, mhist/Makefile:
6153 - added MHCerPhotEvt
6154
6155 * mhist/MHCerPhotEvt.[h,cc]:
6156 - added
6157
6158 * mhist/MFillH.cc:
6159 - changed the initialization of fParContainer from pList to NULL
6160
6161 * mhist/MHHillasExt.cc:
6162 - fixed a smallo bug when filling the histograms (crached when scaling
6163 under some circumstances)
6164
6165 * mhist/MHStarMap.cc:
6166 - added a warning output
6167
6168 * mmontecarlo/MMcCollectionAreaCalc.cc:
6169 - added a check for impact=NaN (some MC Files have this)
6170
6171
6172
6173 2003/01/17: Robert Wagner
6174
6175 * manalysis/MApplyPadding.cc
6176 - bugfix: Effective number of used pixels taken from
6177 MCerPhotEvt container, not from MPedestalCam
6178
6179
6180
6181 2003/01/16: Wolfgang Wittek
6182
6183 * mhist/MHMatrix.[h,cc]
6184 - member function MHMatrix::Read added
6185 the function calls TObject::Read(name) and SetName(name)
6186
6187
6188
6189 2003/01/15: Wolfgang Wittek
6190
6191 * mdata/MDataMember.cc
6192 - in MDataMember::PreProcess()
6193 "if (fCall)" replaced by "if (fCall && !fObject)"
6194 The additional condition "&& !fObject" is to make sure that read
6195 MDataMembers works correctly.
6196
6197
6198
6199 2003/01/08: Oscar Blanch Bigas
6200
6201 * mgeom/MGeomMirror.[h,cc]
6202 - Varible members to store mirror reflectivities have been
6203 introduced: fReflectivity and fWavelength.
6204 - Member function to set reflectivity added: SetReflectivity
6205 - Member function to set TArrayF size: SetArraySize
6206 - Class version number changed to 2.
Note: See TracBrowser for help on using the repository browser.