source: trunk/MagicSoft/Mars/Changelog@ 2237

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