source: trunk/MagicSoft/Mars/Changelog@ 1353

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