source: trunk/MagicSoft/Mars/Changelog@ 1092

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