source: trunk/MagicSoft/Mars/Changelog@ 2563

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