source: trunk/MagicSoft/Mars/Changelog@ 1205

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