source: trunk/MagicSoft/Mars/Changelog@ 1280

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