source: trunk/MagicSoft/Mars/Changelog@ 1129

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