source: trunk/MagicSoft/Mars/Changelog@ 1221

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