source: trunk/MagicSoft/Mars/Changelog@ 1422

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