source: trunk/MagicSoft/Mars/Changelog@ 1102

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