source: trunk/MagicSoft/Mars/Changelog@ 1266

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