source: trunk/MagicSoft/Mars/Changelog@ 2440

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