source: trunk/MagicSoft/Mars/Changelog@ 2434

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