source: trunk/MagicSoft/Mars/Changelog@ 1297

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