source: trunk/MagicSoft/Mars/Changelog@ 1172

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