source: trunk/MagicSoft/Mars/Changelog@ 1208

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