source: trunk/MagicSoft/Mars/Changelog@ 1305

Last change on this file since 1305 was 1304, checked in by tbretz, 23 years ago
*** empty log message ***
File size: 92.6 KB
Line 
1 -*-*- END -*-*-
2 2002/04/26: Thomas Bretz
3
4 * mhist/MHFadcCam.cc:
5 - start numbering of pixels with 1
6
7 * mhist/MHFadcPix.[h,cc]:
8 - overloaded clone to get rid of the histograms in any directory
9 - removed some unnecessary StrDup calls
10 - changed binning (Thanks to Abelardo)
11
12 * mdata/MData.[h,cc]:
13 - documentation added
14 - implemented a new abstract member function: IsValid
15
16 * mdata/MDataChain.cc, mdata/MDataList.cc:
17 - changed logging output
18
19 * mdata/MDataList.h, mdata/MDataMember.h, mdata/MDataValue.h:
20 - implemented IsValid
21
22 * mdata/MDataMember.cc:
23 - Don't preprocess if fCall is already available
24 - documentation added
25
26 * mdata/MDataValue.cc:
27 - documentation added
28
29
30
31 2002/04/25: Thomas Bretz
32
33 * mmontecarlo/MMcCollectionAreaCalc.[h,cc]:
34 - counts now the number of simulated showers
35 - implemented some sanity checks (corsika version, etc)
36
37 * mhist/MMcCollectionArea.[h,cc]:
38 - added a first implementation of a calculation using only triggered
39 events
40
41 * mhist/MH.[h,cc]:
42 - changed the first argument in SetBinning (according to the number
43 of axis) to TH2 or TH3
44
45 * mhist/MH2.cc:
46 - changed the first argument in SetBinning (according to the number
47 of axis) to TH2 or TH3
48
49 * macros/collarea.C:
50 - replaces MReadTree by MReadMarsFile
51
52 * mmc/MMcRunHeader.hxx:
53 - added GetAllEvtsTriggered
54
55
56
57 2002/04/24: Thomas Bretz
58
59 * mbase/MReadTree.cc:
60 - made use of TBranch::GetClassName root version dependant
61
62 * manalysis/MCerPhotCalc.[h,cc]:
63 - added a fix (ped.mean - 0.5) for files from camera with version <= 40
64
65 * mmc/MMcRunHeader.hxx:
66 - added some Getter functions
67
68 * mdata/MDataChain.cc:
69 - use rule as a title if no title ios given
70
71 * mhist/MH3.[h,cc]:
72 - added usage of Data-Chains
73 - added a profiling option to the draw functions
74 - use the title (rule) of the data-chain as axis title
75
76 * mhist/Makefile:
77 - added mdata-path
78
79 * mbase/MParContainer.h:
80 - changed some output in GetterFunction
81
82
83
84 2002/04/24: Wolfgang Wittek
85
86 * Work was done on the calculation of photon fluxes as a function of
87 Theta and as a function of time. The work is still in progress.
88
89 * macros/wowflux.C
90 - the macr was added (extended and improved version of flux.C)
91 - the macro steers the calculation of photon fluxes as a function
92 of Theta and time
93 - the macro is not yet complete; testing and developing is going on
94
95 * mhist/MHAlphaEnergyTheta
96 MHAlphaEnergyTime
97 MHEffOnTimeTheta
98 MHEffOnTimeTime
99 MHTimeDiffTheta
100 MHTimeDiffTime
101
102 - documentation was added
103 - histogram axes were labeled
104 - in addition :
105 in MHEffOnTimeTheta
106 - range in which the fit of the distribution of time differences
107 is to be performed has been calculated
108 - new histograms were added (chi2/NDF, lambda, N0del)
109
110
111 * mhist/MHThetabarTheta calculation of <Theta> as a function of
112 Theta
113 MHThetabarTime calculation of <Theta> as a function of
114 time
115
116 - these classes were added;
117 they are needed in the flux calculation in
118 order to select for a given bin in Theta (or time) the appropriate
119 effective collection area, which is assumed to be given as a function
120 of Theta and the true energy
121
122
123 * mhist/MHMcEnergyMigration calculation of the migration matrix in
124 the energy
125 - this class was added;
126 the migration matrix describes the migration from the true (E_true)
127 to the estimated energy (E_est); it is needed to determine the
128 distribution of E_true from the measured distribution of E_est
129 by unfolding
130
131
132
133 2002/04/23: Thomas Bretz
134
135 * madata/Makefile, mdata/DataIncl.h, mdata/DataLinkDef.h,
136 mdata/MData.[h,cc], mdata/MDataValue.[h,cc], mdata/MDataList.[h,cc],
137 mdata/MDataChain.[h,cc], mdata/MDataMember.[h,cc]:
138 - added
139
140 * mmc/MMcEvt.[hxx,cxx]:
141 - added correct units for fImpact
142
143
144
145 2002/04/22: Thomas Bretz
146
147 * Makefile:
148 - added a chapter how to compile mars using shared libraries
149
150 * NEWS:
151 - updated
152
153 * mfilter/MF.[h,cc]:
154 - added
155
156 * mfilter/MFDataMember.[h,cc]:
157 - added
158
159 * mhist/MH3.[h,cc]:
160 - added
161
162 * mhist/MHHillasExt.[h,cc]:
163 - added
164
165 * macros/rootlogon.C:
166 - added make() function
167 - splitted rootlogon()
168
169 * mbase/MFilterList.cc:
170 - fixed a bug in the constructor
171 - small changes to the print function
172
173 * mbase/MParContainer.[h,cc]:
174 - Added GetterMethod-Function
175
176 * mbase/MParList.cc:
177 - Added a security check in case no def. constructor of the new class
178 is available
179 - changed print function
180
181 * mbase/MReadTree.cc:
182 - changed so that the class type of the branch is used for creation of
183 a new object instead of its name
184
185 * mbase/MTaskList.[h,cc]:
186 - fixed the check for the Process function. Only base classes
187 of first order have been checked
188
189 * mfilter/FilterLinkDef.h, mfilter/Makefile:
190 - added MF, MFDataMember
191
192 * mhist/HistLinkDef.h, mhist/MFillH.cc:
193 - added MH3, MHHillasExt
194
195 * mhist/MFillH.cc:
196 - small changes
197
198 * mhist/MH.[h,cc]:
199 - changed name handling in MakeDefCanvas to TString
200
201 * mhist/MHHillas.cc:
202 - exchanged Get*axis()->SetTitle with Set*Title()
203
204 * mhist/MHHillas.h:
205 - made SetMm2Deg virtual (for MHHillasExt)
206
207 * mhist/MHStarMap.[h,cc]:
208 - changed layout from mm to deg
209
210 * mhist/MHHillasSrc.cc:
211 - fixed a bug which made it unpossible to display fDist in degrees
212
213
214
215 2002/04/19: Thomas Bretz
216
217 * mbase/MTaskList.cc:
218 - fixed a heavy bug which caused PreProcess to crash (GetListOfBases
219 return a List of TBaseClasses not a List of TClass objects)
220 - added a security check to Process whether we have something to process or not.
221
222 * macros/CT1Hillas.C:
223 - changed to the new Hillas classes
224
225 * macros/readCT1.C:
226 - fixed a bug causing readCT1.C to crash when reading the first event
227 being a pedestal event
228
229
230
231 2002/04/17: Thomas Bretz
232
233 * mbase/MParContainer.cc:
234 - case label TMethodCall::kOther changed to default to get rid of
235 some warnings in newer root's (missing case label kString)
236
237 * mbase/MAGIC.h:
238 - changed defintion of Glog so that it now works on Alpha machines, too.
239
240
241
242 2002/04/16: Thomas Bretz
243
244 * mhist/MHHillas.cc:
245 - Fixed a 'redefinition of default argument' on alpha
246
247
248
249 2002/04/15: Thomas Bretz
250
251 * mgui/MGeomCam.cc:
252 - Added SetReadyToSave to Constructor
253
254 * mhist/MH.cc:
255 - Added some #ifdef conditionals for a fix in root
256
257 * mfilter/MFAlpha.[h,cc]:
258 - made IsExpressionTrue inline
259
260
261
262 2002/04/05: Thomas Bretz
263
264 * mmain/MDataCheck.cc:
265 - exchanged order in call to MFillH constructor
266 - made eventloop infinite (only 300 events have been processed)
267
268 * mbase/MEvtLoop.h:
269 - added GetTaskList
270
271 * mbase/MTaskList.[h,cc]:
272 - introduced fTasksProcess which contains only the tasks
273 which overloads the process function so that processing
274 tasks doesn't waste time if a tasks doesn't have the process
275 function
276
277 * mgui/MGeomPix.[h,cc]:
278 - corrected calculation of pixel area
279
280
281
282 2002/04/04: Thomas Bretz
283
284 * mbase/MLog.cc:
285 - stripped last character (CR) from output redirected to GUI
286
287
288
289 2002/03/21: Thomas Bretz
290
291 * mhists/MH.cc:
292 - TAxis::Set resets the axis title so I implemented a workaround
293 in SetBinning so that the axis title survives.
294
295 * mhists/MHEffOnTimeTheta.cc, MHEffOnTimeTime.cc:
296 - replaced Get*axis()->SetTitle() by Set*Title()
297 - corrected the Name in MakeDefCanvas
298
299
300
301 2002/03/20: Thomas Bretz
302
303 * macros/flux.C:
304 - fixed a small bug (thanks to Wolfgang)
305
306 * mhist/MHHillas.[h,cc]:
307 - added more scaling options
308 - added setting for scaling factor
309
310 * mhist/MHStarMap.cc:
311 - changed sign of t (due to a mail of Wolfgang)
312
313 * mhist/MHTimeDiff*.cc:
314 - removed an implicit down-cast (TH1D --> TH1)
315
316
317
318 2002/03/15: Oscar Blanch
319
320 * mmc/McLinkDef.h
321 - Automatic scheme evolution for all MC format classes.
322 It has been checked that it keeps compatibility with old files.
323
324 * mmc/MTriggerDefine.h
325 - Enlarge number of trigger pixels.
326
327 * mmc/MTrigger.[cxx,hxx]
328 - Trigger zone has been enlarged. Now information about status
329 of the pixel is saved for all Camera pixels.
330 - Old files can still be read but becareful when one looks at the
331 data member fPixelsFirst which is an array of different size for
332 the new and old files.
333 - ClassDef version upgraded to 2.
334
335 * mmc/MTriggerHedaer.[cxx,hxx]
336 - Member data fElecNoiseTrig, which has information about the
337 electronic noise in the trigger chain, has been introduced.
338 - Trigger zone has been enlarged. Now information about status
339 of the pixel is saved for all Camera pixels.
340 - Old files can still be read but becareful when one looks at the
341 data member fThreshold which is an array of diferent size for
342 the new and old files.
343 - ClassDef version upgraded to 2.
344
345
346
347 2002/03/13: Oscar Blanch
348
349 * mmc/MMcRunHeader.[cxx,hxx]
350 - Several new variable members have been added
351 - Version number updated to 2
352
353
354
355 2002/03/12: Thomas Bretz
356
357 * mmontecarlo/MMcTimeGenerate.cc (thanks to Wolfgang):
358 - removed wrong comment for Process
359 - changed Int_t to UInt_t (more readable)
360 - replaced unit: ms -> 0.1ms
361
362
363
364 2002/03/08: Thomas Bretz
365
366 * manalysis/MHillasSrc.[h,cc]:
367 - added fHeadTail
368 - changed version number to 2.
369
370
371
372 2002/03/07: Thomas Bretz
373
374 * mbase/MParContainer.[h,cc], MWriteAsciiFile.[h,cc]:
375 - added a scale value which can be used in case you are writing
376 single data mambers
377
378
379
380 2002/03/04: Thomas Bretz
381
382 * mbase/MParContainer.cc:
383 - changed AsciiWrite so that only base classes with a version
384 id > 0 are written (important for MParContainer)
385
386
387
388 2002/03/01: Thomas Bretz
389
390 * mhist/MHMcEfficiencyEnergy.[h,cc], mhist/MHMcEfficiencyImpact.[h,cc],
391 mhist/MHMcDifRate.[h,cc], mhist/MHMcIntRate.[h,cc]:
392 - added
393
394 * mhist/Makefile, mhist/HistLinkDef.h:
395 - added MHMcEfficiencyEnergy and MHMcEfficiencyImpact
396 - added MHMcDifRate and MHMcIntRate
397
398 * mhist/MHMcCollectionArea.[h,cc]:
399 - changed instantiation of collection area histogram
400 - added settings for the binning
401 - replaced division by root function
402 - added Calc-functions
403 - added GetHist
404
405 * mhist/MHMcEfficiency.[h,cc]:
406 - changed pointers in Calc functions to references
407
408
409
410
411
412 2002/02/28: Thomas Bretz
413
414 * mhist/MHMcEnergyImpact.[h,cc], mhist/MHMcEfficiency.[h,cc]:
415 - added
416
417 * mhist/Makefile, mhist/HistLinkDef.h:
418 - added MHMcEnergyImpact and MHMcEfficiency
419
420 * mhist/*.cc:
421 - repaced some *&-> casts by &.
422
423 * mhist/MHMcCollectionArea.[h,cc]:
424 - changed to be able to use new MHMcEfficiency.
425
426
427
428 2002/02/21: Abelardo Moralejo
429
430 * manalysis/MHillasExt.cc :
431 - added #include <math.h> (else, fabs not recognized by OSF)
432
433
434
435 2002/02/21: Thomas Bretz
436
437 * manalysis/MHillas.[h,cc]:
438 - changed fMeanx and fMeany to fMeanX and fMeanY to match the names
439 of the getter functions, needed by TDataMember::GetterMethod
440 - commented out WriteAscii (replaced by more general in MParContainer
441 and MWriteAsciiFile)
442
443 * manalysis/MHillasSrc.[h,cc], mmc/MMcEvt.[hxx, cxx]:
444 - commented out WriteAscii (replaced by more general in MParContainer
445 and MWriteAsciiFile)
446
447 * manalysis/MHillasExt.[h,cc]:
448 - added necessary Getter Methods
449
450 * mbase/MFilterList.cc:
451 - removed a nonsens comment
452
453 * mbase/MGList.cc:
454 - relay on the bugfix for DynamicCast
455
456 * mbase/MParContainer.[h,cc]:
457 - implemented WriteDataMember to have a more general interface
458 for readable output.
459 - changed ofstream to a more general ostream
460
461 * mbase/MWriteAsciiFile.[cc,h]:
462 - generalized ascii writer to be able to write single data members
463
464
465
466 2002/02/13: Thomas Bretz
467
468 * Makefile:
469 - made 'make dox' dependant on existance of shared object
470
471
472
473 2002/02/13: Thomas Bretz
474
475 * macros/MagicHillas.C, mhist/MHHillas.[h,cc], mhist/MHHillasSrc.[h,cc]:
476 - implemented variable binning (MBinning)
477 - implemented conversion to degrees (thanks to rudy)
478
479 * mgui/MGeomCam.[h,cc], mgui/MGeomCamCT1.cc, mgui/MGeomCamMagic.cc:
480 - implemented fMm2Deg and fCamDist
481
482
483
484 2002/01/23: Thomas Bretz
485
486 * macros/flux.C:
487 - fixed some bugs
488 - uncommented all drawing
489
490 * mhist/MBinning.h:
491 - changed SetEdges(TArrayD)
492
493 * mhist/MH.cc:
494 - SetBinning(..., TAxis*,...) didn't work. Corrected.
495
496 * mhist/MHAlphaEnergyTheta.cc, mhist/MHAlphaEnergyTime.cc,
497 mhist/MHEffOnTimeTheta.cc, mhist/MHEffOnTimeTime.cc,
498 mhist/MHTimeDiffTheta.cc, mhist/MHTimeDiffTime.cc:
499 - changed wrong titles, names, etc.
500 - changed way of drawing projections
501 - fixed usage of MH::SetBinning(TH1*)
502
503
504
505 2002/01/22: Thomas Bretz
506
507 * mhist/MHHillasSrc.[h,cc], mhist/MHFadcCam.[h,cc]:
508 - changed return type of Fill to Bool_t
509
510 * mfilter/MFAlpha.[h,cc]:
511 - added
512
513 * mfilter/MFill.[h,cc]:
514 - implemented a new calling style which allows you to let MFillH
515 create the necessary histogram objects
516
517 * mmain/MAnalysis.cc, macros/MagicHillas.C:
518 - changed to new stylish MHillas parameter containers
519
520 * meventdisp/MGEvtDisplay.cc, mgui/MCamDisplay.cc,
521 mmain/MDataCheck.[h,cc]:
522 - fixed a warning in red hat linux
523
524 * mfilter/FilterLinkDef.h, mfilter/Makefile:
525 - added MFAlpha
526
527 * mhist/MHHillas.[h,cc], mhist/MHHillasSrc.[h,cc]:
528 - added SetupFill and usage of MBinning objects
529
530 * manalysis/MEnergyEst.[h,cc], manalysis/MEnergyEstimate.[h,cc],
531 mhist/MHTimeDiffTime.[h,cc], mhist/MHEnergyTheta.[h,cc],
532 mhist/MHEnergyTime.[h,cc], mhist/MHAlphaEnergyTheta.[h,cc],
533 mhist/MHAlphaEnergyTime.[h,cc], mhist/MHTimeDiffTheta.[h,cc],
534 mmontecarlo/MMcTimeGenerate.[h,cc]:
535 - added
536
537 * manalysis/Makefile:
538 - added MEnergyEst.cc
539 - added MEnergyEstimate.cc
540
541 * mbase/MFilter.[h,cc], mfilter/MF*.[h,cc]:
542 - added name and title to constructor
543
544 * macros/flux.C:
545 - added
546
547
548
549 2002/01/21: Thomas Bretz
550
551 * mbase/MReadMarsFile.cc, mbase/MReadTree.[h,cc]:
552 - implemented GetFileName
553
554 * mmc/MMcEvt.[hxx,cxx]
555 - implemented WriteAscii
556
557 * mgui/MGeomPix.h:
558 - implemented first version of GetA
559
560 * mhist/MBinning.h:
561 - small changes to formulas
562
563 * mhist/MH.[h,cc]:
564 - implemented SetBinnign functions
565
566 * macros/readMagic.C:
567 - removed MPedestalCam
568
569
570
571 2002/01/19: Thomas Bretz
572
573 * mbase/MParContainer.cc:
574 - generalized virtual function AsciiWrite
575
576 * changed to fit new MHillas inhertance model:
577 - manalysis/MHillas.[h,cc]
578 - manalysis/MHillasCalc.[h,cc]
579 - mhist/MHHillas.[h,cc]
580 - mhist/MHStarMap.[h,cc]
581
582 * added to fit new MHillas inhertance model:
583 - manalysis/MSrcPosCam.[h,cc]
584 - manalysis/MHillasSrc.[h,cc]
585 - manalysis/MHillasSrcCalc.[h,cc]
586 - manalysis/MHillasExt.[h,cc]
587 - mhist/MHHillasSrc.[h,cc]
588
589 * manalysis/MCerPhotEvt.[cc,h]:
590 - introduced weighting with pixel size in GetNumPhotonsMin
591 - introduced weighting with pixel size in GetNumPhotonsMax
592
593 * mgui/MCamDisplay.cc:
594 - weight the displayed color with the pixel size
595
596
597
598 2002/01/18: Thomas Bretz
599
600 * mhist/MBinning.[h,cc]:
601 - added (not yet in Makefile)
602
603 * mbase/MWriteAsciiFile.cc:
604 - fixed a bug: replaced GetSize by GetEntries
605
606 * mbase/MReadTree.cc:
607 - changed EnableBranch to accept "Master.Sub" also
608
609
610
611 2002/01/16: Thomas Bretz
612
613 * mars.cc:
614 - changed version number to 0.7
615
616 * NEWS:
617 - changed current version to 0.7
618
619 * manalysis/MMcPedestalNSBAdd.cc:
620 - small changes to output
621
622 * mbase/MParList.[h,cc]:
623 - added FindObject with class type argument
624
625 * mbase/MWriteAsciiFile.cc
626 - replaced call to InheritsFrom by new FindObject
627
628
629
630 2002/01/15: Thomas Bretz
631
632 * manalysis/MBlindPixelCalc.[h,cc]:
633 - added more comments
634 - removed a debug statement
635
636 * manalysis/MBlindPixels.[h,cc]:
637 - added more comments
638
639 * manalysis/MCerPhotCalc.cc:
640 - changed the warning output
641
642 * manalysis/MMcPedestalCopy.h:
643 - added comments
644
645 * manalysis/MMcPedestalNSBAdd.[h,cc]:
646 - added comments
647 - changed call to AddedToBranchList
648
649 * mbase/MWriteAsciiFile.cc:
650 - added comments
651
652 * mmc/MMcRunHeader.[hxx,cxx]:
653 - made getter const
654
655 * meventdisp/MGCamDisplay.cc:
656 - updated to use MBlindPixelCalc
657
658 * mbase/MEvtLoop.cc:
659 - replaced wrong "MTasklist" by "MTaskList"
660
661
662
663 2002/01/14: Thomas Bretz
664
665 * manalysis/MMcPedestalCopy.cc, manalysis/MMcPedestalNSBAdd.cc:
666 - added comments
667
668 * mbase/MReadMarsFile.cc:
669 - changed output when switching to new file
670
671 * meventdisp/MGFadcDisp.cc:
672 - made char array in constructor const
673 - changed char-array to TString
674
675 * mmain/MBrowser.[h,cc]:
676 - changed char-arrays to TString
677
678 * mmain/MDataCheck.[h,cc]:
679 - made char array in constructor const
680
681 * Makefile.conf.linux, Makefile.conf.linux-gnu:
682 - changed to O5
683
684 * mbase/MEvtLoop.cc:
685 - check for inheritance from MTaskList
686
687 * manalysis/MPedestalCopy.cc, manalysis/MPedestalNSBAdd.cc:
688 - small changes
689
690 * mbase/MWriteAsciiFile.[h,cc]:
691 - changed to be able to write more than one container in a line
692
693
694
695 2002/01/11: Oscar Blanch Bigas
696
697 * mmain/MAnalysis.cc:
698 - added MBlindPixelCalc step.
699
700 * macros/trigrate.C:
701 - the lis of MHMcRate is created usinf from and to instead of
702 only dimension. Otherwise the cas of a single trigger option is
703 not well treated.
704
705 * mhist/MHMcRate.[h,cc]:
706 - added funtion members SetFlux and SetIncidentRate and small
707 modification in CalcRate member function
708
709 * mmontecarlo/MMcTriggerRateCalc.cc:
710 - now this task sets the parameters to know the incident particle
711 flux using MHMcRate:SetFlux. The value are decide by the task
712 itself depending on the fPartId.
713
714 * manalysis/MBlindPixelCalc.cc:
715 - rename MMcRunHeader:GetStarFieldDe to MMcRunHeader:GetStarFieldDec.
716
717 * mmc/MMcRunHeader.[hxx, cxx]:
718 - rename MMcRunHeader:GetStarFieldDe to MMcRunHeader:GetStarFieldDec.
719
720
721
722 2002/01/10: Oscar Blanch Bigas
723
724 * mbase/Makefile:
725 - added -I../MRawFormat in the included directories for compile
726 and link. It was needed to use this Makefile to compile the
727 files inside the drectory while compiling Monte Carlo programs.
728
729 * mraw/Makefile:
730 - added -I../MBase in the included directories for compile
731 and link. It was needed to use this Makefile to compile the
732 files inside the drectory while compiling Monte Carlo programs.
733
734 * mbase/Makefile:
735 - added -I../MBase- in the included directories for compile
736 and link. It was needed to use this Makefile to compile the
737 files inside the drectory while compiling Monte Carlo programs.
738
739 * mbase/MReadTree.cc:
740 - changed #include "../mraw/MRawEvtData.h" by #include
741 "MRawEvtData.h" to remove dependencies on the directory tree naming.
742
743
744
745 2002/01/09: Oscar Blanch Bigas
746
747 * manalysis/MPedestalCam.[h,cc]:
748 - added CheckBounds function to check that program does not try to
749 access pedestal outside the camera size.
750
751 * manalysis/MCerPhotCalc.h:
752 - Member data const MPedestalCam *fPedestals -> MPedestalCam
753 *fPedestals.
754
755 * manalysis/MCerPhotCalc.cc:
756 - Sanity check to avoid searching to pedestals outside the camera
757 size has been added.
758
759 * mmc/MMcRunHeader.[h,cxx]:
760 - added functions GetStarField[De,Ra].
761
762 * manalysis/MBlindPixels.[h,cc]:
763 - new containet that has a list of pixels that should not be used
764 in the analysis for any reason (corrupted, star in them, ...).
765
766 * manalysis/MBlindPixelCalc.[h,cc]:
767 - It is a task used to set up the list of blind pixels. Currently
768 it recognises the CrabNebula starfield and then switch off the
769 Theta Taury pixels. Blind pixels can be also introduced through
770 the macro or analysis program.
771
772 * manalysis/Makefile:
773 - added MBlindPixels and MBlinPixelCalc.
774
775 * manalysis/AnalysisLinkDef.h:
776 - added MBlindPixels and MBlinPixelCalc.
777
778 * macros/MagicHillas.C:
779 - added MBlindPixelCalc to avoid bias results due to Star Field
780 NSB.
781
782 * macros/readMagic.C:
783 - added MBlindPixelCalc to avoid bias results due to Star Field NSB while
784 computing the Hillas parameters.
785
786
787
788 2001/12/19: Thomas Bretz
789
790 * mbase/MEvtLoop.cc:
791 - added #ifdef directive to make it work on older root also
792
793 * mbase/MReadTree.cc:
794 - added #ifdef directive to get rid of the memory leak in prior
795 root 3.02/* versions
796
797 * macros/MagicHillas.C, macros/readMagic.C, meventdisp/MGCamDisplay.cc,
798 mmain/MAnalysis.cc:
799 - changes MMcPedestalNSB to MMcPedestalNSBAdd
800
801 * manalysis/MMcPedestalCopy.[h,cc], manalysis/MMcPedestalNSBAdd.[h,cc]:
802 - reorganized ReInit, PreProcess.
803 - moved some code from ReInit to PreProcess to make the code
804 simpler. At the moment we don't intend to change the
805 objects in the parlist while runtime.
806
807 * manalysis/MMcPedestalNSB.[h,cc]:
808 - removed
809
810 * mbase/MReadMarsFile.cc:
811 - read the first run header twice. To make it available in the
812 PreProcess of all tasks
813
814 * mbase/MTaskList.cc:
815 - fixed a bug in the ReInit function. The ReInits where calles with
816 a NULL-pointer
817
818
819
820 2001/12/18: Oscar Blanch
821
822 * manalysis/Makefile:
823 - Removed MMcPedestalNSB from compilation and added
824 MMcPedestalNSBAdd.
825
826 * manalysis/AnalysisLinkDefine.h:
827 - Removed MMcPedestalNSB from class list and added
828 MMcPedestalNSBAdd.
829
830 * manalysis/MMcPedestalCopy.[h,cc]
831 - added ReInit function.
832 - move all actions needed to redo for each run from PreProcess
833 to ReInit
834 - fix bug of Pedestal and Pedestal fluctuaions correspondence.
835
836 * manalysis/MMcPedestalNSBAdd.[h,cc]
837 - new name for old MMcPedestalNSB.[h,cc]
838 - added ReInit function.
839 - move all actions needed to redo for each run from PreProcess
840 to ReInit
841 - information about pixel size is used from MGeomCam.
842
843 * manalysis/MCerPhotCalc.[h,cc]
844 - remove fNumLoGainFadcSlices and fNumHiGainFadcSlices members
845 - fix bug of Pedestal and Pedestal fluctuaions correspondence.
846
847
848 2001/12/18: Thomas Bretz
849
850 * manalysis/MMcPedestalCopy.cc:
851 - changed output
852
853 * manalysis/MMcPedestalNSB.cc:
854 - changed output
855 - simplified initialization in PreProcess
856
857 * mbase/MAGIC.h:
858 - added kSKIP
859
860 * mbase/MParList.cc:
861 - added a check for the correct inheritance in FindCreateObj
862
863 * mbase/MTask.cc:
864 - added support for kSKIP in PreProcess
865
866 * mbase/MTaskList.[h,cc]
867 - added support for kSKIP in PreProcess
868 - added Remove function (private)
869
870
871
872 2001/12/17: Thomas Bretz
873
874 * .rootrc:
875 - added Root.Html.DescriptionStyle
876 - added Root.Html.SearchEngine
877
878 * macros/dohtml.C:
879 - changed to use THtml (root >= 3.02/06 only)
880
881 * manalysis/Makefile:
882 - changed order to get rid of some wranings
883
884 * mbase/BaseLinkDef.h:
885 - removed MHtml
886
887 * mbase/MEvtLoop.cc:
888 - exchanged gSystem->ProcessEvents() by gClient->ProcessEventsFor()
889 to make gui update faster
890
891 * mbase/MGList.cc:
892 - added a missing sanity check (workaround for a root bug)
893
894 * mbase/MReadTree.cc:
895 - uncomment EnableBranchCoosing for AutoEnablingScheme
896 (don't know why there was a comment which made things realy slow)
897 - changed the auto enabling scheme, so that a branch isn't enabled
898 more than once. This doesn't hurt, but the output may confuse the
899 users.
900
901 * mbase/MTask.cc:
902 - added a simple not really necessary check whether the branch is
903 already in the list
904
905 * mbase/MWriteRootFile.cc:
906 - changed kFillTree to a local const
907
908 * mbase/Makefile:
909 - removed MHtml.cc
910
911 * mfilter/MFTriggerLvl1.cc:
912 - changed AddBranchToList to use the correct container name
913
914
915
916 2001/12/14: Thomas Bretz
917
918 * mbase/MReadMarsFile.[h,cc], mbase/MReadFild.[h,cc]:
919 - corrected handling of ReInit/Notify (at the moment I assume
920 one run per file)
921 - made sure, that we don't get memory leaks when using MReadTree
922 more than once because the pointer to the pointer isn't deleted.
923 - added a small class MChain which enhances TChain by a function to
924 reset fTree. This is used to control when notification are
925 happening
926
927 * mbase/MTask.cc:
928 - reset the number of executions before the preprocessing
929
930
931
932 2001/12/11: Thomas Bretz
933
934 * mbase/MGGroupFrame.cc:
935 - removed default arguments from source file
936
937 * mbase/MGList.cc:
938 - changed cast in IsExisting to ?:
939
940 * NEWS:
941 - changed
942
943 * manalysis/MCerPhotCalc.cc, mfilter/MTriggerLvl1.cc,
944 mmontecarlo/MMcCollectionAreaCalc.cc,
945 mmontacarlo/MMcThresholdCalc.cc,
946 MMcTriggerRateCalc.cc:
947 - added Masterbranch name to AddToBranchList
948
949 * manalysis/MMcPedestalCopy.cc:
950 - added Masterbranch name to AddToBranchList
951 - fixed a bug in the branch name
952
953 * mbase/MGList.[h,cc]:
954 - added a better output if a picture wasn't found
955
956 * mbase/MReadTree.[h,cc]:
957 - added support for branches with master branch names to auto scheme
958 (first the complete branch name is tried and if this isn't found
959 only the subbranch name is used to enable the branch)
960
961 * mbase/MWriteRootFile.cc:
962 - appended a '.' to all newly create branches
963
964 * mmain/MBrowser.cc, mmain/MMars.cc:
965 - add the gui elements only if the corresponding picture was found
966
967 * mmain/MMars.[h,cc]:
968 - removed fPic1
969 - removed fPic2
970 - changed TList to MGList
971
972 * mraw/MRawFileWrite.cc:
973 - added a '.' to all branch names
974
975 * mbase/MTask.[h,cc]:
976 - added Prototype for ReInit-function
977
978 * mbase/MTaskList.[h,cc]:
979 - implemented ReInit for a task list
980
981 * mhist/MHFadcCam.h:
982 - added '->' to fArray
983
984
985
986 2001/12/10: Thomas Bretz
987
988 * mmc/*.hxx:
989 - Changed MPARCONTAINER_H to MARS_MParContainer
990
991 * meventdisp/MGCamDisplay.cc:
992 - added MMcPedestalCopy to task list
993 - added MMcPedestalNSB to task list
994
995 * mmain/MAnalysis.cc:
996 - added MMcPedestalCopy to task list
997 - added MMcPedestalNSB to task list
998 - changed reader from MReadTree to MReadMarsFile
999
1000 * meventdisp/MGEvtDisplay.cc:
1001 - changed reader from MReadTree to MReadMarsFile
1002
1003 * macros/MagicHillas.C, macros/readMagic.C:
1004 - removed unnecessary MReadTree
1005
1006
1007
1008 2001/11/28: Oscar Blanch Bigas
1009
1010 * mbase/MReadMarsFile.cc:
1011 - Added process of fRun = new MReadTree("RunHeaders", fname),
1012 needed to read RunHeaders tree information.
1013
1014 * manalysis/MCerPhotCalc.h:
1015 - Added fNumLoGainFadcSlices and fNumHiGainFadcSlices member
1016 variables because they are needed for Pedestal substraction.
1017
1018 * manalysis/MCerPhotCalc.h:
1019 - Change in the methode to substract the pedestal. The new
1020 methode is valid either for MC data and real data but only for
1021 the current integration (GetSumHiGainSamples()).
1022
1023 * macros/readMagic.C:
1024 - Added several tasks in the task list:
1025 MReadMarsFile to read RunHeaders Tree
1026 MPedestalCopy and MPedestalNSB to treat correctly pedestals.
1027
1028 * macros/MagicHillas.C:
1029 - Added several tasks in the task list:
1030 MReadMarsFile to read RunHeaders Tree
1031 MPedestalCopy and MPedestalNSB to treat correctly pedestals.
1032
1033 * mmc/MMcRunHeader.hxx:
1034 - Added GetNumPheFromDNSB().
1035
1036 * mmc/MMcFadcHeader.hxx:
1037 - Added GetAmplitud().
1038
1039 * manalysis/MMcPedestalNSB.h / .cc:
1040 - New class which adds to the pedestal rms the contribution from
1041 the diffuse NSB.
1042
1043 * manalysis/Makefile:
1044 - New class MMcPedestalNSB added.
1045
1046 * manalysis/AnalysisLinkDefine.
1047 - New class MMcPedestalNSB added.
1048
1049
1050
1051 2001/11/16: Thomas Bretz
1052
1053 * mhist/MHMcCollectionArea.cc:
1054 - set the ReadyToSave bit in CalcEfficiency.
1055
1056 * mmontecarlo/MMcThresholdCalc.cc:
1057 - set the ReadyToSave bit after the calculation has been finished.
1058
1059 * mhist/MHMcRate.cc:
1060 - set the ReadyToSave bit in CalcRate
1061
1062
1063
1064 2001/11/16: Thomas Bretz
1065
1066 * mbase/MEvtLoop.cc:
1067 - removed clock.Print()
1068
1069 * mbase/MGList.[cc,h]:
1070 - added support for TGPictures
1071
1072 * mbase/MReadTree.[h,cc]:
1073 - set ReadyToSave-bit only if reading was successfull
1074 - made SetReadyToSave private
1075
1076 * mbase/MTaskList.cc:
1077 - corrected a small bug in the output
1078
1079 * mbase/MWriteRootFile.cc:
1080 - added a workaround in Print (don't know why it fails for me)
1081 - removed fTrees.SetOwner()
1082
1083 * mbase/MTask.cc:
1084 - removed include of TOrdCollection, TMethod
1085 - some changes to the output
1086
1087 * mbase/MParContainer.h:
1088 - removed old comments
1089
1090 * mmain/MAnalysis.cc, mmain/MCameraDisplay.cc, mmain/MDataCheck.cc,
1091 mmain/MEvtDisp.cc, mmain/MMonteCarlo.cc:
1092 - changed Widget IDs to root style enums
1093 - moved enumerations in the range below 0x100
1094
1095 * mmain/MBrowser.[h,cc]:
1096 - removed some of the member variables, accessed via MGList now
1097 - changed TList to MGList
1098 - added a file-filter combo-box
1099
1100 * mars.cc:
1101 - changed output
1102
1103
1104
1105 2001/11/15: Thomas Bretz
1106
1107 * mbase/MArray.cc, mbase/MArrayB.cc,mbase/MArrayS.cc,
1108 mbase/MClone.cc, mbase/MEvtLoop.cc, mbase/MFilter.cc,
1109 mbase/MFilterList.cc, mbase/MGGroupFrame.cc, mbase/MGList.cc,
1110 mbase/MGTask.cc, mbase/MInputStreamID.cc, mbase/MLog.cc,
1111 mbase/MLogManip.cc, mbase/MParContainer.cc, mbase/MParList.cc,
1112 mbase/MPrint.cc, mbase/MReadMarsFile.cc, mbase/MReadTree.cc,
1113 mbase/MTime.cc, mbase/MWriteAsciiFile.cc, mbase/MWriteFile.cc,
1114 mbase/MWriteRootFile.cc, manalysis/MCT1ReadAscii.cc,
1115 manalysis/MCerPhotCalc.cc, manalysis/MHillas.cc,
1116 manalysis/MHillasCalc.cc, manalysis/MMcPedestalCopy.cc,
1117 manalysis/MPedCalcPedRun.cc, manalysis/MPedestalCam.cc,
1118 manalysis/MPedestalPix.cc, manalysis/MCerPhotEvt.cc,
1119 manalysis/MCerPhotPix.cc, manalysis/MImgCleanStd.cc,
1120 manalysis/MImgCleanStd.cc, mdatacheck/MDumlEvtHeader.cc,
1121 mdatacheck/MGDisplayAdc.cc, meventdisp/MGCamDisplay.cc,
1122 meventdisp/MGEvtDisplay.cc, meventdisp/MGFadcDisp.cc,
1123 mfilter/MFTriggerLvl1.cc, mgui/MGeomCam.cc, mgui/MGeomCamMagic.cc,
1124 mgui/MGeomCamCT1.cc, mgui/MgeomPix.cc, mgui/Mhexagon.cc,
1125 hist/MFillH.cc, mhist/MH.cc, mhist/MHFadcCam.cc, mhist/MHFadcPix.cc,
1126 hist/MHHillas.cc, mhist/MHMcCollectionArea.cc, mhist/MHMcEnergy.cc,
1127 mhist/MHMcRate.cc, mhist/MHStarMap.cc, mmain/MAnalysis.cc,
1128 mmain/MBrowser.cc, mmain/MCameraDisplay.cc, mmain/MDataCheck.cc,
1129 mmain/MEvtDisp.cc, mmain/MMars.cc, mmain/MMonteCarlo.cc,
1130 mmontcarlo/MMcCollectionAreaCalc.cc, mmontecarlo/MMcThresholdCalc.cc,
1131 mmontecarlo/MMcTriggerRateCalc.cc, mraw/MrawCrateArray.cc,
1132 mraw/MRawCrateData.cc, mraw/MRawEvtData.cc, mraw/MRawEvtHeader.cc
1133 mraw/MRawEvtPixelIter.cc, mraw/MRawEvtFileRead.cc,
1134 mraw/MRawEvtFileWrite.cc, mraw/MRawEvtRunHeader.cc
1135 - changed mailing address of author according to THtml of root 3.02
1136
1137 * mbase/MClone.cc, mbase/MEvtLoop.cc, mbase/MFilterList.cc,
1138 mbase/MGTask.cc, mbase/MParContainer.cc, mbase/MParList.cc,
1139 mbase/MPrint.cc, mbase/MReadMarsFile.cc, mbase/MReadTree.cc,
1140 mbase/MWriteAsciiFile.cc, mbase/MWriteFile.cc,
1141 mbase/MWriteRootFile.cc, manalysis/MCerPhotEvt.cc,
1142 manalysis/MCerPhotPix.cc, manalysis/MImgCleanStd.cc,
1143 mgui/MGeomCam.cc, mgui/MGeomCamMagic.cc, mgui/MGeomCamCT1.cc,
1144 mgui/MgeomPix.cc, mgui/Mhexagon.cc, hist/MFillH.cc, mhist/MHMcEnergy.cc,
1145 mhist/MHMcRate.cc, mmontcarlo/MMcCollectionAreaCalc.cc,
1146 mmontecarlo/MMcThresholdCalc.cc, mmontecarlo/MMcTriggerRateCalc.cc
1147 mraw/MRawCrateData.cc, mraw/MRawEvtData.cc, mraw/MRawEvtHeader.cc
1148 mraw/MRawEvtPixelIter.cc, mraw/MRawEvtFileRead.cc,
1149 mraw/MRawEvtFileWrite.cc, mraw/MRawEvtRunHeader.cc
1150 - changed output to new style logging (verbosity level introduced)
1151
1152 * mbase/MGTask.h:
1153 - added default to CreateGui
1154
1155 * mbase/MLog.cc
1156 - chnaged comparision between output and debug level from >= to >
1157
1158 * mbase/MLogManip.h:
1159 - added defintions for debug levels
1160
1161 * mbase/MReadTree.[h,cc]:
1162 - added support for filters
1163 - SetReadyToSave added
1164 - Print added
1165
1166 * mbase/MTaskList.[h,cc], MTask.[h,cc]:
1167 - changed TOrCollection to TList, because TList can be stored in a
1168 root file.
1169
1170 * mbase/MTask.[h,cc]:
1171 - added GetFilter function (used in MReadTree)
1172
1173 * manalysis/MImgCleanStd.cc:
1174 - same changed to the GUI layout
1175 - added Print member function
1176
1177 * meventdisp/MGCamDisplay.cc:
1178 - added group frame around some gui elements
1179
1180 * mfilter/MFTriggerLvl1.cc:
1181 - fixed missing Init call
1182 - added missing AddToBranchList call
1183
1184 * mars.cc:
1185 - added command line option to set the verbosity level
1186
1187 * merpp.cc:
1188 - added setup for highest verbosity level
1189
1190
1191
1192 2001/11/14: Thomas Bretz
1193
1194 * macros/dohtml.C:
1195 - added missing path to mfilter
1196
1197 * manalysis/MHillas.cc:
1198 - changed the degree symbol back to 'deg', it seems that the code
1199 for it isn't common
1200
1201 * mhist/MH.cc:
1202 - added comment for MakeDefCanvas
1203
1204 * mhist/MHFadcCam.[h,cc]:
1205 - removed old comments (SaveHist)
1206
1207 * mhist/MHHillas.cc:
1208 - changed the Name of fAlpha back. Symbols are nonsens in the name.
1209
1210 * mbase/MGList.[h,cc], mbase/MGTask.[h,cc], mbase/MGGroupFrame.[h,cc]:
1211 - added
1212
1213 * Makefile.conf.linux, Makefile.conf.linux-gnu:
1214 - changed to O3
1215 - added -fnonnull-objects
1216 - added -Woverloaded-virtual
1217
1218 * macros/readCT1.C, macros/readMagic.C:
1219 - changed to use MClone
1220
1221 * manalysis/MImgCleanStd.[h,cc]:
1222 - derived from TGTask
1223 - added CreateGuiElements
1224 - added ProcessMessage
1225
1226 * mbase/BaseLinkDef.h, mbase/Makefile:
1227 - added MGTask
1228 - added MGList
1229 - added MGGroupFrame
1230
1231 * mbase/MInputStreamID.cc:
1232 - rmoved old comment
1233
1234 * mbase/MParContainer.[h,cc]:
1235 - changed output
1236 - made Hash const
1237 - added GetDiscriptor
1238
1239 * mbase/MParList.[h,cc]:
1240 - made FindObject const correct (see TObject)
1241
1242 * mbase/MTask.[h,cc]:
1243 - changed output to use GetDescriptor
1244 - made Call* functions virtual (used in TGTask)
1245
1246 * mbase/MTaskList.[h,cc]:
1247 - made FindObject const correct (see TObject)
1248 - changed output to use GetDescriptor
1249
1250 * mbase/MTime.cc:
1251 - code reformatting
1252
1253 * mbase/MWriteRootFile.cc:
1254 - small changes in output
1255
1256 * mgui/MHexagon.cc:
1257 - changed output according to TEllipse and similar
1258 - made ls const
1259
1260 * mhist/MFillH.cc:
1261 - changed output to use GetDescriptor
1262
1263 * mmain/MAnalysis.[h,cc]:
1264 - changed to use new GUI of MImgCleanStd
1265
1266 * mraw/MRawEvtData.cc:
1267 - small changes to output
1268 - better sanity check for non existing fRunHeader
1269
1270
1271
1272 2001/11/09: Thomas Bretz
1273
1274 * mars.cc, merp.cc, macros/rootlogon.C:
1275 - added MArray::Class()->IgnoreTObjectStreamer();
1276
1277
1278
1279 2001/11/08: Thomas Bretz
1280
1281 * meventdisp/MGCamDisplay.cc:
1282 - changed enums to root style
1283 - get rid of the problem of button deletion by adding the buttons
1284 as first entries to the list
1285
1286 * mmain/MMonteCarlo.cc:
1287 - changed enums to root style
1288 - get rid of the problem of button deletion by adding the buttons
1289 as first entries to the list
1290
1291 * manalysis/MCerPhotCalc.cc, manalysis/MPedCalcPedRun.cc,
1292 mhist/MHFadcCam.cc:
1293 - removed 'Fadc' from function names
1294
1295 * manalysis/MCerPhotEvt.[h,cc]:
1296 - made AddPixel inline
1297
1298 * manalysis/MMcPedestalCopy.cc:
1299 - added output
1300
1301 * manalysis/MPedestalCam.cc:
1302 - removed FIXME
1303
1304 * Makefile's:
1305 - some reordering
1306 - changed to the output
1307
1308 * mbase/MReadTree.cc:
1309 - removed setting of AutoDel-flag (this was not intended and doesn't
1310 work for a TChain, yet)
1311
1312 * meventdisp/MGCamDisplay.cc, meventdisp/MGFadcDisp.cc:
1313 - moved SetWMSizeHints to base class
1314
1315 * meventdisp/MGEvtDisplay.cc:
1316 - added a random move and the SetWMSizeHints
1317
1318 * mhist/MHHillas.cc:
1319 - replaced some text by Latex-formulas
1320
1321 * mmain/MBrowser.cc:
1322 - added a menu entry for opening a TBrowser
1323 - added a random move
1324
1325 * mmain/MMars.[h,cc]:
1326 - changed enums to root style
1327 - moved size specification from header to source
1328 - changed SetWMSizeHints call
1329
1330 * mraw/MrawEvtPixelIter.[h,cc]:
1331 - added fNum[Hi,Lo]GainSamples to make GetSum* faster
1332 - removed 'Fadc' from function names
1333
1334
1335
1336 2001/11/07: Thomas Bretz
1337
1338 * Makefile:
1339 - changed order in 'mrproper'
1340
1341 * manalysis/MCT1ReadAscii.cc, manalysis/MCerPhotCalc.cc:
1342 - added InitSize
1343
1344 * manalysis/MCerPhotEvt.[h,cc]:
1345 - introduces InitSize to speed up things
1346 - changed []-operator to an unchecked access
1347
1348 * manalysis/MPedestalCam.h:
1349 - changed ExpandCreateFast to ExpandCreate (due to lack of good dox)
1350 - changed []-operator to an unchecked access
1351
1352 * mbase/MEvtLoop.cc:
1353 - changed 'total' to 'real' time.
1354
1355 * mgui/MGeomCam.[h,cc]:
1356 - moved []-operator code back to class definition, due to runtime speed
1357 - changed []-operator to an unchecked access
1358
1359 * mhist/MHHillas.cc:
1360 - changed 'degree' to Latex-style
1361
1362 * manalysis/MImgCleanStd.cc:
1363 - we are now initialising an array holding the used pixel to prevent
1364 looping through all pixel thousands of times
1365 (MCerPhotEvt::IsPixelUsed)
1366
1367 * mbase/MWriteAsciiFile.cc:
1368 - enhanced the documentation
1369
1370 * mmain/MBrowser.[h,cc]:
1371 - enhanced the functionality to display the filename
1372 - improved the layout
1373
1374 * mmain/MMars.cc:
1375 - added calling of 'netscape' for the two picture buttons
1376
1377
1378
1379 2001/11/06: Thomas Bretz
1380
1381 * mbase/MReadMarsFile.[h,cc]:
1382 - added
1383
1384 * manalysis/MMcPedestalCopy.[h,cc]:
1385 - moved copying to PreProcess
1386 - removed Process
1387
1388 * mbase/Makefile, mbase/BaseLinkDef.h
1389 - added MReadMarsFile
1390
1391 * mbase/MReadTree.[h,cc]:
1392 - added a list of TObjects to be called when file in the chain
1393 is changed
1394
1395 * Makefile.conf.linux, Makefile.conf.linux-gnu:
1396 - removed -g flag
1397
1398 * mraw/MRawRunHeader.h:
1399 - fixed return type of GetNumEvents
1400
1401 * mraw/MRawCrateArray.[h,cc]:
1402 - added SetSize which takes care of the size of the array
1403 - changed the access to an unchecked one
1404
1405 * mraw/MRawCrateData.h
1406 - derives from MParContainer now
1407
1408 * mraw/MRawEvtData.[h,cc]:
1409 - made Print const
1410 - changed so, that the arrays are dreed and allocated only
1411 as less as possible
1412
1413 * mraw/MRawFileRead.[h,cc]:
1414 - changed to support faster I/O of MRawEvtData and MRawCrateArray
1415 - added sanity check (warning) to PostProcess
1416
1417 * mraw/MRawFileWrite.cc:
1418 - removed deletion of trees (done by ~TFile)
1419 - switched of AutoSave by use of a big size
1420 - removed '.' from Branch names (each tree contains only one master
1421 branch with equal subbranches)
1422
1423 * macros/readCT1.C:
1424 - fixed a small bug
1425
1426 * manalysis/MCerPhotCalc.cc:
1427 - removed Clear from Process (done by Reset now)
1428
1429 * manalysis/MCerPhotEvt.[h,cc]:
1430 - added reset-function
1431 - some small changes to the code layout
1432
1433 * mmc/MMcFadcHeader.[h,cc], mmc/MMcTrig.[h,cc]:
1434 - chenged constructor to support fName and fTitle
1435
1436 * mbase/MReadTree.cc:
1437 - removes '.' from a branch name now before searching/creating the object
1438
1439
1440
1441 2001/11/01: Thomas Bretz
1442
1443 * mbase/MParContainer.cc:
1444 - removed 'newname' from TObject::Clone call.
1445
1446 * mbase/MParContainer.h:
1447 - layout changes
1448
1449 * mbase/MParList.h:
1450 - changed destructor definition to virtual
1451
1452 * mbase/MReadTree.[h,cc]:
1453 - added initialization for fProgress
1454 - changed output
1455 - move some code to new functions
1456 - branch enabling now checks for the existance of the branch
1457 - veto branch disables the corresponding sub branches now physically
1458 - changed comments
1459
1460 * mdatacheck/MGDisplayAdc.cc:
1461 - added some sanity checks
1462
1463 * meventdisp/MGCamDisplay.cc, meventdisp/MGEvtDisplay.[h,cc],
1464 meventdisp/MGFadcDisp.cc:
1465 - moved some code to MGEvtDisplay
1466
1467 * mhist/MFillH.cc:
1468 - added warning to comment
1469
1470 * mhist/MHFadcCam.[h,cc]:
1471 - added Clone-function. It seems, that this is necessary since
1472 root 3.01
1473
1474 * mhist/MHFadcPix.cc:
1475 - changed axis titles
1476
1477 * mmain/MAnalysis.cc:
1478 - added progress bar
1479
1480 * mmain/MBrowser.[h,cc]:
1481 - added layout hints to fTop1,2,3
1482 - adde Create/DestroyProgrssBar
1483
1484 * mmain/MDataCheck.cc:
1485 - changes to the layout
1486 - disable auto scheme
1487 - added progress bar
1488
1489 * mmain/MMonteCarlo.[h,cc]:
1490 - layout changes
1491 - added progress bar
1492
1493 * mraw/MRawEvtData.cc:
1494 - new sanity check in Draw
1495
1496
1497
1498 2001/11/01: Thomas Bretz
1499
1500 * macros/MagicHillas.C:
1501 - changed Draw to DrawClone
1502
1503 * manalysis/MCerPhotPix.h:
1504 - some layout changes
1505
1506 * mbase/MParList.cc:
1507 - fixed a bug in the dstructor which causes the d'tor to crash when
1508 the owner bit was set
1509 - changed some TCollection loop to macro ForEach
1510
1511 * mbase/MTaskList.cc:
1512 - changed some TCollection loop to macro ForEach
1513
1514 * meventdisp/MGEvtDisplay.[h,cc]:
1515 - added filemenu
1516
1517 * mgui/MCamDisplay.[h,cc], mgui/MHexagon.[h,cc]:
1518 - added SavePrimitive function
1519
1520 * mhist/MHHillas.cc:
1521 - changed 'deg' to '°'
1522
1523 * mmain/MDataCheck.cc:
1524 - changed name of enums for buttons
1525
1526 * Makefile.conf.osf1:
1527 - added some more exclusion flags to get rid of to much informations
1528
1529 * Makefile:
1530 - changed flags of tar from '-cvf' to 'cvf' so that it runs on alpha, too
1531
1532 * mbase/MAGIC.h:
1533 - put brackets around defines, to make it compile on alpha
1534
1535 * mbase/MEvtLoop.cc, mbase/MParList.cc, mbase/MTask.cc,
1536 mgui/MGeomCam.cc, mhist/MHFadcPix.cc, mmc/MMcTrig.cxx:
1537 - removed inline statement, to make it link on alpha
1538
1539
1540
1541 2001/10/31: Thomas Bretz
1542
1543 * Makefile:
1544 - changed MrProper output
1545
1546 * Makefile.conf.general, Makefile.conf.linux,
1547 Makefile.conf.linux-gnu, Makefile.conf.osf:
1548 - added ARCHDEF environment
1549
1550 * manalysis/MHillas.[h,cc]:
1551 - added units
1552
1553 * mbase/BaseLinkDef.h:
1554 - added '+' for MTime
1555
1556 * mbase/MAGIC.h:
1557 - let Linux find gLog when creating dictionary
1558
1559 * mbase/MHtml.h:
1560 - removed include of TNamed
1561
1562 * */Makefile
1563 - reordered *.cc filed to get rid of some 'rootcint' warnings
1564
1565 * mgui/MCamDisplay.cc:
1566 - added SetBorderMode(0)
1567
1568 * mgui/MHexagon.[h,cc]:
1569 - changed Print-output to fit into two lines
1570 - made Print appear in the context menu
1571
1572 * merpp.cc:
1573 - Added MParContainer::Class()->IgnoreTObjectStreamer()
1574
1575 * mbase/MEvtLoop.[h,cc], mbase/MReadTree.[h,cc],
1576 mmain/MAnalysis.[h,cc]:
1577 - added support for a progressbar
1578
1579 * mbase/MFilterList.h:
1580 - added SetOwner-support
1581
1582 * mbase/MLogManip.h:
1583 - added 'dec' manipulator to dbginf
1584
1585 * mbase/MTask.h:
1586 - added GetNumExecutions
1587
1588 * mraw/RawLinkDef.h:
1589 - added '+' for MRawEvtPixelIter, MRawCrateArray, MRawCrateData and
1590 MRawFile[Read,Write]
1591
1592
1593
1594 2001/10/30: Thomas Bretz
1595
1596 * macros/MagicHillas.C
1597 - removed precreated objects
1598
1599 * macros/readCt1.C:
1600 - fixed a bug (-> instead of .)
1601
1602 * *LinDef.h:
1603 - added a '+' to all 'new' classes. 'new' means, that the object
1604 is not yet used in Monte Carlo Files.
1605
1606 * *.h:
1607 - changed defines from CLASS_H to MARS_Class type (like root)
1608
1609 * MMcPedestalCopy.[h,cc]:
1610 - added AddToBranchList stamements
1611
1612 * manalysis/MPedestalPix.h, manalysis/MCerPhotPix.h, mgui/MGeomPix.h:
1613 - changed derivement from TObject to MParContainer to be sure
1614 fBits are not written, without specifying this for any TObject
1615 derived class
1616
1617
1618
1619 2001/10/29: Thomas Bretz
1620
1621 * Makefile.rules:
1622 - changed the output
1623
1624 * macros/rootlogon.C:
1625 - Added IgnorTObjectStreamer
1626
1627 * manalysis/MCT1ReadAscii.cc:
1628 - changed fFileNames to a TList of TNamed objects
1629
1630 * mbase/MArray.h:
1631 - removed include of MArray.h
1632
1633 * mbase/MParContainer.[h,cc]:
1634 - changed fName, fTitle from pointer to static object
1635 - Changed ClassVersion to 0
1636
1637 * mbase/MParList.[h,cc]:
1638 - changed fName, fTitle from pointer to static object
1639 - changed include of TObjArray to a forward declaration
1640 (for faster compilation)
1641 - simplified the code
1642
1643 * mbase/MInputStreamID.[h,cc]:
1644 - changed fStreamId from char* to TString
1645 - Changed ClassVersion to 0
1646
1647 * mbase/MReadTree.[h,cc]:
1648 - changed veto-list to an array of TNamed objects
1649 - implemented auto enabeling
1650
1651 * mbase/MTask.[h,cc]:
1652 - implemented fListOfBranches for auto enabeling
1653
1654 * mbase/MTaskList.[h,cc]:
1655 - changed fName, fTitle from pointer to static object
1656 - changed include of TObjArray to a forward declaration
1657 (for faster compilation)
1658
1659 * mbase/MWriteRootFile.cc:
1660 - changed fName, fTitle from pointer to static object
1661 - set splitlevel in TTree::Branch to default
1662 - changed kSaveNow to kFillTree
1663
1664 * mhist/MFillH.cc:
1665 - changed fName, fTitle from pointer to static object
1666 - check inharitance from MH
1667
1668 * mhist/MH.[h,cc]:
1669 - changed fName, fTitle from pointer to static object
1670 - implementation of simplified static MakeDefCanvas
1671
1672 * mhist/MHFadcCam.h:
1673 - removed include of TH1
1674
1675 * mhist/MHFadcPix.[h,cc]:
1676 - implemented persistent pixid
1677 - get rid of 'fixed string sizes'
1678 - Delete histograms from file structure (SetDirectory)
1679 - changed Root's MakeDefCanvas to TH1::MakeDefCanvas
1680 - removed include of TH1
1681
1682 * mhist/MHHillas.cc
1683 - changed fName, fTitle from pointer to static object
1684 - Delete histograms from file structure (SetDirectory)
1685 - changed Root's MakeDefCanvas to TH1::MakeDefCanvas
1686 - changed DrawClone to DrawCopy
1687
1688 * mhist/MHMcCollectionArea.[h,cc]:
1689 - changed fName, fTitle from pointer to static object
1690 - Delete histograms from file structure (SetDirectory)
1691 - changed Root's MakeDefCanvas to TH1::MakeDefCanvas
1692 - changed DrawClone to DrawCopy
1693 - changed binning to log scale
1694 - removed include of TH1
1695
1696 * mhist/MHMcEnergy.cc, mhist/MHStarMap.cc:
1697 - changed fName, fTitle from pointer to static object
1698 - Delete histograms from file structure (SetDirectory)
1699 - changed Root's MakeDefCanvas to TH1::MakeDefCanvas
1700
1701 * manalysis/MCerPhotEvt.cc, manalysis/MHillas.cc,
1702 manalysis/MHillasCalc.cc, manalysis/MImgCleanStd.cc,
1703 manalysis/MMcPedestalCopy.cc, manalysis/MPedestalCam.cc,
1704 mbase/MClone.cc, mbase/MPrint.cc, mbase/MTime.h,
1705 mbase/MWriteAsciiFile.cc, mgui/MGeomCam.cc, mhist/MHFadcCam.cc,
1706 mhist/MHMcRate.cc, mmc/MMcTrig.cxx, mraw/MRawCrateArray.cc,
1707 mraw/MRawEvtData.cc, mraw/MRawEvtHeader.cc, mraw/MRawFileRead.cc:
1708 - changed fName, fTitle from pointer to static object
1709
1710 * manalysis/MCerPhotCalc.cc, manalysis/MPedCalcPedRun.cc,
1711 mmontecarlo/MMcThresholdCalc.[h,cc],
1712 mmontecarlo/MMcTriggerRateCalc.[h,cc],
1713 mmontecarlo/MMcCollectionAreaCalc.[h,cc]:
1714 - changed fName, fTitle from pointer to static object
1715 - changed to use auto enabling scheme
1716
1717 * macros/threshold.C, macros/collarea.C, macros/trigrate.C:
1718 - removed UseLeaf
1719
1720 * macros/CT1Hillas.C, macros/readMagic.C:
1721 - made run again
1722
1723 * mraw/MRawFileWrite.cc:
1724 - changed fName, fTitle from pointer to static object
1725 - changed TTree::Branch to use default split level (99)
1726 - added the missing important '.' to the Branch names!
1727
1728 * mraw/MRawRunHeader.[h,cc]:
1729 - changed fName, fTitle from pointer to static object
1730 - implemented enum for Run Type
1731
1732
1733
1734 2001/10/26: Thomas Bretz
1735
1736 * Makefile.rules:
1737 - changed output
1738
1739 * readraw.cc:
1740 - changed name and description in TROOT
1741 - removed argument in MMcEvt::Print()
1742
1743 * manalysis/MCerPhotEvt.[h,cc], manalysis/MCerPhotPix.[h,cc],
1744 manalysis/MHillas.[h,cc], mmc/MMcEvt.[hxx,cxx],
1745 mmc/MMcFadcHeader.[hxx,cxx], mmc/MMcTrig.[hxx,cxx],
1746 mmc/MMcTrigHeader.[hxx,cxx]:
1747 - according to root 3.01 made Print const
1748
1749 * mbase/BaseLinkDef.h:
1750 - added MPrint
1751
1752 * mbase/MPrint.[h,cc]:
1753 - added
1754
1755 * mbase/MClone.[h,cc]:
1756 - changed MParContainer to a more general TObject
1757
1758 * mbase/Makefile:
1759 - MPrint.cc added
1760
1761 * meventdisp/MGCamDisplay.[h,cc], meventdisp/MGEvtDisplay.[h,cc],
1762 meventdisp/MGFadcDisp.[h,cc]:
1763 - introduced fInitOk for the case PreProcessing failed
1764
1765 * mmain/MMonteCarlo.cc:
1766 - added correction for use of several trigger conditions
1767 - speedup threshold calc by usage of UseLeaf
1768
1769 * magiclogo.xpm, marslogo.xpm:
1770 - changed
1771
1772 * mmain/MMonteCarlo.cc:
1773 - added a workaround for the <TClass::TClass> no dictionary for MMc*
1774 problem
1775
1776 * mbase/MWriteRootFile.[h,cc]:
1777 - simplified code by removing MRootFileTree class
1778
1779 * mbase/MLog.cc:
1780 - changed char[len+1] to 'new' statement
1781
1782
1783
1784
1785 2001/10/23: Thomas Bretz
1786
1787 * mbase/MLog.[h,cc]:
1788 - replaced usage of tmpnam by mkstemp
1789
1790 * mgui/MCamDisplay.[h,cc]:
1791 - Paint function added which maintains the aspect ratio of the image
1792 - DrawPhotErr removed
1793 - removed gPad->Clear, so that we can draw into pads not only
1794 canvases
1795
1796 * mhist/MFillHFadc.[h,cc], mhist/MFillHHillas.[h,cc],
1797 mhist/MFillHStarMap.[h,cc]:
1798 - removed
1799
1800 * mmontecarlo/MMcTriggerRateCalc.[h,cc]:
1801 - removed unused spectral index and flux
1802
1803 * mmontecarlo/MMcThesholdCalc.[h,cc],:
1804 mbase/MParList.[h,cc]:
1805 - fixed the Dimension handling
1806
1807 * mmontecarlo/MMcTriggerRateCalc.[h,cc],
1808 - fixed the Dimension handling
1809 - added destructor
1810
1811 * macros/trigrate.C:
1812 - fixed some small things
1813 - accelerated by use of MReadTree::UseLeaf
1814
1815 * mhist/MHMcCollectionArea.h:
1816 - changed default argument of DrawClone from NULL to "".
1817 NULL caused the interpreter to crash.
1818
1819 * mbase/MFilterList.[h,cc], mbase/MParContainer.[h,cc],
1820 mbase/MParList.[h.cc], mbase/MTime.[h,cc],
1821 mgui/MGeomCam.[h,cc], mgui/MGeomPix.[h,cc],
1822 mgui/MHexagon.[h,cc], mhist/MHMcEnergy.[h,cc],
1823 mhist/MHMcRate.[h,cc], mraw/MRawCrateData.[h,cc],
1824 mraw/MRawEvtHeader.[h,cc], mraw/MRawRunHeader.[h,cc]:
1825 - according to root 3.01 I made Print() const
1826
1827 * mdatacheck/MViewAdcSoectra.[h,cc], mdatacheck/MShowSpect.[h,cc]:
1828 - removed
1829
1830 * mbase/MReadTree.cc:
1831 - removed default argument from GetEntry-call
1832
1833 * mbase/MTask.[h,cc]:
1834 - introduced mapping function for (Pre/Post)&Process
1835 - according to root 3.01 I made Print() const
1836 - added PrintStatistics
1837 - added call counter
1838
1839 * mbase/MTaskList.[h,cc]:
1840 - adapted to new MTask mapping functions
1841 - according to root 3.01 I made Print() const
1842 - added PrintStatistics
1843 - moved some functionality to MTask-Mapper functions
1844
1845 * mmain/MMonteCarlo.cc:
1846 - adapted to some changes in other classes
1847 - some small simplifications
1848 - accelerated, by use of UseLeaf
1849 - workaround for the ButtonGroup/Button delete bug
1850
1851 * mmain/MAnalysis.cc:
1852 - workaround for the ButtonGroup/Button delete bug
1853
1854
1855
1856 2001/10/23: Thomas Bretz
1857
1858 * macros/dohtml.C:
1859 - changed macro names
1860
1861 * macros/getCollArea.C:
1862 - renamed to collarea.C
1863 - make use of new fast MReadTree
1864
1865 * macros/getRate.C:
1866 - renamed to trigrate.C
1867
1868 * macros/getThreshold.C:
1869 - renamed to threshold.C
1870
1871 * Makefile.depend:
1872 - removed
1873
1874 * mgui/MCamDisplay.[h,cc]:
1875 - fixed wrong usage of new operator in TClonesArray
1876 - the aspect ratio of the Canvas is used now to display geometries
1877 correctly (no 'small CT1 camera anymore)
1878 - replaced include of MCerPhotPix by a forward declaration
1879 - replaced include of MHexagon by a forward declaration
1880
1881 * mgui/MGeomCam.[h,cc]:
1882 - added GetMaxRadius()-function
1883 - added CalcMaxRadius()-function
1884 - replaced include of MGeomPix by a forward declaration
1885 - replaced include of TObjArray by a forward declaration
1886
1887 * mgui/MGeomCamMagic.cc, mgui/MGeomCamCT1.cc:
1888 - call CalcMaxRadius in the constructor
1889
1890
1891
1892 2001/10/22: Thomas Bretz
1893
1894 * mhist/MH*.[h,cc]:
1895 - changed DrawClone according to root 3.01/06 to 'const'
1896
1897
1898
1899 2001/10/16: Thomas Bretz
1900
1901 * mbase/MReadTree.[h,cc]:
1902 - added some output statements
1903 - added comments
1904 - added UseLeaf
1905 - changed AddFile to Int_t
1906 - simplified GetEntry call
1907
1908 * mgui/MGeomCam.[h,cc], MGeomCamCT1.[h,cc], MGeomCamMagic.[h,cc]:
1909 - added come comments
1910 - removed Draw-function
1911
1912 * mars.cc:
1913 - Changed name of TROOT object to 'mars'
1914
1915 * merpp.cc:
1916 - changed name of TROOT object to 'merpp'
1917 - added some more ouput
1918
1919 * mbase/MBaseLinkDef.h:
1920 - added MRootFileBranch
1921 - added MRootFileTree
1922
1923 * mgui/MGeomPix.cc, mbase/MClone.cc, mraw/MRawRunHeader.cc:
1924 - added comments
1925
1926 * mbase/MEvtLoop.cc:
1927 - added missing include
1928 - added another time output
1929
1930 * mbase/MWriteRootFile.cc:
1931 - added ClassImp
1932
1933 * mhist/MFillH.cc, mmontecarlo/MMcCollectionAreaCalc.cc:
1934 - changed output
1935
1936 * mhist/MHMcCollectionArea.cc:
1937 - small fixes
1938 - changed error calculation according to Ciro
1939
1940 * macros/CT1Hillas.C:
1941 - fixes some bugs (typos)
1942
1943
1944
1945 2001/10/05: Thomas Bretz
1946
1947 * manalysis/MHillas.cc, manalysis/MImgCleanStd.cc, mbase/MClone.[h,cc],
1948 mbase/MFilterList.h, mbase/MWriteFile.h, mbase/MWriteRootFile.h,
1949 mdatacheck/MGDisplayAdc.cc, meventdisp/MGCamDisplay.cc,
1950 meventdisp/MGCamDisplay.h, meventdisp/MGEvtDisplay.h,
1951 mgui/MGeomPix.h, mhist/MFillH.h, mhist/MHHillas.h,
1952 mmain/MAnalysis.h, mmain/MBrowser.h, mmain/MCameraDisplay.h,
1953 mmain/MDataCheck.h, mmain/MEvtDisp.h, mmain/MMonteCarlo.h,
1954 mraw/MRawFileRead.cc
1955 - comments updated
1956
1957 * mbase/MFilter.[h,cc]:
1958 - made IsExpressionTrue abstract
1959
1960 * meventdisp/MGEvtDisplay.cc:
1961 - fixed a bug that only every second event was displayed
1962
1963 * meventdisp/MGFadcDisp.[h,cc]:
1964 - reorganized code (changing pixel number drawed the histogram twice)
1965
1966 * mgui/MCamDisplay.[h,cc]:
1967 - added fDrawingPad to make sure that all output goes into the same pad
1968
1969 * mhist/HistLinkDef.h, mhist/Makefile:
1970 - removed old MFillH* classes
1971
1972
1973
1974 2001/10/02: Thomas Bretz
1975
1976 * mbase/MClone.[h,cc],
1977 meventdisp/MGCamDisplay.[h,cc],
1978 meventdisp/MGEvtDisplay.[h,cc],
1979 mmain/MCameraDisplay.[h,cc]:
1980 - added
1981
1982 * macros/readMagic.C:
1983 - fixed a "'->' and '.' mixed bug"
1984
1985 * manalysis/MCT1ReadAscii.cc:
1986 - added initialisation of fIn
1987
1988 * manalysis/MCerPhotEvt.[h,cc]:
1989 - made IsPixelExisting const
1990 - made IsPixelCore const
1991 - made IsPixelUsed const
1992 - made GetNumPhotons[Min,Max] const
1993
1994 * mbase/BaseLinkDef.h, mbase/Makefile:
1995 - added MClone
1996
1997 * mbase/MEvtLoop.[h,cc], mbase/MParList.[h,cc], mbase/MTaskList.[h,cc]:
1998 - added SetOwner-support
1999
2000 * mdatacheck/DataCheckLinkDef.h, mdatacheck/Makefile:
2001 - removed MShowSpect
2002 - removed MViewAdcSpect
2003
2004 * mdatacheck/MDumpEvtHeader.cc:
2005 - added missing descriptions
2006
2007 * mdatacheck/MGDisplayAdc.[h,cc]:
2008 - small changes
2009
2010 * meventdisp/EvtDispLinkDef.h:
2011 - added MGEvtDisplay
2012 - added MGCamDisplay
2013
2014 * meventdisp/MGFadcDisp.[h,cc]:
2015 - derived from MGEvtDisplay
2016 - most of the code moved to MGEvtDisplay to support MGCamDisplay, too
2017
2018 * meventdisp/Makefile:
2019 - added MGCamDisplay
2020
2021 * mgui/MCamDisplay.[h,cc]:
2022 - cleaned
2023 - reorganized
2024
2025 * mgui/MHexagon.cc:
2026 - added missing descriptions
2027
2028 * mhist/MHFadcPix.cc:
2029 - reorganized some code in the constructor which creates the 'names'
2030
2031 * mhist/MHHillas.cc, mhist/MHMcCollectionArea.cc,
2032 mhist/MHMcEnergy.cc, mhist/MHStarMap.cc:
2033 - Draw-function supports a default canvas now
2034
2035 * mmain/MDataCheck.cc:
2036 - added/rorganized comments
2037 - removed usage of MViewAdcSpectra
2038
2039 * mmain/MMars.[h,cc]:
2040 - added new "Camera Display" Button
2041
2042 * mmain/MainLinkDef.h, mmain/Makefile:
2043 - added MCameraDisplay
2044
2045
2046
2047 2001/09/28: Thomas Bretz
2048
2049 * macros/getRate.C:
2050 - changed TObjArray to a non-pointer object
2051 - added Printing of the result at the end of the macro
2052
2053 * mhist/MHMcCollectionArea.[h,cc], mhist/MHMcEnergy.[h,cc]:
2054 - added DrawClone
2055
2056 * mhist/MHMcRate.[h,cc]:
2057 - added a dummy for DrawClone
2058
2059 * mmain/MMonteCarlo.[cc, h]:
2060 - added Gui elements
2061 - added CalculateCollectionArea (not yet tested)
2062 - added CalculateTriggerRate (not yet tested)
2063 - added Threshold (not yet tested)
2064
2065 * mmontecarlo/MMcTriggerRateCalc.cc:
2066 - removed output stuff from PostProcessing
2067
2068 * meventdisp/MGFadcDisp.[h,cc], mdatacheck/MGDisplayAdc.[h,cc]:
2069 - reorganized code (constructor)
2070 - reorganized deletion of gui objects
2071 - fixed many, many memory leaks
2072
2073
2074
2075 2001/09/27: Thomas Bretz
2076
2077 * mmain/MBrowser.cc:
2078 - added comments
2079
2080 * mmain/MAnalysis.[h,cc]:
2081 - added entry field for cleaning levels
2082 - restructured code a bit
2083
2084 * mhist/MFillH.cc:
2085 - fixed missing initialization of member variables in Init
2086
2087 * mhist/MHHillas.[h,cc]:
2088 - Added comments
2089 - Added DrawClone
2090 - Removed kCanDelete bits from Draw function
2091
2092 * mhist/MHStarMap.[h,cc]:
2093 - Added comments
2094 - Added DrawClone
2095 - moved some code from the Draw-functions to PrepareDrawing
2096
2097
2098
2099 2001/09/26: Thomas Bretz
2100
2101 * mmain/MMars.[cc,h], mmain/MBrowser.[cc,h], MDataCheck.[cc,h],
2102 mmain/MEvtDisp.[cc,h], mmain/MMonteCarlo.[cc,h]:
2103 - reorganized code (constructor)
2104 - reorganized deletion of gui objects
2105 - fixed many, many memory leaks
2106 - small changes in layout
2107
2108 * mmain/MAnalysis.[h,cc]:
2109 - added
2110
2111 * macros/*:
2112 - added Copyright notice
2113 - added some small sanity checks
2114
2115 * macros/MagicHillas.C:
2116 - fixed '->' bug
2117 - changed MFillHStarMap to MFillH
2118
2119 * mbase/MReadTree.cc, mraw/MRawFileWrite.cc:
2120 - removed an old debug statement
2121
2122 * mmain/MMars.cc:
2123 - added new Analysis functionality
2124
2125 * mmain/MainLinkDef.h:
2126 - addded MAnalysis
2127
2128 * mmain/Makefile:
2129 - added MAnalysis.cc
2130
2131 * mmc/McLinkDef.h:
2132 - removed nonsens define statement
2133
2134
2135
2136 2001/09/25: Thomas Bretz
2137
2138 * Makefile:
2139 - changed make tar so that 'CVS/Root' isn't added to the tar-file anymore
2140 It contains the origin (CVSROOT) of the repository and my confuse
2141 people triing to commit changed files from such an archive to
2142 the repository
2143
2144 * mmain/MBrowser.[cc,h]:
2145 - reorganized code (constructor)
2146 - reorganized deletion of gui objects
2147 - fixed many, many memory leaks
2148
2149 * mmain/MMars.[cc,h]:
2150 - reorganized code (constructor)
2151 - reorganized deletion of gui objects
2152 - fixed many, many memory leaks
2153
2154
2155
2156 2001/09/20: Thomas Bretz
2157
2158 * mbase/MLog.[h,cc]:
2159 - made working with Cosy
2160 - fixed gui stuff to work like expected
2161
2162 * manalysis/MCerPhotPix.h:
2163 - replaced TROOT.h by MAGIC.h
2164
2165 * mfilter/MFTriggerLvl1.h:
2166 - added description
2167
2168
2169
2170 2001/09/20: Thomas Bretz
2171
2172 * released Version 0.4
2173
2174 * mevtdisp/MGFadcDisp.cc, mmain/MMars.cc:
2175 - switched to root version >= 3.00
2176
2177 * Makefile.conf.linux:
2178 - added to support the new Linux distributions
2179
2180 * .rootrc:
2181 - removed references to MARSSYS
2182
2183
2184
2185 2001/09/13: Thomas Bretz
2186
2187 * Makefile.conf.linux-gnu:
2188 - removed "-Woverloaded-virtual". it doesn't really help
2189
2190
2191
2192 2001/08/02: Thomas Bretz
2193
2194 * macros/getRate.C:
2195 - make use of new stylish lists of containers
2196
2197
2198 * macros/CT1Hillas.C, macros/getCollArea.C:
2199 - make use of return value of Eventloop
2200
2201 * macros/merpp.C:
2202 - changed return type to void
2203
2204
2205
2206 2001/07/23: Thomas Bretz
2207
2208 * mbase/MParList.cc:
2209 - redifinition of default argument: fixed
2210
2211
2212
2213 2001/07/23: Thomas Bretz
2214
2215 * mmontecarlo/MMcThresholdCalc.[cc,h]:
2216 - changed PreProcess action to new stylish lists of containers
2217
2218 * mhist/Makefile:
2219 - removed MEnergies.cc
2220
2221 * mhist/HistLinkDef.h:
2222 - removed MEnergies.cc
2223
2224 * mbase/MReadTree.cc:
2225 - removed a bug which causes MReadTree to show strange behaviour.
2226 We cannot use GetBranch()->SetAddress() we have to use
2227 SetBranchAddress.
2228
2229 * macros/MagicHillas.C:
2230 - changed to new stylish histogram fillers.
2231
2232 * mhist/MHMcRate.cc:
2233 - some simplifications to the constructors
2234 - some accelerations of the rate calculation
2235
2236 * mhist/MHHillas.C:
2237 - added axis descriptions (thanks to Rudy)
2238
2239
2240
2241 2001/07/20: Thomas Bretz
2242
2243 * mhist/MH.cc:
2244 - added comments
2245
2246 * mhist/MFillH.cc:
2247 - added comments
2248
2249 * mbase/MParList.[h,cc]:
2250 - Added AddToList from a TObjArray
2251 - Added GetClassName
2252 - Added GetObjName
2253 - Added FindObjectList
2254 - Added FindCreateObjList
2255 - Added CreateObjList
2256
2257 * mhist/MHMcEnergies.[h,cc]:
2258 - deleted
2259
2260 * mhist/MHMcEnergy.[h,cc]:
2261 - rewrote constructor in a way that MHMcEnergies isn't needed anymore
2262 - added a SetName function which replaces the old constructor somehow
2263
2264 * macros/getThreshold.C:
2265 - make use of some new features
2266
2267
2268
2269 2001/07/19: Thomas Bretz
2270
2271 * mbase/MEvtLoop.cc:
2272 - added comments
2273
2274 * mbase/MTaskList.cc:
2275 - changed the wrong 'break' for kCONTINUE into 'return kTRUE'
2276
2277 * mhist/MH.[cc,h]
2278 - added
2279
2280 * mhist/MFillH.[cc,h]
2281 - added
2282 - in principal MFillHHillas, MFillHFadc and MFillHStarMap
2283 can be deleted now
2284
2285 * mhist/HistLinkDef.h:
2286 - added MH
2287 - added MFillH
2288
2289 * mhist/MFillHFadc.cc:
2290 - moved source for filling to corresponding histogram class
2291
2292 * mhist/MFillHHillas.cc:
2293 - included MHillas.h
2294
2295 * mhist/MHFadcCam.[cc, h]:
2296 - added Fill
2297 - made FillHi, FillLo private
2298
2299 * mhist/MHHillas.[cc, h], mhist/MHStarMap.[h,cc]:
2300 - changed Fill function to new style
2301 - derived class from MH
2302
2303 * mhist/Makefile:
2304 - added MH.cc
2305 - added MFillH.cc
2306
2307
2308
2309 2001/07/18: Oscar Blanch
2310
2311 * macros/getRate.C:
2312 - Macro to compute the trigger rate from a MonteCarlo file
2313
2314 * mhist/MHMcRate.[h,cc]:
2315 - Container to store trigger rate information
2316 - Draw() functin member to be implemented
2317
2318 * mmontecarlo/MMcTriggerRateCalc.[h,cc]:
2319 - Task to compute trigger rate
2320
2321
2322
2323 2001/07/13: Thomas Bretz
2324
2325 * mbase/MEvtLoop.[h,cc]:
2326 - Added a result value to Eventloop to be able to detect if the
2327 execution was successfull
2328 - changes postProcess to return the return value from
2329 MTaskList::PostProcess
2330
2331 * mbase/MParList.cc:
2332 - FindCreateObj removes now a 'dot' from the end of an indexed
2333 object name like "Events;7."
2334
2335 * mbase/MReadTree.cc:
2336 - small changes to the output
2337
2338 * mbase/MTask.[h,cc]:
2339 - added Preprocessed flag. This enables the tasklist to only postprocess
2340 already preprocessed tasks
2341
2342 * mbase/MTaskList.cc:
2343 - don't postprocess non preprocessed tasks
2344
2345 * mhist/MHMcCollectionArea.cc:
2346 - added descriptions to histrograms
2347 - changed names of histograms
2348 - added drawing of canvas to Draw-functions
2349
2350 * mhist/MHMcEnergy.[h,cc]:
2351 - added variables to store the calculated result
2352 - changed names and titles of histogram
2353 - added axis titles to histogram
2354 - moved result calculation into fit-function
2355
2356 * mmontecarlo/MMcCollectionAreaCalc.cc:
2357 - added name of input container to be able to process another
2358 container than "MMcTrig"
2359
2360 * mmontecarlo/MMcThresholdCalc.cc:
2361 - removed trailing dot from container name creation
2362
2363 * mhist/MMcThresholdCalc.cc:
2364 - removed a wrong '.' behind the number when processing more than
2365 one trigger condition
2366
2367 * mraw/MRawRunHeader.cc:
2368 - added "Monte Carlo Data" as runtype
2369
2370
2371
2372 2001/07/10: Thomas Bretz
2373
2374 * mhist/MHMcEnergy.h:
2375 - renamed SetBins to SetNumBins
2376
2377 * mmontecarlo/MMcThresholdCalc.cc:
2378 - changed style of comments
2379 - moved sqrt(2) from Postprocess to header.
2380
2381 * mmontecarlo/MMcEnerHisto.[cc,h], mmontecarlo/MMcEnerThre.[cc,h],
2382 mmontecarlo/MMcEnerThreCalc.[cc,h]:
2383 - removed
2384
2385 * mmontecarlo/MCollArea.[cc,h], mmontecarlo/MCollAreaTrigger.[cc,h]:
2386 - removed
2387
2388
2389
2390 2001/07/09: Thomas Bretz
2391
2392 * mbase/MParList.cc:
2393 - made handling of already existing containers in AddToList a bit
2394 more convinient
2395
2396 * mbase/MTaskList.[h,cc]:
2397 - added come comments
2398 - made handling of already existing tasks in AddToList a bit
2399 more convinient
2400 - Added name-argument to constructor
2401
2402 * mraw/MRawFileRead.[cc, h]:
2403 - move file-open check from constructor to PreProcess
2404 - added variable for filename
2405
2406 * mraw/MRawFileWrite.[cc,h]:
2407 - moved fOut->Write from PostProcess to destructor
2408 - removed PostProcess
2409
2410
2411
2412 2001/07/06: Thomas Bretz
2413
2414 * mfilter/FilterIncl.h, mfilter/FilterLinkDef.h,
2415 mfilter/MFTriggerLvl1.[h,cc], mfilter/mfilter/Makefile:
2416 - added
2417
2418 * Makefile
2419 - mfilter added
2420
2421 * Makefile.conf.linux-gnu:
2422 - added some warning options
2423
2424 * Makefile.conf.osf1:
2425 - enhanced warnings
2426
2427 * manalysis/MCerPhotEvt.cc:
2428 - removed a small buf from the constructor
2429
2430 * BaseLinkDef.h:
2431 - added MFilter
2432 - added MFilterList
2433
2434 * mbase/MLog.[h,cc]:
2435 - added a non-empty copy constructor to make cxx happy
2436
2437 * mbase/MParList.[h,cc]:
2438 - added second overload-function FindObject
2439
2440 * mbase/MTask.h:
2441 - added all Filter stuff
2442
2443 * mbase/MTaskList.cc:
2444 - changed debug output
2445 - added filter-stuff to Process
2446
2447 * mbase/MTaskList.h:
2448 - changed Print default option from NULL to ""
2449
2450 * mbase/Makefile:
2451 - added MFilter
2452 - added MFilterList
2453
2454 * mhist/MFillHFadc.cc:
2455 removed a small bug in the PreProcessing
2456
2457 * manalysis/MCerPhotEvt.h, manalysis/MHillas.cc, manalysis/MHillas.h,
2458 manalysis/MImgCleanStd.cc, manalysis/MPedestalCam.h, mgui/MGeomCam.h,
2459 mhist/MFillHHillas.h, manalysis/MHillasCalc.h, manalysis/MCerPhotCalc.h,
2460 manalysis/MImgCleanStd.h, mhist/MFillHStarMap.h, mhist/MHHillas.cc,
2461 mhist/MHHillas.h, mhist/MHStarMap.cc, mhist/MHStarMap.h,
2462 mmc/MMcFadcHeader.hxx, mmc/MMcFadcHeader.hxx, mmc/MMcTrig.hxx,
2463 mmontecarlo/MMcThresholdCalc.h:
2464 - made more const-correct
2465
2466 * manalysis/MCT1ReadAscii.cc, manalysis/MCerPhotCalc.cc,
2467 manalysis/MHillasCalc.cc, manalysis/MImgCleanStd.cc,
2468 manalysis/MMcPedestalCopy.cc, manalysis/MPedCalcPedRun.cc,
2469 mhist/MFillHFadc.cc, mhist/MFillHHillas.cc, mhist/MFillHStarMap.cc,
2470 mmontecarlo/MMcThresholdCalc.cc, mraw/MRawFileRead.cc,
2471 mraw/MRawFileWrite.cc:
2472 - added comments
2473
2474 * manalysis/MCT1ReadAscii.cc, manalysis/MCerPhotCalc.cc,
2475 manalysis/MCerPhotPix.cc, manalysis/MHillas.cc,
2476 manalysis/MHillasCalc.cc, manalysis/MImgCleanStd.cc,
2477 manalysis/MMcPedestalCopy.cc, manalysis/MMcPedestalCopy.h,
2478 manalysis/MPedCalcPedRun.cc, manalysis/MPedestalCam.cc,
2479 manalysis/MPedestalPix.cc,
2480 mbase/MArray.cc, mbase/MArrayB.cc, mbase/MArrayS.cc, mbase/MEvtLoop.cc,
2481 mbase/MLog.cc, mbase/MParList.cc, mbase/MReadTree.cc, mbase/MTask.cc,
2482 mbase/MTime.cc, mbase/MWriteAsciiFile.cc, mbase/MWriteFile.cc,
2483 mbase/MWriteRootFile.cc,
2484 mhist/MFillHFadc.cc, mhist/MFillHFadc.cc, mhist/MFillHHillas.cc,
2485 mhist/MFillHStarMap.cc, mhist/MHFadcCam.cc, mhist/MHFadcPix.cc,
2486 mhist/MHHillas.cc, mhist/MHMcCollectionArea.cc, mhist/MHMcEnergies.cc,
2487 mhist/MHMcEnergy.cc, mhist/MHStarMap.cc, mraw/MRawCrateArray.cc,
2488 mraw/MRawCrateData.cc, mraw/MRawEvtData.cc, mraw/MRawEvtHeader.cc,
2489 mraw/MRawEvtPixelIter.cc, mraw/MRawFileRead.cc,
2490 mraw/MRawFileWrite.cc, mraw/MRawRunHeader.cc:
2491 - added semicolon after ClassImp to make my editor happy
2492
2493 * mmain/MEvtDisp.cc:
2494 - removed a wrong comma in the enumerations
2495
2496 * mmontecarlo/MMcThresholdCalc.cc:
2497 - made compile on osf by removing brackets in new steatement (constructor)
2498
2499
2500
2501 2001/07/05: Thomas Bretz
2502
2503 * macros/CT1Hillas.C:
2504 - changed the wrong pointers to dots.
2505
2506 * macros/getThreshold.C:
2507 - added some comments
2508 - removed the canvas creation
2509 - drawing replaced by a loop
2510 - changed trigger conditions to 1 (should work with any MC file)
2511
2512 * macros/readMagic.C:
2513 - changed the event counter to the number of the event in the file
2514 - removed icound
2515
2516 * manalysis/MPedCalcPedRun.cc, manalysis/MCerPhotCalc.cc,
2517 mbase/MParContainer.cc, mbase/MParContainer.h, mbase/MParList.cc,
2518 mbase/MParList.h, mbase/MTaskList.cc, mbase/MWriteAsciiFile.cc,
2519 mbase/MWriteRootFile.cc, mhist/MFillHFadc.cc, mhist/MFillHHillas.cc,
2520 mhist/MFillHStarMap.cc,
2521 - changed HasChanged to ReadyToSave
2522
2523 * mbase/MReadTree.cc:
2524 - added some comments
2525
2526 * mhist/MHMcEnergies.h:
2527 - fixed bug in []-operator
2528
2529 * mhist/MHMcEnergy.cc:
2530 - added canvas creation to draw function
2531
2532 * mmontecarlo/MMcThresholdCalc.cc:
2533 - fixed a bug in the constructor
2534
2535
2536
2537 2001/06/20: Thomas Bretz
2538
2539 * macros/merpp.C:
2540 - fixed type in comment
2541
2542 * manalysis/MHillas.cc:
2543 - fixed 'FIXME' comment
2544
2545 * mbase/MWriteFile.[h,cc]:
2546 - added
2547
2548 * mbase/MWriteRootFile.[h,cc]:
2549 - added
2550
2551 * mbase/BaseLinkDef.h:
2552 - Added MWriteFile
2553 - Added MWriteRootFile
2554
2555 * mbase/MEvtLoop.cc:
2556 - fixed the counting in the eventloop
2557
2558 * mbase/MWriteAsciiFile.[h,cc]:
2559 - changed class that it is based on MWriteFile now
2560
2561 * mbase/Makefile:
2562 - added MWriteFile
2563 - added MWriteRootFile
2564
2565 * mhist/MFillHFadc.[h,cc]:
2566 - added set for HasChanged (new PostProcess)
2567
2568 * mhist/MFillHHillas.cc:
2569 - added set for HasChanged (new PostProcess)
2570
2571 * mhist/MFillHStarMap.cc:
2572 - added set for HasChanged (new PostProcess)
2573
2574 * mhist/MHHillas.cc:
2575 - Set kCanDelete to make sure, that the histograms are deleted
2576 together with the canvas
2577
2578 * mraw/MRawFileWrite.[h,cc]:
2579 - changed the handling of opening, closing and checking file
2580
2581
2582
2583 2001/06/13: Thomas Bretz
2584
2585 * ./.../*.h:
2586 - added some comments and corrected some descriptions.
2587
2588 * mbase/MParContainer.[h,cc]:
2589 - added a 'dummy' function for AsciiRead, AsciiWrite
2590
2591 * mbase/MWriteAsciiFile.[h,cc]:
2592 - added new constructor (specify directly the pointer to the class)
2593
2594 * mgui/MHexagon.cc:
2595 - made Copy-function more readable
2596
2597 * mgui/MParContainer.cc:
2598 - made Copy-function more readable
2599
2600 * mhist/MHMcEnergies.[h,cc]:
2601 - files added as a container to make handling of several MHMcEnergy easier
2602
2603 * mbase/MAGIC.h:
2604 - encapsulated include of TROOT
2605
2606 * mbase/MTaskList.cc:
2607 - added SetHasChange and Reset to PostProcess
2608
2609 * mhist/HistLinkDef.h
2610 - added MHMcEnergies
2611
2612 * mhist/MHMcEnergy.[h,cc]:
2613 - added name and title to constructor
2614 - added number to name of container
2615
2616 * mmontecarlo/MMcThresholdCalc.cc:
2617 - corrected typo in creation of the container names
2618
2619 * mraw/MRawEvtData.cc:
2620 - Set kCanDelete in Draw function
2621
2622
2623
2624 2001/06/12: Thomas Bretz
2625
2626 * mmontecarlo/MMcEnerThreCalc.[cc,h]
2627 - copied to mmontecarlo/MMcThresholdCalc.[cc,h]
2628
2629 * mmontecarlo/MMcEnerThreHistos.[h,cc]
2630 - copied to mmhist/MHMcEnergy.[h,cc]
2631
2632 * mbase/Makefile:
2633 - added MWriteAsciiFile.cc
2634
2635 * mhist/HistIncl.h:
2636 - added TF1.h
2637
2638 * mhist/HistLinkDef.h:
2639 - added MHMcEnergy
2640
2641 * mhist/Makefile
2642 - added MHMcEnergy
2643
2644 * mmontecarlo/MCollArea.h:
2645 - fixed typo in ifndef
2646
2647 * mmontecarlo/Makefile:
2648 - added MMcThresholdCalc.cc
2649 - removed MMcEnerHisto.cc
2650 - removed MMcEnerThre.cc
2651 - removed MMcEnerThreCalc.cc
2652
2653 * mmontecarlo/MonteCarloLinkDef.h:
2654 - added MMcThresholdCalc.cc
2655 - removed MMcEnerHisto.cc
2656 - removed MMcEnerThre.cc
2657 - removed MMcEnerThreCalc.cc
2658
2659 * mbase/MWriteAsciiFile.[h,cc]:
2660 - added
2661
2662 * manalysis/MCT1ReadAscii.h:
2663 - removed fFileName from class definition
2664
2665 * manalysis/MCerPhotCalc.cc:
2666 - use of SetHasChanged added
2667
2668 * manalysis/MHillas.[h,cc]:
2669 - Reset added
2670 - AsciiRead added
2671 - AsciiWrite added
2672 - use of SetHasChanged added
2673
2674 * manalysis/MPedCalcPedRun.[h,cc]:
2675 - made fNumHiGainSamples a class member
2676 - renamed some member functions
2677 - made the 'internal' member functions private
2678 - added SetHasChanged
2679 - made these functions const
2680
2681 * mbase/BaseLinkDef.h
2682 - MWriteAsciiFile added
2683
2684 * mbase/MEvtLoop.cc:
2685 - some small changes to the logging output
2686
2687 * mbase/MParContainer.cc:
2688 - fHasChanged added
2689
2690 * mbase/MParContainer.h:
2691 - Reset prototype added
2692 - HasChanged added
2693 - SetHasChanged added
2694
2695 * mbase/MParList.[cc,h]:
2696 - SetHasChanged added
2697 - Reset added
2698
2699 * mbase/MTaskList.cc:
2700 - Process: call SetHasChanged before looping
2701 - Process: call Reset before looping
2702
2703 * mbase/MTaskList.h:
2704 - fParList added to class definition
2705
2706
2707
2708 2001/04/27: Thomas Bretz
2709
2710 * macros/merpp.C:
2711 - made the merpp-macro Mars 0.3 compatible
2712
2713
2714
2715 2001/04/19: Thomas Bretz
2716
2717 * mbase/MParList.cc:
2718 - added stripping of the string after last semicolon (classname)
2719
2720 * mbase/MReadTree.cc:
2721 - added Veto funtionality to PreProcess
2722 - added HasVeto
2723 - added fVetoList
2724 - added VetoBranch
2725
2726
2727
2728 2001/04/18: Thomas Bretz
2729
2730 * mbase/MHtml.[cc.h]:
2731 - Added
2732
2733 * mbase/*.cc:
2734 - changed comments of member functions to new MHtml-Style
2735
2736
2737
2738 2001/04/09: Thomas Bretz
2739
2740 * mbase/MParList.cc:
2741 - Added the possibility to specify a different object name in
2742 FindCreateObj
2743
2744 * .rootrc:
2745 - changed the style for the html documentation
2746
2747 * macros/dohtml.C:
2748 - added SetXwho
2749
2750 * (*.cc):
2751 - added the copyright comment block
2752
2753 * mgui/MGeomCamMagic.cc:
2754 - added some comments to all these numbers
2755
2756 * mraw/MRawEvtPixelIter.h:
2757 - added Jump member function which jumps directly to the pixel with a
2758 given id
2759
2760
2761
2762 2001/04/09: Thomas Bretz
2763
2764 * mgui/MGeomPix.cc:
2765 - fixed a small error in SetNeighbors (thanks to Oscar)
2766
2767 * mgui/MGFadcDisp.[h,cc]:
2768 - Fixed many small errors which caused the display to display nonsens
2769 in some situations
2770
2771
2772
2773 2001/04/04: Thomas Bretz
2774
2775 * mraw/MRawEvtData.[cc,h]:
2776 - changed wrong return type of GetNumPixels to UShort_t
2777
2778 * mmain/MBrowser.[cc,h]:
2779 - made the dialog somehow work like it should
2780
2781
2782
2783 2001/04/03: Thomas Bretz
2784
2785 * manalysis/MCT1ReadAscii.cc:
2786 - the pedestal values read from the file are now stored in MeanRms
2787 instead of Sigma
2788
2789 * manalysis/MCerPhotCalc.cc:
2790 - The pedestal mean Rms is used as the pixel error
2791
2792 * MImgCleanStd.cc:
2793 - CleanStep1: the '<' was replaced by a '<=' to clean also pixels
2794 with value=noise=0
2795
2796 * MMcPedestalCopy.cc:
2797 - All the pedestal values are now filled in (are they calculated correctly?)
2798
2799 * mgui/MGeomCamMagic.cc:
2800 - Forgot to initialize the Nextneighbors of the Magic Camera
2801 (thanks to Oscar)
2802
2803 * mhist/MHStarMap.cc:
2804 - I changed the model of the display (colors and bin width) to
2805 get a 'better' result
2806
2807
2808
2809 2001/04/02: Thomas Bretz
2810
2811 * mraw/MRawEvtHeader.h, mraw/MRawFileWrite.cc:
2812 - added constants (kTT*) for trigger type
2813
2814 * manalysis/MImgCleanStd.[h,cc]:
2815 - added changeable cleaning levels
2816
2817 * manalysis/MHillas.cc:
2818 - added some more sanity checks to the calculation
2819
2820 * manalysis/MCT1ReadAscii.[h,cc]:
2821 - added some kind of chain feature (AddFile) to process more than one file
2822
2823 * mgui/MGeomPix.[h,c]:
2824 - added interface to pixel neighbors
2825
2826 * mgui/MGeomCamCT1.[cc,h], mgui/MGeomCamMagic.[cc,h]:
2827 - creates the neighbor geomtry now, too
2828
2829 * manalysis/MImgCleanStd.[cc,h]:
2830 - switched to new stylish neighbors from MGeomCam
2831
2832
2833
2834 2001/03/30: Thomas Bretz
2835
2836 * mdatacheck/MH*, mdatacheck/MFillH*:
2837 - moved to mhist
2838
2839 * mraw/MrawEvtPixelIter:
2840 - IsLoGain -> HasLoGain
2841
2842 * mgui/MG*:
2843 - renamed
2844 - moved to mmain
2845 - move Browser functionality to MBrowser
2846
2847 * mmain/, mhist:
2848 - new
2849
2850
2851
2852 2001/03/21: Thomas Bretz
2853
2854 * manalysis/MHillas.[h,cc]:
2855 - fixed some minor errors, added sanity check (N<2) to Calc
2856
2857 * manalysis/MFillHHillas.cc:
2858 - skip event if Hillas calculations fails
2859
2860 * macros/getCollArea.C, macros/readMagic.C,
2861 mdatacheck/MViewAdcSpectra.cc, meventdisp/MGFadcDisp.cc:
2862 - changed order in MReadTree constructor
2863
2864 * manalysis/MCT1ReadAscii.[h,cc]:
2865 - changed to use MPedestalCam
2866
2867 * manalysis/MCT1Pedestals.[h,cc]:
2868 - removed
2869
2870 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
2871 - removed MCT1Pedestals
2872
2873 * mbase/BaseLinkDef.h:
2874 - added const values from Magic.h
2875
2876 * mbase/MLogManip.h:
2877 - changed style of dbginf
2878
2879 * mbase/MParList.cc:
2880 - make use of dbginf
2881
2882 * mbase/MReadTree.[h,cc]:
2883 - switched from a TTree to a TChain object
2884 - chnaged order of variables of the constructor
2885
2886
2887
2888 2001/03/21: Thomas Bretz
2889
2890 * macros/CT1Hillas.C, manalysis/MImgCleanStd.cc, manalysis/MImgCleanStd.h,
2891 manalysis/MMcPedestalCopy.cc, manalysis/MMcPedestalCopy.h,
2892 manalysis/MCerPhotCalc.h, manalysis/MCerPhotCalc.cc, mdatacheck/MHHillas.h,
2893 mdatacheck/MHHillas.cc, mdatacheck/MFillHFadc.cc, mdatacheck/MFillHFadc.h,
2894 mdatacheck/MHFadcCam.cc, mdatacheck/MHFadcCam.h, mdatacheck/MHFadcPix.cc,
2895 mdatacheck/MHFadcPix.h, mdatacheck/MFillHHillas.cc,
2896 mdatacheck/MFillHHillas.h
2897 - added
2898
2899 * mdatacheck/MHistosAdc.[h,cc]:
2900 - replaced by MHFadc[Cam,Pix]
2901
2902 * mdatacheck/MFillAdcSpect.[h,cc]:
2903 - replaced by MFillHFadc
2904
2905 * macros/readCT1.C:
2906 - uses the new classes now
2907 - calculates and displays hillas
2908
2909 * manalysis/AnalysisLinkDef.h:
2910 - added MCerPhotCalc, MImgCleanStd, MMcPedestalCopy
2911
2912 * manalysis/MCT1ReadAscii.cc:
2913 - PreProcess uses FindCreateObj now
2914
2915 * manalysis/MCerPhotEvt.cc, manalysis/MPedestalCam.cc:
2916 - changed the new back to 'new with placement'
2917
2918 * manalysis/MCerPhotEvt.[h, cc]:
2919 - removed cleaning from this class
2920
2921 * manalysis/MHillas.cc:
2922 - some small changes in the naming inside Calc()
2923
2924 * manalysis/MHillas.h:
2925 - added Get-functions
2926
2927 * manalysis/MPedestalCam.h:
2928 - added InitSize-function
2929
2930 * manalysis/MPedestalPix.h:
2931 - made Get-functions const
2932
2933 * manalysis/Makefile:
2934 - added MMcPedestalCopy, MImgCleanStd, MCerPhotCalc
2935
2936 * mbase/MLogManip.h:
2937 - "l." before line number
2938
2939 * mbase/MParList.cc:
2940 - added the autodelete feature for automatically created classes
2941
2942 * mdatacheck/DataCheckLinkDef.h:
2943 - added MHFadc[Cam,Pix], MHHillas
2944 - removed MHistosAdc
2945 - added MFillHFadc, MFillHHillas
2946
2947 * mdatacheck/MGDisplayAdc.[h,cc], MShowSpect.[h,cc],
2948 mdatacheck/MViewAdcSpectra.[h,cc], :
2949 - changed from MHistaosAdc to MHFadcCam
2950
2951 * mdatacheck/Makefile:
2952 - added MFillHFadc.cc, MFillHHillas.cc
2953 - removed MFillAdcSpect.cc
2954
2955 * manalysis/MCT1ReadAscii.h, mbase/MEvtLoop.h, mbase/MLog.h,
2956 mbase/MParList.h, mbase/MReadTree.h, mbase/MTask.h,
2957 mbase/MTaskList.h, mdatacheck/MDumpEvtHeader.h,
2958 meventdisp/MGFadcDisp.h, mgui/MCamDisplay.h,
2959 mgui/MCamNeighbor.h, mgui/MGDataCheckMain.h,
2960 mgui/MGEventDispMain.h, mgui/MGMarsMain.h,
2961 mgui/MGMonteCarloMain.h, mgui/MGPrototyp.h, mgui/MHexagon.h,
2962 mmontecarlo/MCollAreaTrigger.h, mraw/MRawEvtPixelIter.h,
2963 mraw/MRawFileRead.h, mraw/MRawFileWrite.h:
2964 - set version number to '0' (no i/o for this class)
2965
2966 * mgui/MGeomCamCT1.cc:
2967 - new claculation algorith for the CT1 camera. It is more
2968 exact in the camera plain
2969
2970 * mgui/MHexagon.cc:
2971 - removed Draw-function (it is inherited from TObject)
2972
2973 * mmc/MMcFadcHeader.hxx:
2974 - Added get-functions
2975
2976
2977
2978
2979 2001/03/20: Thomas Bretz
2980
2981 * manalysis/MPedestalPix.[h,cc], manalysis/MPedestalCam.[h,cc],
2982 manalysis/MHillas.[h,cc], manalysis/MHillasCalc.[h,cc],
2983 mgui/MGeomCamCT1.[h,cc], mgui/MGeomCamMagic.[h,cc]
2984 - added
2985
2986 * macros/readCT1.C:
2987 - added calculation of Hillas parameters
2988 - changed from pointers to objects
2989
2990 * manalysis/AnalysisLinkDef.h, manalysis/Makefile:
2991 - added MPedestalPix/Cam, MHillas, MHillasCalc
2992
2993 * manalysis/MCerPhotEvt.[h,cc]:
2994 - removed fType
2995 - commented out Draw function - should be fixed soon
2996 - renamed *Nb* to *Num*
2997 - renamed Get[Min,Max]NumPhotons to GetNumPhontons[Min,Max]
2998
2999 * meventdisp/MGFadcDisp.[h,cc]:
3000 - changed parameter of ReadinEvent to unsigned
3001
3002 * mgui/GuiLinkDef.h, mgui/Makefile:
3003 - added MGeomCamCT1, MGeomCamMagic
3004
3005 * mgui/MCamDisplay.[h,cc]:
3006 - changed constructor argument from int to MGeomCam
3007 - renamed *Nb* to *Num*
3008
3009 * mgui/MGeomCam.[h,cc]:
3010 - removed all camara specific stuff
3011 - MGeomCam is now used as a base class for the classes
3012 MGeomCam[Magic,CT1] which are containing the camera specific stuff
3013
3014 * mgui/MGeomPix.h:
3015 - added Set function
3016
3017
3018
3019 2001/03/02: Thomas Bretz
3020
3021 * manalysis/Makefile, mdatacheck/Makefile, meventdisp/Makefile,
3022 mgui/Makefile:
3023 - new
3024
3025 * mbase/MParList.[cc,h]:
3026 - Added FindCreateObj member function
3027 - added a name to the constructor
3028
3029 * mbase/MReadTree.cc:
3030 - changed to use FindCreateObj
3031
3032 * mdatacheck/MDumpEvtHeader.cc:
3033 - removed fPixelIter from member list
3034 - changed cout to *fLog
3035
3036 * mdatacheck/MViewAdcSpectra.cc:
3037 - removed a HUGE memory leak. All the objects in the list (and the
3038 lists itself were NEVER deleted)
3039
3040 * mdatacheck/MFillAdcSpect.cc
3041 - removed fPixelIter from member list
3042 - changed cout to *fLog
3043 - changed to use FindCreateObj
3044 - changed high and low to hi and lo
3045
3046 * mdatacheck/MShowSpect.cc
3047 - changed cout to *fLog
3048 - added a name to the constructor
3049
3050 * mraw/MRawFileRead.cc:
3051 - changed to use FindCreateObj
3052
3053 * mdatacheck/MGDisplayAdc.[h,cc]:
3054 - added some new member functions to make code more clear
3055 - removed fHists from the destructor
3056
3057 * mdatacheck/MHistosAdc.h:
3058 - changed high and low to hi and lo
3059
3060 * macros/dohtml.C:
3061 - added manalysis
3062
3063
3064
3065 2001/03/01: Thomas Bretz
3066
3067 * Makefile:
3068 - added headers to dependencies
3069
3070 * Makefile.rules:
3071 - added headers to dependencies
3072
3073 * merpp.cc:
3074 - changed from pointers to objects
3075 - added compression level support
3076
3077 * readraw.cc:
3078 - removed unnecessary includes
3079
3080 * mbase/MArray*.*:
3081 - changed all Int_t to UInt_t
3082
3083 * mbase/MLogManip.h:
3084 - changed name of __DINF__ to dbginf
3085
3086 * mraw/MRawCrateData.[h,cc], mraw/MRawEvtHeader.[h,cc],
3087 mraw/MRawRunHeader.[h,cc]:
3088 - changed ifstream to istream
3089
3090 * mraw/MRawEvtData.cc:
3091 - changed the reading, which speeds up merpp by a factor of 10
3092
3093 * mraw/MRawEvtData.h:
3094 - added flag to InitArrays and DeletePixels
3095 (not yet used)
3096
3097 * mraw/MRawFileRead.h:
3098 - removed pParList from parameter list
3099
3100 * manalysis/AnalysisLinkDef.h
3101 - removed MReadCT1Ascii, added MCT1ReadAscii
3102 - added MCT1Pedestals
3103
3104 * manalysis/MCerPhotEvt.[h,cc]:
3105 - changed the constructor a little bit
3106 - rewrote Print() to make it a bit more readable
3107 - moved MCerphotPix to new File
3108 - added many lines of comments
3109 - exchanged old stylish new call with new stylish(=) one
3110 - replaced all accesses to fPixels with the [] operator to make this
3111 lines more readable
3112 - made all variable declarations const-correct,
3113 - I changed the style of the cleaning method from if(a){if()b{if(c){}}}
3114 to if(!a)continue; if(!b)continue if(!c) continue; to make it more
3115 compact, readable and easier to understand
3116 - renamed the Boolean-functions to Is* to get a stricter structure
3117 - replaced mapping function to access the pixel list entries by the new
3118 operator to get rid of more than the necessary number of member
3119 functions without loosing speed or readability
3120 - renamed GetMinimum/MaximumPhoton to GetMin/MaxNumPhotons to be
3121 more exact
3122
3123 * mgui/MCamGeom.* splitted and changed to MGeomCam/Pix:
3124 - added a new operator to access the TObjArray
3125 - removed unnecessary code from CreateCT1
3126
3127 * mbase/MAGIC.h:
3128 - added kPI
3129
3130 * mbase/MReadTree.cc:
3131 - added some comments
3132
3133 * mgui/MCamDisplay.[h,cc]:
3134 - added some comments, reordered a bit the calls in the constructor
3135 to get a 'straight forward structure', MGeomCam is now only
3136 locally used where it is needed, replaced access to the
3137 TClonesArrays by new member-function to get a more readable code,
3138 replaced old stylish new call with new stylish one, made
3139 variable decleration const-correct, introduced a new member function
3140 to set the pixel color, renamed the overloaded Draw functions to
3141 DrawPhotons, DrawPhotErr to prevent missunderstatements, changed
3142 the 'layout' of GetColor to make it easier to understand the algorithm,
3143
3144 * mgui/MCamNeighbor.[h, cc]:
3145 - changed to new log-interface
3146 - exchanged -9999 by -1
3147 - skipped the exits
3148 - you must check for -1 one in any case
3149 - this means a warning should be enough
3150
3151 * mgui/MHexagon.[h,cc]:
3152 - added new constructor whcih uses a MGeomPix-object
3153
3154
3155
3156 2001/02/28: Thomas Bretz
3157
3158 * mbase/MParList.[h,cc]:
3159 - changed return type of FindObject back to TObject
3160 - it seems so, that some compilers don't like overriding the
3161 return type of a virtual member function
3162
3163
3164
3165 2001/02/23: Thomas Bretz
3166
3167 * mraw/MRawEvtPixelIter.h:
3168 - added GetSum* functions
3169
3170 * mbase/MParList.[h,cc]:
3171 - Removed unnecessary fNext-stuff
3172
3173
3174
3175 2001/02/22: Thomas Bretz
3176
3177 * merpp.cc, readraw.cc, mbase/MParContainer.cc, mbase/MParList.cc,
3178 mbase/MParList.h, mbase/MReadTree.cc, mbase/MTask.cc, mbase/MTask.h,
3179 mbase/MTaskList.cc, mbase/MTime.cc, mdatacheck/MDumpEvtHeader.cc,
3180 mdatacheck/MShowSpect.cc, meventdisp/MGFadcDisp.cc, mgui/MGPrototyp.h,
3181 mmc/MHeaderTrig.cxx, mraw/MRawCrateArray.cc, mraw/MRawEvtData.cc,
3182 mraw/MRawEvtHeader.cc, mraw/MRawFileRead.cc, mraw/MRawFileWrite.cc,
3183 mraw/MRawRunHeader.cc:
3184 - exchanged cout with the new logging style (gLog, *fLog)
3185
3186 * mraw/MRawEvtData.cc:
3187 - added 'dec' option to Print
3188
3189 * mmc/MHeaderTrig.cxx, mmc/MMcEvt.cxx, mmc/MMcTrig.cxx:
3190 - small changes to the Print funtions
3191
3192
3193
3194 2001/02/21: Thomas Bretz
3195
3196 * MRawEvtData.cc:
3197 - Changed ReadEvt according to the new raw binary format 2001/02/20
3198
3199 * Added MLog.[h,cc], MLogManip.[h,cc]
3200
3201 * Adde SetStreamer and fLog to the MParContainer base class
3202
3203 * Derived MEvtLoop from MParContainer
3204
3205 * Makefile:
3206 - added 'tar'
3207
3208 * mbase/BaseIncl.h:
3209 - added fstream.h, TGListBox.h
3210
3211 * mbase/BaseLinkDef.h:
3212 - added pragma for gLog and MLog
3213
3214 * mbase/MAGIC.h:
3215 - added forward definition for gLog
3216
3217 * mbase/MEvtLoop.cc:
3218 - exchanged cout with *fLog
3219 - added statements to provide log-facility to all tasks als parameter
3220 containers
3221
3222 * mbase/MEvtLoop.h:
3223 - Small changes
3224
3225 * mbase/MParContainer.h:
3226 - Added definitions necessary for use of Log-Facility
3227
3228 * mbase/MParList.[h,cc]:
3229 - Added SetLogStream
3230
3231 * mbase/MTask.h:
3232 - added fLog
3233
3234 * mbase/MTaskList.[h,cc]:
3235 - added SetLogStream
3236
3237 * mbase/Makefile:
3238 - Added MLog.cc, MLogManip.cc
3239
3240
3241
3242 2001/02/19: Harald Kornmayer
3243
3244 * implemented the Image Cleaning a la CT1 to the class MCerPhotEvt
3245
3246 * changed the readCT1.C file to show the effects of the image cleaning
3247 a la CT1
3248
3249 * changed
3250 mgui/MCamNeighbor.cc
3251 mananlysis/MCerPhotEvt.cc .h
3252 macros/readCT1.C
3253
3254
3255
3256 2001/02/19: Thomas Bretz
3257
3258 * MParContainer.h added prototypes for AsciiRead/Write
3259
3260 * .rootrc added
3261
3262 * MEvtLoop.[h,cc]:
3263 - split eventloop in its three parts, this should be used for
3264 debugging only.
3265
3266
3267
3268 2001/02/06: Harald Kornmayer
3269
3270 * the first running version with a eventdisplay. Now we are able
3271 to display an Event on the photo electron level. To do this, run
3272 the macro "macros/readCT1.C" after changing the file name.
3273
3274 changed:
3275 macros/readCT1.C
3276 manalysis/MNphotEvent.cc, manalysis/MNphotEvent.h
3277 analysis/MReadCT1Ascii.cc
3278 mgui/MCamDisplay.cc, mgui/MCamDisplay.h
3279
3280
3281
3282 2001/01/23: Harald Kornmayer
3283
3284 * the integration of the class FadcDisp in the mars enviroment
3285 and further developments in the display
3286
3287 changed:
3288 meventdisp/MGFadcDisp.h
3289 meventdisp/MGFadcDisp.cc
3290 mgui/GuiIncl.h
3291 mgui/GuiLinkDef.h
3292 mgui/MGMarsMain.cc
3293 mgui/MGPrototyp.cc
3294 mgui/MGPrototyp.h
3295 mgui/Makefile
3296
3297 added:
3298 mgui/MGEventDispMain.h
3299 mgui/MGEventDispMain.cc
3300
3301
3302
3303 2001/01/22: Harald Kornmayer
3304
3305 * started with the development of a EventDisplay Utitliy.
3306 Therefore I added the following files.
3307
3308 meventdisp/EvtDispIncl.h
3309 meventdisp/EvtDispLinkDef.h
3310 meventdisp/MGFadcDisp.cc
3311 meventdisp/MGFadcDisp.h
3312 meventdisp/Makefile
3313
3314 Also a few of the older files where slightly changed.
3315 ./Makefile
3316 ./Makefile.rules
3317 mraw/MRawEvtData.
3318
3319
3320
3321 2001/01/19: Thomas Bretz
3322
3323 * mmc/*.hxx:
3324 - changed include of MDefineTrigger.h back
3325
3326
3327
3328 2001/01/19: Oscar Blanch
3329
3330 * mmc/MTriggerDefine.h:
3331 - added
3332
3333
3334
3335 2001/01/18: Thomas Bretz
3336
3337 * Makefile:
3338 - mmc-library added
3339
3340 * Makefile.conf.general:
3341 - Added definition of __MARS__
3342
3343 * Makefile.rules:
3344 - Added definitions to rootcint
3345
3346 * Oscar added the McFormat subdir of the Monte Carlo as mmc
3347
3348 * mmc/MMcEvt.h:
3349 - renamed to MMcEvt.hxx
3350
3351 * mmc/*.hxx:
3352 - added necessary defintions from MDefineTrigger.h
3353
3354 * mmc/Makefile, mmc/McLinkDef.h, mmc/McIncl.h, mmc/readme.txt:
3355 - added
3356
3357 * mmc/LinkDef.h:
3358 - removed
3359
3360
3361
3362 2001/01/17: Thomas Bretz
3363
3364 * Makefile:
3365 - Exchanged explicit rules to make library by implicit ones
3366 - The shared object works now. I exchanged the libraries with the object
3367 files. But I don't know why the libraries don't work.
3368
3369 * Makefile.conf.linux-gnu:
3370 - replaced CC with gcc (instead of g++)
3371
3372 * mdatacheck/DataCheckLinkDef.h:
3373 - removed unused statements
3374
3375 * mraw/RawLinkDef.h:
3376 - added globals
3377
3378 * mraw/MerppLinkDef.h:
3379 - removed unused file
3380
3381
3382
3383 2001/01/12: Thomas Bretz
3384
3385 * MLinkDef.h, MIncl.h, marslogo.xpm, magiclogo.xpm:
3386 - added
3387
3388 * LinkDef.h:
3389 - removed
3390
3391 * Makefile:
3392 - Added CINT, mrproper
3393
3394 * mbase/Makefile, mraw/Makefile, mgui/Makefile, mdatacheck/Makefile:
3395 - included makefile.general, Makefile.rules,
3396 - removes corresponding lines
3397
3398 * mdatacheck/MDumpEvtHeader.[h,cc], mdatacheck/MFillAdcSpect.[cc,h],
3399 mdatacheck/MFillAdcSpect.[h,cc], mdatacheck/MGDisplayAdc.[cc,h],
3400 mdatacheck/MHistsosAdc.[h,cc], mdatacheck.MShowSpect.[cc,h]
3401 - changed include statements
3402
3403 * mgui/MGDataCheckMain.[cc,h], mgui/MGMarsMain.[cc,h]
3404 - changed include statements
3405 - move enum from h to cc
3406 - removed comma operator from delete statements (nonsense)
3407
3408
3409
3410 2001/01/11: Harald Kornmayer
3411
3412 * ./
3413 readraw.cc, Makefile, Makefile.rules, LinkDef.h, MParList.cc, MReadTree.cc,
3414 MReadTree.h, mbase/Makefile, mraw/Makefile
3415 - small changes in this files. Not really critical.
3416
3417 * mars.cc
3418 - added the main file for the gui
3419
3420 * mgui/
3421 GuiIncl.h, MGMarsMain.cc, GuiLinkDef.h, MGMarsMain.h, MGDataCheckMain.cc,
3422 Makefile, MGDataCheckMain.h
3423 - added the subdir mgui and this files
3424
3425 * mdatacheck/
3426 DataCheckIncl.h, DataCheckLinkDef.h, MHistosAdc.cc, MHistosAdc.h,
3427 MDumpEvtHeader.cc, MDumpEvtHeader.h, MShowSpect.cc, MShowSpect.h,
3428 MFillAdcSpect.cc, MFillAdcSpect.h, MViewAdcSpectra.cc, MViewAdcSpectra.h,
3429 MGDisplayAdc.cc, MGDisplayAdc.h, Makefile
3430 - added the subdir mdatacheck and this files
3431
3432
3433
3434 2000/12/28: Thomas Bretz
3435
3436 * merpp.cc, MArray.cc, MArray.h, MArrayB.cc, MArrayB.h, MArrayS.cc,
3437 MArrayS.h, MEvtLoop.cc, MEvtLoop.h, MInputStreamID.cc, MInputStreamID.h,
3438 MParContainer.cc, MParContainer.h, MParList.cc, MParList.h, MReadTree.cc,
3439 MTask.cc, MTask.h, MTaskList.cc, MTaskList.h, MTime.cc, MTime.h:
3440 - Added changes some comments.
3441
3442 * MLoopEvt.cc, MLoopEvt.h:
3443 - Removed
3444
3445
3446
3447 2000/12/22 - Thomas Bretz:
3448
3449 * readraw.cc:
3450 - changed some comments and the Root-Name of the program
3451 - added check for the existance of the file
3452 - changed name of numbers of entries from iEnt to nent
3453
3454 * dohtml.C:
3455 - changed title of converted macros
3456
3457 * MRawEvtData.cc:
3458 - added a commet in Draw()
3459
3460 * MRawEvtPixelIter.[h,cc]:
3461 - Added the comment header of the file
3462 - removed inheritance from TIterator (not needed)
3463 - some changes to get it work (the one in the repository was untested
3464 and not working)
3465 - changed calling style of iterator from do...while to while-loop
3466 - changed some comments
3467
3468 * MRawRunHeader.cc:
3469 - added some comments
3470
3471 * Changelog, News: added
3472
3473 * test.C: removed
Note: See TracBrowser for help on using the repository browser.