source: trunk/MagicSoft/Mars/Changelog@ 2188

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