source: trunk/MagicSoft/Mars/Changelog@ 1402

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