source: trunk/MagicSoft/Mars/Changelog@ 1255

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