source: trunk/MagicSoft/Mars/Changelog@ 1114

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