source: trunk/MagicSoft/Mars/Changelog@ 978

Last change on this file since 978 was 978, checked in by tbretz, 23 years ago
*** empty log message ***
File size: 43.4 KB
Line 
1 -*-*- END -*-*-
2
3 2001/10/23: Thomas Bretz
4
5 * macros/dohtml.C:
6 - changed macro names
7
8 * macros/getCollArea.C:
9 - renamed to collarea.C
10 - make use of new fast MReadTree
11
12 * macros/getRate.C:
13 - renamed to trigrate.C
14
15 * macros/getThreshold.C:
16 - renamed to threshold.C
17
18 * Makefile.depend:
19 - removed
20
21 * mgui/MCamDisplay.[h,cc]:
22 - fixed wrong usage of new operator in TClonesArray
23 - the aspect ratio of the Canvas is used now to display geometries
24 correctly (no 'small CT1 camera anymore)
25 - replaced include of MCerPhotPix by a forward declaration
26 - replaced include of MHexagon by a forward declaration
27
28 * mgui/MGeomCam.[h,cc]:
29 - added GetMaxRadius()-function
30 - added CalcMaxRadius()-function
31 - replaced include of MGeomPix by a forward declaration
32 - replaced include of TObjArray by a forward declaration
33
34 * mgui/MGeomCamMagic.cc, mgui/MGeomCamCT1.cc:
35 - call CalcMaxRadius in the constructor
36
37
38
39 2001/10/22: Thomas Bretz
40
41 * mhist/MH*.[h,cc]:
42 - changed DrawClone according to root 3.01/06 to 'const'
43
44
45
46 2001/10/16: Thomas Bretz
47
48 * mbase/MReadTree.[h,cc]:
49 - added some output statements
50 - added comments
51 - added UseLeaf
52 - changed AddFile to Int_t
53 - simplified GetEntry call
54
55 * mgui/MGeomCam.[h,cc], MGeomCamCT1.[h,cc], MGeomCamMagic.[h,cc]:
56 - added come comments
57 - removed Draw-function
58
59 * mars.cc:
60 - Changed name of TROOT object to 'mars'
61
62 * merpp.cc:
63 - changed name of TROOT object to 'merpp'
64 - added some more ouput
65
66 * mbase/MBaseLinkDef.h:
67 - added MRootFileBranch
68 - added MRootFileTree
69
70 * mgui/MGeomPix.cc, mbase/MClone.cc, mraw/MRawRunHeader.cc:
71 - added comments
72
73 * mbase/MEvtLoop.cc:
74 - added missing include
75 - added another time output
76
77 * mbase/MWriteRootFile.cc:
78 - added ClassImp
79
80 * mhist/MFillH.cc, mmontecarlo/MMcCollectionAreaCalc.cc:
81 - changed output
82
83 * mhist/MHMcCollectionArea.cc:
84 - small fixes
85 - changed error calculation according to Ciro
86
87 * macros/CT1Hillas.C:
88 - fixes some bugs (typos)
89
90
91
92 2001/10/05: Thomas Bretz
93
94 * manalysis/MHillas.cc, manalysis/MImgCleanStd.cc, mbase/MClone.[h,cc],
95 mbase/MFilterList.h, mbase/MWriteFile.h, mbase/MWriteRootFile.h,
96 mdatacheck/MGDisplayAdc.cc, meventdisp/MGCamDisplay.cc,
97 meventdisp/MGCamDisplay.h, meventdisp/MGEvtDisplay.h,
98 mgui/MGeomPix.h, mhist/MFillH.h, mhist/MHHillas.h,
99 mmain/MAnalysis.h, mmain/MBrowser.h, mmain/MCameraDisplay.h,
100 mmain/MDataCheck.h, mmain/MEvtDisp.h, mmain/MMonteCarlo.h,
101 mraw/MRawFileRead.cc
102 - comments updated
103
104 * mbase/MFilter.[h,cc]:
105 - made IsExpressionTrue abstract
106
107 * meventdisp/MGEvtDisplay.cc:
108 - fixed a bug that only every second event was displayed
109
110 * meventdisp/MGFadcDisp.[h,cc]:
111 - reorganized code (changing pixel number drawed the histogram twice)
112
113 * mgui/MCamDisplay.[h,cc]:
114 - added fDrawingPad to make sure that all output goes into the same pad
115
116 * mhist/HistLinkDef.h, mhist/Makefile:
117 - removed old MFillH* classes
118
119
120
121 2001/10/02: Thomas Bretz
122
123 * mbase/MClone.[h,cc],
124 meventdisp/MGCamDisplay.[h,cc],
125 meventdisp/MGEvtDisplay.[h,cc],
126 mmain/MCameraDisplay.[h,cc]:
127 - added
128
129 * macros/readMagic.C:
130 - fixed a "'->' and '.' mixed bug"
131
132 * manalysis/MCT1ReadAscii.cc:
133 - added initialisation of fIn
134
135 * manalysis/MCerPhotEvt.[h,cc]:
136 - made IsPixelExisting const
137 - made IsPixelCore const
138 - made IsPixelUsed const
139 - made GetNumPhotons[Min,Max] const
140
141 * mbase/BaseLinkDef.h, mbase/Makefile:
142 - added MClone
143
144 * mbase/MEvtLoop.[h,cc], mbase/MParList.[h,cc], mbase/MTaskList.[h,cc]:
145 - added SetOwner-support
146
147 * mdatacheck/DataCheckLinkDef.h, mdatacheck/Makefile:
148 - removed MShowSpect
149 - removed MViewAdcSpect
150
151 * mdatacheck/MDumpEvtHeader.cc:
152 - added missing descriptions
153
154 * mdatacheck/MGDisplayAdc.[h,cc]:
155 - small changes
156
157 * meventdisp/EvtDispLinkDef.h:
158 - added MGEvtDisplay
159 - added MGCamDisplay
160
161 * meventdisp/MGFadcDisp.[h,cc]:
162 - derived from MGEvtDisplay
163 - most of the code moved to MGEvtDisplay to support MGCamDisplay, too
164
165 * meventdisp/Makefile:
166 - added MGCamDisplay
167
168 * mgui/MCamDisplay.[h,cc]:
169 - cleaned
170 - reorganized
171
172 * mgui/MHexagon.cc:
173 - added missing descriptions
174
175 * mhist/MHFadcPix.cc:
176 - reorganized some code in the constructor which creates the 'names'
177
178 * mhist/MHHillas.cc, mhist/MHMcCollectionArea.cc,
179 mhist/MHMcEnergy.cc, mhist/MHStarMap.cc:
180 - Draw-function supports a default canvas now
181
182 * mmain/MDataCheck.cc:
183 - added/rorganized comments
184 - removed usage of MViewAdcSpectra
185
186 * mmain/MMars.[h,cc]:
187 - added new "Camera Display" Button
188
189 * mmain/MainLinkDef.h, mmain/Makefile:
190 - added MCameraDisplay
191
192
193
194 2001/09/28: Thomas Bretz
195
196 * macros/getRate.C:
197 - changed TObjArray to a non-pointer object
198 - added Printing of the result at the end of the macro
199
200 * mhist/MHMcCollectionArea.[h,cc], mhist/MHMcEnergy.[h,cc]:
201 - added DrawClone
202
203 * mhist/MHMcRate.[h,cc]:
204 - added a dummy for DrawClone
205
206 * mmain/MMonteCarlo.[cc, h]:
207 - added Gui elements
208 - added CalculateCollectionArea (not yet tested)
209 - added CalculateTriggerRate (not yet tested)
210 - added Threshold (not yet tested)
211
212 * mmontecarlo/MMcTriggerRateCalc.cc:
213 - removed output stuff from PostProcessing
214
215 * meventdisp/MGFadcDisp.[h,cc], mdatacheck/MGDisplayAdc.[h,cc]:
216 - reorganized code (constructor)
217 - reorganized deletion of gui objects
218 - fixed many, many memory leaks
219
220
221
222 2001/09/27: Thomas Bretz
223
224 * mmain/MBrowser.cc:
225 - added comments
226
227 * mmain/MAnalysis.[h,cc]:
228 - added entry field for cleaning levels
229 - restructured code a bit
230
231 * mhist/MFillH.cc:
232 - fixed missing initialization of member variables in Init
233
234 * mhist/MHHillas.[h,cc]:
235 - Added comments
236 - Added DrawClone
237 - Removed kCanDelete bits from Draw function
238
239 * mhist/MHStarMap.[h,cc]:
240 - Added comments
241 - Added DrawClone
242 - moved some code from the Draw-functions to PrepareDrawing
243
244
245
246 2001/09/26: Thomas Bretz
247
248 * mmain/MMars.[cc,h], mmain/MBrowser.[cc,h], MDataCheck.[cc,h],
249 mmain/MEvtDisp.[cc,h], mmain/MMonteCarlo.[cc,h]:
250 - reorganized code (constructor)
251 - reorganized deletion of gui objects
252 - fixed many, many memory leaks
253 - small changes in layout
254
255 * mmain/MAnalysis.[h,cc]:
256 - added
257
258 * macros/*:
259 - added Copyright notice
260 - added some small sanity checks
261
262 * macros/MagicHillas.C:
263 - fixed '->' bug
264 - changed MFillHStarMap to MFillH
265
266 * mbase/MReadTree.cc, mraw/MRawFileWrite.cc:
267 - removed an old debug statement
268
269 * mmain/MMars.cc:
270 - added new Analysis functionality
271
272 * mmain/MainLinkDef.h:
273 - addded MAnalysis
274
275 * mmain/Makefile:
276 - added MAnalysis.cc
277
278 * mmc/McLinkDef.h:
279 - removed nonsens define statement
280
281
282
283 2001/09/25: Thomas Bretz
284
285 * Makefile:
286 - changed make tar so that 'CVS/Root' isn't added to the tar-file anymore
287 It contains the origin (CVSROOT) of the repository and my confuse
288 people triing to commit changed files from such an archive to
289 the repository
290
291 * mmain/MBrowser.[cc,h]:
292 - reorganized code (constructor)
293 - reorganized deletion of gui objects
294 - fixed many, many memory leaks
295
296 * mmain/MMars.[cc,h]:
297 - reorganized code (constructor)
298 - reorganized deletion of gui objects
299 - fixed many, many memory leaks
300
301
302
303 2001/09/20: Thomas Bretz
304
305 * mbase/MLog.[h,cc]:
306 - made working with Cosy
307 - fixed gui stuff to work like expected
308
309 * manalysis/MCerPhotPix.h:
310 - replaced TROOT.h by MAGIC.h
311
312 * mfilter/MFTriggerLvl1.h:
313 - added description
314
315
316
317 2001/09/20: Thomas Bretz
318
319 * released Version 0.4
320
321 * mevtdisp/MGFadcDisp.cc, mmain/MMars.cc:
322 - switched to root version >= 3.00
323
324 * Makefile.conf.linux:
325 - added to support the new Linux distributions
326
327 * .rootrc:
328 - removed references to MARSSYS
329
330
331
332 2001/09/13: Thomas Bretz
333
334 * Makefile.conf.linux-gnu:
335 - removed "-Woverloaded-virtual". it doesn't really help
336
337
338
339 2001/08/02: Thomas Bretz
340
341 * macros/getRate.C:
342 - make use of new stylish lists of containers
343
344
345 * macros/CT1Hillas.C, macros/getCollArea.C:
346 - make use of return value of Eventloop
347
348 * macros/merpp.C:
349 - changed return type to void
350
351
352
353 2001/07/23: Thomas Bretz
354
355 * mbase/MParList.cc:
356 - redifinition of default argument: fixed
357
358
359
360 2001/07/23: Thomas Bretz
361
362 * mmontecarlo/MMcThresholdCalc.[cc,h]:
363 - changed PreProcess action to new stylish lists of containers
364
365 * mhist/Makefile:
366 - removed MEnergies.cc
367
368 * mhist/HistLinkDef.h:
369 - removed MEnergies.cc
370
371 * mbase/MReadTree.cc:
372 - removed a bug which causes MReadTree to show strange behaviour.
373 We cannot use GetBranch()->SetAddress() we have to use
374 SetBranchAddress.
375
376 * macros/MagicHillas.C:
377 - changed to new stylish histogram fillers.
378
379 * mhist/MHMcRate.cc:
380 - some simplifications to the constructors
381 - some accelerations of the rate calculation
382
383 * mhist/MHHillas.C:
384 - added axis descriptions (thanks to Rudy)
385
386
387
388 2001/07/20: Thomas Bretz
389
390 * mhist/MH.cc:
391 - added comments
392
393 * mhist/MFillH.cc:
394 - added comments
395
396 * mbase/MParList.[h,cc]:
397 - Added AddToList from a TObjArray
398 - Added GetClassName
399 - Added GetObjName
400 - Added FindObjectList
401 - Added FindCreateObjList
402 - Added CreateObjList
403
404 * mhist/MHMcEnergies.[h,cc]:
405 - deleted
406
407 * mhist/MHMcEnergy.[h,cc]:
408 - rewrote constructor in a way that MHMcEnergies isn't needed anymore
409 - added a SetName function which replaces the old constructor somehow
410
411 * macros/getThreshold.C:
412 - make use of some new features
413
414
415
416 2001/07/19: Thomas Bretz
417
418 * mbase/MEvtLoop.cc:
419 - added comments
420
421 * mbase/MTaskList.cc:
422 - changed the wrong 'break' for kCONTINUE into 'return kTRUE'
423
424 * mhist/MH.[cc,h]
425 - added
426
427 * mhist/MFillH.[cc,h]
428 - added
429 - in principal MFillHHillas, MFillHFadc and MFillHStarMap
430 can be deleted now
431
432 * mhist/HistLinkDef.h:
433 - added MH
434 - added MFillH
435
436 * mhist/MFillHFadc.cc:
437 - moved source for filling to corresponding histogram class
438
439 * mhist/MFillHHillas.cc:
440 - included MHillas.h
441
442 * mhist/MHFadcCam.[cc, h]:
443 - added Fill
444 - made FillHi, FillLo private
445
446 * mhist/MHHillas.[cc, h], mhist/MHStarMap.[h,cc]:
447 - changed Fill function to new style
448 - derived class from MH
449
450 * mhist/Makefile:
451 - added MH.cc
452 - added MFillH.cc
453
454
455
456 2001/07/18: Oscar Blanch
457
458 * macros/getRate.C:
459 - Macro to compute the trigger rate from a MonteCarlo file
460
461 * mhist/MHMcRate.[h,cc]:
462 - Container to store trigger rate information
463 - Draw() functin member to be implemented
464
465 * mmontecarlo/MMcTriggerRateCalc.[h,cc]:
466 - Task to compute trigger rate
467
468
469
470 2001/07/13: Thomas Bretz
471
472 * mbase/MEvtLoop.[h,cc]:
473 - Added a result value to Eventloop to be able to detect if the
474 execution was successfull
475 - changes postProcess to return the return value from
476 MTaskList::PostProcess
477
478 * mbase/MParList.cc:
479 - FindCreateObj removes now a 'dot' from the end of an indexed
480 object name like "Events;7."
481
482 * mbase/MReadTree.cc:
483 - small changes to the output
484
485 * mbase/MTask.[h,cc]:
486 - added Preprocessed flag. This enables the tasklist to only postprocess
487 already preprocessed tasks
488
489 * mbase/MTaskList.cc:
490 - don't postprocess non preprocessed tasks
491
492 * mhist/MHMcCollectionArea.cc:
493 - added descriptions to histrograms
494 - changed names of histograms
495 - added drawing of canvas to Draw-functions
496
497 * mhist/MHMcEnergy.[h,cc]:
498 - added variables to store the calculated result
499 - changed names and titles of histogram
500 - added axis titles to histogram
501 - moved result calculation into fit-function
502
503 * mmontecarlo/MMcCollectionAreaCalc.cc:
504 - added name of input container to be able to process another
505 container than "MMcTrig"
506
507 * mmontecarlo/MMcThresholdCalc.cc:
508 - removed trailing dot from container name creation
509
510 * mhist/MMcThresholdCalc.cc:
511 - removed a wrong '.' behind the number when processing more than
512 one trigger condition
513
514 * mraw/MRawRunHeader.cc:
515 - added "Monte Carlo Data" as runtype
516
517
518
519 2001/07/10: Thomas Bretz
520
521 * mhist/MHMcEnergy.h:
522 - renamed SetBins to SetNumBins
523
524 * mmontecarlo/MMcThresholdCalc.cc:
525 - changed style of comments
526 - moved sqrt(2) from Postprocess to header.
527
528 * mmontecarlo/MMcEnerHisto.[cc,h], mmontecarlo/MMcEnerThre.[cc,h],
529 mmontecarlo/MMcEnerThreCalc.[cc,h]:
530 - removed
531
532 * mmontecarlo/MCollArea.[cc,h], mmontecarlo/MCollAreaTrigger.[cc,h]:
533 - removed
534
535
536
537 2001/07/09: Thomas Bretz
538
539 * mbase/MParList.cc:
540 - made handling of already existing containers in AddToList a bit
541 more convinient
542
543 * mbase/MTaskList.[h,cc]:
544 - added come comments
545 - made handling of already existing tasks in AddToList a bit
546 more convinient
547 - Added name-argument to constructor
548
549 * mraw/MRawFileRead.[cc, h]:
550 - move file-open check from constructor to PreProcess
551 - added variable for filename
552
553 * mraw/MRawFileWrite.[cc,h]:
554 - moved fOut->Write from PostProcess to destructor
555 - removed PostProcess
556
557
558
559 2001/07/06: Thomas Bretz
560
561 * mfilter/FilterIncl.h, mfilter/FilterLinkDef.h,
562 mfilter/MFTriggerLvl1.[h,cc], mfilter/mfilter/Makefile:
563 - added
564
565 * Makefile
566 - mfilter added
567
568 * Makefile.conf.linux-gnu:
569 - added some warning options
570
571 * Makefile.conf.osf1:
572 - enhanced warnings
573
574 * manalysis/MCerPhotEvt.cc:
575 - removed a small buf from the constructor
576
577 * BaseLinkDef.h:
578 - added MFilter
579 - added MFilterList
580
581 * mbase/MLog.[h,cc]:
582 - added a non-empty copy constructor to make cxx happy
583
584 * mbase/MParList.[h,cc]:
585 - added second overload-function FindObject
586
587 * mbase/MTask.h:
588 - added all Filter stuff
589
590 * mbase/MTaskList.cc:
591 - changed debug output
592 - added filter-stuff to Process
593
594 * mbase/MTaskList.h:
595 - changed Print default option from NULL to ""
596
597 * mbase/Makefile:
598 - added MFilter
599 - added MFilterList
600
601 * mhist/MFillHFadc.cc:
602 removed a small bug in the PreProcessing
603
604 * manalysis/MCerPhotEvt.h, manalysis/MHillas.cc, manalysis/MHillas.h,
605 manalysis/MImgCleanStd.cc, manalysis/MPedestalCam.h, mgui/MGeomCam.h,
606 mhist/MFillHHillas.h, manalysis/MHillasCalc.h, manalysis/MCerPhotCalc.h,
607 manalysis/MImgCleanStd.h, mhist/MFillHStarMap.h, mhist/MHHillas.cc,
608 mhist/MHHillas.h, mhist/MHStarMap.cc, mhist/MHStarMap.h,
609 mmc/MMcFadcHeader.hxx, mmc/MMcFadcHeader.hxx, mmc/MMcTrig.hxx,
610 mmontecarlo/MMcThresholdCalc.h:
611 - made more const-correct
612
613 * manalysis/MCT1ReadAscii.cc, manalysis/MCerPhotCalc.cc,
614 manalysis/MHillasCalc.cc, manalysis/MImgCleanStd.cc,
615 manalysis/MMcPedestalCopy.cc, manalysis/MPedCalcPedRun.cc,
616 mhist/MFillHFadc.cc, mhist/MFillHHillas.cc, mhist/MFillHStarMap.cc,
617 mmontecarlo/MMcThresholdCalc.cc, mraw/MRawFileRead.cc,
618 mraw/MRawFileWrite.cc:
619 - added comments
620
621 * manalysis/MCT1ReadAscii.cc, manalysis/MCerPhotCalc.cc,
622 manalysis/MCerPhotPix.cc, manalysis/MHillas.cc,
623 manalysis/MHillasCalc.cc, manalysis/MImgCleanStd.cc,
624 manalysis/MMcPedestalCopy.cc, manalysis/MMcPedestalCopy.h,
625 manalysis/MPedCalcPedRun.cc, manalysis/MPedestalCam.cc,
626 manalysis/MPedestalPix.cc,
627 mbase/MArray.cc, mbase/MArrayB.cc, mbase/MArrayS.cc, mbase/MEvtLoop.cc,
628 mbase/MLog.cc, mbase/MParList.cc, mbase/MReadTree.cc, mbase/MTask.cc,
629 mbase/MTime.cc, mbase/MWriteAsciiFile.cc, mbase/MWriteFile.cc,
630 mbase/MWriteRootFile.cc,
631 mhist/MFillHFadc.cc, mhist/MFillHFadc.cc, mhist/MFillHHillas.cc,
632 mhist/MFillHStarMap.cc, mhist/MHFadcCam.cc, mhist/MHFadcPix.cc,
633 mhist/MHHillas.cc, mhist/MHMcCollectionArea.cc, mhist/MHMcEnergies.cc,
634 mhist/MHMcEnergy.cc, mhist/MHStarMap.cc, mraw/MRawCrateArray.cc,
635 mraw/MRawCrateData.cc, mraw/MRawEvtData.cc, mraw/MRawEvtHeader.cc,
636 mraw/MRawEvtPixelIter.cc, mraw/MRawFileRead.cc,
637 mraw/MRawFileWrite.cc, mraw/MRawRunHeader.cc:
638 - added semicolon after ClassImp to make my editor happy
639
640 * mmain/MEvtDisp.cc:
641 - removed a wrong comma in the enumerations
642
643 * mmontecarlo/MMcThresholdCalc.cc:
644 - made compile on osf by removing brackets in new steatement (constructor)
645
646
647
648 2001/07/05: Thomas Bretz
649
650 * macros/CT1Hillas.C:
651 - changed the wrong pointers to dots.
652
653 * macros/getThreshold.C:
654 - added some comments
655 - removed the canvas creation
656 - drawing replaced by a loop
657 - changed trigger conditions to 1 (should work with any MC file)
658
659 * macros/readMagic.C:
660 - changed the event counter to the number of the event in the file
661 - removed icound
662
663 * manalysis/MPedCalcPedRun.cc, manalysis/MCerPhotCalc.cc,
664 mbase/MParContainer.cc, mbase/MParContainer.h, mbase/MParList.cc,
665 mbase/MParList.h, mbase/MTaskList.cc, mbase/MWriteAsciiFile.cc,
666 mbase/MWriteRootFile.cc, mhist/MFillHFadc.cc, mhist/MFillHHillas.cc,
667 mhist/MFillHStarMap.cc,
668 - changed HasChanged to ReadyToSave
669
670 * mbase/MReadTree.cc:
671 - added some comments
672
673 * mhist/MHMcEnergies.h:
674 - fixed bug in []-operator
675
676 * mhist/MHMcEnergy.cc:
677 - added canvas creation to draw function
678
679 * mmontecarlo/MMcThresholdCalc.cc:
680 - fixed a bug in the constructor
681
682
683
684 2001/06/20: Thomas Bretz
685
686 * macros/merpp.C:
687 - fixed type in comment
688
689 * manalysis/MHillas.cc:
690 - fixed 'FIXME' comment
691
692 * mbase/MWriteFile.[h,cc]:
693 - added
694
695 * mbase/MWriteRootFile.[h,cc]:
696 - added
697
698 * mbase/BaseLinkDef.h:
699 - Added MWriteFile
700 - Added MWriteRootFile
701
702 * mbase/MEvtLoop.cc:
703 - fixed the counting in the eventloop
704
705 * mbase/MWriteAsciiFile.[h,cc]:
706 - changed class that it is based on MWriteFile now
707
708 * mbase/Makefile:
709 - added MWriteFile
710 - added MWriteRootFile
711
712 * mhist/MFillHFadc.[h,cc]:
713 - added set for HasChanged (new PostProcess)
714
715 * mhist/MFillHHillas.cc:
716 - added set for HasChanged (new PostProcess)
717
718 * mhist/MFillHStarMap.cc:
719 - added set for HasChanged (new PostProcess)
720
721 * mhist/MHHillas.cc:
722 - Set kCanDelete to make sure, that the histograms are deleted
723 together with the canvas
724
725 * mraw/MRawFileWrite.[h,cc]:
726 - changed the handling of opening, closing and checking file
727
728
729
730 2001/06/13: Thomas Bretz
731
732 * ./.../*.h:
733 - added some comments and corrected some descriptions.
734
735 * mbase/MParContainer.[h,cc]:
736 - added a 'dummy' function for AsciiRead, AsciiWrite
737
738 * mbase/MWriteAsciiFile.[h,cc]:
739 - added new constructor (specify directly the pointer to the class)
740
741 * mgui/MHexagon.cc:
742 - made Copy-function more readable
743
744 * mgui/MParContainer.cc:
745 - made Copy-function more readable
746
747 * mhist/MHMcEnergies.[h,cc]:
748 - files added as a container to make handling of several MHMcEnergy easier
749
750 * mbase/MAGIC.h:
751 - encapsulated include of TROOT
752
753 * mbase/MTaskList.cc:
754 - added SetHasChange and Reset to PostProcess
755
756 * mhist/HistLinkDef.h
757 - added MHMcEnergies
758
759 * mhist/MHMcEnergy.[h,cc]:
760 - added name and title to constructor
761 - added number to name of container
762
763 * mmontecarlo/MMcThresholdCalc.cc:
764 - corrected typo in creation of the container names
765
766 * mraw/MRawEvtData.cc:
767 - Set kCanDelete in Draw function
768
769
770
771 2001/06/12: Thomas Bretz
772
773 * mmontecarlo/MMcEnerThreCalc.[cc,h]
774 - copied to mmontecarlo/MMcThresholdCalc.[cc,h]
775
776 * mmontecarlo/MMcEnerThreHistos.[h,cc]
777 - copied to mmhist/MHMcEnergy.[h,cc]
778
779 * mbase/Makefile:
780 - added MWriteAsciiFile.cc
781
782 * mhist/HistIncl.h:
783 - added TF1.h
784
785 * mhist/HistLinkDef.h:
786 - added MHMcEnergy
787
788 * mhist/Makefile
789 - added MHMcEnergy
790
791 * mmontecarlo/MCollArea.h:
792 - fixed typo in ifndef
793
794 * mmontecarlo/Makefile:
795 - added MMcThresholdCalc.cc
796 - removed MMcEnerHisto.cc
797 - removed MMcEnerThre.cc
798 - removed MMcEnerThreCalc.cc
799
800 * mmontecarlo/MonteCarloLinkDef.h:
801 - added MMcThresholdCalc.cc
802 - removed MMcEnerHisto.cc
803 - removed MMcEnerThre.cc
804 - removed MMcEnerThreCalc.cc
805
806 * mbase/MWriteAsciiFile.[h,cc]:
807 - added
808
809 * manalysis/MCT1ReadAscii.h:
810 - removed fFileName from class definition
811
812 * manalysis/MCerPhotCalc.cc:
813 - use of SetHasChanged added
814
815 * manalysis/MHillas.[h,cc]:
816 - Reset added
817 - AsciiRead added
818 - AsciiWrite added
819 - use of SetHasChanged added
820
821 * manalysis/MPedCalcPedRun.[h,cc]:
822 - made fNumHiGainSamples a class member
823 - renamed some member functions
824 - made the 'internal' member functions private
825 - added SetHasChanged
826 - made these functions const
827
828 * mbase/BaseLinkDef.h
829 - MWriteAsciiFile added
830
831 * mbase/MEvtLoop.cc:
832 - some small changes to the logging output
833
834 * mbase/MParContainer.cc:
835 - fHasChanged added
836
837 * mbase/MParContainer.h:
838 - Reset prototype added
839 - HasChanged added
840 - SetHasChanged added
841
842 * mbase/MParList.[cc,h]:
843 - SetHasChanged added
844 - Reset added
845
846 * mbase/MTaskList.cc:
847 - Process: call SetHasChanged before looping
848 - Process: call Reset before looping
849
850 * mbase/MTaskList.h:
851 - fParList added to class definition
852
853
854
855 2001/04/27: Thomas Bretz
856
857 * macros/merpp.C:
858 - made the merpp-macro Mars 0.3 compatible
859
860
861
862 2001/04/19: Thomas Bretz
863
864 * mbase/MParList.cc:
865 - added stripping of the string after last semicolon (classname)
866
867 * mbase/MReadTree.cc:
868 - added Veto funtionality to PreProcess
869 - added HasVeto
870 - added fVetoList
871 - added VetoBranch
872
873
874
875 2001/04/18: Thomas Bretz
876
877 * mbase/MHtml.[cc.h]:
878 - Added
879
880 * mbase/*.cc:
881 - changed comments of member functions to new MHtml-Style
882
883
884
885 2001/04/09: Thomas Bretz
886
887 * mbase/MParList.cc:
888 - Added the possibility to specify a different object name in
889 FindCreateObj
890
891 * .rootrc:
892 - changed the style for the html documentation
893
894 * macros/dohtml.C:
895 - added SetXwho
896
897 * (*.cc):
898 - added the copyright comment block
899
900 * mgui/MGeomCamMagic.cc:
901 - added some comments to all these numbers
902
903 * mraw/MRawEvtPixelIter.h:
904 - added Jump member function which jumps directly to the pixel with a
905 given id
906
907
908
909 2001/04/09: Thomas Bretz
910
911 * mgui/MGeomPix.cc:
912 - fixed a small error in SetNeighbors (thanks to Oscar)
913
914 * mgui/MGFadcDisp.[h,cc]:
915 - Fixed many small errors which caused the display to display nonsens
916 in some situations
917
918
919
920 2001/04/04: Thomas Bretz
921
922 * mraw/MRawEvtData.[cc,h]:
923 - changed wrong return type of GetNumPixels to UShort_t
924
925 * mmain/MBrowser.[cc,h]:
926 - made the dialog somehow work like it should
927
928
929
930 2001/04/03: Thomas Bretz
931
932 * manalysis/MCT1ReadAscii.cc:
933 - the pedestal values read from the file are now stored in MeanRms
934 instead of Sigma
935
936 * manalysis/MCerPhotCalc.cc:
937 - The pedestal mean Rms is used as the pixel error
938
939 * MImgCleanStd.cc:
940 - CleanStep1: the '<' was replaced by a '<=' to clean also pixels
941 with value=noise=0
942
943 * MMcPedestalCopy.cc:
944 - All the pedestal values are now filled in (are they calculated correctly?)
945
946 * mgui/MGeomCamMagic.cc:
947 - Forgot to initialize the Nextneighbors of the Magic Camera
948 (thanks to Oscar)
949
950 * mhist/MHStarMap.cc:
951 - I changed the model of the display (colors and bin width) to
952 get a 'better' result
953
954
955
956 2001/04/02: Thomas Bretz
957
958 * mraw/MRawEvtHeader.h, mraw/MRawFileWrite.cc:
959 - added constants (kTT*) for trigger type
960
961 * manalysis/MImgCleanStd.[h,cc]:
962 - added changeable cleaning levels
963
964 * manalysis/MHillas.cc:
965 - added some more sanity checks to the calculation
966
967 * manalysis/MCT1ReadAscii.[h,cc]:
968 - added some kind of chain feature (AddFile) to process more than one file
969
970 * mgui/MGeomPix.[h,c]:
971 - added interface to pixel neighbors
972
973 * mgui/MGeomCamCT1.[cc,h], mgui/MGeomCamMagic.[cc,h]:
974 - creates the neighbor geomtry now, too
975
976 * manalysis/MImgCleanStd.[cc,h]:
977 - switched to new stylish neighbors from MGeomCam
978
979
980
981 2001/03/30: Thomas Bretz
982
983 * mdatacheck/MH*, mdatacheck/MFillH*:
984 - moved to mhist
985
986 * mraw/MrawEvtPixelIter:
987 - IsLoGain -> HasLoGain
988
989 * mgui/MG*:
990 - renamed
991 - moved to mmain
992 - move Browser functionality to MBrowser
993
994 * mmain/, mhist:
995 - new
996
997
998
999 2001/03/21: Thomas Bretz
1000
1001 * manalysis/MHillas.[h,cc]:
1002 - fixed some minor errors, added sanity check (N<2) to Calc
1003
1004 * manalysis/MFillHHillas.cc:
1005 - skip event if Hillas calculations fails
1006
1007 * macros/getCollArea.C, macros/readMagic.C,
1008 mdatacheck/MViewAdcSpectra.cc, meventdisp/MGFadcDisp.cc:
1009 - changed order in MReadTree constructor
1010
1011 * manalysis/MCT1ReadAscii.[h,cc]:
1012 - changed to use MPedestalCam
1013
1014 * manalysis/MCT1Pedestals.[h,cc]:
1015 - removed
1016
1017 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
1018 - removed MCT1Pedestals
1019
1020 * mbase/BaseLinkDef.h:
1021 - added const values from Magic.h
1022
1023 * mbase/MLogManip.h:
1024 - changed style of dbginf
1025
1026 * mbase/MParList.cc:
1027 - make use of dbginf
1028
1029 * mbase/MReadTree.[h,cc]:
1030 - switched from a TTree to a TChain object
1031 - chnaged order of variables of the constructor
1032
1033
1034
1035 2001/03/21: Thomas Bretz
1036
1037 * macros/CT1Hillas.C, manalysis/MImgCleanStd.cc, manalysis/MImgCleanStd.h,
1038 manalysis/MMcPedestalCopy.cc, manalysis/MMcPedestalCopy.h,
1039 manalysis/MCerPhotCalc.h, manalysis/MCerPhotCalc.cc, mdatacheck/MHHillas.h,
1040 mdatacheck/MHHillas.cc, mdatacheck/MFillHFadc.cc, mdatacheck/MFillHFadc.h,
1041 mdatacheck/MHFadcCam.cc, mdatacheck/MHFadcCam.h, mdatacheck/MHFadcPix.cc,
1042 mdatacheck/MHFadcPix.h, mdatacheck/MFillHHillas.cc,
1043 mdatacheck/MFillHHillas.h
1044 - added
1045
1046 * mdatacheck/MHistosAdc.[h,cc]:
1047 - replaced by MHFadc[Cam,Pix]
1048
1049 * mdatacheck/MFillAdcSpect.[h,cc]:
1050 - replaced by MFillHFadc
1051
1052 * macros/readCT1.C:
1053 - uses the new classes now
1054 - calculates and displays hillas
1055
1056 * manalysis/AnalysisLinkDef.h:
1057 - added MCerPhotCalc, MImgCleanStd, MMcPedestalCopy
1058
1059 * manalysis/MCT1ReadAscii.cc:
1060 - PreProcess uses FindCreateObj now
1061
1062 * manalysis/MCerPhotEvt.cc, manalysis/MPedestalCam.cc:
1063 - changed the new back to 'new with placement'
1064
1065 * manalysis/MCerPhotEvt.[h, cc]:
1066 - removed cleaning from this class
1067
1068 * manalysis/MHillas.cc:
1069 - some small changes in the naming inside Calc()
1070
1071 * manalysis/MHillas.h:
1072 - added Get-functions
1073
1074 * manalysis/MPedestalCam.h:
1075 - added InitSize-function
1076
1077 * manalysis/MPedestalPix.h:
1078 - made Get-functions const
1079
1080 * manalysis/Makefile:
1081 - added MMcPedestalCopy, MImgCleanStd, MCerPhotCalc
1082
1083 * mbase/MLogManip.h:
1084 - "l." before line number
1085
1086 * mbase/MParList.cc:
1087 - added the autodelete feature for automatically created classes
1088
1089 * mdatacheck/DataCheckLinkDef.h:
1090 - added MHFadc[Cam,Pix], MHHillas
1091 - removed MHistosAdc
1092 - added MFillHFadc, MFillHHillas
1093
1094 * mdatacheck/MGDisplayAdc.[h,cc], MShowSpect.[h,cc],
1095 mdatacheck/MViewAdcSpectra.[h,cc], :
1096 - changed from MHistaosAdc to MHFadcCam
1097
1098 * mdatacheck/Makefile:
1099 - added MFillHFadc.cc, MFillHHillas.cc
1100 - removed MFillAdcSpect.cc
1101
1102 * manalysis/MCT1ReadAscii.h, mbase/MEvtLoop.h, mbase/MLog.h,
1103 mbase/MParList.h, mbase/MReadTree.h, mbase/MTask.h,
1104 mbase/MTaskList.h, mdatacheck/MDumpEvtHeader.h,
1105 meventdisp/MGFadcDisp.h, mgui/MCamDisplay.h,
1106 mgui/MCamNeighbor.h, mgui/MGDataCheckMain.h,
1107 mgui/MGEventDispMain.h, mgui/MGMarsMain.h,
1108 mgui/MGMonteCarloMain.h, mgui/MGPrototyp.h, mgui/MHexagon.h,
1109 mmontecarlo/MCollAreaTrigger.h, mraw/MRawEvtPixelIter.h,
1110 mraw/MRawFileRead.h, mraw/MRawFileWrite.h:
1111 - set version number to '0' (no i/o for this class)
1112
1113 * mgui/MGeomCamCT1.cc:
1114 - new claculation algorith for the CT1 camera. It is more
1115 exact in the camera plain
1116
1117 * mgui/MHexagon.cc:
1118 - removed Draw-function (it is inherited from TObject)
1119
1120 * mmc/MMcFadcHeader.hxx:
1121 - Added get-functions
1122
1123
1124
1125
1126 2001/03/20: Thomas Bretz
1127
1128 * manalysis/MPedestalPix.[h,cc], manalysis/MPedestalCam.[h,cc],
1129 manalysis/MHillas.[h,cc], manalysis/MHillasCalc.[h,cc],
1130 mgui/MGeomCamCT1.[h,cc], mgui/MGeomCamMagic.[h,cc]
1131 - added
1132
1133 * macros/readCT1.C:
1134 - added calculation of Hillas parameters
1135 - changed from pointers to objects
1136
1137 * manalysis/AnalysisLinkDef.h, manalysis/Makefile:
1138 - added MPedestalPix/Cam, MHillas, MHillasCalc
1139
1140 * manalysis/MCerPhotEvt.[h,cc]:
1141 - removed fType
1142 - commented out Draw function - should be fixed soon
1143 - renamed *Nb* to *Num*
1144 - renamed Get[Min,Max]NumPhotons to GetNumPhontons[Min,Max]
1145
1146 * meventdisp/MGFadcDisp.[h,cc]:
1147 - changed parameter of ReadinEvent to unsigned
1148
1149 * mgui/GuiLinkDef.h, mgui/Makefile:
1150 - added MGeomCamCT1, MGeomCamMagic
1151
1152 * mgui/MCamDisplay.[h,cc]:
1153 - changed constructor argument from int to MGeomCam
1154 - renamed *Nb* to *Num*
1155
1156 * mgui/MGeomCam.[h,cc]:
1157 - removed all camara specific stuff
1158 - MGeomCam is now used as a base class for the classes
1159 MGeomCam[Magic,CT1] which are containing the camera specific stuff
1160
1161 * mgui/MGeomPix.h:
1162 - added Set function
1163
1164
1165
1166 2001/03/02: Thomas Bretz
1167
1168 * manalysis/Makefile, mdatacheck/Makefile, meventdisp/Makefile,
1169 mgui/Makefile:
1170 - new
1171
1172 * mbase/MParList.[cc,h]:
1173 - Added FindCreateObj member function
1174 - added a name to the constructor
1175
1176 * mbase/MReadTree.cc:
1177 - changed to use FindCreateObj
1178
1179 * mdatacheck/MDumpEvtHeader.cc:
1180 - removed fPixelIter from member list
1181 - changed cout to *fLog
1182
1183 * mdatacheck/MViewAdcSpectra.cc:
1184 - removed a HUGE memory leak. All the objects in the list (and the
1185 lists itself were NEVER deleted)
1186
1187 * mdatacheck/MFillAdcSpect.cc
1188 - removed fPixelIter from member list
1189 - changed cout to *fLog
1190 - changed to use FindCreateObj
1191 - changed high and low to hi and lo
1192
1193 * mdatacheck/MShowSpect.cc
1194 - changed cout to *fLog
1195 - added a name to the constructor
1196
1197 * mraw/MRawFileRead.cc:
1198 - changed to use FindCreateObj
1199
1200 * mdatacheck/MGDisplayAdc.[h,cc]:
1201 - added some new member functions to make code more clear
1202 - removed fHists from the destructor
1203
1204 * mdatacheck/MHistosAdc.h:
1205 - changed high and low to hi and lo
1206
1207 * macros/dohtml.C:
1208 - added manalysis
1209
1210
1211
1212 2001/03/01: Thomas Bretz
1213
1214 * Makefile:
1215 - added headers to dependencies
1216
1217 * Makefile.rules:
1218 - added headers to dependencies
1219
1220 * merpp.cc:
1221 - changed from pointers to objects
1222 - added compression level support
1223
1224 * readraw.cc:
1225 - removed unnecessary includes
1226
1227 * mbase/MArray*.*:
1228 - changed all Int_t to UInt_t
1229
1230 * mbase/MLogManip.h:
1231 - changed name of __DINF__ to dbginf
1232
1233 * mraw/MRawCrateData.[h,cc], mraw/MRawEvtHeader.[h,cc],
1234 mraw/MRawRunHeader.[h,cc]:
1235 - changed ifstream to istream
1236
1237 * mraw/MRawEvtData.cc:
1238 - changed the reading, which speeds up merpp by a factor of 10
1239
1240 * mraw/MRawEvtData.h:
1241 - added flag to InitArrays and DeletePixels
1242 (not yet used)
1243
1244 * mraw/MRawFileRead.h:
1245 - removed pParList from parameter list
1246
1247 * manalysis/AnalysisLinkDef.h
1248 - removed MReadCT1Ascii, added MCT1ReadAscii
1249 - added MCT1Pedestals
1250
1251 * manalysis/MCerPhotEvt.[h,cc]:
1252 - changed the constructor a little bit
1253 - rewrote Print() to make it a bit more readable
1254 - moved MCerphotPix to new File
1255 - added many lines of comments
1256 - exchanged old stylish new call with new stylish(=) one
1257 - replaced all accesses to fPixels with the [] operator to make this
1258 lines more readable
1259 - made all variable declarations const-correct,
1260 - I changed the style of the cleaning method from if(a){if()b{if(c){}}}
1261 to if(!a)continue; if(!b)continue if(!c) continue; to make it more
1262 compact, readable and easier to understand
1263 - renamed the Boolean-functions to Is* to get a stricter structure
1264 - replaced mapping function to access the pixel list entries by the new
1265 operator to get rid of more than the necessary number of member
1266 functions without loosing speed or readability
1267 - renamed GetMinimum/MaximumPhoton to GetMin/MaxNumPhotons to be
1268 more exact
1269
1270 * mgui/MCamGeom.* splitted and changed to MGeomCam/Pix:
1271 - added a new operator to access the TObjArray
1272 - removed unnecessary code from CreateCT1
1273
1274 * mbase/MAGIC.h:
1275 - added kPI
1276
1277 * mbase/MReadTree.cc:
1278 - added some comments
1279
1280 * mgui/MCamDisplay.[h,cc]:
1281 - added some comments, reordered a bit the calls in the constructor
1282 to get a 'straight forward structure', MGeomCam is now only
1283 locally used where it is needed, replaced access to the
1284 TClonesArrays by new member-function to get a more readable code,
1285 replaced old stylish new call with new stylish one, made
1286 variable decleration const-correct, introduced a new member function
1287 to set the pixel color, renamed the overloaded Draw functions to
1288 DrawPhotons, DrawPhotErr to prevent missunderstatements, changed
1289 the 'layout' of GetColor to make it easier to understand the algorithm,
1290
1291 * mgui/MCamNeighbor.[h, cc]:
1292 - changed to new log-interface
1293 - exchanged -9999 by -1
1294 - skipped the exits
1295 - you must check for -1 one in any case
1296 - this means a warning should be enough
1297
1298 * mgui/MHexagon.[h,cc]:
1299 - added new constructor whcih uses a MGeomPix-object
1300
1301
1302
1303 2001/02/28: Thomas Bretz
1304
1305 * mbase/MParList.[h,cc]:
1306 - changed return type of FindObject back to TObject
1307 - it seems so, that some compilers don't like overriding the
1308 return type of a virtual member function
1309
1310
1311
1312 2001/02/23: Thomas Bretz
1313
1314 * mraw/MRawEvtPixelIter.h:
1315 - added GetSum* functions
1316
1317 * mbase/MParList.[h,cc]:
1318 - Removed unnecessary fNext-stuff
1319
1320
1321
1322 2001/02/22: Thomas Bretz
1323
1324 * merpp.cc, readraw.cc, mbase/MParContainer.cc, mbase/MParList.cc,
1325 mbase/MParList.h, mbase/MReadTree.cc, mbase/MTask.cc, mbase/MTask.h,
1326 mbase/MTaskList.cc, mbase/MTime.cc, mdatacheck/MDumpEvtHeader.cc,
1327 mdatacheck/MShowSpect.cc, meventdisp/MGFadcDisp.cc, mgui/MGPrototyp.h,
1328 mmc/MHeaderTrig.cxx, mraw/MRawCrateArray.cc, mraw/MRawEvtData.cc,
1329 mraw/MRawEvtHeader.cc, mraw/MRawFileRead.cc, mraw/MRawFileWrite.cc,
1330 mraw/MRawRunHeader.cc:
1331 - exchanged cout with the new logging style (gLog, *fLog)
1332
1333 * mraw/MRawEvtData.cc:
1334 - added 'dec' option to Print
1335
1336 * mmc/MHeaderTrig.cxx, mmc/MMcEvt.cxx, mmc/MMcTrig.cxx:
1337 - small changes to the Print funtions
1338
1339
1340
1341 2001/02/21: Thomas Bretz
1342
1343 * MRawEvtData.cc:
1344 - Changed ReadEvt according to the new raw binary format 2001/02/20
1345
1346 * Added MLog.[h,cc], MLogManip.[h,cc]
1347
1348 * Adde SetStreamer and fLog to the MParContainer base class
1349
1350 * Derived MEvtLoop from MParContainer
1351
1352 * Makefile:
1353 - added 'tar'
1354
1355 * mbase/BaseIncl.h:
1356 - added fstream.h, TGListBox.h
1357
1358 * mbase/BaseLinkDef.h:
1359 - added pragma for gLog and MLog
1360
1361 * mbase/MAGIC.h:
1362 - added forward definition for gLog
1363
1364 * mbase/MEvtLoop.cc:
1365 - exchanged cout with *fLog
1366 - added statements to provide log-facility to all tasks als parameter
1367 containers
1368
1369 * mbase/MEvtLoop.h:
1370 - Small changes
1371
1372 * mbase/MParContainer.h:
1373 - Added definitions necessary for use of Log-Facility
1374
1375 * mbase/MParList.[h,cc]:
1376 - Added SetLogStream
1377
1378 * mbase/MTask.h:
1379 - added fLog
1380
1381 * mbase/MTaskList.[h,cc]:
1382 - added SetLogStream
1383
1384 * mbase/Makefile:
1385 - Added MLog.cc, MLogManip.cc
1386
1387
1388
1389 2001/02/19: Harald Kornmayer
1390
1391 * implemented the Image Cleaning a la CT1 to the class MCerPhotEvt
1392
1393 * changed the readCT1.C file to show the effects of the image cleaning
1394 a la CT1
1395
1396 * changed
1397 mgui/MCamNeighbor.cc
1398 mananlysis/MCerPhotEvt.cc .h
1399 macros/readCT1.C
1400
1401
1402
1403 2001/02/19: Thomas Bretz
1404
1405 * MParContainer.h added prototypes for AsciiRead/Write
1406
1407 * .rootrc added
1408
1409 * MEvtLoop.[h,cc]:
1410 - split eventloop in its three parts, this should be used for
1411 debugging only.
1412
1413
1414
1415 2001/02/06: Harald Kornmayer
1416
1417 * the first running version with a eventdisplay. Now we are able
1418 to display an Event on the photo electron level. To do this, run
1419 the macro "macros/readCT1.C" after changing the file name.
1420
1421 changed:
1422 macros/readCT1.C
1423 manalysis/MNphotEvent.cc, manalysis/MNphotEvent.h
1424 analysis/MReadCT1Ascii.cc
1425 mgui/MCamDisplay.cc, mgui/MCamDisplay.h
1426
1427
1428
1429 2001/01/23: Harald Kornmayer
1430
1431 * the integration of the class FadcDisp in the mars enviroment
1432 and further developments in the display
1433
1434 changed:
1435 meventdisp/MGFadcDisp.h
1436 meventdisp/MGFadcDisp.cc
1437 mgui/GuiIncl.h
1438 mgui/GuiLinkDef.h
1439 mgui/MGMarsMain.cc
1440 mgui/MGPrototyp.cc
1441 mgui/MGPrototyp.h
1442 mgui/Makefile
1443
1444 added:
1445 mgui/MGEventDispMain.h
1446 mgui/MGEventDispMain.cc
1447
1448
1449
1450 2001/01/22: Harald Kornmayer
1451
1452 * started with the development of a EventDisplay Utitliy.
1453 Therefore I added the following files.
1454
1455 meventdisp/EvtDispIncl.h
1456 meventdisp/EvtDispLinkDef.h
1457 meventdisp/MGFadcDisp.cc
1458 meventdisp/MGFadcDisp.h
1459 meventdisp/Makefile
1460
1461 Also a few of the older files where slightly changed.
1462 ./Makefile
1463 ./Makefile.rules
1464 mraw/MRawEvtData.
1465
1466
1467
1468 2001/01/19: Thomas Bretz
1469
1470 * mmc/*.hxx:
1471 - changed include of MDefineTrigger.h back
1472
1473
1474
1475 2001/01/19: Oscar Blanch
1476
1477 * mmc/MTriggerDefine.h:
1478 - added
1479
1480
1481
1482 2001/01/18: Thomas Bretz
1483
1484 * Makefile:
1485 - mmc-library added
1486
1487 * Makefile.conf.general:
1488 - Added definition of __MARS__
1489
1490 * Makefile.rules:
1491 - Added definitions to rootcint
1492
1493 * Oscar added the McFormat subdir of the Monte Carlo as mmc
1494
1495 * mmc/MMcEvt.h:
1496 - renamed to MMcEvt.hxx
1497
1498 * mmc/*.hxx:
1499 - added necessary defintions from MDefineTrigger.h
1500
1501 * mmc/Makefile, mmc/McLinkDef.h, mmc/McIncl.h, mmc/readme.txt:
1502 - added
1503
1504 * mmc/LinkDef.h:
1505 - removed
1506
1507
1508
1509 2001/01/17: Thomas Bretz
1510
1511 * Makefile:
1512 - Exchanged explicit rules to make library by implicit ones
1513 - The shared object works now. I exchanged the libraries with the object
1514 files. But I don't know why the libraries don't work.
1515
1516 * Makefile.conf.linux-gnu:
1517 - replaced CC with gcc (instead of g++)
1518
1519 * mdatacheck/DataCheckLinkDef.h:
1520 - removed unused statements
1521
1522 * mraw/RawLinkDef.h:
1523 - added globals
1524
1525 * mraw/MerppLinkDef.h:
1526 - removed unused file
1527
1528
1529
1530 2001/01/12: Thomas Bretz
1531
1532 * MLinkDef.h, MIncl.h, marslogo.xpm, magiclogo.xpm:
1533 - added
1534
1535 * LinkDef.h:
1536 - removed
1537
1538 * Makefile:
1539 - Added CINT, mrproper
1540
1541 * mbase/Makefile, mraw/Makefile, mgui/Makefile, mdatacheck/Makefile:
1542 - included makefile.general, Makefile.rules,
1543 - removes corresponding lines
1544
1545 * mdatacheck/MDumpEvtHeader.[h,cc], mdatacheck/MFillAdcSpect.[cc,h],
1546 mdatacheck/MFillAdcSpect.[h,cc], mdatacheck/MGDisplayAdc.[cc,h],
1547 mdatacheck/MHistsosAdc.[h,cc], mdatacheck.MShowSpect.[cc,h]
1548 - changed include statements
1549
1550 * mgui/MGDataCheckMain.[cc,h], mgui/MGMarsMain.[cc,h]
1551 - changed include statements
1552 - move enum from h to cc
1553 - removed comma operator from delete statements (nonsense)
1554
1555
1556
1557 2001/01/11: Harald Kornmayer
1558
1559 * ./
1560 readraw.cc, Makefile, Makefile.rules, LinkDef.h, MParList.cc, MReadTree.cc,
1561 MReadTree.h, mbase/Makefile, mraw/Makefile
1562 - small changes in this files. Not really critical.
1563
1564 * mars.cc
1565 - added the main file for the gui
1566
1567 * mgui/
1568 GuiIncl.h, MGMarsMain.cc, GuiLinkDef.h, MGMarsMain.h, MGDataCheckMain.cc,
1569 Makefile, MGDataCheckMain.h
1570 - added the subdir mgui and this files
1571
1572 * mdatacheck/
1573 DataCheckIncl.h, DataCheckLinkDef.h, MHistosAdc.cc, MHistosAdc.h,
1574 MDumpEvtHeader.cc, MDumpEvtHeader.h, MShowSpect.cc, MShowSpect.h,
1575 MFillAdcSpect.cc, MFillAdcSpect.h, MViewAdcSpectra.cc, MViewAdcSpectra.h,
1576 MGDisplayAdc.cc, MGDisplayAdc.h, Makefile
1577 - added the subdir mdatacheck and this files
1578
1579
1580
1581 2000/12/28: Thomas Bretz
1582
1583 * merpp.cc, MArray.cc, MArray.h, MArrayB.cc, MArrayB.h, MArrayS.cc,
1584 MArrayS.h, MEvtLoop.cc, MEvtLoop.h, MInputStreamID.cc, MInputStreamID.h,
1585 MParContainer.cc, MParContainer.h, MParList.cc, MParList.h, MReadTree.cc,
1586 MTask.cc, MTask.h, MTaskList.cc, MTaskList.h, MTime.cc, MTime.h:
1587 - Added changes some comments.
1588
1589 * MLoopEvt.cc, MLoopEvt.h:
1590 - Removed
1591
1592
1593
1594 2000/12/22 - Thomas Bretz:
1595
1596 * readraw.cc:
1597 - changed some comments and the Root-Name of the program
1598 - added check for the existance of the file
1599 - changed name of numbers of entries from iEnt to nent
1600
1601 * dohtml.C:
1602 - changed title of converted macros
1603
1604 * MRawEvtData.cc:
1605 - added a commet in Draw()
1606
1607 * MRawEvtPixelIter.[h,cc]:
1608 - Added the comment header of the file
1609 - removed inheritance from TIterator (not needed)
1610 - some changes to get it work (the one in the repository was untested
1611 and not working)
1612 - changed calling style of iterator from do...while to while-loop
1613 - changed some comments
1614
1615 * MRawRunHeader.cc:
1616 - added some comments
1617
1618 * Changelog, News: added
1619
1620 * test.C: removed
Note: See TracBrowser for help on using the repository browser.