source: trunk/MagicSoft/Mars/Changelog@ 1215

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