source: trunk/MagicSoft/Mars/Changelog@ 2397

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