source: trunk/MagicSoft/Mars/Changelog@ 1218

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