source: trunk/MagicSoft/Mars/Changelog@ 1342

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