source: trunk/MagicSoft/Mars/Changelog@ 2200

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