source: trunk/MagicSoft/Mars/Changelog@ 1271

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