source: trunk/MagicSoft/Mars/Changelog@ 1174

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