source: trunk/MagicSoft/Mars/Changelog@ 1103

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