source: trunk/MagicSoft/Mars/Changelog@ 2209

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