source: trunk/MagicSoft/Mars/Changelog@ 1192

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