source: trunk/MagicSoft/Mars/Changelog@ 2226

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