source: trunk/MagicSoft/Mars/Changelog@ 2561

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