source: trunk/MagicSoft/Mars/Changelog@ 1281

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