source: trunk/MagicSoft/Mars/Changelog@ 2229

Last change on this file since 2229 was 2229, checked in by tbretz, 22 years ago
*** empty log message ***
File size: 93.3 KB
Line 
1 -*-*- END OF LINE -*-*-
2
3 2003/06/24: Thomas Bretz
4
5 * manalysis/MCT1SupercutsCalc.[h,cc]:
6 - implemented Mapping for Supercuts
7 - changed data member arrays to TArrayD
8
9 * manalysis/MEnergyEstParam.h:
10 - added a comment
11
12 * mhist/MHHadronness.[h,cc]:
13 - implemented mapping
14 - implemented calculating Acc_g/sqrt(Acc_h) for filtercuts
15
16 * macros/status.C:
17 - removed MSrcPosCam
18
19 * mevtdisp/MGCamDisplay.cc:
20 - display ellipse in all canvas'
21
22 * macros/readrfl.C:
23 - adapted
24
25 * manalysis/MMcTriggerLvl2.cc, meventdisp/MGEvtDisplay.cc,
26 mraw/MRawEvtPixelIter.cc:
27 - adapted
28
29 * mgui/MCamEvent.[h,cc], mhist/MHCamEvent.[h,cc]:
30 - more comments
31
32 * mgui/MHexagon.[h,cc]:
33 - removed obsolete destructor
34
35 * mhist/MHCamera.[h,cc]:
36 - removed fPhotons
37 - removed ShowRflEvent
38 - added comments
39
40 * mhist/MHTriggerLvl0.cc:
41 - fixed comments
42
43 * mraw/MRawEvtData.cc:
44 - some small changes
45
46 * mreflector/MRflEvtData.[h,cc]:
47 - implemented Paint function
48
49
50
51 2003/06/23: Thomas Bretz
52
53 * manalysis/MBlindPixelCalc.[h,cc], manalysis/MCT1PadONOFF.[h,cc],
54 manalysis/MCT1PadSchweizer.[h,cc], manalysis/MCompProbCalc.[h,cc],
55 manalysis/MCT1PointingCorrCalc.[h,cc], manalysis/MEnergyEstimate.[h,cc],
56 manalysis/MCT1SupercutsCalc.[h,cc], manalysis/MEnergyEstParam.[h,cc],
57 manalysis/MFiltercutsCalc.[cc,h], manalysis/MMatrixLoop.[h,cc],
58 manalysis/MMcPedestalCopy.[h,cc], manalysis/MMcPedestalNSBAdd.[h,cc],
59 manalysis/MMcTriggerLvl2Calc.[h,cc], manalysis/MPadding.[h,cc],
60 manalysis/MMultiDimDistCalc.[h,cc], manalysis/MPedCalcPedRun.[h,cc],
61 manalysis/MPedestalCalc.[h,cc], manalysis/MPointingCorr.[h,cc],
62 mbase/MClone.[h,cc], mbase/MGTask.[h,cc], mbase/MPrint.[h,cc],
63 mbase/MTask.[h,cc], mbase/MTaskInteractive.[h,cc],
64 mbase/MTaskList.[h,cc], mtools/MChisqEval.[h,cc],
65 mbase/MContinue.[h,cc], mdatacheck/MDumpEvtHeader.[h,cc]
66 mfileio/MCT1ReadAscii.[h,cc], mfileio/MCT1ReadPreProc.[h,cc],
67 mfileio/MReadCurrents.[h,cc], mfileio/MReadMarsFile.[h,cc],
68 mfileio/MReadRflFile.[h,cc], mfilter/MF.[h,cc],
69 mfilter/MFAlpha.[h,cc], mfilter/MFCT1SelBasic.[h,cc],
70 mfilter/MFCT1SelFinal.[h,cc], mfilter/MFCT1SelStandard.[h,cc],
71 mfilter/MFDataChain.[h,cc], mfilter/MFDataMember.[h,cc],
72 mfilter/MFEnergySlope.[h,cc], mfilter/MFEventSelector.[h,cc],
73 mfilter/MFEventSelector2.[h,cc], mfilter/MFParticleId.[h,cc],
74 mfilter/MFTriggerLvl1.[h,cc], mfilter/MFTriggerLvl2.[h,cc],
75 mfilter/MFilterList.[h,cc], mhist/MFillH.[h,cc],
76 mimage/MCameraSmooth.[h,cc], mimage/MHillasCalc.[h,cc],
77 mimage/MHillasSrcCalc.[h,cc], mimage/MImgCleanStd.[h,cc],
78 mimage/MNewImageParCalc.[h,cc], mmontecarlo/MMcThresholdCalc.[h,cc],
79 mranforest/MRanForestCalc.[h,cc], mranforest/MRanForestFill.[h,cc]
80 mmontecarlo/MMcTimeGenerate.[h,cc], mranforest/MRanForestGrow.[h,cc],
81 mmontecarlo/MMcCollectionAreaCalc.[h,cc], mraw/MRawFileWrite.[h,cc],
82 mmontecarlo/MMcTriggerRateCalc.[h,cc], mraw/MRawFileRead.[h,cc],
83 manalysis/MSigmabarCalc.[h,cc], manalysis/MCerPhotAnal.[h,cc],
84 manalysis/MCerPhotCalc.[h,cc]:
85 - changed Bool_t in *Process to Int_t to support newer root
86 versions correctly - PRELIMINARY (will be replaced by
87 enums in the future)
88
89 * manalysis/MCerPhotEvt.[h,cc]:
90 - added case 3 and 4 to GetPixelContent
91 - changed definition of GetPixelContent
92
93 * manalysis/MCurrents.[h,cc], manalysis/MPedestalCam.[h,cc]:
94 - changed definition of GetPixelContent
95
96 * manalysis/MFiltercutsCalc.[h,cc]:
97 - Added list to ListOfCleanups, and set kMustCleanup for list
98 - Set kMustCleanup for external filters
99
100 * mbase/MEvtLoop.[h,cc]:
101 - added to ListOfCleanups
102 - Set kMustCleanup for parlist, progressbar and display
103 - added some checks for root's Batch-Mode
104 - no need for checking ListOfSpecials for fDisplay (this is now
105 handled through the Cleanups)
106 - No need for kFileExit anymore (this can now be handles through
107 the Cleanups)
108 - added recursiveRemove to support Cleanups
109 - added SetDisplay to set kMustCleanup for fDisplay
110
111 * mbase/MTaskList.cc, mdata/MDataArray.cc, mdata/MDataList.cc,
112 mfilter/MFilterList.cc:
113 - added lists to ListOfCleanups
114 - Set kMustCleanup for the lists
115
116 * mbase/MParList.[h,cc]:
117 - added lists to ListOfCleanups
118 - Set kMustCleanup for the lists
119 - added kCanDelete option to destructor
120 - set kMustCleanup for all containers added to thelist
121
122 * mdatacheck/DataCheckLinkDef.h, mdatacheck/Makefile:
123 - removed unnecessary MDumpEvtHeader
124
125 * mbase/MContinue.[h,cc]:
126 - added SetDisplay to support setting display for the filter
127 - added SetLogStream to support setting logstream for the filter
128
129 * mfilter/MFCT1SelBasic.cc, mfilter/MFCT1SelFinal.cc,
130 mfilter/MFCT1SelStandard.cc:
131 - added Set-function to simplify Process
132
133 * mgui/MCamEvent.[h,cc]:
134 - changed GetPixelContent definition
135
136 * mhist/MH.cc:
137 - fixed Draw(TH1&, TH1&) and DrawCopy layout for newer root versions
138
139 * mimage/MImgCleanStd.cc:
140 - fixed a bug in the access to ispixused-array (GetNeighbor
141 could exceed maximum entries.
142
143 * mmain/MStatusDisplay.[h,cc]:
144 - preliminary fixes to support root's batch mode
145 - removed adding MStatusDisplay to ListOfCleanups
146 - changed code updating the Canvas'
147 - exit now handled by Cleanups, so this can be deleted immediatly
148
149 * mraw/MRawEvtData.[h,cc]:
150 - changed definition of GetPixelContent
151 - added code to GetPixelContent
152
153 * mraw/MRawEvtPixelIter.[h,cc]:
154 - returns GetNumMaxHiGainSample
155
156 * mreflector/MRflEvtData.[h,cc]:
157 - use static_cast in GetPhoton
158 - added GetPixelContent
159
160 * mhist/MHTriggerLvl0.[h,cc], MHmhist/Camera.[h,cc],
161 mhist/MHCamEvent.[h,cc]:
162 - added
163
164 * manalysis/MSigmabar.cc:
165 - unimportant simplification
166
167 * manalysis/MSigmabarCalc.cc:
168 - added a preliminary workaround to support files without MMcEvt
169 - make use of FLT_MAX
170
171 * mgeom/MGeomCam.[h,cc]:
172 - Moved fPixels from pointer to an instance
173 - removed destructor
174 - use static_cast on operator[]
175 - Use ForEach macro in CheckOuterRing
176
177 * mhist/MHSigmaTheta.cc:
178 - added a preliminary workaround to support files without MMcEvt
179
180 * manalysis/AnalysisLinkDef.h, manalysis/Makefile:
181 - removed MCT1PadONOFF
182
183 * manalysis/MCerPhotEvt.h:
184 - added //-> to fPixels
185
186 * meventdisp/Makefile:
187 - added -I../mhist
188
189 * manalysis/MMcTriggerLvl2.[h,cc], meventdisp/MGCamDisplay.[h,cc]:
190 - replaced MCamDisplay by MHCamera
191
192 * mgui/GuiLinkDef.h, mgui/Makefile:
193 - removed MCamDisplay
194
195 * mhist/HistLinkDef.h, mhist/Makefile:
196 - removed MHCerPhotEvt
197 - removed MHCurrents
198 - removed MHTrigLvl0
199 - removed MHOnSubtraction
200 - added MHCamera
201 - added MHCamEvent
202
203 * macros/sumcurrents.C:
204 - adapted to changes
205 - added filename to canvas
206
207 * macros/readMagic.C, macros/readCT1.C, macros/status.C,
208 macros/readcurrents.C, macros/readrfl.C:
209 - adapted to changes
210
211 * mbase/MAGIC.h:
212 - replaced extern by R__EXTERN
213
214 * mbase/MParContainer.[h,cc]:
215 - added a non empty destructor with some debug options
216
217 * mbase/MPrint.cc:
218 - fixed a bug (used kSKIP instead of kSkip)
219
220
221
222 2003/06/19: Thomas Bretz
223
224 * mgui/MCamDisplay.[h,cc]:
225 - fixed color palette when loading MCamDisplay
226
227 * mevtdisp/MGEvtDisplay.cc:
228 - fixed a bug in ProcessMessage, 'Exit' still doesn't work.
229
230
231
232 2003/06/18: Thomas Bretz
233
234 * macros/sumcurrents.C:
235 - added MDirIter support
236 - fixed the rel. error calculation
237 - some small corrections to the layout
238
239 * mhist/MHCurrents.cc:
240 - changed histogram name
241 - added axis titles
242
243 * mbase/MLog.cc:
244 - include iomanip onstead of MLogManip
245
246 * mbase/MLogManip.h:
247 - replaced preprocessor defintions for all, warn, inf, err and dbg
248 by const variable declarations
249 - fixed dynamic_casts
250
251 * macros/merpp.C:
252 - made capable of more than one directory
253
254 * mmain/MStatusDisplay.cc:
255 - removed an unsused variable
256
257 * Makefile.conf.osf1, Makefile.conf.osf5.1:
258 - added definitions for __USE_STD_IOSTREAM and R__ANSISTREAM
259 tp be able to compile on Alphas again
260
261 * manalysis/MCT1PadONOFF.cc:
262 - included math.h
263 - commented out some code to be able to compile on Alpha - FIXME
264
265 * mbase/MDirIter.h:
266 - fixed a bug in the definition of MatchFilter
267
268 * mraw/MRawFileWrite.h:
269 - default mode changed from UPDATE to RECREATE
270 - default compression level changed from 9 to 1
271
272 * mraw/MRawEvtData.[h,cc]:
273 - fixed to skip non connected pixels
274
275 * mraw/MRawRunHeader.[h,cc]:
276 - added GetNumConnectedPixels
277
278
279
280
281 2003/06/17: Oscar Blanch
282
283 * mgeom/MGeomCamECO1000HG.cc
284 - fixed a bug in NN table
285
286 * mgeom/MGeomCamMagicHG.[h,cc]
287 - New geometry for a high granularity hipothetic Magic camera
288
289 * mgeom/Makefile and mgeom/GeomLinkDef.h
290 - Introduction of MGeomMagicHG class.
291
292
293
294 2003/06/17: Thomas Bretz
295
296 * meventdisp/MGEvtDisplay.cc:
297 - fixed a bug which caused a endlessloop
298
299 * mmain/MStatusDisplay.cc:
300 - fixed UpdatePSHeader for gcc 3.* and Suse 8.2
301
302 * manalysis/MCurrents.h:
303 - fixed a bug in the const operator[]
304
305 * mgui/MCamDisplay.[h,cc]:
306 - set ClassDef to 1 so that the camera display can be written into
307 a root file
308 - fixed destructor (didn't fit default constructor)
309 - implemented FillRandom for test cases
310
311 * mgui/MHexagon.h
312 - set ClassDef to 1 so that the camera display can be written into
313 a root file
314
315
316
317 2003/06/16: Thomas Bretz
318
319 * mhist/MHOnSubtraction.cc:
320 - worked around the non compiling source file
321
322 * merpp.cc:
323 - set compression level default = 1
324
325 * macros/readCT1.C, macros/readMagic.C, macros/readcurrents.C,
326 meventdisp/MGCamDisplay.cc
327 - adapted to new MCamDisplay and MCamEvent
328
329 * macros/sumcurrents.C:
330 - enhanced
331
332 * manalysis/MCerPhotCalc.[h, cc]:
333 - simplified algorithm
334
335 * manalysis/MCerPhotEvt.[h,cc], manalysis/MCurrents.[h,cc],
336 manalysis/MPedestalCam.[h,cc]:
337 - derived from MCamEvent
338
339 * manalysis/MMcPedestalNSBAdd.cc:
340 - minor change
341
342 * mbase/BaseLinkDef.h, mbase/Makefile:
343 - added MDirIter
344
345 * mbase/MDirIter.[h,cc]:
346 - added
347
348 * mbase/MParList.cc:
349 - enhnced some output
350
351 * mbase/MTaskInteractive.cc:
352 - fixed a bug
353
354 * mbase/MTaskList.cc:
355 - added handling of gui events for Pre- and PostProcess
356
357 * mgeom/MGeomPix.cc:
358 - added a comment
359
360 * mgui/MCamDisplay.[h,cc] - PRELIMINARY:
361 - added a notification list
362 - fixed SetRange if pad is not the main pad
363 - new Fill functions using MCamEvent, removed old ones
364
365 * mhist/MFillH.cc:
366 - check for the existance of the canvas
367
368 * mhist/MHCerPhotEvt.cc:
369 - take usage of MCamEvent
370
371 * mhist/MHCurrents.cc:
372 - take usage of MCamEvent
373 - added rms
374
375 * mmain/MStatusDisplay.[h,cc]:
376 - added "Reset" and "Remove Tab" to menu bar
377
378 * mraw/MRawEvtData.[h,cc]:
379 - draw hi- and logains
380 - derived from MCamEvent
381
382 * mraw/MRawEvtPixelIter.[h,cc]:
383 - added GetVarHiGainSamples
384
385 * mraw/Makefile:
386 - added -I../mgui - PRELIMINARY
387
388 * mhist/MH.cc:
389 - fixed Draw(TH1&,TH1&) for newer root versions
390
391 * mhist/MHHadronness.cc:
392 - fixed call to fGraph->SetMaximum(1) for newer root versions
393
394 * mmain/MStatusDisplay.cc:
395 - fixed for gcc 3.* and newer root versions
396
397
398
399
400 2003/06/13: Robert Wagner
401 * mhist/MHOnSubtraction.cc
402 - removed casts from double to Double_t found by gcc 3.3
403 - added MHOnSubtraction::CalcLightCurve, a methods towards a
404 lightcurve
405
406
407
408 2003/06/13: Thomas Bretz (making Mars work with gcc 3.3 on Suse 8.2)
409
410 * Makefile.conf.linux:
411 - removed nonull-objects, Wtraditional and Wnested-externs
412 due to warnings in gcc 3.3
413
414 * *:
415 - added 'using namespace std;'
416 - exchanged *.h C++ headers by correct headers (like <fstream>)
417 - replaced forward declarations of streams by <iosfwd>
418
419 * manalysis/MCerPhotAnal.cc:
420 - cast arguments of sqrt to correct type
421 - corrected argument type for SetPedestalRms
422
423 * manalysis/MCurrents.h:
424 - const operator[] uses 'this' now
425
426 * manalysis/MEnergyEstParam.[h,cc], manalysis/MSigmabarParam.[h,cc]:
427 - fixed definition of Print
428
429 * manalysis/MMcPedestalCopy.cc, manalysis/MPedCalcPedRun.cc,
430 mgui/MCamDisplay.cc, mmontecarlo/MMcThresholdCalc.cc:
431 - cast arguments of sqrt to correct type
432
433 * manalysis/MMultiDimDistCalc.cc:
434 - changed type of numg/numh to Int_t
435
436 * mbase/BaseLinkDef.h:
437 - removed pragma for __omanip_debug
438
439 * mbase/MLog.[h,cc]:
440 - fixed copy constructor
441 - removed usage of mkstemp -- TO BE FIXED
442
443 * mbase/MLogManip.[h,cc]:
444 - completely replaced
445
446 * mdata/MDataArray.cc:
447 - fixed variable type ncols (Double_t -> Int_t)
448
449 * mdata/MDataChain.cc:
450 - fixed argument type of gRandom->Integer()
451
452 * meventdisp/MGEvtDisplay.[h,cc]:
453 - implemented skiping of events which have 0 Pixels
454
455 * mfileio/MCT1ReadPreProc.cc:
456 - fixed conversion for istream::read from Byte_t* to char*
457 - fixed argument type in Fill (fmcsize_phel)
458
459 * mfileio/MChain.h:
460 - ResetTree must also set fTreeNumber to -1 due to changes in
461 TChain::LoadTree
462
463 * mfilter/MFAlpha.[h,cc]:
464 fixed type of Alpha in Init (Float_t instead of Int_t)
465
466 * mfilter/MFEventSelector2.[h,cc]:
467 - renamed Read member function to ReadDistribution
468
469 * mfilter/MFilterList.h:
470 - fixed overloading of GetRule
471
472 * mhist/MBinning.cc, mhist/MH3.cc:
473 - removed default argument in source file
474
475 * mhist/MHArray.cc:
476 fixed type of sstyle (Stat_t -> Int_t)
477
478 * mhist/MHCerPhotEvt.[h,cc], mhist/MHCurrents.[h,cc]:
479 - fixed definition of Clear()
480
481 * mhist/MHFadcCam.[h,cc]:
482 - renamed Reset to ResetEntry
483
484 * mhistmc/MHMcEnergy.cc:
485 - fixed argument type of log
486
487 * mhistmc/MHMcRate.cc:
488 - cast argument of pow() to correct type
489
490 * mimage/MHillas.cc:
491 - replaced default value for MeanX and MeanY by 0
492
493 * mmain/MMars.cc:
494 - fixed argument type in TGLayoutHints
495
496 * mmain/MStatusDisplay.cc:
497 - fixed some argument types
498 - for the moment removed the update of the ps-header
499
500 * mmc/MMcTrig.cxx:
501 - use binary shift instead of pow for power of two
502
503 * mmontecarlo/MMcEnergyEst.[h,cc]:
504 - declared fcn as static
505 - fixed definition of Print
506
507 * mmontecarlo/MMcTimeGenerate.cc:
508 - fixed argument type of SetTime
509
510 * mmontecarlo/MMcTriggerRateCalc.[h,cc]:
511 - fixed definition of Draw
512
513 * mfileio/MReadRflFile.cc, mraw/MRawCrateData.cc, mraw/MRawEvtData.cc,
514 mraw/MRawEvtHeader.cc, mraw/MRawRunHeader.cc:
515 - fixed conversion for istream::read from Byte_t* to char*
516
517 * mreflector/MRflEvtData.cc, mreflector/MRflSinglePhoton.cc:
518 - fixed definition of Print
519
520
521
522 2003/06/13: Robert Wagner
523 * mhist/MHOnSubtraction.cc
524 - Improvements in output
525
526
527
528 2003/06/12: Thomas Bretz
529
530 * mgui/MCamDisplay.h:
531 - added //*MENU* to SetAutoScale, SetMinimum, SetMaximum
532
533
534
535 2003/06/11: Robert Wagner
536
537 * mhist/MHOnSubtraction.[h,cc]
538 - Some bugfixes, e.g. concerning binning of result histograms
539 - Improvements in output
540
541
542
543 2003/06/09: Wolfgang Wittek
544
545 * macros/CT1Analysis.C
546 - replace MPadSchweizer by MCT1PadSchweizer
547
548 * macros/ONOFFCT1Analysis.C
549 - current version of the macro for the analysis using ON, OFF and MC data
550
551 * manalysis/MPadSchweizer.[h,cc]
552 MPadONOFF.[h,cc]
553 - delete
554
555 * manalysis/MCT1PadSchweizer.[h,cc]
556 MCT1PadONOFF.[h,cc]
557 - add
558
559 * manalysis/Makefile
560 AnalysisLinkdef.h
561 - replace MPadSchweizer and MPadONOFF
562 by MCT1PadSchweizer and MCT1PadONOFF
563
564
565
566 2003/06/06: Robert Wagner
567
568 * mhist/MHOnSubtraction.[h,cc]
569 - Class for extracting a gamma signal from on data only. Works
570 on fully differential data in Alpha, Energy and Theta as well
571 as on single Alpha plots. Experimental version, expect
572 functionality but code still optimized for debugging purposes
573
574 * mhist/MHAlphaEnergyTheta.cc
575 - Fill signed alpha value instead of absolute value
576
577
578
579 2003/06/06: Wolfgang Wittek
580
581 * macros/optPad.C
582 - macro for testing the optimal padding
583
584
585
586 2003/06/05: Abelardo Moralejo
587
588 * mhist/MHTrigLvl0.[h,cc]:
589 - added. This is intended to find "hot" pixels firing too often
590 or pixels firing too rarely. Very preliminar!
591
592 * macros/pixfirerate.C:
593 - added. An example on how to use the class above.
594
595 * mhist/Makefile, HistLinkDef.h :
596 added new class.
597
598
599
600 2003/06/05: Thomas Bretz
601
602 * mbase/MEvtLoop.cc:
603 - fixed some typos in the comments
604
605 * meventdisp/MGCamDisplay.cc:
606 - added MHillasSrc to eventloop
607
608 * meventdisp/MGEvtDisplay.cc:
609 - print MC informations to screen, too
610
611 * mfileio/MReadCurrents.cc:
612 - added a comment
613
614 * mhist/MHCerPhotEvt.h:
615 - removed typo
616
617 * mimage/MHillasSrcCalc.cc:
618 - create a default source if now source is available
619
620
621
622 2003/06/03: Thomas Bretz
623
624 * macros/readcurrents.C:
625 - display currents in Log-Scale
626
627 * mgui/MCamDisplay.[h,cc]:
628 - introduced fMinimum
629 - introduced fMaximum
630 - introduced fData
631 - removed Set-functions
632 - introduced Update()
633 - introduced Log-Scale
634
635 * macros/readCT1.C:
636 - fixed a typo
637
638 * mbase/MTaskInteractive.[h,cc]:
639 - added
640
641 * mbase/Makefile, mbase/BaseLinkDef.h:
642 - added MTaskInteractive
643
644 * mhist/MHCurrents.[h,cc]:
645 - added (PRELIMINARY)
646
647 * mhist/Makefile, mhist/HistLinkDef.h:
648 - added MHCurrents
649
650 * mgui/MCamDisplay.[h,cc]:
651 - changed number of ItemsLegend to display the maximum, too
652
653 * macros/sumcurrents.C:
654 - added
655
656
657
658 2003/06/03: Wolfgang Wittek
659
660 * mfileio/MCT1ReadPreProc.[h,cc]
661 - reset blind pixels for each event
662 (because they may have been changed by the padding)
663
664 * macros/ONOFFCT1Analysis.C
665 - will be the macro for the CT1 analysis using ON and OFF data
666
667 * manalysis/MPadONOFF.[h,cc]
668 - new class
669 - class for the padding of ON/OFF data
670
671 * manalysis/MPadSchweizer.[h,cc]
672 - remove fBlinds->Clear() because the resetting of the
673 blind pixels is now done in MCT1ReadPreProc
674
675
676
677 2003/06/02: Thomas Bretz
678
679 * manalysis/AnalysisLinkDef.h, manalysis/Makefile:
680 - added MCurrents
681
682 * manalysis/MCerPhotEvt.[h,cc]:
683 - added MGeomCam argument to GetRatioMin/Max
684
685 * mfileio/FileIOLinkDef.h, mfileio/Makefile:
686 - added MReadCurrents
687
688 * mfileio/MReadCurrents.[h,cc]:
689 - added
690
691 * manalysis/MCurrents.[h,cc]:
692 - added
693
694 * mgui/MCamDisplay.[h,cc]:
695 - added current support
696
697 * mbase/MTime.h:
698 - preliminary changes to support currents
699
700 * mhist/MH.[h,cc]:
701 - added usescreenfactor to MakeDefCanvas
702
703
704
705 2003/05/30: Wolfgang Wittek
706
707 * macros/CT1Analysis.C
708 - current version of the CT1Analysis.C macro for the analysis of
709 CT1 data using ON and MC data
710
711
712
713 2003/05/27: Thomas Bretz
714
715 * mreflector/Makefile:
716 - removed obsolete includes
717
718 * mbase/MLogManip.h:
719 - for the moment removed dbg<< from dbginf again
720
721 * mimage/MHNewImagePar.cc:
722 - security check in fill
723
724 * mmain/MAnalysis.cc:
725 - fixed filling of MHNewImagePar
726
727
728
729 2003/05/26: Wolfgang Wittek
730
731 * mfileio/MCT1ReadPreProc.cc
732 - put back : if (event.spixsig_10thphot[i]==0)
733 continue;
734
735 * manalysis/MPadSchweizer.cc
736 - add pixels to MCerPhotEvt which are not yet in;
737 set their number of photons equal to zero
738
739
740
741 2003/05/26: Thomas Bretz
742
743 * mhist/MHCerPhotEvt.cc, mfileio/MCT1ReadAscii.cc:
744 - InitSize --> FixSize
745
746 * manalysis/MMcPedestalNSBAdd.cc:
747 - fixed a typo (* instead of /)
748
749
750
751 2003/05/23: Abelardo Moralejo
752
753 * mreflector/Makefile:
754 - added (was missing)
755
756
757
758 2003/05/23: Thomas Bretz
759
760 * Makefile:
761 - added mreflector
762
763 * manalysis/MCerPhotAnal.cc, manalysis/MCerPhotCalc.cc:
764 - use FixSize instead of InitSize
765
766 * manalysis/MCerPhotEvt.[h,cc]:
767 - replaced InitSize by FixSize (seems to be more logical)
768
769 * manalysis/MMcPedestalNSBAdd.cc:
770 - replaced GetR by GetPixRatio
771
772 * manalysis/MPedestalCam.cc:
773 - replaced GetEntries by GetEntriesFast
774
775 * mfileio/FileIOLinkDef.h, mfileio/Makefile:
776 - added MReadRflFile
777
778 * mgeom/MGeomCam.[h,cc], mgeom/MGeomPix.[h,cc],
779 mgeom/MGeomCamMagic.[h,cc]:
780 - replaced R by D
781
782 * mgui/MCamDisplay.[h,cc]:
783 - added TClonesArray to display reflector events
784 - added FillRflEvent
785 - added ShowRflEvent
786 - adapted Paint function
787
788 * mgui/MHexagon.[h,cc]:
789 - replaced GetR by GetD
790 - added DistanceToPrimitive (capital T)
791
792 * mgui/Makefile:
793 - added mreflector
794
795 * mfileio/MReadRflFile.[h,cc]:
796 - added
797
798 * mreflector, mreflector/Makefile, mreflector/ReflectorLinkDef.h,
799 mreflector/MRflEvtData.[h,cc], mreflector/MRflSinglePhoton.[h,cc]:
800 mreflector/MRflEvtHeader.[h,cc], mreflector/MRflRunHeader.[h,cc]:
801 - added
802
803 * macros/readRfl.C:
804 - added
805
806
807
808 2003/05/22: Abelardo Moralejo
809
810 * mhist/MHMatrix.[h,cc]
811 - add member function ShuffleRows() to randomize the order of the
812 matrix rows. This is useful for instance for the random forest,
813 (See RanForest.C) when we feed a hadron training sample with
814 both protons and helium nuclei: if they are ordered (first all
815 events of one type, then those of the other) the method does not
816 seem to work well. Any other kind of ordering might be harmful
817 as well (in theta, phi or whatever).
818
819
820
821 2003/05/22: Wolfgang Wittek
822
823 * mfileio/MCT1ReadPreProc.[h,cc]
824 - add member function DiscreteTheta
825 - discretize the Theta according to the binning in Theta
826 (for data and MC)
827 original Theta is stored in the container "ThetaOrig"
828 the discretized Theta is stored in MMcEvt.fTelescopeTheta
829
830
831
832 2003/05/21: Thomas Bretz
833
834 * mfileio/MReadTree.cc:
835 - changed text of a warning
836 - removed obsolete comment
837
838 * mfileio/MWriteRootFile.[h,cc]:
839 - changed Print function to support kIsNewTree flag
840 - changed BIT(15) to BIT(16) because it is already used by TBranch
841
842
843
844 2003/05/21: Wolfgang Wittek
845
846 * mhist/MHBlindPixels.[h,cc]
847 - change 1D histogram into 2D histogram (pixel Id vs. Theta)
848 - add 2D histogram : no.of blind pixels vs. Theta
849
850 * mhist/MHSigmaTheta.cc
851 - correct "BinningPix"
852
853 * manalysis/MPadSchweizer.[h,cc]
854 - add simulation of blind pixels
855
856 * mhist/MHMatrix.cc
857 - in DefRefMatrix : allow variable bin size for 'hth' and 'hthd'
858
859
860
861 2003/05/20: Oscar Blanch Bigas
862
863 * mgeom/MGeomCamECO1000HG.[h,cc]
864 - new files for ECO1000 camera geometry with pixels
865 of half angualr size.
866
867 * mgeom/Mkefile:
868 - added MGeomCamECO1000HG.[h,cc] files
869
870 * mgeom/GeomLinkDef.h
871 - added class MGeomCamECO1000HG
872
873
874
875 2003/05/20: Thomas Bretz
876
877 * mbase/MLog.h:
878 - added Separator member function
879
880 * mfileio/MReadMarsFile.cc:
881 - moved output in Notify to MReadTree::Notify
882 - call MReadTree:Notify in Notify
883
884 * mfileio/MReadTree.[h,cc]:
885 - do not try to delete a Baddress if it is NULL ("*")
886 - added CheckBranchSize member function
887 - added the size consistency check to Notify
888
889 * mfileio/MWriteRootFile.cc:
890 - mini changes to Print-output
891
892 * mfilter/MF.[h,cc]:
893 - added Print-function
894
895 * mraw/MRawEvtPixelIter.h:
896 - removed wrong EOL characters
897
898 * macros/multidimdist2.C:
899 - made variable names unique
900
901 * macros/star.C:
902 - added sigmabar
903
904 * macros/status.C:
905 - added sigmabar
906 - added MHSigmaTheta
907
908 * manalysis/AnalysisLinkDef.h, manalysis/Makefile:
909 - added MFiltercutsCalc
910
911 * manalysis/MFiltercutsCalc.[h,cc]:
912 - added
913
914
915 2003/05/19: Thomas Bretz
916
917 * mgui/MCamDisplay.cc:
918 - removed an unused variable.
919
920 * Makefile.rules:
921 - fixed Mr.Proper
922
923 * mbase/MEvtLoop.cc, mbase/MParList.cc, mbase/MTaskList.cc,
924 mfileio/MReadTree.cc, mfileio/MWriteRootFile.cc:
925 - use new manipulator 'underline'
926
927 * mbase/MLog.cc:
928 - added new underlining
929 - added blue color for debugging
930
931 * mbase/MLogManip.[h,cc]:
932 - added underline
933 - added dbg and increased all other debug(n) levels by one
934
935 * mbase/MParContainer.h:
936 - made fDisplay persistent (workaround for a obsolete warning in
937 root 3.02/07)
938
939 * mfileio/MWriteRootFile.[h,cc]:
940 - fixed a bug introduced when implementing UPDATE mode,
941 kIsNewTree set for TTree
942
943
944
945 2003/05/16: Abelardo Moralejo
946
947 * mmontecarlo/MMcEnergyEst.[h,cc]
948 - Added SetCoeff
949
950
951
952 2003/05/16: Thomas Bretz
953
954 * mfilter/MFEventSelector2.[h,cc]:
955 - added
956
957 * mfilter/Makefile, mfilter/FilterLinkDef.h:
958 - added MFEventSelector2
959
960 * mbase/MContinue.cc:
961 - SetDisplay for filter
962 - Set LogStream for filter
963
964 * mbase/MEvtLoop.cc:
965 - don't use pointer to fTasklist in PostProcess if not initialized
966 - do not execute Process if fTasklist is not initialized
967
968 * mbase/MTask.[h,cc]:
969 - overwrite SetDisplay (set also display of attached filter
970
971 * mbase/MTaskList.cc:
972 - minor changes
973
974 * mdata/MDataChain.[h,cc]:
975 - implemented ParseDataMember to support constants
976
977 * mfileio/MCT1ReadPreProc.[h,cc]:
978 - added fNumFile to support Rewind
979 - added Rewind
980
981 * mfileio/MRead.[h,cc]:
982 - new virtual function Rewind
983
984 * mfileio/MReadMarsFile.[h,cc]:
985 - added Rewind
986
987 * mfileio/MReadTree.[h,cc]:
988 - added Rewind
989 - fixed a missing 'else' in AddFile
990
991 * mhist/MBinning.[h,cc]:
992 - added SetEdges(TAxis&)
993 - added SetEdges(TH1&, char)
994
995 * mhist/MFillH.[h,cc]:
996 - added bit kDoNotDisplay
997
998 * mhist/MH.h:
999 - added a comment
1000
1001 * mhist/MH3.[h,cc]:
1002 - implemented GetRule
1003 - implemented GetNbins
1004 - implemented FindFixBin
1005
1006 * mimage/MHHillasSrc.cc:
1007 - replaced gPad->cd(4) by savepad
1008
1009 * mmain/MStatusDisplay.[h,cc]:
1010 - fixed locked mode for loop-in-loop cases
1011
1012
1013
1014 2003/05/15: Wolfgang Wittek
1015
1016 * macros/CT1EgyEst.C
1017 - replace "energyest.root" by paramout
1018
1019
1020
1021 2003/05/14: Wolfgang Wittek
1022
1023 * macros/CT1env.rc
1024 - CT1env replaced by CT1env.rc
1025
1026 * mranforest/MRanForestCalc.cc
1027 - exchange arguments in
1028 FindCreateObj("MHadronness", fHadronnessName)
1029
1030
1031
1032 2003/05/13: Thomas Bretz
1033
1034 * mdata/MDataArray.[h,cc]:
1035 - addeed GetData and >>-operator to fill a TVector from the array
1036
1037 * manalysis/MMultiDimDistCalc.cc:
1038 - use new >>-operator from MDataArray
1039
1040 * mranforest/MRanForest.[h,cc]:
1041 - TVector& in CalcHadronness declared const
1042 - added a const qualifier to 'Float_t sum'
1043 - removed Reset() from a TIter declaration (done by the TIter
1044 constructor)
1045
1046 * mranforest/MRanForestCalc.cc:
1047 - fill TVector with new >>-operator of MDataArray
1048
1049 * mranforest/MRanTree.[h,cc]:
1050 - removed obsolete returns at the end of some functions
1051 - TVector& in TreeHad declared const
1052 - changed if to ?:-operator in TreeHad
1053 - TreeHad() calls TreeHad(const TVector &) now (code is not
1054 implemented twice)
1055
1056
1057
1058 2003/05/12: Abelardo Moralejo
1059
1060 * mhistmc/MHMcEnergyMigration.cc
1061 - Draw(): fixed axis label in one plot.
1062
1063
1064
1065 2003/05/12: Thomas Bretz
1066
1067 * mmain/MStatusDisplay.[h,cc]:
1068 - implemented UpdatePSHeader
1069
1070
1071
1072 2003/05/10: Thomas Bretz
1073
1074 * Makefile.rules:
1075 - implemented diff
1076
1077 * NEWS:
1078 - changed
1079
1080 * manalysis/MCT1SupercutsCalc.cc:
1081 - fixed variable names
1082
1083 * mbase/MParContainer.cc:
1084 - replaces IsA()->GetName() by ClassName()
1085
1086 * mbase/Makefile:
1087 - removed obsolete include paths
1088
1089 * mdata/MDataArray.[h,cc]:
1090 - new member function GetRule(int)
1091
1092 * mgui/MCamDisplay.[h,cc]:
1093 - implemented GetObjectInfo
1094
1095 * mhist/MH.[h,cc]:
1096 - implemented ProjectionX
1097 - implemented ProjectionY
1098 - implemented FindObjectInPad
1099
1100 * mhist/MHSigmaTheta.[h,cc]:
1101 - implemented Paint
1102
1103 * mmain/MStatusDisplay.[h,cc]:
1104 - implemented kFileCanvas
1105 - implemented kFileBrowser
1106
1107
1108
1109 2003/05/09: Abelardo Moralejo
1110
1111 * mhistmc/MHMcEnergyMigration.[h,cc]
1112 - Added histograms, changed Draw() to display them. Still
1113 provisional, many changes in the whole part of the energy
1114 estimator are needed.
1115
1116 * macros/CT1EEst.C, CT1EnergyEst.C
1117 - Removed
1118
1119 * macros/CT1EgyEst.C
1120 - Added example on how to use the energy estimation for CT1.
1121 Very provisional!
1122
1123
1124
1125 2003/05/09: Wolfgang Wittek
1126
1127 * manalysis/MCT1SupercutsCalc.cc
1128 - add SetReadyToSave()
1129
1130
1131
1132 2003/05/09: Thomas Bretz
1133
1134 * mbase/MLog.cc:
1135 - do not underline if eNoColors is set
1136 - fixed abug in Output() (last character missing when flushed)
1137 - same when flushing to the GUI
1138
1139 * mbase/MLogManip.cc:
1140 - removed an obsolete comment
1141
1142 * mfileio/MReadTree.cc:
1143 - print warning in case no files could be added to chain
1144
1145 * mfilter/MFDataChain.h:
1146 - fixed code layout
1147
1148 * mimage/MHHillasSrc.h:
1149 - added Paint
1150
1151 * mimage/MHillasCalc.[h,cc]:
1152 - changed default title
1153
1154 * Makefile:
1155 - added rule 'diff'
1156
1157 * mhist/MHMatrix.cc:
1158 - compressed some debug outputs
1159
1160 * manalysis/MSigmabar.[h,cc]:
1161 - deleted the fCalcPixNum variable (not used).
1162
1163 * macros/star.C, macros/starct1.C:
1164 - updated
1165
1166 * mhist/MBinning.cc:
1167 - fixed SetBinningCos
1168
1169 * mhist/MHSigmaTheta.[h,cc]:
1170 - in setting of binnings changes npix+1 to npix
1171 (SetEdges takes the number of _bins_ as argument)
1172 - fixed titles (LaTeX style)
1173 - added default binning (may have to be changed for Magic)
1174 - removed obsolete destructor
1175 - removed default canvas size of 900x900
1176 - temporarily removed SetLogy() for first pad. I'm searching
1177 for a solution to put it in again when using the status display
1178
1179
1180
1181 2003/05/08: Thomas Bretz
1182
1183 * Makefile.rules:
1184 - fixed the rmhtml bug
1185
1186 * macros/collarea.C:
1187 - changed to use MStatusDisplay
1188
1189 * manalysis/MCT1SupercutsCalc.cc:
1190 - fixed a typo
1191
1192 * mbase/MEvtLoop.[h,cc], mbase/MTaskList.[h,cc]:
1193 - added FindTask member functions
1194
1195 * mbase/MLog.cc:
1196 - do not crop logging to GUI to 1000 lines anymore
1197
1198 * mdata/MDataChain.cc:
1199 - use GetRule() in the constructor instead of Print()
1200
1201 * mdata/MDataElement.cc, mfilter/MFDataChain.cc:
1202 - do not return str+"something"
1203
1204 * mhist/MH.[h,cc]:
1205 - fixed a bug in DrawCopy(TH1*,TH1*)
1206 - overwrite Clone function and do not add TH1 to gDirectory
1207 when cloning MH classes
1208
1209 * mimage/MHHillas.cc, mimage/MHHillasSrc.cc:
1210 - adde a sanity check to Fill
1211
1212 * mimage/MHHillasSrc.cc:
1213 - do not set the log scale before we have entries in the histogram
1214
1215
1216
1217 2003/05/08: Abelardo Moralejo
1218
1219 * mimage/MImgCleanStd.cc
1220 - extended comment on standard cleaning. Removed an obsolete
1221 comment.
1222
1223 * mhistmc/MHMcCollectionAreaCalc.cc
1224 - Changed binning of histograms, so that the collection area
1225 can be calculated also between 5 and 10 GeV (for pulsar studies)
1226
1227
1228
1229 2003/05/07: Nadia Tonello
1230
1231 * manalysis/MCT1PointingCorrCalc.[h,cc]
1232 - deleted the fMcEvt variable (not used).
1233
1234
1235 2003/05/07: Thomas Bretz
1236
1237 * mmain/Makefile, mmain/MainLinkDef.h:
1238 - added MSearch
1239
1240 * mmain/MSearch.[h,cc]:
1241 - added
1242
1243 * mmmain/MStatusDisplay.[h,cc]:
1244 - implemented Search
1245
1246 * mhist/MHSigmaTheta.cc:
1247 - removed borders around the pads (Draw)
1248
1249 * mfileio/MCT1ReadPreProc.cc:
1250 - do not output the run number twice!
1251
1252 * mimage/MHillasExt.[h,cc]:
1253 - changed ClassDef to 2
1254 - updated comments
1255
1256 * mimage/MNewImagePar.cc:
1257 - updated comments
1258
1259
1260
1261 2003/05/07: Abelardo Moralejo
1262
1263 * mranforest/Makefile
1264 - fixed typo.
1265
1266
1267
1268 2003/05/06: Abelardo Moralejo
1269
1270 * mhistmc/MHMcCollectionArea.cc
1271 - Added: delete &pally
1272
1273 * mfilter/MFCT1SelFinal.cc
1274 - changed FindObject("MGeomCam") to
1275 FindCreateObj("MGeomCamCT1","MGeomCam")
1276
1277 * mhistmc/MHMcCollectionArea.cc
1278 - in procedure Calc(TH2D &hsel, TH2D &hall) : changed the
1279 calculation of maximum impact parameter. Now it looks for
1280 the non-empty bin of histogram "hall" with highest impact
1281 parameter. The code could not work as it was before, but this
1282 had influence only when running over camera files containing all
1283 events, including non-triggers (while we usually run over files
1284 containing only triggers).
1285
1286
1287
1288 2003/05/06: Thomas Bretz
1289
1290 * manalysis/MRan*, mhist/MHRan*:
1291 - moved to new directory mranforest
1292
1293 * mranforest, mranforest/Makefile, mranforest/RanForestLinkDef.h,
1294 mranforest/RanForestIncl.h:
1295 - added
1296
1297 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
1298 - removed MRan*
1299
1300 * mhist/Makefile, mhist/HistLinkDef.h:
1301 - removed MHRan*
1302
1303 * Makefile:
1304 - mranforest added
1305
1306 * mbase/MLog.cc:
1307 - sanity check in MLog::Output (len>0)
1308
1309 * mimage/MImgCleanStd.cc:
1310 - adapted path to html images
1311
1312 * htmldoc/*:
1313 - moved to new path htmldoc/images
1314
1315 * Makefile.rules:
1316 - corrected rule rmhtmldoc
1317
1318 * NEWS:
1319 - updated
1320
1321 * macros/dohtml.C, macros/rootlogon.C:
1322 - added mranforest
1323
1324 * mbase/MEvtLoop.cc:
1325 - fixed a typo
1326
1327 * mhist/HistLinkDef.h
1328
1329
1330
1331 2003/05/05: Nadia Tonello
1332
1333 * mfilter/MFCT1SelStandard.cc
1334 - correct the default name of fImgParName
1335 ("MNewImgPar") => ("MNewImagePar")
1336
1337
1338
1339 2003/05/05: Thomas Bretz
1340
1341 * mbase/MEvtLoop.cc:
1342 - underline Instatiation Message
1343 - small change to a warning output
1344
1345 * mbase/MLog.[h,cc]:
1346 - added stuff for underlining
1347 - changed from TGListBox to TGViewText
1348
1349 * mmain/MStatusDisplay.[h,cc]:
1350 - changed fLogBox from TGListBox to TGViewText
1351 - added menu 'Log'
1352 - changed division of status line to 'Goldener Schnitt'
1353
1354 * mhist/MHHadronness.cc, mhist/MHCerPhotEvt.cc, mhist/MHStarMap.cc,
1355 mimage/MHHillas.cc:
1356 - fixed 'redifinion of default argument'
1357
1358 * mbase/Makefile, mfileio/Makefile:
1359 - moved first source file to second position to get rid of crashes
1360 of rootcint on our Alpha
1361
1362 * mimage/MNewImagePar.cc:
1363 - removed maxpixid (not used)
1364
1365 * manalysis/MRanTree.cc:
1366 - replaced ostream.h by iostream.h
1367
1368 * manalysis/MPadding.h:
1369 - added a missing const qualifier in the definition of 'Padding'
1370
1371 * mmontecarlo/MMcEnergyEst.cc:
1372 - added math.h
1373
1374 * Makefile, mbase/Makefile, mmain/Makefile:
1375 - changed order (linking on our Alpha failed)
1376
1377 * mbase/MLog.h:
1378 - don't include iostream.h if __CINT__ (crashes rootcint on our
1379 alpha)
1380
1381
1382
1383 2003/05/05: Wolfgang Wittek
1384
1385 * manalysis/MPadSChweizer.cc
1386 - delete histograms in destructor
1387
1388
1389
1390 2003/05/02: Thomas Bretz
1391
1392 * Makefile.conf.general, Makefile.conf.linux, Makefile.conf.linux-gnu,
1393 Makefile.conf.osf1, Makefile.conf.osf5.1:
1394 - added MARSDEFINES, MARSFLAGS, MARSLIBS
1395
1396 * mars.cc:
1397 - replaces HAVE_LOGO by HAVE_XPM
1398
1399 * NEWS:
1400 - updated
1401
1402 * mbase/MLogo.cc:
1403 - replaces marslogo_neu by marslogo
1404 - encapsulated in HAVE_XPM
1405
1406 * mbase/Makefile:
1407 - added MLogo.cc
1408
1409 * mmain/MGMenu.cc:
1410 - fixed the 'KeyAutoRepeat' bug
1411
1412 * manalysis/MCerPhotEvt.[h,cc:
1413 - added RemoveUnusedPixels
1414
1415 * manalysis/MSigmabar.cc:
1416 - small simplification for compiler optimization
1417
1418 * mbase/MEvtLoop.cc:
1419 - changed output to fDisplay
1420 - changed behaviour in case of a failed PostProcess
1421
1422 * mbase/MLog.[h,cc]:
1423 - added flushing and tab conversion to GUI
1424 - added color support
1425
1426 * mbase/MParList.cc:
1427 - replaced some *Iter by MIter
1428
1429 * mbase/MTask.cc, mbase/MTaskList.cc:
1430 - added output to fDisplay
1431 - replaced some *Iter by MIter
1432
1433 * mhist/MH.cc:
1434 - don't add clones to directory
1435
1436 * mimage/MImgCleanStd.[h,cc]:
1437 - replaced divisiond by multiplications
1438 - fixed StreamePrimitive
1439 - do not allow 0 rings
1440
1441 * mmain/MStatusDisplay.[h,cc]:
1442 - added writing gif
1443 - added writing C
1444 - changes SaveAs to non-const (added output to status lines)
1445 - replaced TGLabels by TGStatusBar
1446
1447
1448
1449 2003/04/30: Wolfgang Wittek
1450
1451 * manalysis/MPadSchweizer.[h,cc]
1452 - reorder histograms
1453
1454 * mhist/MHSigmaTheta.[h,cc]
1455 - remove last 3 plots (otherwise get segmentation violation ???)
1456
1457 * mimage/MHNewImagePar.[h,cc]
1458 - change range of leakage to be plotted
1459 (want to see also leakage=0)
1460
1461
1462
1463 2003/04/30: Nadia Tonello
1464
1465 * manalysis/MCerPhotPix.[h,cc]:
1466 - deleted Bool_t fIsUsed and substituted with
1467 the condition: fRing>0 in the functions
1468 Bool_t IsPixelUsed() const{return fRing>0;}
1469 void SetPixelUsed() { fRing = 1;}
1470 void SetPixelUnused(){ fRing = 0;}
1471
1472
1473
1474 2003/04/29: Wolfgang Wittek
1475
1476 * mhist/MHSigmaTheta.[h,cc]:
1477 - ClassDef( ,0) -> ClassDef( , 1)
1478 - minor corrections in Draw()
1479
1480
1481
1482 2003/04/29: Thomas Bretz
1483
1484 * mfilter/MFCT1SelBasic.[h,cc], mfilter/MFCT1SelFinal.[h,cc],
1485 mfilter/MFCT1SelStandard.[h,cc]:
1486 - reordered includes
1487 - removed MHillas from constructor (if present)
1488 - added corresponding Setter-methods
1489 - added many const qualifiers
1490 - removed some obsolete data members
1491 - made some member functions private
1492 - only store fMm2Deg, not the pointer to MGeomCam
1493 - don't use the CT1 camera build in... (to be discussed)
1494 - fixed MHillas, MHillasExt and MNewImagePar stuff
1495
1496 * mimage/MImgCleanStd.[h,cc]:
1497 - added Nadia to the list of authors
1498 - added pngs for the formulars
1499
1500 * htmldoc, htmldoc/MImgCleanStd-f1.png, htmldoc/MImgCleanStd-f2.png:
1501 - added
1502
1503 * manalysis/MCT1SupercutsCalc.[h,cc]:
1504 - changed the default "MHillasExt" to "MHillas"
1505
1506 * mbase/MEvtLoop.cc:
1507 - fixed a bug in ProcessGuiEvents
1508
1509 * mhist/MH*.[h,cc], mhistmc/MH*.[h,cc], mimage/MH*.[h,cc]:
1510 - changed "Double_t w" in Fill to "const Stat_t w"
1511 - added weight in some classes to TH::Fill
1512
1513 * mbase/MHtml.[h,cc]:
1514 - removed
1515
1516 * mfileio/MCT1ReadPreProc.cc:
1517 - removed the dependance on a MBinning in Theta.
1518
1519
1520
1521 2003/04/29: Abelardo Moralejo
1522
1523 * mmontecarlo/MMcCollectionareaCalc.[h,cc]
1524 - Now the energy limits and spectral slope used in Corsika are
1525 read from the run header. Warning: impact parameter is still
1526 fixed (I changed it from 400 m to 300 m, our present MC
1527 production default). Added warning message about this.
1528 Collection areas calculated up to now with the new MC library
1529 are overestimated by a ~77% ! This class will be removed in
1530 the future and replaced by MFillH.
1531
1532 * mhistmc/MHMcCollectionArea.[h,cc]
1533 - Adapted to the change of MMcCollectionAreaCalc. Added arguments
1534 to CalcEfficiency.
1535
1536
1537
1538 2003/04/28: Nadia Tonello
1539
1540 * mimage/MImgCleanStd.[h,cc]
1541 - added the option kDemocratic using sigmabar of the inner pixels
1542 - added the option to select the number of rings of pixels
1543 to analyze around the core pixels
1544 - added documentation
1545
1546 * manalysis/MCerPhotPix.[h,cc]
1547 - added fRing and Get-Set functions
1548
1549
1550
1551 2003/04/28: Oscar Blanch
1552
1553 * mgeom/MGeomCamECO1000.[h,cc]
1554 - New files for ECO 1000 camera geometry.
1555
1556 * mgeom/GeomLinkDef.h
1557 - Added class MGeomCamECO1000
1558
1559 * mgeom/Makefile
1560 - Added class MGeomCamECO1000
1561
1562
1563
1564 2003/04/28: Abelardo Moralejo
1565
1566 * mmontecarlo/MMcEnergyEst.[h,cc]
1567 - Lots of fixes after Thomas suggestions. Now cuts are not part
1568 of the class, but introduced via a new MFilter* member. Changed
1569 all Char_t* for TString. Changed own TMiniut pointer by gMinuit.
1570 Removed couts and used fLog instead. Function fcn is no longer
1571 declared external.
1572
1573
1574
1575 2003/04/28: Thomas Bretz
1576
1577 * NEWS:
1578 - updated
1579
1580 * manalysis/MBlindPixelCalc.cc:
1581 - use Are of pixles while interpolating
1582
1583 * mbase/MEvtLoop.cc:
1584 - output speed in Evts/s to fDisplay
1585
1586 * mbase/MGGroupFrame.h:
1587 - fixed a typo
1588
1589 * mbase/MTask.[h,cc]:
1590 - Added OverwritesProcess
1591
1592 * mbase/MTaskList.[h,cc]:
1593 - removed CheckClassForProcess
1594 - replaced by MTask::OverwritesProcess
1595
1596 * mhist/MFillH.cc:
1597 - only draw something if the class overwrites the Draw function
1598
1599 * mhist/MH.[h,cc]:
1600 - added OverwritesDraw
1601 - added a higher maximum, lower minimum to Draw(TH1, TH1)
1602 - changed default size
1603
1604 * mhist/MHMatrix.cc:
1605 - mini change
1606
1607 * mimage/MHHillas.[h,cc]:
1608 - removed fUsedPix
1609 - removed fCorePix
1610
1611 * mimage/MHHillasExt.[h,cc]:
1612 - removed fHConc
1613 - removed fHConc1
1614 - changed default name to MHillasExt
1615
1616 * mimage/MHNewImagePar.[h,cc]:
1617 - added fHistConc
1618 - added fHistConc1
1619 - added fHistUsedPix
1620 - added fHistCorePix
1621
1622 * mimage/MHillas.cc:
1623 - removed fNumCorePixels
1624 - removed fNumUsedPixels
1625 - made fCosDelta writable
1626 - made fSinDelta writable
1627 - made GetSinDelta() public
1628 - made GetCosDelta() public
1629
1630 * mimage/MHillasExt.[h,cc]:
1631 - removed fConc
1632 - removed fConc1
1633 - changed default name to MHillasExt
1634 - derives from MParContainer now instead of MHillas
1635
1636 * mimage/MNewImagePar.[h,cc]:
1637 - added fNumCorePixels
1638 - added fNumUsedPixels
1639 - added fConc
1640 - added fConc1
1641
1642 * mimage/MNewImageParCalc.[h,cc]:
1643 - removed
1644
1645 * mimage/MHillasCalc.[h,cc]:
1646 - changed so, that it can calc MHillas, MHillasExt and MNewImagePar
1647
1648 * mimage/MHillasSrc.cc:
1649 - sqrt(tand*tand+1) replaced by 1/CosDelta
1650
1651 * mmain/MStatusDisplay.[h,cc]:
1652 - added second argument to SetLogStream
1653
1654 * mhist/MHAlphaEnergyTheta.[h,cc], mhist/MHAlphaEnergyTime.[h,cc],
1655 mhist/MHCerPhotEvt.[h,cc], mhist/MHEffOnTime.[h,cc],
1656 mhist/MHEffOnTimeTheta.[h,cc], mhist/MHEffOnTimeTime.[h,cc],
1657 mhist/MHEnergyTheta.[h,cc], mhist/MHEnergyTime.[h,cc],
1658 mhist/MHFlux.[h,cc], mhist/MHMatrix.[h,cc],
1659 mhist/MHSigmaTheta.[h,cc], mhistmc/MHMcCollectionArea.[h,cc],
1660 mhistmc/MHMcDifRate.[h,cc], mhistmc/MHMcEfficiency.[h,cc],
1661 mhistmc/MHMcEfficiencyEnergy.[h,cc], mhistmc/MHMcEfficiencyImpact.[h,cc],
1662 mhistmc/MHMcEnergy.[h,cc], mhistmc/MHMcEnergyImpact.[h,cc],
1663 mhistmc/MHMcEnergyMigration.[h,cc], mhistmc/MHMcRate.[h,cc]:
1664 - removed DrawClone
1665 - fixed Draw
1666
1667 * macros/MagicHillas.C, macros/star.C:
1668 - removed MHillasExt (not necessary anymore)
1669 - added MNewImagePar
1670
1671 * macros/readCT1.C, macros/readMagic.C, meventdisp/MGCamDisplay.cc,
1672 mmain/MAnalysis.cc:
1673 - added MHillasExt to be displayed
1674 - added MNewImagePar to be displayed
1675
1676 * manalysis/MCT1SupercutsCalc.[h,cc]:
1677 - removed empty destructor
1678 - fixed output in PreProcess
1679 - changed MHillasExt to MHillas
1680
1681
1682
1683
1684
1685 2003/04/28: Wolfgang Wittek
1686
1687 * manalysis/MPadSchweizer.[h,cc]
1688 - extend documentation
1689 - remove histograms which are also made by MHSigmaTheta
1690 - minor modifications
1691
1692
1693
1694 2003/04/25: Thomas Bretz
1695
1696 * mfilter/MFEnergySlope.cc:
1697 - removed obsolete PostProcess
1698
1699 * mdatacheck/MGDisplayAdc.cc:
1700 - fixed a bug which caused nothing to beeing displayed if only
1701 the Hi gains where existing (Exists->HasHi)
1702
1703 * mhist/MH.cc:
1704 - small change to GetNewPad
1705
1706 * mhistmc/MHMcEnergyMigration.h:
1707 - fixed the includes
1708
1709 * mgui/MCamDisplay.cc:
1710 - changed autoscaling (max<1:max=1 --> max==min:max=min+1)
1711
1712 * manalysis/MBlindPixelCalc.cc:
1713 - interpolate: take pixel area into account
1714
1715 * mhist/MHSigmaTheta.h:
1716 - removed nonsense GetSigmaThetaByName(const TString name)
1717 - removed nonsense GetSigmaPixThetaByName(const TString name)
1718 - removed nonsense GetDiffPixThetaByName(const TString name)
1719
1720 * manalysis/MPadSchweizer.cc:
1721 - fixed naming
1722 - fixed usage of operators
1723 - added some const qualifiers
1724 - replaced 'int OK' by 'Bool_t ok'
1725 - fixed wrong usage floating point value 0
1726
1727 * mimage/MImgCleanStd.cc:
1728 - moved ratio to the other side of the condition (don't divide
1729 if it is not necessary)
1730
1731
1732
1733 2003/04/24: Abelardo Moralejo
1734
1735 * macros/rootlogon.C
1736 - added gInterpreter->AddIncludePath(dir+"mhistmc");
1737
1738
1739
1740 2003/04/24: Thomas Bretz
1741
1742 * macros/rootlogon.C:
1743 - added mimage
1744
1745 * macros/dohtml.C:
1746 - added mhistmc
1747 - added mimage
1748 - added status.C
1749
1750 * mfilter/MFCT1Supercuts.[h,cc]:
1751 - removed
1752
1753 * manalysis/MPadSchweizer.[h,cc]:
1754 - renamed arguments of SetHistograms to Mars style
1755 - removed default argument for SetHistograms (usage would result
1756 in a crash)
1757 - removed empty destructor
1758
1759 * mhistmc/MHMcTriggerLvl2.h:
1760 - removed the wrong f in GetHistf
1761
1762 * manalysis/MSigmabarParam.h:
1763 - added const qualifiers to getters
1764
1765 * mfileio/MWriteRootFile.[h,cc]:
1766 - fixed support for UPDATE
1767
1768 * mfilter/MFEnergySlope.cc:
1769 - cleaned
1770 - removed empty PostProcess
1771
1772 * mhist/MHCerPhotEvt.cc:
1773 - removed ratio from Fill
1774
1775 * mhist/MH.h:
1776 - fixed a bug in the overloading of DrawClone
1777
1778 * mimage/MHillasSrc.[h,cc], mimage/MHHillasSrc.[h,cc]:
1779 - like suggested by Wolfgang: removed Head-Tail
1780
1781 * mbase/MEvtLoop.cc:
1782 - fixed a bug in the progress bar update at the end of the loop
1783
1784
1785
1786 2003/04/24: Wolfgang Wittek
1787
1788 * mfilter/MFCT1SelFinal.cc
1789 - small correction in output
1790
1791 * mhistmc/MHMcCT1CollectionArea.cc
1792 - plot all 3 histograms in DrawClone()
1793
1794 * manalysis/MPadSchweizer.[h,cc]
1795 - cleanup as proposed by Thomas
1796 - new member function SetHistograms() to set the pointers to the
1797 histograms to be used in the padding
1798
1799
1800
1801 2003/04/24: Antonio Stamerra
1802
1803 * mhistmc/MHMcTriggerLvl2.[h,cc]
1804 - renamed some variable (hf->fHist)
1805 - added fHist*Norm and fFNorm in the destructor
1806
1807 * manalysis/MMcTriggerLvl2.[h,cc]
1808 - added CalcCompactPixel() public method
1809 - implemented CalcPseudoSize method (still under construction...)
1810 - added inline method SetNewCamera(), used in the costructor
1811 - renamed global variables pixels_in_cell->gsPixelsInCell
1812 and pixels_in_lut->gsPixelsInLut
1813 - added destructor
1814
1815
1816
1817 2003/04/23: Thomas Bretz
1818
1819 * mhist/MHCerPhotEvt.[h,cc]:
1820 - updated dox
1821
1822 * manalysis/MCT1SupercutsCalc.h, manalysis/MPadSchweizer.h:
1823 - ClassDef -> 0
1824
1825 * NEWS:
1826 - updated
1827
1828 * mfileio/MWriteRootFile.[hcc]:
1829 - fixed the missing function of UPDATE files
1830
1831 * mhist/MFillH.[h,cc]:
1832 - implemented fWeight
1833 - adapted StreamPrimitive
1834 - changed fCanvas to //!
1835 - changed class version umber from 1 to 2
1836
1837 * mhist/MH.[h,cc], mhist/MHAlphaEnergyTheta.[h,cc],
1838 mhist/MHAlphaEnergyTime.[h,cc], mhist/MHArray.[h,cc],
1839 mhist/MHBlindPixels.[h,cc], mhist/MHCompProb.[h,cc],
1840 mhist/MHEffOnTime.[h,cc], mhist/MHEffOnTimeTheta.[h,cc],
1841 mhist/MHEffOnTimeTime.[h,cc], mhist/MHEnergyTheta.[h,cc],
1842 mhist/MHFadcCam.[h,cc], mhist/MHFlux.[h,cc],
1843 mhist/MHGamma.[h,cc], mhist/MHHadronness.[h,cc],
1844 mhist/MHMatrix.[h,cc], mhist/MHRanForest.[h,cc],
1845 mhist/MHRanForestGini.[h,cc], mhist/MHSigmaPixel.[h,cc],
1846 mhist/MHSigmaTheta.[h,cc], mhist/MHSigmabarTheta.[h,cc],
1847 mhist/MHStarMap.[h,cc], mhist/MHThetabarTheta.[h,cc],
1848 mhist/MHThetabarTime.[h,cc], mhist/MHTimeDiffTheta.[h,cc],
1849 mhist/MHTimeDiffTime.[h,cc], mhistmc/MHMcCT1CollectionArea.[h,cc],
1850 mhistmc/MHMcEnergyImpact.[h,cc], mhistmc/MHMcEnergyMigration.[h,cc]
1851 mhistmc/MHMcTriggerLvl2.[h,cc], mimage/MHHillas.[h,cc],
1852 mimage/MHHillasExt.[h,cc], mimage/MHHillasSrc.[h,cc],
1853 mimage/MHNewImagePar.[h,cc]:
1854 - added second (weight) argument to Fill
1855 - in some headers: removed obvious virtual
1856 - removed some dummy Fill function (not necessary anymore)
1857
1858
1859
1860 2003/04/23: Abelardo Moralejo
1861
1862 * mhistmc/MHMcCT1CollectionArea.[h,cc]
1863 - Now the class inherits from MH instead of directly from
1864 MParContainer. Implemented SetupFill, so that the binning
1865 definitions are read from the parlist.
1866
1867 * mmontecarlo/MMcCT1CollectionAreaCalc.[h,cc]
1868 - Removed. This class was superfluous, since the same job
1869 can be done using MFillH.
1870
1871 * mmontecarlo/Makefile, MontecarloLinkDef.h
1872 - removed class MMcCT1CollectionAreaCalc.
1873
1874 * macros/CT1collarea.C
1875 - adapted to changes above.
1876
1877 * mmc/MMcRunHeader.[hxx,cxx], mmc/MMCEvt.[hxx,cxx]
1878 - added comment in class description about the definition of
1879 the azimuth angle phi in the MC classes.
1880
1881
1882 2003/04/23: Antonio Stamerra
1883
1884 * mfilter/MFEnergySlope.[h,cc]
1885 - added new filter class to select events according to a given
1886 energy slope
1887
1888 * mfilter/Makefile, mfilter/FilterLinkDef.h
1889 - modified accordingly (added MFEnergySlope)
1890
1891 * manalysis/MMcTriggerLvl2Calc.cc
1892 - removed call to the MHMcTriggerLvl2->Fill() in Process()
1893
1894 * macros/triglvl2.C
1895 - added example of the MFEnergySlope filter
1896 - added filling of histos from MHMcTriggerLvl2
1897
1898
1899 2003/04/22: Abelardo Moralejo
1900
1901 * mmontecarlo/Makefile, MontecarloLinkDef.h
1902 - added MMcEnergyEst
1903 - added necessary include directories.
1904
1905 * mmontecarlo/MMcEnergyEst.cc
1906 - added filterhadrons.SetHadronnessName(fHadronnessName) to
1907 inform the filter about the name of the hadronness container
1908 to be used in the cuts.
1909
1910 * mfilter/MFCT1SelFinal.[h,cc]
1911 - added the possibility to cut also in Dist.
1912
1913
1914
1915 2003/04/22: Thomas Bretz
1916
1917 * mhist/MHHadronness.[h,cc]:
1918 - changed to support MStatusDisplay
1919
1920 * manalysis/MApplyPadding.[h,cc]:
1921 - removed
1922
1923 * mhist/MHMcCT1CollectionArea.[h,cc],
1924 mhist/MHMcCollectionArea.[h,cc], mhist/MHMcDifRate.[h,cc],
1925 mhist/MHMcEfficiency.[h,cc], mhist/MHMcEfficiencyEnergy.[h,cc],
1926 mhist/MHMcEnergy.[h,cc], mhist/MHMcEnergyImpact.[h,cc],
1927 mhist/MHMcEnergyMigration.[h,cc], mhist/MHMcIntRate.[h,cc],
1928 mhist/MHMcRate.[h,cc], mhist/MHMcTriggerLvl2.[h,cc]:
1929 - moved to new directory mhistmc
1930
1931 * mhistmc, mhistmc/Makefile, mhistmc/HistMcLinkDef.h:
1932 - new
1933
1934 * mhist/Makefile, mhist/HistLinkDef.h:
1935 - removed MHMc*
1936
1937 * mhistmc/MHMcCollectionArea.[h,cc]:
1938 - changed to fit requirements of MStatusDisplay
1939
1940 * Makefile:
1941 - added mhistmc
1942
1943 * mmain/MStatusDisplay.cc:
1944 - SetNoContextMenu(Bool_t flag) removed default argument
1945
1946 * mmain/Makefile:
1947 - added -I../mhistmc
1948
1949 * mhist/MWeight.[h,cc]:
1950 - added
1951
1952 * mhist/HistLinkDef.h:
1953 - added MWeight
1954
1955 * mhist/MH.h:
1956 - removed some debugging stuff
1957
1958
1959
1960 2003/04/22: Abelardo Moralejo
1961
1962 * mmontecarlo/MMcEnergyMigration.[h,cc]
1963 - Removed. It was not necessary, since the same job can be done
1964 with the already existing task MFillH.
1965
1966 * mhist/MHMcEnergyMigration.h
1967 - Changed ClassDef(MHMcEnergyMigration, 0)
1968 to ClassDef(MHMcEnergyMigration, 1) to allow writing the
1969 histograms to disk.
1970
1971
1972
1973 2003/04/21: Thomas Bretz
1974
1975 * manalysis/MBlindPixels.h:
1976 - IsBlind -> const
1977
1978 * mhist/HistLinkDef.h, mhist/Makefile:
1979 - added MHBlindPixels
1980
1981 * mhist/MH.[h,cc]:
1982 - changed the two DrawClone functions to one.
1983
1984 * mhist/MHHadronness.[h,cc]:
1985 - changed to fit the requirements of MStatusDisplay
1986
1987 * mhist/MHMatrix.cc:
1988 - SetDirectory(NULL) for all histograms created
1989
1990 * mhist/MHSigmaTheta.cc:
1991 - removed fNpix (is already in MHHillas)
1992 - removed fBlindId (--> MHBlindPixels)
1993
1994 * mhist/MHBlindPixels.[h,cc]:
1995 - new
1996
1997 * macros/plot.C:
1998 - Added MStatusDisplay support
1999
2000 * macros/status.C:
2001 - added MHNewImagePar
2002 - added MHHadronness
2003
2004 * manalysis/MBlindPixelCalc.cc:
2005 - updated class reference
2006
2007 * meventdisp/MGCamDisplay.[h,cc]:
2008 - fixed
2009
2010 * meventdisp/MGEvtDisplay.cc:
2011 - changed function adding the tab
2012
2013 * mgui/MCamDisplay.cc, mhist/MHCerPhotEvt.cc:
2014 - as a preliminary solution removed inner pad
2015
2016 * mhist/MFillH.cc:
2017 - make sure canvas is updated correctly in PostProcess
2018
2019 * mhist/MH.cc:
2020 - changed DrawCopy(TH1, TH1) and Draw(TH1, TH1) to fit the new needs
2021 display the range correctly and exchanged the two stat boxes
2022
2023 * mhist/MH3.cc:
2024 - fixed a bug in the default constructor
2025 - removed DrawClone
2026 - updated Draw function
2027
2028 * mhist/MHMcIntRate.[h,cc], mhist/MHRanForest.[h,cc],
2029 mhist/MHRanForestGini.[h,cc], mhist/MHSigmaPixel.[h,cc],
2030 mhist/MHSigmaTheta.[h,cc], mhist/MHSigmabarTheta.[h,cc],
2031 mhist/MHThetabarTheta.[h,cc], mhist/MHThetabarTime.[h,cc],
2032 mhist/MHTimeDiffTheta.[h,cc], mhist/MHTimeDiffTime.[h,cc],
2033 mimage/MHNewImagePar.[h,cc]:
2034 - removed old DrawClone
2035 - updated Draw function
2036 - replaced some titles by latex titles in some classes
2037
2038 * mimage/MHNewImagePar.[h,cc], mimage/MNewImagePar.[h,cc]:
2039 - removed scaling stuff
2040
2041 * mmain/MStatusDisplay.cc:
2042 - fixed some minor bugs
2043
2044
2045
2046 2003/04/20: Thomas Bretz
2047
2048 * Makefile:
2049 - exchanged mbase and mmain
2050
2051 * Makefile.conf.general:
2052 - added MARSVER
2053
2054 * mars.cc:
2055 - use MARSVER
2056
2057 * macros/readMagic.C:
2058 - updated to work with the new MH-stuff
2059
2060 * macros/status.C:
2061 - added
2062
2063 * manalysis/MBlindPixelCalc.cc, manalysis/MCerPhotCalc.cc,
2064 manalysis/MMcPedestalCopy.ccm, manalysis/MMcPedestalNSBAdd.cc,
2065 mfileio/MReadMarsFile.cc, mimage/MHillasCalc.cc,
2066 mimage/MImgCleanStd.cc:
2067 - changed def. title
2068
2069 * manalysis/MCT1PointingCorrCalc.h:
2070 - minor change
2071
2072 * manalysis/MCerPhotEvt.[h,cc]:
2073 - don't use unused pixels for calculation of min/max
2074 - added Scale member function
2075
2076 * manalysis/MCerPhotPix.h:
2077 - added Scale inline function
2078
2079 * mbase/MEvtLoop.[h,cc], mbase/MParContainer.[h,cc],
2080 mbase/MParList.[h,cc], mbase/MTaskList.[h,cc],
2081 mfileio/MReadMarsFile.cc, mhist/MFillH.[h,cc]:
2082 - implemented use of fDisplay
2083
2084 * mbase/MParContainer.h:
2085 - Don't display name and class name if it is the same (GetDescriptor)
2086
2087 * meventdisp/MGCamDisplay.[h,cc]:
2088 - made working with new MH-stuff
2089
2090 * mfileio/Makefile:
2091 - added -I../mmain
2092
2093 * mgeom/MGeomCam.[h,cc]:
2094 - added Clone function
2095
2096 * mgeom/MGeomCamCT1.cc, mgeom/MGeomCamMagic.cc:
2097 - commented out informal output at constructor
2098
2099 * mgui/MCamDisplay.[h,cc], mhist/MHStarMap.[h,cc],
2100 mimage/MHH*.[h,cc]:
2101 - changed to be more root oriented
2102
2103 * mgui/MHexagon.cc:
2104 - small changes
2105
2106 * mgui/Makefile:
2107 - added mhist
2108
2109 * mhist/MH.[h,cc]:
2110 - changed to be more root oriented
2111 - removed border
2112 - added DrawClone
2113 - GetNewPad
2114
2115 * mhist/MH3.cc:
2116 - removed some strange debug output
2117
2118 * mhist/MHCerPhotEvt.[h,cc]:
2119 - fixed some bug
2120 - made working with fDisplay
2121
2122 * mhist/Makefile:
2123 - added mmain
2124
2125 * mmain/MProgressBar.cc:
2126 - fixed a typo
2127
2128 * mmain/MStatusDisplay.[h,cc]:
2129 - new implementation
2130
2131 * mmain/MainLinkDef.h, mmain/Makefile:
2132 - added MStatusDisplay
2133 - added MGMenu
2134
2135 * mmain/MGMenu.[h,cc]:
2136 - added
2137
2138
2139
2140 2003/04/19: Abelardo Moralejo
2141
2142 * mmontecarlo/MMcEnergyEst.[h,cc]
2143 - Added. Contains routine for optimization of parameters of
2144 energy estimator.
2145
2146 * mmontecarlo/MMcEnergyMigration.[h,cc]
2147 - Added. Task to fill the energy migration matrix histograms
2148 contained in class MHMcEnergyMigration.
2149
2150
2151
2152 2003/04/17: Wolfgang Wittek
2153
2154 * mhist/MBinning.[h,cc]
2155 - replace for (int i=1; i<fEdges.GetSize()-1; i++)
2156 by for (int i=1; i<fEdges.GetSize(); i++)
2157
2158
2159
2160 2003/04/17: Wolfgang Wittek
2161
2162 * mfileio/MCT1ReadPreProc.cc
2163 - removed : if (theta > pi/2) continue;
2164 otherwise get inconsistency between no.of read events
2165 and no.of events after filter
2166 - write into MCerPhotEvt also pixels with zero no. of photons
2167
2168 * manalysis/MSigmabar.cc
2169 - correct wrong argument in call to memset
2170
2171 * manalysis/MPadSchweizer.cc
2172 - pad also pixels with zero no.of photons
2173
2174 * mhist/MHSigmaTheta.[h,cc]
2175 - add plot of no.of used pixels in MCerPhotEvt
2176 - add plot of Id of blind pixel
2177
2178
2179
2180 2003/04/14: Wolfgang Wittek
2181
2182 * manalysis/Makefile
2183 AnalysisLinkDef.h
2184 - MNewImagePar and MNewImageParCalc removed
2185
2186
2187
2188
2189 2003/04/12: Thomas Bretz
2190
2191 * mmain/MStatusDisplay.[h,cc]:
2192 - added
2193
2194 * manalysis/MPadding.[h,cc]:
2195 - simplified includes
2196 - changed some code (discussed with Robert)
2197 - fixed comments in header
2198 - changed ClassDef to 0
2199 - changed output to Mars style
2200 - fixed the memory leak of fHSigmabarMax
2201 - replaced TRandom by gRandom
2202 - removed usage of ->operator
2203
2204 * manalysis/MApplyPadding.[h,cc]:
2205 - replaced fRnd by gRandom
2206 - used MH::SetBinning
2207 - use telescope theta instead of theta
2208 - removed usage of ->operator
2209 - removed PostProcess
2210
2211 * manalysis/MPadSchweizer.cc:
2212 - fixed outputs in PreProcess
2213
2214 * manalysis/MSigmabar.[h,cc]:
2215 - added Reset member function
2216 - usage of memset
2217 - don't skip NumPhotons==0
2218 - changes discussed with Robert
2219 - small simplifications in loops
2220 - some fixes to the output
2221
2222 * manalysis/MSigmabarCalc.[h,cc]:
2223 - fixed outputs
2224 - some small simplifications
2225 - moved test for theta<120deg to MCT1ReadPreProc
2226
2227 * mfileio/MCT1ReadPreProc.[h,cc]:
2228 - skip events with theta>90deg
2229
2230 * mhist/MHSigmaPixel.[h,cc]:
2231 - fixes to the screen output
2232 - simplified usage of MBinning
2233
2234 * mhist/MHSigmaTheta.[h,cc]:
2235 - fixes to the screen output
2236 - simplified usage of MBinning
2237 - lower cased upper case local variables
2238 - removed DrawClone from Finalize (call from macro or executable)
2239
2240 * mhist/MHSigmabarTheta.[h,cc]:
2241 - fixes to the screen output
2242
2243 * mhist/MHStarMap.cc:
2244 - added some const qualifiers
2245
2246 * mhist/MHHadronnes.cc:
2247 - removed output of function name in Finalize because this
2248 information is already available on the screen.
2249
2250 * manalysis/MCT1PointingCorrCalc.h:
2251 - changed ClassDef to 0
2252 - removed empty PostProcess
2253 - fixes to the screen output in PreProcess
2254 - changed the order of the arguments in the constructor
2255 (name, title to the end)
2256
2257 * manalysis/MMultiDimDistCalc.cc:
2258 - added two const qualifiers
2259
2260 * mtemp/MObservatory.cc:
2261 - changed Magic1 coordinates to CT1 GPS.
2262
2263
2264
2265 2003/04/12: Wolfgang Wittek
2266
2267 * manalysis/MCT1PointingCorrCalc.[h,cc]
2268 - replaces MPointingCorr.[h,cc]
2269
2270 * manalysis/AnalysisLinkDef.h
2271 Makefile
2272
2273 * mbase/MFilter.h
2274 - set ClassDef(MFilter,1)
2275
2276 * mhist/MHHadronness.[h,cc]
2277 - improve warning printout
2278
2279 * mhist/MHMatrix.[h,cc]
2280 - type of 3rd argument of member function Fill
2281 changed from 'MF' to 'MFilter'
2282
2283
2284
2285 2003/04/11: Thomas Bretz
2286
2287 * macros/readMagic.C:
2288 - replaced GetEventNum by GetNumEntry
2289
2290 * manalysis/MCT1SupercutsCalc.cc:
2291 - fixed constructor (no default for fHadronnessName)
2292 - missing fHadronness->SetReadyToSave added
2293
2294 * manalysis/MMultiDimDistCalc.cc:
2295 - missing fHadronness->SetReadyToSave added
2296
2297 * manalysis/MParameters.cc:
2298 - changed title
2299
2300 * mfilter/MFCT1SelFinal.h:
2301 - set ClassDef to 0
2302
2303 * mimage/Makefile:
2304 - fixed a typo
2305
2306 * mraw/MRawEvtData.cc:
2307 - fixed Pixel assignment (i->ipos, fPosInArray++)
2308
2309
2310
2311 2003/04/10: Thomas Bretz
2312
2313 * mbase/MContinue.[h,cc]:
2314 - changed, so that also a filter given as a pointer is added to
2315 the tasklist automatically
2316 - added SetInverted
2317 - added IsInverted
2318
2319 * mbase/MTaskList.[h,cc]:
2320 - added RemoveFromList-function
2321
2322 * merpp.cc:
2323 - fixed typo
2324
2325 * mbase/MFilter.[h,cc]:
2326 - removed unnecessary base functions for Pre//PostProcess
2327 - added SetInverted
2328 - added IsInverted
2329
2330 * mbase/MTask.cc, mfileio/MCT1ReadPreProc.cc, mfileio/MReadTree.cc,
2331 mfilter/MF.cc, mfilter/MFilterList.cc
2332 - implemented IsConditionalTrue to support inverted filters
2333
2334 * mhist/MHHadronness.cc:
2335 - removed unnecessary check
2336
2337 * meventdisp/MGFadcDisp.cc:
2338 - remove all IDs in listbox
2339 - add entries sorted
2340
2341 * manalysis/MImgCleanStd.[h,cc], manalysis/MCameraSmooth.[h,cc],
2342 manalysis/MHillas.[h,cc], manalysis/MHillasSrc.[h,cc],
2343 manalysis/MHillasSrc.[h,cc], manalysis/MHillasCalc.[h,cc],
2344 manalysis/MNewImagePar.[h,cc], manalysis/MNewImageParCalc.[h,cc],
2345 mhist/MHHillas.[h,cc], mhist/MHHillasSrc.[h,cc],
2346 mhist/MHHillasExt.[h,cc], mhist/MHNewImagePar.[h,cc]:
2347 - moved to new directory mimage
2348
2349 * mimage/Makefile, mimage/ImageLinkDef.h, mimage/ImageIncl.h:
2350 - new
2351
2352 * Makefile:
2353 - added mimage
2354
2355 * manalysis/AnalysisLinkDef.h, manalysis/Makefile
2356 mhist/HistLinkDef.h, mhist/Makefile:
2357 - removed moved files
2358
2359 * manalysis/Makefile, manalysis/AnalysisLinkDef.h,
2360 mhist/Makefile, mhist/AnalysisLinkDef.h, mmain/Makefile,
2361 mfilter/Makefile, meventdisp/Makefile, mgui/Makefile:
2362 - adapted
2363
2364
2365
2366 2003/04/09: Thomas Bretz
2367
2368 * manalysis/MCT1SupercutsCalc.[h,cc]:
2369 - moved last changes from MFCT1Supercuts to MCT1SupercutsCalc
2370
2371 * mhist/MHMcTriggerLvl2.[h,cc]:
2372 - fixed a warning
2373 - removed global variables
2374
2375
2376
2377 2003/04/09: Abelardo Moralejo
2378
2379 * manalysis/MHillasSrc.cc
2380 - changed comment about meaning of fCosDeltaAlpha
2381
2382
2383
2384 2003/04/08: Thomas Hengstebeck
2385
2386 * mhist/MHRanForest.cc, mhist/MHRanForestGini.cc
2387 - removed gStyle->SetOptStat(10), gStyle settings should be
2388 done by the user himself
2389
2390
2391
2392 2003/04/08: Abelardo Moralejo
2393
2394 * manalysis/MImgCleanStd.cc
2395 - Fixed "democratic" cleaning: now tail cut is proportional
2396 to pixel area instead of pixel radius as (erroneously) was
2397 before.
2398
2399 * NEWS
2400 - Changed comment on image cleaning.
2401
2402
2403
2404 2003/04/08: Thomas Bretz
2405
2406 * mhist/MHHadronness.cc:
2407 - no check for sump==0 and sumg==0 in loop necessary anymore
2408
2409 * Changelog, Changelog.02:
2410 - moved everything before 1/2003 to Changelog.02
2411
2412
2413
2414 2003/04/08: Wolfgang Wittek
2415
2416 * mfilter/MFCT1SelFinal.[h,cc]
2417 - add new member function SetHadronnessName()
2418
2419 * mhist/MHHadronness.[h,cc]
2420 - reset to SetOptStat(111100)
2421 - correct acceptance
2422
2423 * manalysis/MMultiDimDistCalc.[h,cc]
2424 - swap arguments in FindCreateObj
2425
2426
2427
2428 2003/04/08: Nicola Galante and Antonio Stamerra
2429
2430 * mhist/MHMcTriggerLvl2.[h,cc]
2431 - New class added (histograms for the MMcTriggerLvl2 class)
2432
2433 * mhist/Makefile
2434 - Added MHMcTrigggerLvl2 in SRCFILES
2435
2436 * manalysis/Makefile
2437 - Reintroduced MMcTriggerLvl2 and MMcTriggerLvl2Calc
2438 (they were removed!!)
2439
2440 * manalysis/MMcTriggerLvl2.h
2441 - 'const' added in inline functions Get****
2442
2443 * manalysis/MMcTriggerLvl2Calc.cc
2444 - added call to Fill method of MHMcTriggerLvl2
2445
2446 * macros/triglvl2.C
2447 - updated to have histograms with MHMcTriggerLvl2
2448
2449 * macros/dohtml.C
2450 - added triglvl2.C
2451
2452 * NEWS
2453 - new comment on L2T selection classes
2454
2455 2003/04/08: Wolfgang Wittek
2456
2457 * mfilter/Makefile
2458 FilterLinkDef.h
2459 - MFCT1Supercuts removed
2460
2461 * manalysis/MMultiDimDistCalc.h
2462 - set ClassDef(MMultiDimDistCalc,1)
2463
2464 * manalysis/MCT1SupercutsCalc.[h,cc]
2465 - new; replaces MFCT1Supercuts in mfilter
2466
2467 * manalysis/Makefile
2468 AnalysisLinkDef.h
2469
2470
2471
2472 2003/04/07: Thomas Bretz
2473
2474 * Makefile:
2475 - changed order
2476
2477 * manalysis/MMultiDimDistCalc.[h,cc]:
2478 - fixed default title
2479 - simplified code
2480 - added fHadronnessName
2481
2482 * manalysis/MRanForestCalc.[h,cc]:
2483 - added fHadronnessName
2484
2485 * mbase/MAGIC.h:
2486 - fixed a bug with rootcint
2487
2488 * meventdisp/MGFadcDisp.cc:
2489 - fixed a variable name
2490
2491 * mhist/MHHadronness.cc:
2492 - removed many old comments
2493 - simplified some code
2494 - uses argument in Fill now
2495
2496 * mmain/MMonteCarlo.cc:
2497 - some code simplification
2498 - fixed a warning
2499
2500 * macros/dohtml.C:
2501 - added testenv.C
2502
2503 * readraw.cc:
2504 - simplified
2505
2506 * mraw/MRawEvtData.cc:
2507 - fixed a bug in the draw function (the drawn pixel has not been the
2508 one with the given Id, but simply the i-th entry in the array)
2509
2510 * mfilter/MFCT1Supercuts.[h,cc]:
2511 - changed naming style of variables
2512 - changes array access
2513
2514 * mhist/MHFadcCam.[h,cc]:
2515 - added HasHi
2516 - added Exists
2517
2518 * mmain/MDataCheck.cc:
2519 - removed unimplemented buttons
2520
2521 * mdatacheck/MGDisplayAdc.[h,cc]:
2522 - tried to implement some unimplemented buttons
2523 - don't display non existing (empty) histograms in list
2524
2525
2526
2527 2003/04/04: Thomas Bretz
2528
2529 * mtools/MagicReversi.[h,cc]:
2530 - added support for Number of Players
2531 - added instructions
2532 - added support for Esc key
2533
2534 * mbase/MAGIC.h:
2535 - added version check to MAGIC.h
2536
2537
2538
2539 2003/04/04: Wolfgang Wittek
2540
2541 * mfilter/Makefile
2542 /FilterLinkDef.h
2543 - added MFCT1SelBasic, MFCT1SelStandard, MFCT1SelFinal,
2544 MFCT1Supercuts
2545
2546 * mfilter/MFCT1SelBasic.[h,cc]
2547 /MFCT1SelStandard.[h,cc]
2548 /MFCT1SelFinal.[h,cc]
2549 - new; they replace manalysis/MSelBasic.[h,cc]
2550 /MSelStandard.[h,cc]
2551 /MSelFinal.[h,cc]
2552
2553 * mfilter/MFCT1Supercuts.[h,cc]
2554 - new (supercuts from Daniel for CT1 Mkn421 2001 data)
2555
2556 * manalysis/MSelBasic.[h,cc]
2557 /MSelStandard.[h,cc]
2558 /MSelFinal.[h,cc]
2559 - deleted
2560
2561 * manalysis/Makefile
2562 AnalysisLinkDef.h
2563 - MSelBasic, MSelStandard, MSelFinal removed
2564
2565 * mfileio/MCT1ReadPreProc.[h,cc]
2566 - smeare theta only for MC events
2567
2568 // The following is not yet commited !!!!!!!!!!!!!
2569 * Mars/Makefile
2570 - in SUBDIRS put mfilter before manalysis
2571 (otherwise get link error)
2572
2573
2574
2575 2003/04/03: Abelardo Moralejo
2576
2577 * mmontecarlo/MMcTriggerRateCalc.cc:
2578 - added #include <math.h> for compilation on alpha (otherwise
2579 floor() is unkown)
2580
2581
2582
2583 2003/04/03: Thomas Bretz
2584
2585 * macros/testenv.C:
2586 - added
2587
2588 * mbase/MEvtLopp.cc, mbase/MParContainer.[h,cc],
2589 mbase/MParList.cc, mbase/MTaskList.cc:
2590 - changed the stuff for reading steering card - didn't really
2591 work like expected
2592
2593 * mhist/MHMatrix.cc, mfileio/MRead.cc, manalysis/MImgCleanStd.cc:
2594 - adapted ReadEnv
2595
2596 * mhist/MHMatrix.[h,cc]:
2597 - added ReadEnv
2598
2599 * mfileio/MCT1ReadPreProc.[h,cc]:
2600 - base SmearTheta on new FindLoEndge
2601 - simplified
2602
2603 * mhist/MBinning.h:
2604 - added FindBinLoEdge
2605 - added FindBinHiEdge
2606
2607 * mdata/MDataArray.[h,cc]:
2608 - added Clear
2609 - added Delete
2610
2611 * mbase/MEvtLoop.cc:
2612 - added output of the name
2613
2614 * mbase/MLog.[h,cc]:
2615 - don't use any pthread stuff if _REENTRANT is not defined
2616
2617 * mfileio/MRead.cc, mhist/MHMatrix.cc:
2618 - fixed waring for unreachable statement
2619
2620 * mhist/MHArray.cc:
2621 - fixed: redifinition of default argument
2622
2623
2624
2625
2626 2003/04/02: Abelardo Moralejo
2627
2628 * mmc/MMcTrigHeader.hxx
2629 - added threshold>0 check in the calculation of
2630 GetMeanThreshold
2631
2632 * mmontecarlo/MMcTriggerRateCalc.cc
2633 - The check of the MC spectral index value is now done by
2634 comparing integers instead of real numbers.
2635 - Found out with GREAT surprise that the graphical output
2636 has been completely commented out by someone(?) because it
2637 produced a memory leak. Also the function comment did not
2638 match the rules (my fault; is it correct now?) This commenting
2639 out has not been logged to this file, as far as I can see. This
2640 is rather unkind, I thought that when somebody finds some bug or
2641 messy code, he should either correct and commit it (and log the
2642 change here) and/or inform the author of the mistake to correct
2643 it. Please try to do so in the future instead of simply
2644 commenting out useful code!
2645
2646 * mdata/MDataValue.h
2647 - added default constructor (otherwise, no constant values
2648 can be used in the parameters used in the random forest
2649 separation)
2650
2651
2652
2653
2654 2003/04/02: Wolfgang Wittek
2655
2656 * mfileio/Makefile
2657 - mhist added, because MBinning is used in MCT1ReadPreproc
2658
2659 * mfileio/MCT1ReadPreProc.[h,cc]
2660 - new member function SmearTheta
2661 - store smeared Theta in MMcEvt::fTelescopeTheta
2662 store original Theta in MParameterD container "ThetaOrig"
2663 store fhourangle in MParameterD container "HourAngle"
2664
2665 * manalysis/MPointingCorr.[h,cc]
2666 - get hour angle from ParameterD container "HourAngle"
2667
2668 * manalysis/MSelBasic.[h,cc]
2669 MSelStandard.[h,cc]
2670 MSelFinal.[h,cc]
2671 - new member functions SetCuts()
2672
2673
2674
2675 2003/04/01: Abelardo Moralejo
2676
2677 * macros/CT1EnergyEst.C
2678 - added argument (maximum dist parameter), changed (reduced) output
2679 histograms, added writing to (and reading from) a file the energy
2680 estimation parameters and the histograms. Added comments.
2681
2682 * manalysis/MEnergyEstParam.[h,cc]
2683 - added member function GetCoeff. Changed comment.
2684
2685
2686
2687 2003/03/31: Thomas Bretz
2688
2689 * manalysis/MParameters.[h,cc]:
2690 - added
2691
2692 * manalysis/AnalysisLinkDef.h, manalysis/Makefile:
2693 - added MParameters, MParameterD, MParameterI
2694
2695 * mhist/MHArray.[h,cc]:
2696 - added default constructor
2697 - added Set-function
2698 - added Init function
2699 - moved code from constructors to Set and Init
2700
2701 * Makefile.conf.linux:
2702 - removed -fno-rtti to make it compatible with root 3.04.02
2703
2704 * NEWS:
2705 - changed
2706
2707 * manalysis/MImgCleanStd.[h,cc]:
2708 - added SetLvl1
2709 - added SetLvl2
2710 - added ReadEnv
2711
2712 * manalysis/MNewImagePar.[h,cc]:
2713 - removed unnecessary fHillas data member
2714 - removed unnecessary fSrcPos data member
2715 - removed unnecessary Set/GetSrcPos
2716
2717 * manalysis/MNewImageParCalc.[h,cc]:
2718 - removed unnecessary SetSrcPos
2719 - removed const-qualifier from fGeomCam, fCerPhotEvt
2720 (trouble with root 3.02/06)
2721
2722 * manalysis/MRanForest.cc:
2723 - changed cout-output
2724
2725 * manalysis/MSigmabar.cc:
2726 - changed Area to area (local variable)
2727
2728 * mbase/MEvtLoop.[h,cc]:
2729 - added evtloop name to constructor (default=Evtloop)
2730 - adapted StreamPrimitive
2731 - added ReadEnv
2732 - added WriteEnv
2733
2734 * mbase/MParContainer.[h,cc]:
2735 - removed TROOT.h
2736 - fixed const-qualifier for Copy-function for root>3.04.01
2737 - added ReadEnv
2738 - added WriteEnv
2739 - added IsEnvDefined
2740 - added GetEnvValue
2741
2742 * mbase/MParList.[h,cc], mbase/MTaskList.[h,cc]:
2743 - added ReadEnv
2744 - added WriteEnv
2745
2746 * mfileio/MCT1ReadAscii.[h,cc], mfileio/MCT1ReadPreProc.[h,cc]:
2747 - changed AddFile declaration to declaration in MRead
2748 - added return value to AddFile
2749
2750 * mfileio/MRead.[h,cc]:
2751 - added template for AddFile
2752 - added ReadEnv
2753
2754 * mgui/MHexagon.[h,cc]:
2755 - fixed const-qualifier for Copy-function for root>3.04.01
2756
2757 * mhist/MH.cc:
2758 - fixed the FindGoodLimit stuff for root> 3.04.01
2759
2760 * mhist/MHRanForest.[h,cc], mhist/MHRanForestGini.[h,cc]:
2761 - removed unnecessary casts
2762 - fixed a copilation error with root 3.04.01 (kFullDotlarge
2763 doesn't exist)
2764 - removed second Draw (one should not add something twice to
2765 the pad)
2766
2767 * mmontecarlo/MMcTriggerRateCalc.cc:
2768 - changes to the header
2769 - changes to the fLog stuff
2770 - added a cast to get rid of a warning
2771
2772 * mtools/Makefile, mtools/ToolsLinkDef.h:
2773 - added MagicReversi
2774
2775 * mtools/MagicRevers.[h,cc]:
2776 - added
2777
2778
2779
2780 2003/03/28: Thomas Bretz
2781
2782 * mbase/MParContainer.h:
2783 - added kEnableGraphicalOutput
2784 - added EnableGraphicalOutput
2785 - added IsGraphicalOutputEnabled
2786
2787 * mbase/MParList.h:
2788 - changed BIT(15) to BIT(17)
2789
2790 * mhist/MH.[h,cc]:
2791 - SetBinning(TH1*, TH1*) --> SetBinning(TH1*, const TH1*)
2792
2793 * mhist/MH3.h:
2794 - changed BIT(15) to BIT(17)
2795 - changed BIT(16) to BIT(18)
2796 - changed BIT(17) to BIT(19)
2797
2798 * mhist/MHMatrix.[h,cc]:
2799 - added DrawDefRefInfo
2800 - added CopyCrop
2801 - added GetRandomArrayI
2802 - changed DefRefMatrix to support the above
2803 - fixed a bug in DefRefMatrix (evtcount2 in the last loop
2804 instead of evtcount1)
2805 - Don't do anything in the finalization if the matrix has the correct
2806 dimensions
2807 - fixed comment of DefRefMatrix
2808 - changed number of first column from 1 to 0
2809 - changed BIT(16) to BIT(17)
2810
2811
2812
2813 2003/03/28: Wolfgang Wittek
2814
2815 * mhist/MHMatrix.cc
2816 - DefRefMatrix: if nmaxevts>fM.GetNrows() set
2817 nmaxevts = fM.GetNrows()
2818
2819 * manalysis/MSelBasic.[h,cc]
2820 - better output
2821
2822 * manalysis/MSelStandard.[h,cc]
2823 - different cut in DIST
2824
2825 * mfileio/MCT1ReadPreProc.[h,cc]
2826 - store hour angle in variable fOtherCphFraction
2827
2828 * manalysis/MHillasSrcCalc.h
2829 - replace in 'SetInput' fHillasName = hilname;
2830 by fHillasInput = hilname;
2831
2832 * manalysis/MNewImagePar.[h,cc]
2833 /MNewImageParCalc.[h,cc]
2834 - new; calculates new image parameters
2835
2836 * mhist/MHNewImagePar.[h,cc]
2837 - new; plots new image parameters
2838
2839 * manalysis/AnalysisLinkDef.h
2840 manalysis/Makefile
2841
2842 * mhist/HistLinkDef.h
2843 mhist/Makefile
2844
2845
2846
2847 2003/03/27: Thomas Hengstebeck
2848
2849 * manalysis/MRanForest.[h,cc]
2850 - allocation of TObjArray fForest moved to constructor.
2851 - use of gRandom
2852
2853 * manalysis/MRanTree.[h,cc]
2854 - use of gRandom
2855
2856 * macros/RanForest.C
2857 - gRandom initialized as TRandom3 object.
2858
2859
2860
2861 2003/03/25: Abelardo Moralejo
2862
2863 * macros/mergecamera.C
2864 - added warning to prevent dangerous misuse of this macro.
2865
2866
2867
2868 2003/03/25: Wolfgang Wittek
2869
2870 * mhist/MHStarMap.[h,cc]
2871 - use constant step size along the main axis of the ellipse
2872
2873 * manalysis/MPointingCorr.[h,cc]
2874 - new class for calculating the pointing correction
2875
2876 * mmc/MMcEvt.hxx
2877 - add GetOtherCphFraction()
2878
2879 * manalysis/Makefile
2880
2881 * manalysis/AnalysisLinkDef.h
2882
2883
2884
2885 2003/03/24: Abelardo Moralejo
2886
2887 * manalysis/MEnergyEstParam.cc
2888 - now energy estimation (for CT1) is done using the same model
2889 as in D.Krannich's thesis.
2890
2891
2892
2893 2003/03/24: Thomas Bretz
2894
2895 * manalysis/MHillasSrcCalc.[h,cc]:
2896 - removed last argument in constructor, replaced by SetInput
2897
2898 * mfilter/MFEventSelector.[h,cc]:
2899 - removed unnecessary last argument
2900
2901
2902
2903 2003/03/21: Thomas Hengstebeck
2904
2905 * manalysis/MRanTree.[h,cc]
2906 - new; parameter container to store a single random tree
2907
2908 * manalysis/MRanForest.[h,cc]
2909 - new; parameter container to store complete forest
2910
2911 * manalysis/MRanForestGrow.[h,cc]
2912 - new; task to grow trees (training)
2913
2914 * manalysis/MRanForestCalc.[h,cc]
2915 - new; task to calculate hadronness using random forest
2916
2917 * manalysis/MRanForestFill.[h,cc]
2918 - new; task to read in the trees of the random forest
2919
2920 * manalysis/Makefile, manalysis/HistLinkDef.h:
2921 - added MRanTree, MRanForest, MRanForestGrow, MRanForestCalc,
2922 MRanForestFill
2923
2924 * mhist/MHRanForest.[h,cc]
2925 - new; histogram showing variance of estimated hadronness as
2926 function of no. of combined trees
2927
2928 * mhist/MHRanForestGini.[h,cc]
2929 - new; histogram showing mean decrease in Gini-index as function
2930 of RF-input-parameters
2931
2932 * mhist/Makefile, mhist/HistLinkDef.h:
2933 - added MHRanForest, MHRanForestHillas
2934
2935 * macros/RanForest.C
2936 - new; g/h-separation by Random Forest-method
2937
2938 * macros/RanForest2.C
2939 - new; reading in saved random forest (using MRanForestFill)
2940
2941
2942
2943 2003/03/21: Abelardo Moralejo
2944
2945 * mhist/MHMatrix.[h,cc]:
2946 - Added third argument (a filter) to the second instantiation
2947 of the Fill procedure.
2948
2949 * macros/CT1EnergyEst.C:
2950 - Example of the parameter calculation and use of the energy
2951 estimation method for CT1.
2952
2953
2954
2955 2003/03/21: Thomas Bretz
2956
2957 * manalysis/MEnergyEstParam.[h,cc]
2958 - Added StopMapping and Print functions.
2959
2960 * manalysis/MSel*.h:
2961 - set default for HilName to MHillas
2962 - set default for HilNameSrc to MHillasSrc
2963
2964 * mfileio/MCT1ReadPreProc.[h,cc]:
2965 - do not flood the output with all events from the first run
2966 - output meaningfull text instead of variable names
2967 - removed a 'goto'!
2968 - changed savePedRMS according to the coding conventions to
2969 fPedRMS and the array of fixed size to a TArrayF
2970
2971 * mbase/MEvtLoop.cc:
2972 - added a events counter which counts the real number of
2973 processed events.
2974
2975 * mdata/MDataChain.[h,cc]:
2976 - implemented random numbers
2977 - implemented a conversion from degrees to radians and vice versa
2978
2979
2980
2981 2003/03/20: Thomas Bretz
2982
2983 * mfilter/MF.[h,cc]:
2984 - changed fFilter (already used in base class MTask) to fF
2985
2986
2987
2988 2003/03/19: Abelardo Moralejo
2989
2990 * macros/CT1collarea.C:
2991 - Added filter to cut in hadronness (now available in new version
2992 of root CT1 Monte Carlo file from Wolfgang).
2993
2994
2995
2996 2003/03/19: Robert Wagner
2997
2998 * mhist/MH3.cc:
2999 - changed MH3::New() such that constructor according to Thomas'
3000 previous changes is supported
3001
3002
3003
3004 2003/03/19: Thomas Bretz
3005
3006 * mhist/MH3.[h,cc]:
3007 - changed default constructor to support different dimensions
3008
3009 * mhist/MHArray.[h,cc]:
3010 - added AddHistogram
3011
3012 * meventdisp/MGEvtDisplay.cc, mfileio/MReadTree.[h,cc],
3013 meventdisp/MReadMarsFile.cc:
3014 - changed MReadTree::GetEventNum to MReadTree::GetNumEntry
3015
3016 * macros/estfit.C:
3017 - adopted to new MChisqEval
3018
3019 * mtools/MChisqEval.[h,cc]:
3020 - added
3021
3022 * mtools/Makefile, mtools/ToolsLinkDef.h:
3023 - added MChisqEval
3024
3025 * manalysis/MEnergyEstParam.[h,cc]:
3026 - slight changes
3027
3028 * mfileio/MCT1ReadPreProc.cc:
3029 - changed name to MRead
3030
3031
3032
3033 2003/03/18: Thomas Bretz
3034
3035 * mfileio/MReadTree.cc:
3036 - fixed a bug in the AddFile function
3037
3038 * mhist/MHMatrix.[h,cc]:
3039 - implemented a request of Th. Hengstebeck: Let DefRefMatrix
3040 return the 'unused' events
3041
3042
3043
3044 2003/03/18: Abelardo Moralejo
3045
3046 * mhist/MHMcCT1CollectionArea.[h,cc]
3047 - Added arguments in constructor: number of bins and ranges of the
3048 x-axis (energy) of the 2-d histograms. Changed type of binning:
3049 now the x-axis is log10(energy) and bins have equal width.
3050
3051 * macros/CT1collarea.C
3052 - The MHMcCT1CollectionArea object is now created and added to the
3053 parlist so that we can choose the binning. Changed the way
3054 histograms are written to the output file.
3055
3056
3057
3058 2003/03/13: Abelardo moralejo
3059
3060 * mhist/MHMcCT1CollectionArea.[h,cc]
3061 - Added for calculations of collection area for CT1.Contains three
3062 2-d histograms with axis energy vs theta angle: one histogram for
3063 all events, one for analyzed events, one for the collection area.
3064
3065 * mmontecarlo/MMcCT1CollectionAreaCalc.[h,cc]
3066 - Added for the same reason.
3067
3068 * macros/CT1collarea.C
3069 - Uses the above classes
3070
3071
3072
3073 2003/03/12: Abelardo Moralejo
3074
3075 * macros/mergecamera.C
3076 - Added. Merges several MC camera output files into a single file.
3077
3078
3079
3080 2003/03/08: Wolfgang Wittek
3081
3082 * macros/AnalyseCT1.C
3083 - for the CT1 data analysis
3084
3085 * mhist/MHMatrix.[h,cc]
3086 - let refcolumn start at 1 (not at 0)
3087
3088 * mhist/MHSigmaTheta.[h,cc]
3089 - Draw replaced by DrawCopy
3090 - add SetDirectory(NULL)
3091
3092 * manalysis/MSelBasic.[h,cc]
3093 MSelStandard.[h,cc]
3094 MSelFinal.[h,cc]
3095 - more detailed output for errors
3096 - bugs removed
3097
3098 * manalysis/MPadSchweizer.[h,cc]
3099 - add SetDirectory(NULL)
3100 - add fErrors
3101
3102 * mfilter/MFEventSelector.[h,cc]
3103 - add fErrors
3104
3105 * manalysis/MMultiDimDistCalc.[h,cc]
3106 - check division by zero
3107
3108 * mhist/MHHadronness.[h,cc]
3109 - check division by zero
3110 - normalize distributions of hadronness
3111
3112 * mfileio/MCT1ReadPreProc.[h,cc]
3113 - add event number (event.isecs_since_midday)
3114 - change definition of "fIsMcFile",
3115 because outpars.bmontecarlo is set wrongly sometimes
3116 - copy pedestalRMS for each event from the header information
3117 - check for the presence of a footer record even after reading
3118 a run header
3119
3120 * mmc/MMcEvt.[hxx,cxx]:
3121 - add GetEvtNumber()
3122
3123
3124
3125 2003/02/27: Abelardo Moralejo
3126
3127 * mmontecarlo/MMcTriggerRateCalc.cc:
3128 - Fixed: MMCTrigHeader could not be found in the case of camera
3129 files containing single trigger condition.
3130
3131 * macros/trigrate.C
3132 - no plot is made in the case of single trigger condition.
3133
3134 * mhist/MHMcRate.[h,cc]
3135 - Added member fTriggerCondNum to keep track of what trigger
3136 condition corresponds to each MHMcRate object, for the case of
3137 files with more than one condition (when running camera in
3138 trigger_loop mode). Added also Set and Get procedures for nre
3139 member.
3140
3141 * mmain/MMonteCarlo.cc
3142 - Fixed bug: matrix BgR was created with dimension "dim", a number
3143 which can be negative. Put "num" instead of "dim".
3144
3145
3146
3147 2003/02/25: Thomas Bretz
3148
3149 * mbase/MParContainer.cc:
3150 - small simplification for Cosy
3151
3152 * mbase/MLog.cc:
3153 - allow a maximum of 1000 lines in the gui
3154
3155
3156
3157 2003/02/25: Abelardo Moralejo
3158
3159 * mmontecarlo/MMcTriggerRateCalc.[h,cc]
3160 - Added axis labels in graphic output
3161 - Added Get function for rate histograms
3162
3163 * macros/trigrate.C
3164 - Added output file with rate histograms
3165
3166
3167
3168 2003/02/24: Abelardo Moralejo
3169
3170 * mmontecarlo/MMcTriggerRateCalc.[h,cc]
3171 - Fixed mistake when analysing camera files containing all
3172 events (including non-triggers): fShowers was always zero.
3173 - Added reading of MMcTrigHeaders in ReInit
3174 - Added procedure Draw for graphics output: rate versus
3175 discriminator threshold (useful for camera files with several
3176 trigger conditions).
3177
3178 * macros/trigrate.C
3179 - Added some explanations. Style improvements in function
3180 GetNSBEvents. Added call to MMcTriggerRateCalc::Draw
3181
3182 * mhist/MHMcRate.[h,cc]
3183 - Added GetTriggerRate() and GetTriggerRateError()
3184 - Added members fMultiplicity and fMeanThreshold, with their
3185 corresponding Set and Get functions
3186 - Added info on discriminator threshold and L1 trigger
3187 multiplicity on the printout.
3188
3189 * mmc/MMcTrigHeader.hxx
3190 - Added GetMultiplicity() and GetMeanThreshold()
3191
3192
3193 2003/02/22: Wolfgang Wittek
3194
3195 * mhist/Makefile
3196 - MHSigmaTheta added
3197
3198 * mhist/HistLinkDef.h
3199 - MHSigmaTheta added
3200
3201 * mhist/MHSigmaTheta.[h,cc]
3202 - type inconsistency removed
3203
3204
3205
3206 2003/02/21: Abelardo Moralejo
3207
3208 * mmontecarlo/MMcTriggerRateCalc.[h,cc]
3209 - adapted to new camera files, added warnings.
3210 - added ReInit procedure to read relevant info from from the
3211 run headers
3212
3213 * mhist/MHMcRate.[h,cc]
3214 - adapted accordingly. Added Set functions for several members.
3215
3216 * mmc/MMcCorsikaRunHeader.h
3217 - added Get functions for fELowLim, fEUppLim and fSlopeSpec.
3218
3219 * mmain/MMontecarlo.cc, macros/trigrate.C
3220 - adapted to changes above, changed MReadTree to MReadMarsFile to
3221 be able to read the run headers.
3222
3223
3224
3225 2003/02/21: Antonio Stamerra
3226
3227 * manalysis/MMcTriggerLvl2.[cc|h]
3228 - new data member fCompactNN needed to define a compact pixels
3229 - new inline functions SetCompactNN and GetCompactNN
3230 - Method Calc(int neighpix) -> Calc(). The value of neighpix
3231 is read from fCompactNN
3232
3233 * manalysis/MMcTriggerLvl2Calc.[cc|h]
3234 - Check on fCompactNN added in the PreProcess
3235
3236 * macros/triglvl2.C
3237 - Set of fCompactNN added
3238
3239
3240
3241 2003/02/21: Wolfgang Wittek
3242
3243 * manalysis/MSelFinal.[h,cc]
3244 - 'const' removed from pointers
3245
3246 * macros/AnalyseCT1.C
3247 - macro for the CT1 analysis (work in progress)
3248
3249
3250
3251 2003/02/20: Wolfgang Wittek
3252
3253 * manalysis/Makefile
3254 - add MSelFinal
3255
3256 * manalysis/AnalysisLinkDef.h
3257 - add MSelFinal
3258
3259 * manalysis/MPadSchweizer.[h,cc]
3260 - slight modification of padding procedure
3261
3262 * manalysis/MSigmabarCalc.[h,cc]
3263 - 'const' removed from pointers
3264
3265 * mhist/MHMatrix.[h,cc]
3266
3267 * mhist/MHSigmaTheta.[h,cc]
3268
3269
3270
3271 2003/02/20: Abelardo Moralejo
3272
3273 * mhist/MH.cc
3274 - Removed call to TGaxis::Optimize for compilation under root
3275 versions > 3.03, since in them this procedure is no longer
3276 existing. I did this to allow compilation under root_3.04,
3277 since earlier versions has a bug which prevents from
3278 plotting in the simple way some variables in a tree
3279 (example: fConc and others in the output of star.C). This
3280 is a temporal fix, I guess something will have to
3281 substitute the call to Optimize...
3282
3283
3284
3285 2003/02/20: Antonio Stamerra
3286
3287 * manalysis/MMcTriggerLvl2.[cc|h]
3288 - new; replaces MTrigLvl2.[cc|h]
3289 - new data members: fLutPseudoSize, fPseudoSize.
3290 - functions renamed:
3291 GetLutPseudoSize -> CalcBiggerLutPseudoSize
3292 GetBiggerFiredCell -> CalcBiggerFiredCell
3293 - new inline functions: GetLutPseudoSize(), GetPseudoSize().
3294 - new member functions:
3295 Calc(); CalcPseudoSize (not yet implemented)
3296 - Redefined Print() function as a TObject.
3297 - pixels_in_cell and pixels_in_lut redefined as static data
3298 members
3299
3300 * manalysis/MMcTriggerLvl2Calc.[cc|h]
3301 - new; replaces MTrigLvl2FillTask.[cc|h]
3302 - creation and filling of histograms commented
3303 - Process() calls the MMcTriggerLvl2::Calc()
3304
3305 * mfilter/MFTriggerLvl2.[h|cc]
3306 - new class to select events using MMcTriggerLvl2 data members.
3307
3308 * macros/triglvl2.C
3309 - added example to use the MFTriggerLvl2 filter.
3310
3311
3312
3313 2003/02/19: Wolfgang Wittek
3314
3315 * manalysis/MSelBasic.[h,cc]
3316 - new; evaluates the Basic Cuts (after the calibration)
3317
3318 * manalysis/MSelStandard.[h,cc]
3319 - new; evaluates the Standard Cuts
3320 (after the calculation of the image parameters and before the
3321 calculation of the hadronness)
3322
3323 * manalysis/MHillasCalc.[h,cc]
3324 - replace
3325 fHillas = (MHillas*)pList->FindCreateObj(fHilName);
3326 by
3327 fHillas = (MHillas*)pList->FindCreateObj("MHillas",
3328 fHilName);
3329 in order to allow MHillas containers with a name
3330 different from "MHillas"
3331
3332 * mhist/MHHillasExt.[h,cc]
3333 - replace
3334 TObject *obj = plist->FindObject("MHillas");
3335 by
3336 TObject *obj = plist->FindObject(fHilName, "MHillas");
3337 in order to allow MHillas containers with a name
3338 different from "MHillas"
3339 - add a 3rd argument in the constructor : fHilName
3340
3341 * manalysis/MHillasSrcCalc.[h,cc]
3342 - add new argument for constructor:
3343 the name of the MHillas input container
3344 in order to allow MHillas input containers with a name
3345 different from "MHillas"
3346
3347 * mhist/MHMatrix.[h,cc]
3348 - add member function DefRefMatrix();
3349 it defines the reference sample for the g/h separation;
3350 the selection of events for the reference sample can be made
3351 such that the distribution of a certain variable (for example
3352 Theta) agrees with a target distribution.
3353
3354 * mfilter/MFEventSelector.[h,cc]
3355 - add new argument for constructor:
3356 the name of the read object
3357 in order to allow also read objects which have a name
3358 different from
3359 "MRead"
3360
3361
3362
3363 2003/02/18: Thomas Bretz
3364
3365 * mfileio/MReadTree.cc:
3366 - added a fix for a bug in the workaround using wildcards
3367
3368
3369
3370 2003/02/14: Thomas Bretz
3371
3372 * mtemp/MObservatory.[h,cc]:
3373 - added
3374
3375
3376
3377 2003/02/10: Abelardo Moralejo
3378
3379 * Makefile.conf.osf1
3380 - Added -lpthread to compilation flags (otherwise linking fails
3381 in alfa)
3382
3383 * manalysis/Makefile, AnalysisLinkDef.h
3384 - Changed MApplyPadding for MPadding
3385
3386
3387
3388 2003/02/07: Wolfgang Wittek
3389
3390 * mhist/MHSigmaTheta.[h,cc]
3391 - new; 2D distribution : Theta, Sigmabar
3392 3D distribution : Theta, pixel number, Sigma
3393 3D distribution : Theta, pixel number, Sigma^2-Sigmabar^2
3394 these histograms may be used for the padding
3395
3396 * manalysis/MPadding.[h,cc]
3397 - new; replaces MApplyPadding.[h,cc]
3398 some errors removed
3399
3400 * manalysis/MSigmabar.[h,cc]
3401 - new definition of Sigmabar (only relevant for MAGIC)
3402 - add in member function 'Calc' a 3rd argument : 'const
3403 MCerPhotEvt &evt'
3404 - calculate sigmabar for 'MCerPhotEvt' pixels
3405 - in member function 'Calc' return Float_t fSigmabar instead of
3406 Bool_t
3407 - copies of objects replaced by references
3408
3409 * manalysis/MSigmabarCalc.[h,cc]
3410 - fSig->Calc(*fCam, *fPed) replaced by
3411 fSig->Calc(*fCam, *fPed, *fEvt)
3412 - change type of result of fSig->Calc from Bool_t to Float_t
3413
3414 * mfileio/MCT1ReadPreProc.cc
3415 - add in member function PreProcess() the initialization of the
3416 total number of pixels :
3417 fPedest->InitSize(iMAXNUMPIX);
3418 - remove statements that cannot be reached ('break' after
3419 'return')
3420
3421 * manalysis/MPadSchweizer.[h,cc]
3422 - alternative to MPadding
3423 - does the padding ala Thomas Schweizer
3424
3425
3426
3427 2003/02/06: Thomas Bretz
3428
3429 * mgeom/MGeomCam.[h,cc]:
3430 - fixed a warning (GetPixRatio(int) --> GetPixRatio(Uint)
3431
3432
3433
3434 2003/02/07: Antonio Stamerra
3435
3436 * manalysis/MTrigLvl2.[cc|h]
3437 - added new function
3438 MTrigLvl2::GetLutCompactPixel(int cell, int lut, int
3439 neighpix=2) which calculates the number of compact pixel
3440 in one lut
3441 - added new function GetLutPseudoSize(int neighpix=2) which
3442 calculates the lut-pseudosize
3443 - added static data member pixel_in_lut
3444 - merging of the PrintCell and PrintStatus functions in a single
3445 Print(int cell) function
3446 - Added comments using the standard layout
3447 - some small changes following Thomas comments (memset, *fLog)
3448
3449
3450
3451 2003/02/06: Thomas Bretz
3452
3453 * mbase/MLog.[h,cc]:
3454 - serialized the GUI output (problems with mutithreded prgs,
3455 eg Cosy)
3456
3457 * mtemp/MObservatoryLocation.[h,cc], mtemp/MVPObject.[h,cc],
3458 mtemp/MVPPlotter.[h,cc]:
3459 - added changes discussed in Wuerzburg
3460
3461 * mfileio/MCT1ReadPreProc.cc:
3462 - some simplifications
3463
3464
3465
3466 2003/01/31: Antonio Stamerra & Marcos Lopez
3467
3468 * mgui/MCamDisplay.[cc|h]
3469 - Added a new function MCamDisplay::SetPix(const Int_t pixnum,
3470 const Int_t color, Float_t min, Float_t max) which just set the
3471 color of a given pixel
3472
3473 * created two new classes for simulating the second level trigger
3474 in the directory manalysis:
3475 - MTrigLvl2.[cc|h] // Implement the Lvl2 topology and
3476 // selection strategies
3477 - MTrigLvl2FillTask.[cc|h] // For a given MMc event, fill the
3478 // MTrigLvl2 with the Lvl1 trigger
3479 // information
3480
3481 * manalysis/Makefile
3482 - Added -I../mgui
3483
3484 * Added macro macros/triglvl2.C which uses the above classes.
3485
3486
3487
3488 2003/01/27: Robert Wagner
3489
3490 * mfileio/MCT1ReadPreProc.[cc|h]
3491 - Added call of MTaskList::ReInit after processing of new
3492 run header
3493 - Filling of MC container complies to Oscar's changes of
3494 MMcEvt.[hxx,cxx] dated 2003/01/20
3495 - Added filling of run number in MRawRunHeader object while
3496 processing a new run header
3497
3498
3499
3500 2003/01/23: Robert Wagner
3501
3502 * manalyis/MSigmabarCalc.cc
3503 - MSigmabarCalc::Process()
3504 Replaced fMcEvt->GetTheta() by fMcEvt->GetTelescopeTheta()
3505
3506
3507
3508 2003/01/20: Oscar Blanch
3509
3510 * mmc/MMcEvt.[hxx,cxx]
3511 - Data members: fElecCphFraction, fMuonCphFraction,
3512 fOtherCphFraction have been introduced.
3513 - Class version updated to 3.
3514
3515 * mmc/MMcCorsikaRunHeader.[h.cc]
3516 - Data members: fWobbleMode and fAtmosphericModel introduced.
3517 - Class version updated to 2.
3518
3519
3520
3521 2003/01/19: Thomas Bretz
3522
3523 * manalysis/MCerPhotCalc.[h,cc]:
3524 - slight changes, mainly to the layout
3525
3526 * manalysis/MCerPhotEvt.[h,cc]:
3527 - some small changes to make the code a bit faster
3528
3529 * manalysis/MCerPhotPix.[h,cc]:
3530 - added AddNumPhotons
3531
3532 * mbase/MContinue.[h,cc]:
3533 - changed comments
3534 - enhanced functionality and fixed some small bugs
3535
3536 * mbase/Makefile:
3537 - added mfilter to paths (to be fixed)
3538
3539 * mfileio/MCT1ReadPreProc.cc:
3540 - Init fNumEvents = 0
3541
3542 * mgeom/MGeomCam.cc:
3543 - return 0 Ratio if the pixel number exceeds the number of pixels
3544
3545 * mgui/MCamDisplay.[h,cc]:
3546 - added sanity check for the maximum number of pixels
3547 - added functions to set the three different palettes
3548 - removed the buttons
3549 - fixed the context menu display
3550
3551 * mhist/HistLinkDef.h, mhist/Makefile:
3552 - added MHCerPhotEvt
3553
3554 * mhist/MHCerPhotEvt.[h,cc]:
3555 - added
3556
3557 * mhist/MFillH.cc:
3558 - changed the initialization of fParContainer from pList to NULL
3559
3560 * mhist/MHHillasExt.cc:
3561 - fixed a smallo bug when filling the histograms (crached when scaling
3562 under some circumstances)
3563
3564 * mhist/MHStarMap.cc:
3565 - added a warning output
3566
3567 * mmontecarlo/MMcCollectionAreaCalc.cc:
3568 - added a check for impact=NaN (some MC Files have this)
3569
3570
3571
3572 2003/01/17: Robert Wagner
3573
3574 * manalysis/MApplyPadding.cc
3575 - bugfix: Effective number of used pixels taken from
3576 MCerPhotEvt container, not from MPedestalCam
3577
3578
3579
3580 2003/01/16: Wolfgang Wittek
3581
3582 * mhist/MHMatrix.[h,cc]
3583 - member function MHMatrix::Read added
3584 the function calls TObject::Read(name) and SetName(name)
3585
3586
3587
3588 2003/01/15: Wolfgang Wittek
3589
3590 * mdata/MDataMember.cc
3591 - in MDataMember::PreProcess()
3592 "if (fCall)" replaced by "if (fCall && !fObject)"
3593 The additional condition "&& !fObject" is to make sure that read
3594 MDataMembers works correctly.
3595
3596
3597
3598 2003/01/08: Oscar Blanch Bigas
3599
3600 * mgeom/MGeomMirror.[h,cc]
3601 - Varible members to store mirror reflectivities have been
3602 introduced: fReflectivity and fWavelength.
3603 - Member function to set reflectivity added: SetReflectivity
3604 - Member function to set TArrayF size: SetArraySize
3605 - Class version number changed to 2.
Note: See TracBrowser for help on using the repository browser.