source: trunk/MagicSoft/Mars/Changelog@ 971

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