source: trunk/MagicSoft/Mars/Changelog@ 1774

Last change on this file since 1774 was 1774, checked in by moralejo, 23 years ago
*** empty log message ***
File size: 157.4 KB
Line 
1
2 -*-*- END -*-*-
3 2003/02/20: Abelardo Moralejo
4
5 * mhist/MH.cc
6 - Removed call to TGaxis::Optimize for compilation under root
7 versions > 3.03, since in them this procedure is no longer existing.
8 I did this to allow compilation under root_3.04, since earlier
9 versions has a bug which prevents from plotting in the simple way
10 some variables in a tree (example: fConc and others in the output
11 of star.C). This is a temporal fix, I guess something will have to
12 substitute the call to Optimize...
13
14 2003/02/20: Antonio Stamerra
15
16 * manalysis/MMcTriggerLvl2.[cc|h]
17 - new; replaces MTrigLvl2.[cc|h]
18 - new data members: fLutPseudoSize, fPseudoSize.
19 - functions renamed:
20 GetLutPseudoSize -> CalcBiggerLutPseudoSize
21 GetBiggerFiredCell -> CalcBiggerFiredCell
22 - new inline functions: GetLutPseudoSize(), GetPseudoSize().
23 - new member functions:
24 Calc(); CalcPseudoSize (not yet implemented)
25 - Redefined Print() function as a TObject.
26 - pixels_in_cell and pixels_in_lut redefined as static data members
27
28 * manalysis/MMcTriggerLvl2Calc.[cc|h]
29 - new; replaces MTrigLvl2FillTask.[cc|h]
30 - creation and filling of histograms commented
31 - Process() calls the MMcTriggerLvl2::Calc()
32
33 * mfilter/MFTriggerLvl2.[h|cc]
34 - new class to select events using MMcTriggerLvl2 data members.
35
36 * macros/triglvl2.C
37 - added example to use the MFTriggerLvl2 filter.
38
39 2003/02/19: Wolfgang Wittek
40
41 * manalysis/MSelBasic.[h,cc]
42 - new; evaluates the Basic Cuts (after the calibration)
43
44 * manalysis/MSelStandard.[h,cc]
45 - new; evaluates the Standard Cuts
46 (after the calculation of the image parameters and before the
47 calculation of the hadronness)
48
49
50 * manalysis/MHillasCalc.[h,cc]
51 - replace
52 fHillas = (MHillas*)pList->FindCreateObj(fHilName);
53 by
54 fHillas = (MHillas*)pList->FindCreateObj("MHillas",fHilName);
55 in order to allow MHillas containers with a name
56 different from "MHillas"
57
58 * mhist/MHHillasExt.[h,cc]
59 - replace
60 TObject *obj = plist->FindObject("MHillas");
61 by
62 TObject *obj = plist->FindObject(fHilName, "MHillas");
63 in order to allow MHillas containers with a name
64 different from "MHillas"
65 - add a 3rd argument in the constructor : fHilName
66
67 * manalysis/MHillasSrcCalc.[h,cc]
68 - add new argument for constructor :
69 the name of the MHillas input container
70 in order to allow MHillas input containers with a name
71 different from "MHillas"
72
73 * mhist/MHMatrix.[h,cc]
74 - add member function DefRefMatrix();
75 it defines the reference sample for the g/h separation;
76 the selection of events for the reference sample can be made such
77 that the distribution of a certain variable (for example Theta)
78 agrees with a target distribution.
79
80 * mfilter/MFEventSelector.[h,cc]
81 - add new argument for constructor :
82 the name of the read object
83 in order to allow also read objects which have a name different from
84 "MRead"
85
86
87
88 2003/02/18: Thomas Bretz
89
90 * mfileio/MReadTree.cc:
91 - added a fix for a bug in the workaround using wildcards
92
93
94
95 2003/02/14: Thomas Bretz
96
97 * mtemp/MObservatory.[h,cc]:
98 - added
99
100
101
102 2003/02/10: Abelardo Moralejo
103
104 * Makefile.conf.osf1
105 - Added -lpthread to compilation flags (otherwise linking fails in alfa)
106
107 * manalysis/Makefile, AnalysisLinkDef.h
108 - Changed MApplyPadding for MPadding
109
110
111 2003/02/07: Wolfgang Wittek
112
113 * mhist/MHSigmaTheta.[h,cc]
114 - new; 2D distribution : Theta, Sigmabar
115 3D distribution : Theta, pixel number, Sigma
116 3D distribution : Theta, pixel number, Sigma^2-Sigmabar^2
117 these histograms may be used for the padding
118
119 * manalysis/MPadding.[h,cc]
120 - new; replaces MApplyPadding.[h,cc]
121 some errors removed
122
123 * manalysis/MSigmabar.[h,cc]
124 - new definition of Sigmabar (only relevant for MAGIC)
125 - add in member function 'Calc' a 3rd argument : 'const MCerPhotEvt &evt'
126 - calculate sigmabar for 'MCerPhotEvt' pixels
127 - in member function 'Calc' return Float_t fSigmabar instead of Bool_t
128 - copies of objects replaced by references
129
130 * manalysis/MSigmabarCalc.[h,cc]
131 - fSig->Calc(*fCam, *fPed) replaced by
132 fSig->Calc(*fCam, *fPed, *fEvt)
133 - change type of result of fSig->Calc from Bool_t to Float_t
134
135 * mfileio/MCT1ReadPreProc.cc
136 - add in member function PreProcess() the initialization of the total
137 number of pixels :
138 fPedest->InitSize(iMAXNUMPIX);
139 - remove statements that cannot be reached ('break' after 'return')
140
141 * manalysis/MPadSchweizer.[h,cc]
142 - alternative to MPadding
143 - does the padding ala Thomas Schweizer
144
145
146
147 2003/02/06: Thomas Bretz
148
149 * mgeom/MGeomCam.[h,cc]:
150 - fixed a warning (GetPixRatio(int) --> GetPixRatio(Uint)
151
152
153
154 2003/02/07: Antonio Stamerra
155
156 * manalysis/MTrigLvl2.[cc|h]
157 - added new function
158 MTrigLvl2::GetLutCompactPixel(int cell, int lut, int neighpix=2)
159 which calculates the number of compact pixel in one lut
160 - added new function GetLutPseudoSize(int neighpix=2) which calculates
161 the lut-pseudosize
162 - added static data member pixel_in_lut
163 - merging of the PrintCell and PrintStatus functions in a single
164 Print(int cell) function
165 - Added comments using the standard layout
166 - some small changes following Thomas comments (memset, *fLog)
167
168
169
170 2003/02/06: Thomas Bretz
171
172 * mbase/MLog.[h,cc]:
173 - serialized the GUI output (problems with mutithreded prgs,
174 eg Cosy)
175
176 * mtemp/MObservatoryLocation.[h,cc], mtemp/MVPObject.[h,cc],
177 mtemp/MVPPlotter.[h,cc]:
178 - added changes discussed in Wuerzburg
179
180 * mfileio/MCT1ReadPreProc.cc:
181 - some simplifications
182
183
184
185 2003/01/31: Antonio Stamerra & Marcos Lopez
186
187 * mgui/MCamDisplay.[cc|h]
188 - Added a new function MCamDisplay::SetPix(const Int_t pixnum,
189 const Int_t color, Float_t min, Float_t max) which just set the
190 color of a given pixel
191
192 * created two new classes for simulating the second level trigger
193 in the directory manalysis:
194 - MTrigLvl2.[cc|h] // Implement the Lvl2 topology and
195 // selection strategies
196 - MTrigLvl2FillTask.[cc|h] // For a given MMc event, fill the
197 // MTrigLvl2 with the Lvl1 trigger
198 // information
199
200 * manalysis/Makefile
201 - Added -I../mgui
202
203 * Added macro macros/triglvl2.C which uses the above classes.
204
205
206
207 2003/01/27: Robert Wagner
208
209 * mfileio/MCT1ReadPreProc.[cc|h]
210 - Added call of MTaskList::ReInit after processing of new
211 run header
212 - Filling of MC container complies to Oscar's changes of
213 MMcEvt.[hxx,cxx] dated 2003/01/20
214 - Added filling of run number in MRawRunHeader object while
215 processing a new run header
216
217
218
219 2003/01/23: Robert Wagner
220
221 * manalyis/MSigmabarCalc.cc
222 - MSigmabarCalc::Process()
223 Replaced fMcEvt->GetTheta() by fMcEvt->GetTelescopeTheta()
224
225
226
227 2003/01/20: Oscar Blanch
228
229 * mmc/MMcEvt.[hxx,cxx]
230 - Data members: fElecCphFraction, fMuonCphFraction,
231 fOtherCphFraction have been introduced.
232 - Class version updated to 3.
233
234 * mmc/MMcCorsikaRunHeader.[h.cc]
235 - Data members: fWobbleMode and fAtmosphericModel introduced.
236 - Class version updated to 2.
237
238
239
240 2003/01/19: Thomas Bretz
241
242 * manalysis/MCerPhotCalc.[h,cc]:
243 - slight changes, mainly to the layout
244
245 * manalysis/MCerPhotEvt.[h,cc]:
246 - some small changes to make the code a bit faster
247
248 * manalysis/MCerPhotPix.[h,cc]:
249 - added AddNumPhotons
250
251 * mbase/MContinue.[h,cc]:
252 - changed comments
253 - enhanced functionality and fixed some small bugs
254
255 * mbase/Makefile:
256 - added mfilter to paths (to be fixed)
257
258 * mfileio/MCT1ReadPreProc.cc:
259 - Init fNumEvents = 0
260
261 * mgeom/MGeomCam.cc:
262 - return 0 Ratio if the pixel number exceeds the number of pixels
263
264 * mgui/MCamDisplay.[h,cc]:
265 - added sanity check for the maximum number of pixels
266 - added functions to set the three different palettes
267 - removed the buttons
268 - fixed the context menu display
269
270 * mhist/HistLinkDef.h, mhist/Makefile:
271 - added MHCerPhotEvt
272
273 * mhist/MHCerPhotEvt.[h,cc]:
274 - added
275
276 * mhist/MFillH.cc:
277 - changed the initialization of fParContainer from pList to NULL
278
279 * mhist/MHHillasExt.cc:
280 - fixed a smallo bug when filling the histograms (crached when scaling
281 under some circumstances)
282
283 * mhist/MHStarMap.cc:
284 - added a warning output
285
286 * mmontecarlo/MMcCollectionAreaCalc.cc:
287 - added a check for impact=NaN (some MC Files have this)
288
289
290
291 2003/01/17: Robert Wagner
292
293 * manalysis/MApplyPadding.cc
294 - bugfix: Effective number of used pixels taken from
295 MCerPhotEvt container, not from MPedestalCam
296
297
298
299
300
301 2003/01/16: Wolfgang Wittek
302
303 * mhist/MHMatrix.[h,cc]
304 - member function MHMatrix::Read added
305 the function calls TObject::Read(name) and SetName(name)
306
307
308
309 2003/01/15: Wolfgang Wittek
310
311 * mdata/MDataMember.cc
312 - in MDataMember::PreProcess()
313 "if (fCall)" replaced by "if (fCall && !fObject)"
314 The additional condition "&& !fObject" is to make sure that read
315 MDataMembers works correctly.
316
317
318
319 2003/01/08: Oscar Blanch Bigas
320
321 * mgeom/MGeomMirror.[h,cc]
322 - Varible members to store mirror reflectivities have been
323 introduced: fReflectivity and fWavelength.
324 - Member function to set reflectivity added: SetReflectivity
325 - Member function to set TArrayF size: SetArraySize
326 - Class version number changed to 2.
327
328
329
330 2002/12/13: Abelardo Moralejo
331
332 * manalysis/MSigmabar.cc
333 - added cast in first arguments in calls to TMath::Min and TMath::Max
334 otherwise, we got a compilation error in Alpha machines.
335
336
337
338 2002/12/13: Oscar blanch
339
340 * mgeom/MGeomMirror.[h,cc]
341 - function SetMirrorDeviations added
342
343
344
345 2002/12/09: Robert Wagner
346
347 * manalysis/MSigmabar.[cc,h]:
348 - added
349
350 * manalysis/MSigmabarCalc.[cc,h]:
351 - added
352
353 * manalysis/MSigmabarParam.[cc,h]:
354 - added
355 - preliminary version for CT1 test
356
357 * manalysis/MApplyPadding.[cc,h]:
358 - added
359
360 * mhist/MHSigmabarTheta.[cc,h]:
361 - added
362
363 * mhist/MHSigmabarPixel.[cc,h]:
364 - added
365 - preliminary version for CT1 test
366
367 * mtemp/MObservatoryLocation.[cc,h]:
368 - added
369
370 * mtemp/MVPObject.[cc,h]:
371 - added
372
373 * mtemp/MVPPlotter.[cc,h]:
374 - added
375
376 * mtemp/MVPTime.[cc,h]:
377 - added
378
379 * mtemp/TempIncl.h, mtemp/TempLinkDef.h, mtemp/Makefile:
380 - added above mentioned classes
381
382 * mhist/HistLinkDef.h, mhist/Histfile:
383 - added above mentioned classes
384
385 * manalysis/AnalysisLinkDef.h, manalysis/Makefile:
386 - added above mentioned classes
387
388
389
390 2002/11/25: Thomas Bretz
391
392 * mgui/MCamDisplay.cc:
393 - fixed a bug when sprintf the pointer to the char-array, only
394 took place on alphas.
395
396 * macros/multidimdist2.C:
397 - renamed eventloops (instances had same names)
398 - fixed a type in PrintStatistics (the gamma statistics
399 were printed two times)
400
401 * mbase/MEvtLoop.cc:
402 - take the lowest value (entries from MRead or user input)
403 for the progress bar
404 - reset the progress bar
405
406 * mbase/MFilter.h:
407 - added 'private'
408
409 * meventdisp/MGCamDisplay.[h,cc], meventdisp/MGEvtDisplay.[h,cc],
410 meventdisp/MGFadcDisp.[h,cc], mmain/MMonteCarlo.[h,cc],
411 mmain/MAnalysis.[h,cc], mmain/MBrowser.[h,cc],
412 mmain/MCameraDisplay.[h,cc], mmain/MDataCheck.[h,cc],
413 mmain/MEvtDisp.[h,cc], mmain/MMars.cc:
414 - changed from TTransientFrame to TMainFrame (with this I
415 get decorations, eg. Close Button)
416
417 * meventdisp/MGEvtDisplay.cc:
418 - Update the layout each time the fEvtInfo has changed
419
420 * mfileio/MCT1ReadAscii.cc, mfileio/MCT1ReadPreProc.cc:
421 - delete return of gSystem->ExpandPathName
422
423 * mfileio/MCT1ReadPreProc.[h,cc]:
424 - added output of Time
425 - added usage of Selector
426 - changed MTask basics to be private
427
428 * mfileio/MRead.[h,cc]:
429 - added comment about selector
430 - added Selector-stuff
431
432 * mfileio/MReadMarsFile.[h,cc], mfileio/MReadTree.[h,cc]:
433 - added 'entries' argument to AddFile
434
435 * mfileio/MReadTree.[h,cc]:
436 - added workaround for a root bug when a file doesn't exist
437 - changed AddFiles to use Add(TChain*)
438 - changed to use Selector
439
440 * mfilter/MF.cc:
441 - Set debug level to suppress output when MFDataChain is created
442
443 * mfilter/MFEventSelector.h:
444 - changed Pre//PostProcess to private
445
446 * mfilter/MF.cc, mfilter/MFilterList.cc:
447 - changed the use of Pre//PostProcess to CallPre//PostProcess
448
449 * mhist/MBinning.[h,cc]:
450 - changed comments
451 - added SetEdgesCos
452
453 * mhist/MFillH.[h,cc]:
454 - added GetBinCenterLog
455
456 * mhist/MH3.h:
457 - added default argument to GetHistByName
458
459 * mhist/MHAlphaEnergyTheta.[h,cc], mhist/MHAlphaEnergyTime.h,
460 mhist/MHEffOnTime.[h,cc], mhist/MHEffOnTimeTheta.h,
461 mhist/MHEffOnTimeTime.h, mhist/MHFlux.[h,cc], mhist/MHGamma.[h,cc],
462 mhist/MHMcEnergyMigration.h, mhist/MHThetabarTheta.[h,cc],
463 mhist/MHThetabarTime.h:
464 - changed the output
465 - changed the algorithms to be more modular (more usage of member
466 function)
467 - changed ClassDef to 0
468 - fixed some small bugs (access of TArray[n])
469
470 * mhist/MHHadronness.[h,cc]:
471 - removed shortest distance to (0,1) stuff
472
473 * mhist/MHMcCollectionArea.h:
474 - changed Fill to Double_t
475
476 * mhist/MHTimeDiffTheta.[h,cc], mhist/MHTimeDiffTime.[h,cc]:
477 - in a first draft changed to use 200ns timing of CT1
478 - changed ClassDef to 0
479
480
481
482 2002/11/22: Thomas Bretz
483
484 * macros/threshold.C:
485 - Simplified the new writing routine
486
487 * mbase/MLog.h:
488 - added a Getter-function for the debug level
489
490 * mbase/MTaskList.cc:
491 - added another debugging output
492
493 * mfilter/MF.[h,cc]:
494 - made the automatically created chain names unique
495
496 * mfilter/MFDataChain.cc:
497 - corrected the GetRule stuff ({} were missing)
498
499 * mhist/MH3.cc:
500 - added MBinning as class type to FindObject
501 - added BinningHist (without the X) as binning name for a 1D histogram
502
503 * mfileio/MReadMarsFile.cc:
504 - corrected typo
505
506 * mfileio/MCT1ReadPreProc.cc:
507 - fixed a warning
508
509
510
511 2002/11/22: Abelardo Moralejo
512
513 * macros/threshold.C:
514 - Added 2nd argument to write an output file containing the
515 energy spectrum histogram.
516
517
518
519 2002/11/21: Thomas Bretz
520
521 * mbase/MAGIC.h, mbase/MEvtLoop.[h,cc], MTask.cc, MTaskList.cc:
522 - introduced kERROR to stop an eventloop with an error
523
524 * mbase/MTask.h:
525 - made SetFilter virtual
526
527 * mbase/MTaskList.[h,cc]:
528 - added new member function AddToListBefore/After
529 - split the code of the AddToList function into CheckAddToList
530
531 * manalysis/MMultiDimDistCalc.cc:
532 - introduced usage of kERROR in case the matrix is not posdef.
533
534 * macros/collarea.C:
535 - some simplifications
536
537 * mhist/MHMcRate.h, mhist/MHMcIntRate.h, mhist/MHEnergyTime.h,
538 mhist/MHEnergyTheta.h, mfileio/MCTReadPreProc.cc, mfileio/MChain.h,
539 mfileio/MReadMarsFile.h, mfileio/MReadTree.cc, mfileio/MWriteAsciiFile.h,
540 mfileio/MWriteRoootFile.[h,cc], manalysis/MMatrixLoop.h,
541 manalysis/MEnergyEstimate.h, mbase/MGGroupFrame.h, mbase/MGTask.h,
542 mfilter/MFParticleId.h:
543 - updated documentation
544
545 * mfileio/MCT1ReadPreProc.cc:
546 - Changed MSrcPosCam name from Source to MSrcPosCam
547 - changed the way the MC data is filled into the MC container
548 - updated algorithm to read preproc files
549
550 * mfileio/MReadMarsFile.cc:
551 - printed a warning to the screen in case Camera=V0.5
552
553 * mfileio/structures.h:
554 - changed to version 0.6
555
556 * mmc/MMcEvt.hxx:
557 - added GetTelescopePhi
558 - added GetTelescopeTheta
559
560 * mdata/MDataChain.[h,cc]:
561 - added 'sqr'
562
563 * mfilter/MF.[h,cc]:
564 - added support for MFDataChain
565
566 * mfilter/MFDataChain.[h,cc]:
567 - added
568
569 * mfilter/Makefile, mfilter/FilterLinkDef.h:
570 - added MFDataChain
571
572
573
574 2002/11/20: Thomas Bretz
575
576 * macros/dohtml.C:
577 - fixed a typo
578
579 * mmain/MAnalysis.cc:
580 - removed the Anti-Source from the hillas calculation
581
582 * mhist/MHFadcPix.[h,cc], mhist/MHFadcCam.[h,cc],
583 mmain/MDataCheck.[h,cc]:
584 - added enhancement for displaying sum of FADC slices
585
586
587
588 2002/11/20: Abelardo Moralejo
589
590 * macros/collarea.C:
591 - Introduced check before opening output file to avoid annoying
592 error message.
593
594
595
596 2002/11/19: Abelardo Moralejo
597
598 * macros/collarea.C:
599 - Removed some strange pieces of text which somehow got into the
600 file (anyone knows how?)
601
602
603
604 2002/11/19: Thomas Bretz
605
606 * mmain/MMonteCarlo.cc:
607 - exchanged MReadTree with MReadMarsFile for collection area calculation
608
609 * mmontecarlo/MMcCollectionAreaCalc.cc:
610 - fixed the uninitialized fTheta
611
612 * macros/MagicHillas.C:
613 - removed the unnecessary second MHillasSrcCalc
614 - removed also the corresponding AddToList for the tasklist
615
616 * mhist/MH.cc:
617 - make FindGoodLimits work
618
619
620
621 2002/11/19: Abelardo Moralejo
622
623 * macros/collarea.C:
624 - Added 2nd argument to write an output file containing the
625 collection area histogram.
626
627
628
629 2002/11/18: Abelardo Moralejo
630
631 * mmain/MMars.cc:
632 - Corrected typo on Mars starting screen.
633
634 * mhist/MHMcCollectionArea.cc:
635 - Added comment.
636
637 * manalysis/MImgCleanStd.cc:
638 - implemented "democratic cleaning" (cut value proportional to square
639 root of pixel area) according to Wolfgang's suggestion.
640
641 * macros/MagicHillas.C:
642 - added missing declaration MHillasSrcCalc csrc2;
643
644 * mgeom/MGeomPix.cc:
645 - fixed some typos in comments
646
647
648
649 2002/11/18: Thomas Bretz
650
651 * macros/CT1Hillas.C:
652 - changed MWRiteRootFile to write the histograms only
653 - renamed HillasSource to MHillasSrc
654
655 * macros/MagicHillas.C:
656 - removed all anti source stuff (corresponding to star.C)
657 - changed MWRiteRootFile to write the histograms only
658 - renamed HillasSource to MHillasSrc
659
660 * macros/estfit.C:
661 - renamed HillasSource to MHillasSrc
662
663 * macros/estimate.C:
664 - renamed HillasSource to MHillasSrc
665 - changed to display more interesting histograms
666
667 * multidimdist.C:
668 - added Theta
669 - added Alpha
670
671 * macros/star.C
672 - removed wrong HillasSource
673 - added MSrcPosCam
674
675 * starplot.C:
676 - removed all anti source stuff (corresponding to star.C)
677 - renamed HillasSource to MHillasSrc
678
679 * macros/multidimdist2.C:
680 - fixed a typo
681 - added Alpha and Theta
682
683 * mbase/MTime.h:
684 - added minus-operator
685
686 * mdata/MDataChain.[h,cc]:
687 - added floor
688
689 * mhist/MFillH.[h,cc]:
690 - moved MMap and MMap support MHArray
691
692 * mhist/MHArray.[h,cc]:
693 - added MMap
694 - added MMap-support
695 - added legend
696 - added more draw options
697
698 * mhist/MHFadcCam.[h,cc]:
699 - added Fill(const MRawEvtData*)
700 - added const getter functions
701
702 * mhist/MHFadcPix.h:
703 - added const getter functions
704
705 * mmc/MMcCorsikaRunHeader.[h,cc]:
706 - removed underscores from names
707 - removed empty destructor
708
709 * manalysis/MPedestalCalc.[h,cc]:
710 - added (not yet to LinkDef.h and Makefile)
711
712 * mgeom/MGeomMirror.[h,cc], mgeom/MGeomPMT.[h,cc],
713 mmc/MMcConfigRunHeader.[h,cc], mmc/MMcCorsikaRunHeader.[h,cc]:
714 - changed comments
715 - added missing manalysis-dir (strange!)
716
717 * macros/dohtml.C:
718 - added new macros
719
720
721
722 2002/11/16: Abelardo Moralejo
723
724 * mmc/MMcCorsikaRunHeader.cc:
725 - added default destructor
726
727
728
729 2002/11/15: Thomas Bretz
730
731 * mmc/MMcCorsikaRunHeader.[h,cc]:
732 - small changes
733
734 * mmc/McLinkDef.h:
735 - added missing MMcCorsikaRunHeader
736
737
738
739 2002/11/15: Oscar Blanch
740
741 * mmc/MMcCorsikaRunHeader.[h,cc]:
742 - added
743
744
745
746 2002/11/14: Thomas Bretz
747
748 * mmain/MAnalysis.cc, mmain/MMonteCarlo.cc, mmain/MDataCheck.cc:
749 - removed SetProgressBar of reader
750
751 * mhist/MHFlux.cc:
752 - localized some variables
753 - get rid of old c-style sprintf
754 - return errorflag in Parab as return value!
755
756 * mgeom/MGeomPMT.cc, mgeom/MGeomMirror.cc:
757 - removed redefinition of a default argument
758
759 * mhist/MHMcIntRate.cc, mhist/MHMcCollectionArea.[h,cc]:
760 - changed the error calculation according to a suggestion from Raquel
761
762 * mmontecarlo/MMcCollectionAreaCalc.cc:
763 - for collection area: MMcTrig isn't needed if all showers are
764 triggered showers
765
766 * mmc/MMcConfigRunHeader.cc:
767 - made function definition identical to function declaration
768
769 * macros/star.C:
770 - removed anti source for the moment
771
772 * macros/multidimdist2.C:
773 - added
774
775 * macros/comprob.C, macros/multidimdist.C:
776 - changed to use MHillasSrc instead of HillasSource
777
778 * mhist/MHHadronness.cc:
779 - changed the output of Print a bit
780
781
782
783 2002/11/13: Thomas Bretz
784
785 * mfilter/MFEventSelector.[h,cc]:
786 - if total number of events read from file the selector worked only for
787 one eventloop - fixed.
788 - changed MReadMarsFile to MRead
789
790 * mbase/MContinue.cc:
791 - fixed a typo
792
793 * mbase/MEvtLoop.cc, meventdisp/MGEvtDisplay.cc:
794 - renamed MReadMarsFile/MReadTree to MRead
795
796 * mfileio/FileIOLinkDef.h, mfileio/Makefile:
797 - added MRead
798
799 * mfileio/MRead.[h,cc]:
800 - added
801
802 * mfileio/MReadMarsFile.[h,cc], mfileio/MReadTree.[h,cc]:
803 - renamed from MReadMarsFile to MRead
804 - derived from MRead
805 - removed progressbar support from MReadTree
806
807 * mfileio/MWriteRootFile.cc:
808 - added a info output
809
810 * mfileio/MCT1ReadPreProc.[h,cc]:
811 - changed to work much much better :)
812
813 * mgeom/GeomLinkDef.h, mmc/McLinkDef.h:
814 - added missing LinkDefs (helllo Oscar!)
815
816 * mgeom/MGeomCamCT1.cc:
817 - mirrored the CT1 camera in x (CT1 default)
818
819 * mgeom/MGeomMirror.[h,cc]:
820 - some small changes
821
822 * mgeom/MGeomPMT.[h,cc]:
823 - changed usage of TArrayF from pointer to reference
824
825 * mgui/MCamDisplay.cc:
826 - fixed a crash at delete when the user closed a automatically
827 created canvas
828
829 * mhist/MHFadcCam.[h,cc]:
830 - implemented ResetHistograms
831
832 * mhist/MHMatrix.[h,cc]:
833 - implemented ReduceNumberOfRows (preliminary, untested)
834
835 * mmc/MMcConfigRunHeader.[h,cc]:
836 - some small changes
837 - changed usage of TArrayF from pointer to reference
838
839
840
841 2002/11/11: Thomas Bretz
842
843 * manalysis/MHillas.cc:
844 - moved division by size before test of number of used pixels
845
846 * mfileio/MCT1ReadPreProc.cc:
847 - added a eof-conditional
848
849 * mhist/MH3.cc:
850 - added a 'nonew' option to DrawClone
851
852 * mhist/MHHadronness.cc:
853 - check for NaN in Fill
854
855
856
857 2002/11/08: Oscar Blanch
858
859 * mgeom/MGeomPMT.[h,cc]:
860 - added
861 - Information about simulated QE
862
863 * mgeom/MGeomMirror.[h,cc]:
864 - added
865 - Mirrors properties
866
867 * mgeom/Makefile:
868 - modified to compile new classes
869
870 * mmc/MMcConfigRunHeader.[h,cc]:
871 - added
872
873 * mmc/Makefile:
874 - modified to compile new classes
875
876
877
878 2002/11/08: Thomas Bretz
879
880 * mhist/MHMatrix.cc:
881 - implemented a zero suppression
882
883
884
885 2002/11/07: Thomas Bretz
886
887 * mfilter/Makefile, mfilter/FilterLinkDef.h:
888 - added MFEventSelector
889
890 * mfilter/MFEventSelector.[h,cc]:
891 - added
892
893 * mfilter/MF.[h,cc]:
894 - made gsDef[Name,Title] a static const member
895
896 * manalysis/MMultiDimDistCalc.cc:
897 - changed the default function to kernel
898
899
900
901 2002/11/07: Oscar Blanch
902 * mmc/MMcEvt.[hxx,cxx]
903 - Some new variable from the reflector header event.
904 - Class version switched to 2
905
906 * mmc/MMcRunHeader.[hxx,cxx]
907 - Varible member fOpticLinksNoise has been introduced
908 - Class version switched to 3
909
910
911 2002/11/07: Wolfgang Wittek
912
913 * mhist/MHFlux.[h,cc]
914 - changed to avoid warnings : "member initializers will be re-ordered
915 to match declaration order"
916
917
918
919 2002/11/06: Thomas Bretz
920
921 * Makfile.conf.osf5.1:
922 - added
923
924 * mhist/MHMatrix.cc:
925 - changed all math.h functions or similar to TMath
926 - added 2*pow(rows, 1/(4+cols))^2 as the standard kernel window
927
928 * mfileio/MCT1ReadPreProc.cc:
929 - corrected the reading routines
930
931 * mfileio/*.cc:
932 - changed my eMail address
933
934 * mfileio/structures.h:
935 - small changes to make it architecture independant
936
937
938
939 2002/11/04: Thomas Bretz
940
941 * macros/estimate.C, macros/estfit.C:
942 - added
943
944 * mfileio/structures.h, mfileio/defines.h:
945 - added from CT1 PreProc 0.5
946
947 * mfileio/MCT1ReadPreProc.[h,cc]:
948 - added
949
950 * mhist/MHArray.[h,cc]:
951 - added
952
953 * Makefile:
954 - changed the order of the libs to make the linker happy
955
956 * manalysis/MBlindPixelCalc.[h,cc]:
957 - changed to be able to use also an existing MBlindPixels from the
958 parlist
959 - changed to use the pixel Id instead of its index number from the evt
960
961 * manalysis/MCameraSmooth.cc:
962 - changed to use the pixel Id instead of its index number from the evt
963
964 * manalysis/MCerPhotEvt.[h,cc]:
965 - added GetPixById member function
966
967 * manalysis/MCompProbCalc.[h,cc]:
968 - changed Hadroness to Hadronness
969
970 * manalysis/MHillasExt.cc:
971 - fixed a typo in a comment
972
973 * mbase/MParContainer.[h,cc]:
974 - added New-virtual member function
975
976 * mbase/MTask.[h,cc]:
977 - changed AddToBranchList so that it also accepts comma seperated
978 lists (only when using TString)
979
980 * mdata/MData.[h,cc], mdata/MDataArray.[h,cc], mdata/MDataChain.[h,cc],
981 mdata/MDataElement.[h,cc], mdata/MDataList.[h,cc]
982 - updated comments
983 - added new GetDataMember member function
984
985 * mdata/MDataArray.[h,cc]:
986 - added new member function AddEntry(MData*)
987
988 * mfileio/FileIOLinkDef.h, mfileio/Makefile:
989 - added MCT1ReadPreProc
990
991 * mfileio/MCT1ReadAscii.cc:
992 - removed fNphot->Clear() (automatically called for each event by
993 Reset();
994
995 * mhist/HistLinkDef.h, mhist/Makefile:
996 - added MHArray
997
998 * mhist/MFillH.[h,cc]:
999 - made work with arrays of histograms (MHArray) the mapping is
1000 done by a preliminary class MMap
1001
1002 * mhist/MH.[h,cc]:
1003 - implemented GetHistByName virtual function
1004 - implemented GetDataMember virtual function
1005 - small changes to debug output
1006
1007 * mhist/MH3.[h,cc]:
1008 - implemented usage of GetDataMember for AddBranchToList
1009 - implemented GetHistByName
1010 - implemented New to be used in MHArray
1011
1012 * mhist/MHAlphaEnergyTheta.h, mhist/MHAlphaEnergyTime.h,
1013 mhist/MHEnergyTheta.h, mhist/MHEnergyTime.h,
1014 mhist/MHHillas.[h,cc], mhist/MHHillasExt.[h,cc],
1015 mhist/MHHillasSrc.[h,cc], mhist/MHMcDifRate.h,
1016 mhist/MHMcEfficiency.h, mhist/MHMcEfficiencyEnergy.h,
1017 mhist/MHMcEfficiencyImpact.h, mhist/MHMcEnergy.[h,cc],
1018 mhist/MHMcEnergyImpact.h, mhist/MHMcEnergyMigration.h,
1019 mhist/MHMcIntRate.h, mhist/MHStarMap.h, mhist/MHThetabarTheta.h,
1020 mhist/MHThetabarTime.h, mhist/MHTimeDiffTheta.h,
1021 mhist/MHTimeDiffTime.h:
1022 - implemented GetHistByName
1023
1024 * mhist/MHHadronness.[h,cc]:
1025 - some small changes and checks
1026 - changed histogram io from standard pointer to '->'
1027
1028 * mhist/MHMatrix.cc:
1029 - updated comments
1030 - implemented GetDataMembers
1031
1032
1033
1034 2002/10/31: Thomas Bretz
1035
1036 * mfileio/MReadTree.cc:
1037 - enhanced the validity of the fNuMEntries workaround from
1038 3.02.06 to 3.07.01
1039
1040 * manalysis/MBlindPixelCalc.h, mhist/MBinning.h:
1041 - added an explicit cast to get rid of a compiler warning on Alpha
1042
1043 * mhist/MH.cc:
1044 - removed an unused variable to get rid of a compiler warning on Alpha
1045
1046
1047
1048 2002/10/31: Wolfgang Wittek
1049
1050 * mhist/MHFlux.[h,cc]:
1051 - type of fVarname and fUnit changed from char* to TString
1052
1053
1054
1055 2002/10/30: Thomas Bretz
1056
1057 * mhist/MHMatrix.cc:
1058 - changed the return value for the kernel method from log to -log
1059 - fixed a typo in an error message
1060 - fixed a crash in case the matrix is singular
1061
1062 * mhist/MMultiDimDistCalc.cc:
1063 - check whether calculation of the distance succeeded
1064
1065 * mfileio/MReadTree.[h,cc]:
1066 - implementation which makes sure, that the number of events returned
1067 by GetEntries always is the correct value.
1068 - removed const from the GetEntries definition
1069 - mainly use GetEntries now instead of fNumEntries
1070
1071 * manalysis/MCameraSmooth.cc:
1072 - removed include of MMcRunHeader
1073
1074
1075
1076 2002/10/29: Thomas Bretz
1077
1078 * manalysis/MHadroness.[h,cc]:
1079 - renamed to MHadronness
1080
1081 * mhist/MHHadroness.[h,cc]:
1082 - renamed to MHHadronness
1083 - small changes to the graphical and text output
1084
1085 * manalysis/Makefile, manalysis/AnalysisLinkDef.h, macros/multidimdist.C,
1086 manalysis/MMultiDimDistCalc.[h,cc], macros/comprob.C,
1087 mhist/Makefile, mhist/HistLinkDef.h:
1088 - changed Hadroness to Hadronness
1089
1090 * manalysis/MCerPhotAnal.cc:
1091 - small changes to the code layout
1092
1093
1094
1095 2002/10/24: Thomas Bretz
1096
1097 * macros/multidimdist.C:
1098 - some changes to make it work with the latest version of Mars
1099
1100 * mhist/MHMatrix.cc:
1101 - changed the Print member function to be more flexible
1102
1103 * mhist/MHHadroness.[h,cc]:
1104 - changed fQfac from TH to TGraph
1105 - changed the Qfactor-plot x-axis from Hadronness to Gamma-Acceptance
1106
1107 * mgui/MCamDisplay.cc:
1108 - changed ratio from ratio to sqrt(ratio) in GetColorError
1109
1110 * mhist/MH3.cc:
1111 - changed plotted errors from spread/sqrt(n) to spread
1112
1113
1114
1115 2002/10/19: Abelardo Moralejo
1116
1117 * manalysis/MCerPhotCalc.cc
1118 - Added check of whether a pixel has all its FADC slices empty before
1119 subtracting pedestal.
1120
1121
1122
1123 2002/10/18: Thomas Bretz
1124
1125 * mfileio/MWriteRootFile.cc
1126 - make sure that the tree is created in the corresponding file
1127
1128
1129
1130 2002/10/17: Thomas Bretz
1131
1132 * mraw/MRawEvtPixelIter.[h,cc]
1133 - added function to get the sum of squares of the samples
1134
1135
1136
1137 2002/10/16: Abelardo Moralejo
1138
1139 * manalysis/MCerPhotCalc2.[h,cc], MCerPhotCalc.[h,cc]
1140 - Class MCerPhotCalc2 renamed MCerPhotCalc (they were redundant).
1141 - Now the default pixel treatment is the same as originally: add
1142 all FADC slices
1143
1144 * macros/MagicHillas.C
1145 - changed accordingly to changes above.
1146
1147
1148
1149 2002/10/16: Thomas Bretz
1150
1151 * macros/readMagic.C:
1152 - added MPrint for MRawEvtHeader
1153 - changed to MPrint to new Skip-Style
1154
1155 * manalysis/MHillasCalc.cc, manalysis/MHillasSrcCalc.cc:
1156 - corrected output stream in case of hex or setfill was used
1157
1158 * mbase/MPrint.[h,cc]:
1159 - introduced new behaviour of PreProcess (EnableSkip)
1160
1161 * mbase/MTaskList.cc:
1162 - fixed a bug in Process which caused Histograms to be written
1163 after each event
1164
1165 * meventdisp/MGEvtDisplay.cc:
1166 - introduced printing of MRawEvtHeader
1167
1168 * mmc/MMcEvt.cxx:
1169 - some small changes
1170 - changed Print output from cout to fLog
1171 - changes to the default values
1172
1173 * mraw/MRawEvtHeader.[h,cc]:
1174 - removed the second empty line after Print
1175 - added Getter-function for the DAQEvtNumber
1176
1177 * macros/star.C, macros/starplot.C, macros/threshold.C, macros/trigrate.C,
1178 macros/plot.C, macros/plot2.C, macros/MagicHillas.C, macros/CT1Hillas.C,
1179 macros/collarea.C:
1180 - added ProgressBar
1181
1182 * macros/flux.C:
1183 - fixed some coding bugs (redeclaration of Draw, Draw starting with a
1184 capital)
1185
1186 * macros/MagicHillas.C:
1187 - fixed some typos
1188
1189
1190
1191 2002/10/15: Thomas Bretz
1192
1193 * mbase/MContinue.[h,cc]:
1194 - added
1195
1196 * Makefile:
1197 - added some comments
1198
1199 * macros/readMagic.C:
1200 - replaced MHillas by MHillasExt
1201 - print also MC Information
1202
1203 * manalysis/MCerPhotEvt.[h,cc]:
1204 - use MGeomCam::GetPixRatio
1205 - added GetRatio[Min,Max]
1206 - added GetErrorPhot[Min,Max]
1207
1208 * manalysis/MHillas.[h,cc], manalysis/MHillasExt.[h,cc],
1209 manalysis/MHillasSrc.[h,cc]:
1210 - return error codes
1211 - don't display any error message or warning
1212
1213 * manalysis/MHillasCalc.[h,cc], manalysis/MHillasSrcCalc.[h,cc]:
1214 - evaluate error codes returned by MHillas::Calc
1215 - added Postprocess
1216
1217 * manalysis/MMcPedestalCopy.cc:
1218 - removed obsolete comment
1219
1220 * manalysis/MMcPedestalNSBAdd.cc:
1221 - added include MGeomPix
1222
1223 * manalysis/MPedestalCam.[h,cc]:
1224 - moved some stuff from header file to source file
1225 to get rid of some includes in the header file
1226 - adde GetSize
1227 - added GetMean[Min,Max]
1228
1229 * manalysis/MPedestalPix.[h,cc]:
1230 - added Clear
1231 - added IsValid
1232
1233 * mbase/BaseLinkDef.h, mbase/Makefile:
1234 - added MContinue
1235
1236 * mbase/MClone.h:
1237 - added GetObject
1238
1239 * mbase/MEvtLoop.[h,cc]:
1240 - added SetProgressBar II
1241
1242 * mbase/MTask.[h,cc], mbase/MTaskList.[h,cc]:
1243 - enhanced some comments
1244 - print the name of the filter in PrintStatistic
1245 - made the def name and title a static member
1246
1247 * meventdisp/MGCamDisplay.[h,cc]:
1248 - added displays for: Errors, Phot/Err, Levels and Pedestals
1249
1250 * meventdisp/MGEvtDisplay.cc:
1251 - Some simplifications
1252 - introduced AddTab
1253
1254 * mfileio/MCT1ReadAscii.cc:
1255 - added include MPedestalPix
1256
1257 * mgeom/MGeomCam.[h,cc]:
1258 - added GetPixRatio
1259
1260 * mgui/MCamDisplay.[h,cc]:
1261 - added possibilities to display: errors, ratios, levels and pedestals
1262
1263 * mhist/MHHillasSrc.cc:
1264 - some small changes if mmdeg=0
1265
1266 * mhist/MHStarMap.cc:
1267 - anhanced displayed radius from 2/3r to 5/6r
1268
1269 * mmain/MMars.[h,cc]:
1270 - changed layout
1271 - added comments to display
1272
1273 * mmain/MProgressBar.cc:
1274 - added some comments
1275
1276 * manalysis/MImgCleanStd.cc:
1277 - pixels with to many 'used' neighbors are left used
1278
1279
1280 2002/10/14: Abelardo Moralejo
1281
1282 * manalysis/McerPhotCalc.cc, manalysis/MCerPhotCalc2.cc
1283 - Initialized fEnableFix (before, bad pedestal subtraction if
1284 reading camera 0.4 root files)
1285
1286
1287 2002/10/09: Abelardo Moralejo
1288
1289 * mhist/MHMcRate.cc:
1290 - fixed a bug in total rate calculation (results change very little,
1291 only a 0.2 percent at most)
1292
1293
1294 2002/09/16: Thomas Bretz
1295
1296 * mtools/MagicSnake.cc:
1297 - removed some debugging output
1298 - fixed a small bug in the initialization
1299
1300
1301
1302 2002/09/16: Thomas Bretz
1303
1304 * manalysis/MCerPhotPix.cc:
1305 - shortened output
1306
1307 * mbase/MEvtLoop.cc:
1308 - added a better progressbar support, if MReadTree or MReadMarsFile
1309 exists in the Tasklist
1310
1311 * mbase/MTaskList.cc:
1312 - fixed a bug which caused MParList::Reset not to be called anymore
1313 as soon as kCONTINUE was called once.
1314
1315 * mfileio/MReadTree.[h,cc]:
1316 - added AddFiles member function
1317
1318 * mmain/MProgressBar.[h,cc]:
1319 - added as a simple Progress meter for eventloops
1320
1321 * mmain/Makefile, mmain/MainLinkDef.h:
1322 - added MProgressBar
1323
1324 * manalysis/MHillas.cc:
1325 - removed warning in case of no photons. problems with Thomas' files.
1326
1327 * mbase/Makefile:
1328 - added mfileio
1329
1330
1331
1332 2002/09/16: Thomas Bretz
1333
1334 * macros/rootlogon.C:
1335 - added SetMakeSharedLib to make it work correctly on linux
1336
1337 * manalysis/AnalysisLinkDef.h, manalysis/Makefile:
1338 - added MEnergyEstParam
1339 - added MMatrixLoop
1340
1341 * manalysis/MEnergyEstParam.[h,cc], manalysis/MMatrixLoop.[h,cc]:
1342 - added
1343
1344 * manalysis/MEnergyEst.h:
1345 - added fImpact provisionally
1346 - changed to 'no-storage'
1347
1348 * manalysis/MHillas.[h,cc], manalysis/MHillasExt.[h,cc],
1349 manalysis/MHillasSrc.[h,cc]:
1350 - added set function to support Thomas Schweitzers Image files
1351
1352 * mbase/MFilter.cc:
1353 - small changes to output
1354
1355 * mbase/MLog.[h,cc]:
1356 - added IsNull to switch off output completely
1357
1358 * mbase/MParList.[h,cc]:
1359 - added Remove function
1360 - added IsOwner function
1361 - changes to SavePrimitive
1362 - kDoNotReset-support
1363
1364 * mbase/MTaskList.cc:
1365 - make sure, that in sub-tasklist the parameterlist isn't reset
1366
1367 * mdata/MDataLinkDef.h, mdata/Makefile:
1368 - added MDataElement
1369 - added mhist-path
1370
1371 * mdata/MDataChain.[h,cc]:
1372 - added support for MDataElement
1373
1374 * mhist/MH3.[h,cc]:
1375 - added enums for log-scale
1376 - set logscale automatic when drawing
1377 - added 'only' option to draw functions
1378 - set colors when 'col' option is given
1379
1380 * mhist/MHHillas.cc:
1381 - better hist range for fCenter
1382
1383 * mhist/MHMatrix.[h,cc]:
1384 - made default name and title a static class member
1385 - changed AddColumn now returning the new comlumn index
1386 - added Fill to fill Matrix from file
1387 - added locking
1388 - added IsValid
1389 - added GetNumRows
1390 - added SetNumRow
1391 - added []-operator
1392 - added GetNumRow
1393
1394 * mhist/MHStarMap.cc:
1395 - fixed some comments
1396
1397 * mbase/MEvtLoop.[h,cc], MParContainer.[h,cc]:
1398 - added support for writing two or more Evtloops into one macro
1399
1400
1401
1402 2002/09/02: Thomas Bretz
1403
1404 * mhist/MHMatrix.[h,cc]:
1405 - added GetIndexdOfSortedColumn
1406 - added SortMatrixByColumn
1407
1408 * mhist/HistIncl.h:
1409 - added TArrayI.h (for MHMatrix.h)
1410
1411
1412
1413 2002/08/19: Thomas Bretz
1414
1415 * mhist/MHillasExt.cc:
1416 - removed a wrong 2 in the calculation of fAsym
1417
1418
1419
1420 2002/08/16: Thomas Bretz
1421
1422 * mhist/MFillH.cc:
1423 - if not title is given create a default title from the names
1424
1425 * mhist/MHHillas.cc, mhist/MHHillasExt.cc:
1426 - use the new MH::Draw[Copy] function
1427 - added names to the histograms in MHHillasExt
1428
1429 * manalysis/MCerPhotPix.h:
1430 - unimportant change
1431
1432 * manalysis/MImgCleanStd.cc:
1433 - added comment
1434
1435 * mhist/MH.[h,cc]:
1436 - added function to draw two histograms in one pad with
1437 a layout of two stat boxes and a legend: Draw[Copy]
1438 - added comments
1439 - added another sanity check in SetBinning(TH1*,TH1*)
1440
1441
1442
1443 2002/08/14: Thomas Bretz
1444
1445 * mbase/MTask.[h,cc], mbase/MTaskList.[h,cc]:
1446 - added second argument to PrintStatistics
1447
1448
1449
1450
1451
1452 2002/08/12: Thomas Bretz
1453
1454 * manalysis/MBlindPixelCalc.[h,cc]:
1455 - fixed a typo in the SetUseCentralPixel
1456 - only use pixels without starlight for interpolation
1457
1458
1459
1460 2002/08/09: Thomas Bretz
1461
1462 * mbase/MIter.[h,cc]:
1463 - added
1464
1465 * mbase/BaseLinkDef.h, mbase/Makefile:
1466 - added MIter
1467
1468 * mdata/MDataChain.cc:
1469 - added sanity check in StreamPrimitive
1470
1471 * mfilter/MF.[h,cc]:
1472 - fixed StreamPrimitive
1473 - don'w stream standard name and title.
1474 - added default constructor
1475
1476 * mfilter/MFDataMeber.cc:
1477 - strip spces from value before returning GetRule
1478
1479 * mfilter/MFilterList.[h,cc]:
1480 - fixed StreamPrimitive
1481 - don't stream standard name and title.
1482
1483
1484
1485 2002/08/08: Thomas Bretz
1486
1487 * manalysis/MHillasSrc.cc:
1488 - use double dist instead of single fDist for calculation
1489
1490 * manalysis/MMultiDimDistCalc.[h,cc]:
1491 - added support for the kernel method
1492 - added stream primitive
1493 - changed version number to 1
1494 - adapted to new MHMatrix (using MDataArray)
1495
1496 * mdata/MDataArray.[h,cc]:
1497 - added
1498
1499 * mdata/DataLinkDef.h, madata/Makefile:
1500 - added MDataArray
1501
1502 * mfileio/MWriteRootFile.cc:
1503 - fixed some bugs in StreamPrimitive
1504 - StreamPrimtive doesn't write the default name/title anymore
1505
1506 * mhist/MHMatrix.[h,cc]:
1507 - replaced the Arrays for the rules by a MDataArray
1508 - implemented StreamPrimitive
1509 - implement the use of the kernel function for num<0
1510 - multiply fM2 by nevts-1
1511 - added sanity check in case of dists[i]<0
1512
1513 * mhist/MHHillas.[h,cc]:
1514 - added fUsedPix, fCorePix
1515 - added fUsedPix, fCorePix to plots
1516 - changed layout of plots
1517 - changed name and title of MakeDefCanvas
1518
1519 * mhist/MHHillasSrc.[h,cc]:
1520 - changed plot of Alpha from fabs(fAlpha) to fAlpha
1521 - changed name and title of MakeDefCanvas
1522
1523 * mhist/MHillasExt.[h,cc]:
1524 - changed layout of plots
1525 - changed name and title of MakeDefCanvas
1526 - made independant of MHillas
1527 - exchanged the usage of the Fill-argument (MHillasExt) and the
1528 stored pointer (MHillasSrc)
1529 - changed the default binning of asym to be symmetric
1530
1531 * mbase/MTask.cc:
1532 - fixed wrong streaming of filter name
1533
1534 * macros/starplot.C:
1535 - added
1536
1537 * macros/dohtml.C:
1538 - added starplot.C
1539
1540 * macros/MagicHillas.C, macros/CT1Hillas.C:
1541 - changed to use new stylish Hillas Histograms
1542
1543 * macros/star.C:
1544 - changed to interpolate pixels around hot spots
1545 - write Sourcs and AntoSource to RunHeaders
1546
1547
1548
1549 2002/08/07: Thomas Bretz
1550
1551 * macros/dohtml.C:
1552 - added missing paths
1553
1554 * manalysis/MBlindPixelCalc.[h,cc]:
1555 - replaced booleans by fFlags
1556 - added StreamPrimitive
1557 - changed version number to 1
1558
1559 * manalysis/MHillasSrcCalc.[h,cc]:
1560 - added correct initializations for the pointers
1561 - made the pointers persistent
1562
1563 * manalysis/MImgCleanStd.cc, manalysis/MSrcPosCam.cc,
1564 mfileio/MWriteRootFile.cc:
1565 - don't stream name and title if not necessary
1566
1567 * mbase/MEvtLoop.[h,cc]:
1568 - added some output
1569 - added print function
1570 - added gListOfPrimitives to delete BIT(15) of streamed containers
1571 - Added default argument for Read and Write
1572
1573 * mbase/MParContainer.cc:
1574 - added usage of gListOfPrimitives
1575
1576 * mbase/MParList.cc, mbase/MTaskList.cc, mhist/MBinning.cc:
1577 - fixed a bug when only the title is different from the default
1578
1579 * mhist/MHHillas.cc:
1580 - fixed the wrong usage of ApplyBinning for the 2D-Hist fCenter
1581
1582
1583
1584 2002/08/06: Thomas Bretz
1585
1586 * mhist/MHHillas.cc:
1587 - fixed setting of binning for fCamera
1588
1589 * mhist/MH.cc, mhist/MBinning.cc:
1590 - added sanity check in ApplyBinning and Apply
1591
1592 * mbase/MFilterList.[h,cc]:
1593 - moved to mfilter
1594
1595 * mbase/Makefile, mbase/BaseLinkDef.h,
1596 mfilter/Makefile, mfilter/FilterLinkDef.h:
1597 - changed accordingly
1598
1599
1600
1601 2002/08/05: Thomas Bretz
1602
1603 * mbase/MEvtLoop.[h,cc]:
1604 - added a warning in case of duplicate names in the lists
1605 - added orresponding member functions (HasDuplicateNames)
1606 - added some sanity checks, checking for an open file
1607
1608 * mbase/MFilter.[h,cc]:
1609 - added GetRule virtual member function
1610
1611 * mbase/MFilterList.[h,cc]:
1612 - added GetRule
1613 - added StreamPrimitive
1614 - added name and title to the constructor
1615 - set version number to 1
1616
1617 * mbase/MTask.h:
1618 - removed const qualifiers from fFilter (seems, that the root io
1619 doesn't like it)
1620
1621 * mdata/MDataChain.[h,cc], mdata/MDataList.[h,cc], mdata/MDataMember.[h,cc],
1622 mdata/MDataValue.[h,cc]:
1623 - set class version to 1
1624 - added default constructor if missing
1625 - added fDataMember to MDataMember (formaly fName isn't stored)
1626
1627 * mfilter/MF.[h,cc], mfilter/MFAlpha.[h,cc], mfilter/MFDataMember.[h,cc],
1628 mfilter/MFParticleId.[h,cc], mfilter/MFTriggerLvl1.[h,cc]:
1629 - added StreamPrimitive
1630 - removed const qualifiers from data members
1631 - added the "!" to the data member storing the result
1632 - added GetRule
1633
1634 * mhist/MFillH.[h,cc]:
1635 - fixed some small bugs in StreamPrimitive
1636
1637 * mhist/MH3.[h,cc]:
1638 - added the missing const-qualifier of StreamPrimitive
1639
1640 * mbase/MParContainer.[h,cc]:
1641 - implemented setting a unique id in SavePrimitive
1642 - imnplemented GetUniqueID
1643
1644 * manalysis/MHillasSrcCalc.cc, manalysis/MImgCleanStd.cc,
1645 manalysis/MSrcPosCam.cc, mbase/MEvtLoop.cc, mbase/MParList.cc,
1646 mbase/MTaskList.cc, mfileio/MReadTree.cc, mfileio/MWriteRootFile.cc,
1647 mhist/MF.cc, mfilter/MFAlpha.cc, mfilter/MFDataMember.cc,
1648 mfilter/MFParticleId.cc, mfilter/MFTriggerLvl1.cc, mhist/MBinning.cc,
1649 mhist/MFillH.cc, mhist/MH3.cc:
1650 - changed the 'instance' name to the UniqueName
1651 - in some files: implemented a static constant name and title, which
1652 is used to descide whether the name and/or title should be stream
1653 in the constructor-call in StreamPrimitive
1654
1655
1656
1657 2002/08/06: Wolfgang Wittek
1658
1659 * mbase/MTask.cc:
1660 - redefinition of default argument in MTask::SavePrimitive removed
1661
1662
1663
1664 2002/08/02: Thomas Bretz
1665
1666 * manalysis/MHillasSrcCalc.[h,cc], manalysis/MImgCleanStd.cc,
1667 manalysis/MSrcPosCam.cc, mbase/MParContainer.[h,cc],
1668 mfileio/MReadTree.cc, mfileio/MWriteRootFile.cc, mhist/MBinning.cc:
1669 - added comments
1670
1671 * manalysis/MSrcPosCam.cc, mfileio/MWriteRootFile.cc, mhist/MFillH.cc:
1672 - fixed a missing " in SavePrimitive
1673
1674 * mbase/MTask.[h,cc], mhist/MBinning.[h,cc], mhist/MH3.[h,cc]:
1675 - implemented SavePrimitive
1676
1677 * mbase/MEvtLoop.[h,cc]:
1678 - added MakeMacro
1679 - added Read and Write
1680
1681 * mbase/MParContainer.[h,cc], mbase/MParList.[h,cc],
1682 mbase/MTaskList.[h,cc]:
1683 - added GetNames, SetNames virtual functions
1684
1685 * mdata/MData.[h,cc], mdata/MDataChain.[h,cc], mdata/MDataList.[h,cc],
1686 mdata/MDataValue.[h,cc], mdata/MDataMember.[h,cc]:
1687 - implemented GetRule
1688 - move Code from Print to GetRule
1689 - removed Print
1690
1691 * mhist/MH3.[h,cc]:
1692 - implemented default constructor
1693
1694 * manalysis/MHillasSrcCalc.[h,cc], manalysis/MImgCleanStd.[h,cc],
1695 manalysis/MSrcPosCam.[h,cc], mbase/MParList.[h,cc], mbase/MTask.h,
1696 mbase/MTaskList.[h,cc], mfileio/MReadTree.[h,cc],
1697 mfileio/MWriteRootFile.[h,cc], mhist/MBinning.[h,cc],
1698 mhist/MFillH.[h,cc], mhist/MH3.[h,cc]:
1699 - renamed SavePrimitive to StreamPrimitive
1700 - implemented more accurate streaming
1701 - removed some "//!" from the data members
1702
1703 * mbase/MParContainer.[h,cc]:
1704 - new virtual function StreamPrimitive
1705 - implemented flag whether this container has been streamed already
1706
1707 * mbase/MTask.[h,cc]:
1708 - corrected streaming of primitive to stream filters correctly
1709 - increased version number to 1
1710
1711 * mhist/MBinning.[h,cc]:
1712 - move SetEdges and SetEdgesLog to the source file
1713 - implemented a flag telling something about the type of the binning
1714
1715
1716
1717 2002/08/01: Thomas Bretz
1718
1719 * manalysis/MHillasSrcCalc.[h,cc], manalysis/MImgCleanStd.[h,cc],
1720 manalysis/MSrcPosCam.[h,cc], mbase/MEvtLoop.[h,cc],
1721 mbase/MParContainer.[h,cc], mbase/MParList.[h,cc],
1722 mbase/MTaskList.[h,cc], mfileio/MReadTree.[h,cc],
1723 mfileio/MWriteRootFile.[h,cc], mhist/MFillH.[h,cc]:
1724 - added SavePrimitive
1725
1726 * mbase/MEvtLoop.h, mbase/MParList.h, mbase/MTaskList.h,
1727 mfileio/MReadMarsFile.h, mfileio/MReadTree.h,
1728 mfileio/MWriteRootFile.h, mhist/MFillH.h:
1729 - changed from ClassVersion 0 to ClassVersion 1
1730
1731 * mfileio/FileIOLinkDef.h:
1732 - added MChain
1733
1734 * mfileio/MReadMarsFile.cc, mfileio/MReadTree.cc,
1735 mfileio/MWriteRootFile.cc, mhist/MFillH.cc:
1736 - added default constructor
1737
1738 * mfileio/MReadTree.cc:
1739 - moved MChain to its own file
1740
1741 * mfileio/MWriteRootFile.cc:
1742 - added default constructor to MRootFileBranch
1743 - changed Version number from 0 to 1
1744
1745 * mfileio/Makefile, mfileio/FileIOLinkDef.h:
1746 - MChain added
1747
1748 * mfileio/MChain.[h,cc]:
1749 - added (from MReadTree.cc)
1750
1751 * manalysis/MHillas.[h,cc]:
1752 - don't draw ellipse if values are invalid
1753 - add used and core pixels to Print-output
1754
1755 * manalysis/MHillasExt.cc:
1756 - reordered some comments
1757
1758 * mdata/MDataChain.[h,cc]:
1759 - fixed a bug causing usage of '-' sometime not to work
1760 - added handling of '+' sign
1761
1762 * mfileio/MReadTree.h:
1763 - changed some comments
1764
1765 * mhist/MBinning.[h,cc]:
1766 - added Apply
1767
1768 * mhist/MHHillas.[h,cc], mhist/MHHillasSrc.[h,cc],
1769 mhist/MHHillasExt.[h,cc]:
1770 - added default binning (usefull for the Magic Camera)
1771 - some changes to the layout
1772 - added support for the sign in MHHillasExt
1773
1774 * manalysis/MBlindPixelCalc.[h,cc]:
1775 - added the possibility to use the interpolation of the
1776 surrounding pixels
1777 - clean the array with the blind pixel IDs at any ReInit
1778
1779 * manalysis/MBlindPixels.h:
1780 - IsBlind now checks also for the validity of the array
1781
1782 * manalysis/MCerPhotPix.h:
1783 - added Set-function
1784
1785 * manalysis/MHillas.cc:
1786 - Don't ouput a warning if fSize==0 or fNumUsedPixels<0
1787 (happens too often)
1788
1789 * manalysis/MCameraSmooth.[h,cc]:
1790 - added
1791
1792 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
1793 - added MCameraSmooth
1794
1795
1796
1797 2002/07/31: Thomas Bretz
1798
1799 * mgeom/MGeomPix.[h,cc]:
1800 - added bits to flag pixel sin the two most outer rings
1801 - added IsInOutermostRing and IsInOuterRing member function
1802 - added CheckOuterRing mebmber function
1803 - set the bit for the most outer ring in the member function to
1804 initialize the next neighbors.
1805
1806 * mgeom/MGeomCam.[h,cc]:
1807 - added InitOuterRing to initialize the bits for the secendmost
1808 outer ring
1809
1810 * mgeom/MGeomCamMagic.cc:
1811 - Call InitOuterRing
1812
1813 * manalysis/MHillasExt.[h,cc]:
1814 - removed AsciiRead member function
1815 - reset fConc/fConc1 to -1 instead of 0
1816 - replaced float by Float_t
1817 - replaced Float_t for m3x/y, dzx and dzy by Double_t
1818 - replaced maxpixx and maxpixy by maxpixid
1819 - added somew new calculations (still in comments)
1820 - scaled nphot by the ratio of the area of the current pixel to
1821 the pixel with id zero to make a fair comparison in the maxpix
1822 findinng
1823
1824 * manalysis/MSrcPosCam.[h,cc]:
1825 - removed AsciiRead/Write member function
1826
1827 * manalysis/MImgCleanStd.cc:
1828 - changed ispixused array size from max to max+1
1829
1830 * macros/MagicHillas.C:
1831 - use the default binning of the histograms
1832
1833 * mhist/MH.[h,cc]:
1834 - changed argument of SetBinning from TArrayD* to TArrayD&
1835 - added ScaleArray
1836 - added ScaleAxis
1837 - proved that ScaleAxis is really working
1838 - Added ApplyBinning
1839
1840 * mhist/MHHillas.[h,cc], mhist/MHHillasSrc.[h,cc]:
1841 - corrected the default binning
1842 - take use of MH::ApplyBinning
1843 - don't stop execution if no binning was found (take default)
1844 - made sure, that rescaling of the axis is working properly
1845
1846
1847
1848 2002/07/29: Thomas Bretz
1849
1850 * manalysis/MImgCleanStd.[h,cc]:
1851 - changed ispixused from static size to dynamicly allocated size
1852 (thanks to Markus Gaug)
1853
1854
1855
1856 2002/07/29: Thomas Bretz
1857
1858 * mhist/MH.[h,cc]:
1859 - added FindGoodLimits (taken from TTreePlayer)
1860 - added GetMinimumGT
1861
1862 * mbase/MAGIC.h:
1863 - removed kPI (redefinition in TVector2.h)
1864
1865 * mbase/BaseLinkDef.h:
1866 - removed kPI (redefinition in TVector2.h)
1867
1868
1869
1870 2002/07/26: Abelardo Moralejo
1871
1872 * mhist/MH.cc
1873 - Fix: removed default arguments of ScaleAxis(...) (did not
1874 compile on alphas).
1875
1876
1877
1878 2002/07/25: Abelardo Moralejo
1879
1880 * manalysis/MCerPhotCalc2.[h,cc]:
1881 - Changed fWeight into a TArrayF to make the class usable for
1882 any number of FADC slices.
1883 - added procedure SetDefaultWeights for initialization.
1884
1885 * macros/MagicHillas.C:
1886 - changed accordingly
1887
1888
1889
1890 2002/07/25: Wolfgang Wittek, Thomas Bretz
1891
1892 * mhist/MHHillas.[h,cc], mhist/MHHillasSrc.[h,cc]:
1893 - added some more histograms showing the new parameters.
1894
1895 * mhist/MH.[h,cc]:
1896 - added ScaleAxis member functions
1897
1898
1899
1900 2002/07/25: Thomas Bretz
1901
1902 * mtools, mtools/Makefile, mtools/ToolsLinkDef.h, mtools/ToolsIncl.h:
1903 - added
1904
1905 * mgeom, mgeom/Makefile, mgeom/GeomLinkDef.h, mgeom/GeomIncl.h:
1906 - added
1907
1908 * Makefile:
1909 - mtools added
1910 - mgeom added
1911
1912 * mtools/MagicCivilization.[h,cc], mtools/MagicDomino.[h,cc],
1913 mtools/MagicShow.[h,cc], mtools/MagicSnake.[h,cc]:
1914 - added
1915
1916 * mgui/MineSweeper.[h,cc]:
1917 - moved to mtools
1918
1919 * mgui/MGeom*.[h,cc]:
1920 - moved to mgeom
1921
1922 * mgeom/MGeomCamMagic.cc:
1923 - corrected 48(!) wrong entries in the Next Neighbor table
1924
1925 * mmain/Makefile, eventdisp/Makefile:
1926 - added mgeom
1927
1928 * mgui/Makefile, mgui/LinkDef.h, mhist/Makefile, manalysis/Makefile:
1929 - removed MGeom* and MineSweeper
1930
1931 * macros/rootlogon.C:
1932 - added new include paths
1933
1934 * manalysis/MCerPhotEvt.cc, mgeom/MGeomCam.cc:
1935 - removed include of MHexagon
1936
1937
1938
1939 2002/07/23: Thomas Bretz
1940
1941 * mgui/MineSweeper.cc, mgui/MCamDisplay.cc:
1942 - fixed a bug which could caused the destructor of the created canvas
1943 not to be called if the object was deleted.
1944
1945 * mgui/MCamDisplay.h:
1946 - some reordering
1947
1948 * mgui/MHexagon.cc:
1949 - return the correct distance to primitive
1950 - do a sanity check in DistancetoPrimitive
1951
1952 * mhist/HistLinkDef.h:
1953 - added missing classes
1954
1955
1956
1957 2002/07/23: Wolfgang Wittek, Thomas Bretz
1958
1959 * manalysis/MHillas.cc, manalysis/MHillasSrc.cc:
1960 - replaced algorithms by the ones from the corresponding TDAS note
1961 - made results of calculations (hopefully) more accurate
1962 - added some output warnings and sanity checks
1963 - changed the default parameters in the Reset function
1964
1965 * manalysis/MHillasSrc.[h,cc]:
1966 - added fCosDeltaAlpha
1967 - made Calc returning a Bool_t
1968
1969 * manalysis/MHillasSrcCalc.cc:
1970 - make use of the return value of MHillasSrc::Calc
1971
1972
1973
1974 2002/07/22: Abelardo Moralejo
1975
1976 * manalysis/MCerPhotCalc2.[h,cc]:
1977 -added procedure SetWeights.
1978
1979 * macros/MagicHillas.C:
1980 -added example on how to use MCerPhotCalc2
1981
1982
1983
1984 2002/07/22: Thomas Bretz
1985
1986 * mgui/MCamDisplay.cc:
1987 - removed some unecessary includes
1988 - replaced *fPixels by *this
1989
1990 * mgui/MineSweeper.[h,cc]:
1991 - added more comments
1992 - removed some unnecessary includes
1993 - replaced enum constants for colors by the root ones
1994 - added gInterpreter->DeleteGlobal(this)
1995 - removed the deletion of the self-allocated fDrawingPad
1996 - added kUserBits, replacing kBitMask
1997
1998
1999
2000 2002/07/16: Thomas Bretz
2001
2002 * macros/plot.C, macros/plot2.C, macros/star.C, macros/comprob.C:
2003 - updated the comments in the macros
2004
2005 * mgui/MHexagon.cc:
2006 - added a sanity check in DistanceToPrimitive
2007
2008 * mgui/MCamDisplay.[h,cc]:
2009 - added DistanceToPrimitive
2010 - declared virtual functions as virtual (easier to read in the Dox)
2011
2012 * mfileio/MWriteAsciiFile.[h,cc]:
2013 - renamed AddContainer and AddRule to AddColumn and AddColumns
2014
2015 * macros/MagicHillas.C:
2016 - adopted to new names of MWriteAsciiFile member functions
2017
2018
2019
2020 2002/07/16: Wolfgang Wittek
2021
2022 * new
2023 ---
2024 mhist : MHEffOnTime (replaces MHEffOnTimeTime and
2025 MHEffOnTimeTheta)
2026 MHThetabarTheta (forgotten to comit last time)
2027 MHThetabarTime (forgotten to comit last time)
2028 MHGamma (makes the subtraction SRC-ASRC and
2029 counts the events with alpha<alpha0)
2030
2031 * modified
2032 --------
2033 Mars : Makefile.conf.general
2034 Changelog
2035
2036
2037 mhist : Makefile
2038 HistLinkDef.h
2039 MHFlux (performs the flux calculation)
2040
2041 MHAlphaEnergyTheta (replace BinningAlpha by BinningAlphaFlux)
2042 MHAlphaEnergyTime (replace BinningAlpha by BinningAlphaFlux)
2043
2044 macros : flux.C (replace some code by MHGamma,
2045 replace MHEffOnTimeTime and MHEffOnTimeTheta
2046 by MHEffOnTime)
2047
2048 * removed
2049 -------
2050 mhist : MHEffOnTimeTime
2051 MHEffOnTimeTheta
2052
2053
2054
2055 2002/07/15: Abelardo Moralejo
2056
2057 * manalysis/MCerPhotCalc2.[h,cc]
2058 - converted fWeight into a static variable.
2059
2060
2061
2062 2002/07/11: Thomas Bretz
2063
2064 * mgui/MGeomCamCT1.cc:
2065 - fixed a bug in the NN-Table (127 doesn't exist, 126 missing)
2066
2067 * mgui/MCamDisplay.cc:
2068 - changed some gPad to fDrawingPad
2069 - added kNoContextMenu and kCannotPick flags for the Primitives
2070 - scaled the size of the pixel numbers text with the pixel radius
2071
2072 * mgui/MineSweeper.[h,cc]:
2073 - added
2074
2075 * mgui/Makefile, mgui/GuiLinkDef.h:
2076 - added MineSweeper
2077
2078 * Makefile:
2079 - added missing mfileio
2080
2081
2082
2083 2002/07/11: Abelardo Moralejo
2084
2085 * manalysis/MCerPhotCalc2.[h,cc]
2086 - new class to compute nphe weighting FADC slices.
2087
2088
2089
2090 2002/07/10: Oscar Blanch
2091
2092 * manalysis/MCerPhotAnal.[h,cc]
2093 - new class to compute nphe. First version.
2094
2095
2096
2097 2002/07/10: Abelardo Moralejo
2098
2099 * macros/MagicHillas.C:
2100 -added MMcEvt container to hillas.root output
2101
2102
2103
2104 2002/07/10: Thomas Bretz
2105
2106 * mmain/Makefile:
2107 - added -I../mfileio
2108
2109 * manalysis/MCerPhotPix.h:
2110 - renamed IsCorePixel to IsPixelCore
2111 - renamed SetCorePixel to SetPixelCore
2112
2113 * manalysis/MHillas.[h,cc]:
2114 - added fNumCorePixel
2115 - added fNumUsedPixel
2116
2117 * manalysis/MImgCleanStd.cc, manalysis/MCerPhotEvt.cc:
2118 - renamed IsCorePixel and SetCorePixel
2119
2120
2121
2122 2002/07/08: Thomas Bretz
2123
2124 * macros/rootlogon.C:
2125 - added include pathes for ACLIC
2126
2127 * mfileio, mfileio/FileIOLinkDef.h, mfileio/FileIOIncl.h,
2128 mfileio/Makefile:
2129 - new directory
2130
2131 * mbase/MWriteAsciiFile.[h,cc], mbase/MWriteRootFile.[h,cc],
2132 mbase/MReadTree.[h,cc], mbase/MReadMarsFile.[h,cc],
2133 manalysis/MCT1ReadAscii.[h,cc]:
2134 - moved to mfileio
2135
2136 * mbase/Makefile, mbase/BaseLinkDef.h, mbase/BaseIncl.h,
2137 manalysis/Makefile, manalysis/AnalysisLinkDef.h,
2138 manalysis/AnalysisIncl.h, meventdisp/Makefile:
2139 - changed accordingly
2140
2141 * meventdisp/MGCamDisplay.cc:
2142 - cd to right canvas before drawing camera display
2143
2144 * meventdisp/MGEvtDisplay.[h,cc]:
2145 - added the "Geometry"-Tab
2146 - added MC informations to gui
2147
2148 * mgui/MCamDisplay.[h,cc]:
2149 - added DrawPixelNumbers
2150 - added buttons to change the palette online
2151
2152 * mgui/MHexagon.h:
2153 - added Getter functions
2154
2155 * macros/MagicHillas.C:
2156 - added read.DisableAutoScheme()
2157
2158 * mhist/MH.[h,cc]:
2159 - changed Fill to be non abstract anymore
2160
2161
2162
2163 2002/07/04: Abelardo Moralejo
2164
2165 * macros/trigrate.C:
2166 - Introduced some style improvements suggested by T. Bretz.
2167
2168
2169
2170 2002/07/04: Abelardo Moralejo
2171
2172 * mmontecarlo/MMcTriggerRateCalc.h,cc:
2173 - Now the dimension of fTrigger is set dynamically, to allow
2174 the processing of files with an arbitrarily large number of
2175 trigger conditions inside.
2176
2177 * macros/trigrate.C:
2178 - Adapted the macro to changes above, and added a third argument:
2179 the name of a file containing pure NSB events from which the
2180 accidental trigger rate is calculated. Previously, this had to
2181 be introduced in the macro by hand by the user.
2182
2183
2184
2185 2002/06/14: Thomas Bretz
2186
2187 * mhist/MBinning.cc:
2188 - Initialize the binning with 10 edges from 0 to 1
2189
2190
2191
2192 2002/06/13: Thomas Bretz
2193
2194 * mdata/MData.cc:
2195 - changed ostream.h to ofstream.h to make it compile on alpha
2196
2197
2198
2199 2002/06/10: Thomas Bretz
2200
2201 * mbase/MReadMarsFile.cc:
2202 - changed name of fRun to ReadRunHeaders
2203
2204 * mbase/MReadTree.cc:
2205 - changed output to show name of class
2206
2207 * macros/plot.C:
2208 - added
2209
2210 * macros/plot2.C:
2211 - added
2212
2213 * manalysis/MHillas.cc:
2214 - changed atan2 to atan for fDelta
2215
2216 * mbase/MAGIC.h, mbase/BaseLinkDef.h:
2217 - changed definitions for Particle Id to enum
2218
2219 * mbase/MGList.cc:
2220 - IsA()->InheritsFrom() replaced with InheritsFrom()
2221
2222 * mbase/MWriteAsciiFile.cc:
2223 - IsA()->InheritsFrom() replaced with InheritsFrom()
2224 - removed some debug outputs
2225
2226 * mbase/MDataChain.[h,cc]:
2227 - implemented sign '-'
2228
2229 * mhist/MH.h:
2230 - changed default canvas size to 580x435
2231
2232 * mhist/MHHadroness.cc:
2233 - added some more output to Print
2234
2235 * mhist/MHMatrix.h:
2236 - changed some i,j to x,y
2237 - removed fabs from distance calculation
2238 - added sqrt to distance calculation
2239
2240 * mmc/MMcEvt.cxx:
2241 - changed output of Print
2242
2243
2244
2245 2002/06/06: Thomas Bretz
2246
2247 * manalysis/MHillasSrc.cc:
2248 - changed atan2 to atan for fAlpha
2249
2250
2251
2252 2002/06/05: Thomas Bretz
2253
2254 * mbase/MWriteAsciiFile.[h,cc]:
2255 - changed the code completely to support rules (data chains), too.
2256 the interface stayed the same.
2257
2258 * mdata/MDataChain.cc, mhist/MHMatrix.cc:
2259 - added math.h for alpha compilers
2260
2261 * mbase/MParContainer.h:
2262 - changes IsReadyToSave to const
2263
2264 * mdata/MData.[h,cc]:
2265 - added AsciiWrite
2266
2267 * mdata/MDataChain.[h,cc], mdata/MDataList.[h,cc], mdata/MDataValue.h:
2268 - added IsReadyToSave
2269
2270 * mdata/MDataMember.[h,cc]:
2271 - added a new constructor
2272 - added IsReadyToSave
2273
2274
2275
2276 2002/06/04: Thomas Bretz
2277
2278 * mhist/MHCompProb.[h,cc]:
2279 - added
2280
2281 * mhist/MHMatrix.cc:
2282 - corrected some bugs in the algorithm to calculate the distance
2283
2284 * mhist/Makefile:
2285 - added -I../mmc
2286
2287 * mbase/Makefile:
2288 - added -I../mdata
2289
2290 * mhist/MHHadroness.cc:
2291 - some changes to the layout of the drawn histograms
2292
2293
2294
2295 2002/06/03: Thomas Bretz
2296
2297 * mhist/MHCompProb.[h,cc]:
2298 - added
2299
2300 * mhist/MHHadroness.[h,cc]:
2301 - added
2302
2303 * mhist/HistLinkDef.h, mhist/Makefile:
2304 - added MHCompProb
2305 - added MHHadroness
2306
2307 * mhist/MFillH.cc:
2308 - added a info-output
2309
2310 * mhist/MH3.cc:
2311 - excluded temporary profiles from directory
2312
2313 * mhist/MHMatrix.[h,cc]:
2314 - added code to calculate multi-dimensional distances
2315 - added comments
2316
2317 * mbase/MAGIC.h:
2318 - changed kGAMMA to 1
2319
2320 * mbase/MParList.[h,cc]:
2321 - added Replace-function
2322
2323 * mbase/MReadMarsFile.[h,cc]:
2324 - added correct seeking for the run headers
2325
2326 * mbase/MReadTree.[h,cc]:
2327 - added GetFileIndex()
2328
2329 * mbase/MTaskList.cc:
2330 - changed fTasksProcess.Delete() to fTasksProcess.Clear()
2331
2332 * mbase/MWriteAsciiFile.[h,cc]:
2333 - added some code for future usage (in comments)
2334
2335 * mbase/MLogo.[h,cc]:
2336 - added (not in use)
2337
2338 * mfilter/MFParticleId.[h,cc]:
2339 - added
2340
2341 * mfilter/Makefile, mfilter/FilterLinkDef.h:
2342 - added MFParticleId
2343
2344 * manalysis/MHadroness.[h,cc]:
2345 - added
2346
2347 * manalysis/MCompProbCalc.[h,cc]:
2348 - added
2349
2350 * manalysis/MMultiDimDistCalc.[h,cc]:
2351 - added
2352
2353 * manalysis/AnalysisLinkDef.h, manalysis/Makefile:
2354 - added MHadroness
2355 - added MCompProbCalc
2356 - added MMultiDimDistCalc
2357
2358 * manalysis/Makefile:
2359 - added ../mdata
2360 - added ../mhist
2361
2362 * macros/star.C:
2363 - added
2364
2365 * macros/comprob.C:
2366 - added
2367
2368 * macros/multidimdist.C:
2369 - added
2370
2371 * macros/dohtml.C:
2372 - added star.C
2373 - added comprob.C
2374 - added multidimdist.C
2375
2376 * mdata/MData.h:
2377 - added ()-operator
2378
2379 * mdata/MDataList.cc:
2380 - removed 'all' modifier in Print-statement
2381
2382 * mdata/MDataChain.[h,cc]:
2383 - added default constructor
2384
2385 * mdata/MReadTree.cc:
2386 - fixed a root bug for root versions<3.03/00 (the open file in
2387 the TChain was not deleted (closed))
2388
2389 * mbase/MReadMarsFile.[h,cc]:
2390 - store parlist instead of tasklist
2391 - check for run types between files
2392 - check for used reflector version (because of a bug in the program)
2393
2394 * mmc/MMcRunheader.hxx:
2395 - added GetReflVersion()
2396
2397 * mmontecarlo/MMcTriggerRateCalc.cc:
2398 - changed particle Id numbers to predefined constants
2399
2400
2401
2402 2002/05/29: Thomas Bretz
2403
2404 * mhist/MHMatrix.[h,cc]:
2405 - added
2406
2407 * mhist/HistLinkDef.h, mhist/Makefile
2408 - added MHMatrix
2409
2410 * mhist/MH.h:
2411 - added Finalize-function prototype to be called at the end of
2412 the eventloop
2413
2414 * mhist/MFillH.cc:
2415 - added call to Finalize-function to in PostProcess
2416
2417 * mhist/MH3.cc:
2418 - removed old includes
2419
2420 * mhist/MDataChain.cc:
2421 - fixed a harmfull bug in the constructor. fOperatorType wasn't
2422 correctly initialized
2423
2424 * mhist/MDataMember.cc:
2425 - added some output in case of failures
2426
2427 * mgui/MGeomCam.[h,cc]:
2428 - renamed fMm2Deg to fConvMm2Deg to be consistent with the Getter
2429 function name
2430
2431
2432
2433 2002/05/13: Thomas Bretz
2434
2435 * mbase/MReadTree.cc:
2436 - changed the Notify-workaround from GetEntry to LoadTree.
2437
2438 * mfilter/MFDataMember.[h,cc]:
2439 - changed class to use MDataMember instead of a direct access to
2440 TMethodCall
2441
2442 * mfilter/Makefile:
2443 - added path to mdata
2444
2445
2446
2447 2002/05/06: Thomas Bretz
2448
2449 * mbase/MReadMarsFile.cc, mbase/MReadTree.cc, mbase/MTaskList.cc:
2450 - implemented usage of the return value of the Notofy function
2451
2452 * mdata/MDataChain.[h,cc]:
2453 - implemented single-argument operators (like abs or exp)
2454
2455
2456
2457 2002/05/03: Thomas Bretz
2458
2459 * mars.cc:
2460 - changed version to 0.8
2461 - added logo stuff
2462
2463 * merpp.cc:
2464 - changed usage-output
2465
2466 * mgui/MCamDisplay.cc, mgui/MGeomCam.cc, mgui/MGeomCamCT1.cc,
2467 mgui/MGeomCamMagic.cc, mgui/MHexagon.cc, mhist/MBinning.cc,
2468 mhist/MFillH.cc, mhist/MH.cc, mhist/MHAlphaEnergyTheta.cc,
2469 mhist/MHAlphaEnergyTime.cc, mhist/MHEffOnTimeTheta.cc,
2470 mhist/MHEffOnTimeTime.cc, mhist/MHEnergyTheta.cc, MHEnergyTime.cc,
2471 mhist/MHMcCollectionArea.cc, mhist/MHStarMap.cc, mmain/MMars.cc,
2472 mmontecarlo/MMcCollectionAreaCalc.cc
2473 - changed mail address
2474 - added missing copyright notices
2475 - added missing class description
2476
2477 * mbase/MWriteRootFile.cc, mbase/MWriteAsciiFile.cc:
2478 - added AddToBranch call to AddContainer(const char*, const char*)
2479
2480
2481
2482 2002/04/30: Thomas Bretz
2483
2484 * macros/MagicHillas.C:
2485 - made eventloop infinite
2486
2487 * macros/tar.C:
2488 - implemented some sanity checks (existing files)
2489
2490 * mgui/MCamDisplay.[h,cc]:
2491 - changed to use DeepSea palette in root versions newer than 3.01/05
2492 - fixed a bug which caused the destructor to do strange thing
2493 (the uncloned fGeomCam was deleted)
2494 - implemented a more accurate deletion of the objects in the
2495 TClonesArrays by using TClonesArray::Delete
2496 - Implemented deletion of automatically created TCanvas
2497 - Implemented a sanity check in Draw and DrawPhotNum
2498
2499 * macros/readCT1.C, macros/readMagic.C:
2500 - changed to Handling of the gui and keyboard input
2501 - implemented the filename as function argument
2502
2503 * manalysis/MCT1ReadAscii.cc:
2504 - Expanded filename to support filnames containing '~'
2505
2506 * mhist/MH3.h:
2507 - removed 'const' to make 0.7 root 3.01/06 compatible
2508
2509 * mdata/MDataMember.cc, mdata/MDataValue.cc, mdata/MDataChain.cc:
2510 - removed a 'redefinition of default argument'
2511
2512 * mdata/MFDataMember.cc:
2513 - fixed a bug in the process function (second switch was never reached)
2514
2515
2516
2517 2002/04/29: Thomas Bretz
2518
2519 * macros/tar.C:
2520 - added
2521
2522 * Makefile:
2523 - changed "make tar" to use macros/tar.C and root
2524
2525
2526
2527 2002/04/29: Wolfgang Wittek
2528
2529 * mhist/Makefile, mhist/HistLinkDef.h
2530 - MHThetabarTheta and MHThetabarTime were added
2531
2532 * mhist/MHThetabarTheta.[h,cc], mhist/MHThetabarTime.[h,cc]:
2533 - added
2534
2535 * mhist/MHMcEnergyMigration.[h,cc]:
2536 - added
2537
2538
2539
2540 2002/04/27: Oscar Blanch
2541
2542 * mmc/MMcRunHedaer.cxx, mmc/MMcTrig.cxx, mmc/MMcTrigHeader:
2543 - description of variables that have been introduced in the second
2544 version of this Containers.
2545
2546
2547
2548 2002/04/26: Thomas Bretz
2549
2550 * mhist/MHFadcCam.cc:
2551 - start numbering of pixels with 1
2552
2553 * mhist/MHFadcPix.[h,cc]:
2554 - overloaded clone to get rid of the histograms in any directory
2555 - removed some unnecessary StrDup calls
2556 - changed binning (Thanks to Abelardo)
2557
2558 * mdata/MData.[h,cc]:
2559 - documentation added
2560 - implemented a new abstract member function: IsValid
2561
2562 * mdata/MDataChain.cc, mdata/MDataList.cc:
2563 - changed logging output
2564 - documentation added
2565
2566 * mdata/MDataList.h, mdata/MDataMember.h, mdata/MDataValue.h:
2567 - implemented IsValid
2568
2569 * mdata/MDataMember.cc:
2570 - Don't preprocess if fCall is already available
2571 - documentation added
2572
2573 * mdata/MDataValue.cc:
2574 - documentation added
2575
2576 * mhist/MHMcDifRate.h, mhist/MHMcEfficiency.h,
2577 mhist/MHMcEfficiencyEnergy.h, mhist/MHMcEfficiencyImpact.h,
2578 mhist/MHMcEnergyImpact.h:
2579 - corrected class description
2580
2581 * mbase/MParList.cc:
2582 - fixed a bug in CreateObjList
2583
2584
2585
2586 2002/04/25: Thomas Bretz
2587
2588 * mmontecarlo/MMcCollectionAreaCalc.[h,cc]:
2589 - counts now the number of simulated showers
2590 - implemented some sanity checks (corsika version, etc)
2591
2592 * mhist/MMcCollectionArea.[h,cc]:
2593 - added a first implementation of a calculation using only triggered
2594 events
2595
2596 * mhist/MH.[h,cc]:
2597 - changed the first argument in SetBinning (according to the number
2598 of axis) to TH2 or TH3
2599
2600 * mhist/MH2.cc:
2601 - changed the first argument in SetBinning (according to the number
2602 of axis) to TH2 or TH3
2603
2604 * macros/collarea.C:
2605 - replaces MReadTree by MReadMarsFile
2606
2607 * mmc/MMcRunHeader.hxx:
2608 - added GetAllEvtsTriggered
2609
2610
2611
2612 2002/04/24: Thomas Bretz
2613
2614 * mbase/MReadTree.cc:
2615 - made use of TBranch::GetClassName root version dependant
2616
2617 * manalysis/MCerPhotCalc.[h,cc]:
2618 - added a fix (ped.mean - 0.5) for files from camera with version <= 40
2619
2620 * mmc/MMcRunHeader.hxx:
2621 - added some Getter functions
2622
2623 * mdata/MDataChain.cc:
2624 - use rule as a title if no title ios given
2625
2626 * mhist/MH3.[h,cc]:
2627 - added usage of Data-Chains
2628 - added a profiling option to the draw functions
2629 - use the title (rule) of the data-chain as axis title
2630
2631 * mhist/Makefile:
2632 - added mdata-path
2633
2634 * mbase/MParContainer.h:
2635 - changed some output in GetterFunction
2636
2637
2638
2639 2002/04/24: Wolfgang Wittek
2640
2641 * Work was done on the calculation of photon fluxes as a function of
2642 Theta and as a function of time. The work is still in progress.
2643
2644 * macros/wowflux.C
2645 - the macr0 was added (extended and improved version of flux.C)
2646 - the macro steers the calculation of photon fluxes as a function
2647 of Theta and time
2648 - the macro is not yet complete; testing and developing is going on
2649
2650 * mhist/MHAlphaEnergyTheta.[h,cc], mhist/MHAlphaEnergyTime.[h,cc],
2651 mhist/MHEffOnTimeTheta.[h,cc], mhist/MHEffOnTimeTime.[h,cc],
2652 mhist/MHTimeDiffTheta.[h,cc], mhist/MHTimeDiffTime.[h,cc]:
2653 - documentation was added
2654 - histogram axes were labeled
2655
2656 * mhist/MHEffOnTimeTheta.cc:
2657 - range in which the fit of the distribution of time differences
2658 is to be performed has been calculated
2659 - new histograms were added (chi2/NDF, lambda, N0del)
2660
2661
2662
2663 2002/04/23: Thomas Bretz
2664
2665 * madata/Makefile, mdata/DataIncl.h, mdata/DataLinkDef.h,
2666 mdata/MData.[h,cc], mdata/MDataValue.[h,cc], mdata/MDataList.[h,cc],
2667 mdata/MDataChain.[h,cc], mdata/MDataMember.[h,cc]:
2668 - added
2669
2670 * mmc/MMcEvt.[hxx,cxx]:
2671 - added correct units for fImpact
2672
2673
2674
2675 2002/04/22: Thomas Bretz
2676
2677 * Makefile:
2678 - added a chapter how to compile mars using shared libraries
2679
2680 * NEWS:
2681 - updated
2682
2683 * mfilter/MF.[h,cc]:
2684 - added
2685
2686 * mfilter/MFDataMember.[h,cc]:
2687 - added
2688
2689 * mhist/MH3.[h,cc]:
2690 - added
2691
2692 * mhist/MHHillasExt.[h,cc]:
2693 - added
2694
2695 * macros/rootlogon.C:
2696 - added make() function
2697 - splitted rootlogon()
2698
2699 * mbase/MFilterList.cc:
2700 - fixed a bug in the constructor
2701 - small changes to the print function
2702
2703 * mbase/MParContainer.[h,cc]:
2704 - Added GetterMethod-Function
2705
2706 * mbase/MParList.cc:
2707 - Added a security check in case no def. constructor of the new class
2708 is available
2709 - changed print function
2710
2711 * mbase/MReadTree.cc:
2712 - changed so that the class type of the branch is used for creation of
2713 a new object instead of its name
2714
2715 * mbase/MTaskList.[h,cc]:
2716 - fixed the check for the Process function. Only base classes
2717 of first order have been checked
2718
2719 * mfilter/FilterLinkDef.h, mfilter/Makefile:
2720 - added MF, MFDataMember
2721
2722 * mhist/HistLinkDef.h, mhist/MFillH.cc:
2723 - added MH3, MHHillasExt
2724
2725 * mhist/MFillH.cc:
2726 - small changes
2727
2728 * mhist/MH.[h,cc]:
2729 - changed name handling in MakeDefCanvas to TString
2730
2731 * mhist/MHHillas.cc:
2732 - exchanged Get*axis()->SetTitle with Set*Title()
2733
2734 * mhist/MHHillas.h:
2735 - made SetMm2Deg virtual (for MHHillasExt)
2736
2737 * mhist/MHStarMap.[h,cc]:
2738 - changed layout from mm to deg
2739
2740 * mhist/MHHillasSrc.cc:
2741 - fixed a bug which made it unpossible to display fDist in degrees
2742
2743
2744
2745 2002/04/19: Thomas Bretz
2746
2747 * mbase/MTaskList.cc:
2748 - fixed a heavy bug which caused PreProcess to crash (GetListOfBases
2749 return a List of TBaseClasses not a List of TClass objects)
2750 - added a security check to Process whether we have something to process or not.
2751
2752 * macros/CT1Hillas.C:
2753 - changed to the new Hillas classes
2754
2755 * macros/readCT1.C:
2756 - fixed a bug causing readCT1.C to crash when reading the first event
2757 being a pedestal event
2758
2759
2760
2761 2002/04/17: Thomas Bretz
2762
2763 * mbase/MParContainer.cc:
2764 - case label TMethodCall::kOther changed to default to get rid of
2765 some warnings in newer root's (missing case label kString)
2766
2767 * mbase/MAGIC.h:
2768 - changed defintion of Glog so that it now works on Alpha machines, too.
2769
2770
2771
2772 2002/04/16: Thomas Bretz
2773
2774 * mhist/MHHillas.cc:
2775 - Fixed a 'redefinition of default argument' on alpha
2776
2777
2778
2779 2002/04/15: Thomas Bretz
2780
2781 * mgui/MGeomCam.cc:
2782 - Added SetReadyToSave to Constructor
2783
2784 * mhist/MH.cc:
2785 - Added some #ifdef conditionals for a fix in root
2786
2787 * mfilter/MFAlpha.[h,cc]:
2788 - made IsExpressionTrue inline
2789
2790
2791
2792 2002/04/05: Thomas Bretz
2793
2794 * mmain/MDataCheck.cc:
2795 - exchanged order in call to MFillH constructor
2796 - made eventloop infinite (only 300 events have been processed)
2797
2798 * mbase/MEvtLoop.h:
2799 - added GetTaskList
2800
2801 * mbase/MTaskList.[h,cc]:
2802 - introduced fTasksProcess which contains only the tasks
2803 which overloads the process function so that processing
2804 tasks doesn't waste time if a tasks doesn't have the process
2805 function
2806
2807 * mgui/MGeomPix.[h,cc]:
2808 - corrected calculation of pixel area
2809
2810
2811
2812 2002/04/04: Thomas Bretz
2813
2814 * mbase/MLog.cc:
2815 - stripped last character (CR) from output redirected to GUI
2816
2817
2818
2819 2002/03/21: Thomas Bretz
2820
2821 * mhists/MH.cc:
2822 - TAxis::Set resets the axis title so I implemented a workaround
2823 in SetBinning so that the axis title survives.
2824
2825 * mhists/MHEffOnTimeTheta.cc, MHEffOnTimeTime.cc:
2826 - replaced Get*axis()->SetTitle() by Set*Title()
2827 - corrected the Name in MakeDefCanvas
2828
2829
2830
2831 2002/03/20: Thomas Bretz
2832
2833 * macros/flux.C:
2834 - fixed a small bug (thanks to Wolfgang)
2835
2836 * mhist/MHHillas.[h,cc]:
2837 - added more scaling options
2838 - added setting for scaling factor
2839
2840 * mhist/MHStarMap.cc:
2841 - changed sign of t (due to a mail of Wolfgang)
2842
2843 * mhist/MHTimeDiff*.cc:
2844 - removed an implicit down-cast (TH1D --> TH1)
2845
2846
2847
2848 2002/03/15: Oscar Blanch
2849
2850 * mmc/McLinkDef.h
2851 - Automatic scheme evolution for all MC format classes.
2852 It has been checked that it keeps compatibility with old files.
2853
2854 * mmc/MTriggerDefine.h
2855 - Enlarge number of trigger pixels.
2856
2857 * mmc/MTrigger.[cxx,hxx]
2858 - Trigger zone has been enlarged. Now information about status
2859 of the pixel is saved for all Camera pixels.
2860 - Old files can still be read but becareful when one looks at the
2861 data member fPixelsFirst which is an array of different size for
2862 the new and old files.
2863 - ClassDef version upgraded to 2.
2864
2865 * mmc/MTriggerHedaer.[cxx,hxx]
2866 - Member data fElecNoiseTrig, which has information about the
2867 electronic noise in the trigger chain, has been introduced.
2868 - Trigger zone has been enlarged. Now information about status
2869 of the pixel is saved for all Camera pixels.
2870 - Old files can still be read but becareful when one looks at the
2871 data member fThreshold which is an array of diferent size for
2872 the new and old files.
2873 - ClassDef version upgraded to 2.
2874
2875
2876
2877 2002/03/13: Oscar Blanch
2878
2879 * mmc/MMcRunHeader.[cxx,hxx]
2880 - Several new variable members have been added
2881 - Version number updated to 2
2882
2883
2884
2885 2002/03/12: Thomas Bretz
2886
2887 * mmontecarlo/MMcTimeGenerate.cc (thanks to Wolfgang):
2888 - removed wrong comment for Process
2889 - changed Int_t to UInt_t (more readable)
2890 - replaced unit: ms -> 0.1ms
2891
2892
2893
2894 2002/03/08: Thomas Bretz
2895
2896 * manalysis/MHillasSrc.[h,cc]:
2897 - added fHeadTail
2898 - changed version number to 2.
2899
2900
2901
2902 2002/03/07: Thomas Bretz
2903
2904 * mbase/MParContainer.[h,cc], MWriteAsciiFile.[h,cc]:
2905 - added a scale value which can be used in case you are writing
2906 single data mambers
2907
2908
2909
2910 2002/03/04: Thomas Bretz
2911
2912 * mbase/MParContainer.cc:
2913 - changed AsciiWrite so that only base classes with a version
2914 id > 0 are written (important for MParContainer)
2915
2916
2917
2918 2002/03/01: Thomas Bretz
2919
2920 * mhist/MHMcEfficiencyEnergy.[h,cc], mhist/MHMcEfficiencyImpact.[h,cc],
2921 mhist/MHMcDifRate.[h,cc], mhist/MHMcIntRate.[h,cc]:
2922 - added
2923
2924 * mhist/Makefile, mhist/HistLinkDef.h:
2925 - added MHMcEfficiencyEnergy and MHMcEfficiencyImpact
2926 - added MHMcDifRate and MHMcIntRate
2927
2928 * mhist/MHMcCollectionArea.[h,cc]:
2929 - changed instantiation of collection area histogram
2930 - added settings for the binning
2931 - replaced division by root function
2932 - added Calc-functions
2933 - added GetHist
2934
2935 * mhist/MHMcEfficiency.[h,cc]:
2936 - changed pointers in Calc functions to references
2937
2938
2939
2940
2941
2942 2002/02/28: Thomas Bretz
2943
2944 * mhist/MHMcEnergyImpact.[h,cc], mhist/MHMcEfficiency.[h,cc]:
2945 - added
2946
2947 * mhist/Makefile, mhist/HistLinkDef.h:
2948 - added MHMcEnergyImpact and MHMcEfficiency
2949
2950 * mhist/*.cc:
2951 - repaced some *&-> casts by &.
2952
2953 * mhist/MHMcCollectionArea.[h,cc]:
2954 - changed to be able to use new MHMcEfficiency.
2955
2956
2957
2958 2002/02/21: Abelardo Moralejo
2959
2960 * manalysis/MHillasExt.cc :
2961 - added #include <math.h> (else, fabs not recognized by OSF)
2962
2963
2964
2965 2002/02/21: Thomas Bretz
2966
2967 * manalysis/MHillas.[h,cc]:
2968 - changed fMeanx and fMeany to fMeanX and fMeanY to match the names
2969 of the getter functions, needed by TDataMember::GetterMethod
2970 - commented out WriteAscii (replaced by more general in MParContainer
2971 and MWriteAsciiFile)
2972
2973 * manalysis/MHillasSrc.[h,cc], mmc/MMcEvt.[hxx, cxx]:
2974 - commented out WriteAscii (replaced by more general in MParContainer
2975 and MWriteAsciiFile)
2976
2977 * manalysis/MHillasExt.[h,cc]:
2978 - added necessary Getter Methods
2979
2980 * mbase/MFilterList.cc:
2981 - removed a nonsens comment
2982
2983 * mbase/MGList.cc:
2984 - relay on the bugfix for DynamicCast
2985
2986 * mbase/MParContainer.[h,cc]:
2987 - implemented WriteDataMember to have a more general interface
2988 for readable output.
2989 - changed ofstream to a more general ostream
2990
2991 * mbase/MWriteAsciiFile.[cc,h]:
2992 - generalized ascii writer to be able to write single data members
2993
2994
2995
2996 2002/02/13: Thomas Bretz
2997
2998 * Makefile:
2999 - made 'make dox' dependant on existance of shared object
3000
3001
3002
3003 2002/02/13: Thomas Bretz
3004
3005 * macros/MagicHillas.C, mhist/MHHillas.[h,cc], mhist/MHHillasSrc.[h,cc]:
3006 - implemented variable binning (MBinning)
3007 - implemented conversion to degrees (thanks to rudy)
3008
3009 * mgui/MGeomCam.[h,cc], mgui/MGeomCamCT1.cc, mgui/MGeomCamMagic.cc:
3010 - implemented fMm2Deg and fCamDist
3011
3012
3013
3014 2002/01/23: Thomas Bretz
3015
3016 * macros/flux.C:
3017 - fixed some bugs
3018 - uncommented all drawing
3019
3020 * mhist/MBinning.h:
3021 - changed SetEdges(TArrayD)
3022
3023 * mhist/MH.cc:
3024 - SetBinning(..., TAxis*,...) didn't work. Corrected.
3025
3026 * mhist/MHAlphaEnergyTheta.cc, mhist/MHAlphaEnergyTime.cc,
3027 mhist/MHEffOnTimeTheta.cc, mhist/MHEffOnTimeTime.cc,
3028 mhist/MHTimeDiffTheta.cc, mhist/MHTimeDiffTime.cc:
3029 - changed wrong titles, names, etc.
3030 - changed way of drawing projections
3031 - fixed usage of MH::SetBinning(TH1*)
3032
3033
3034
3035 2002/01/22: Thomas Bretz
3036
3037 * mhist/MHHillasSrc.[h,cc], mhist/MHFadcCam.[h,cc]:
3038 - changed return type of Fill to Bool_t
3039
3040 * mfilter/MFAlpha.[h,cc]:
3041 - added
3042
3043 * mfilter/MFill.[h,cc]:
3044 - implemented a new calling style which allows you to let MFillH
3045 create the necessary histogram objects
3046
3047 * mmain/MAnalysis.cc, macros/MagicHillas.C:
3048 - changed to new stylish MHillas parameter containers
3049
3050 * meventdisp/MGEvtDisplay.cc, mgui/MCamDisplay.cc,
3051 mmain/MDataCheck.[h,cc]:
3052 - fixed a warning in red hat linux
3053
3054 * mfilter/FilterLinkDef.h, mfilter/Makefile:
3055 - added MFAlpha
3056
3057 * mhist/MHHillas.[h,cc], mhist/MHHillasSrc.[h,cc]:
3058 - added SetupFill and usage of MBinning objects
3059
3060 * manalysis/MEnergyEst.[h,cc], manalysis/MEnergyEstimate.[h,cc],
3061 mhist/MHTimeDiffTime.[h,cc], mhist/MHEnergyTheta.[h,cc],
3062 mhist/MHEnergyTime.[h,cc], mhist/MHAlphaEnergyTheta.[h,cc],
3063 mhist/MHAlphaEnergyTime.[h,cc], mhist/MHTimeDiffTheta.[h,cc],
3064 mmontecarlo/MMcTimeGenerate.[h,cc]:
3065 - added
3066
3067 * manalysis/Makefile:
3068 - added MEnergyEst.cc
3069 - added MEnergyEstimate.cc
3070
3071 * mbase/MFilter.[h,cc], mfilter/MF*.[h,cc]:
3072 - added name and title to constructor
3073
3074 * macros/flux.C:
3075 - added
3076
3077
3078
3079 2002/01/21: Thomas Bretz
3080
3081 * mbase/MReadMarsFile.cc, mbase/MReadTree.[h,cc]:
3082 - implemented GetFileName
3083
3084 * mmc/MMcEvt.[hxx,cxx]
3085 - implemented WriteAscii
3086
3087 * mgui/MGeomPix.h:
3088 - implemented first version of GetA
3089
3090 * mhist/MBinning.h:
3091 - small changes to formulas
3092
3093 * mhist/MH.[h,cc]:
3094 - implemented SetBinnign functions
3095
3096 * macros/readMagic.C:
3097 - removed MPedestalCam
3098
3099
3100
3101 2002/01/19: Thomas Bretz
3102
3103 * mbase/MParContainer.cc:
3104 - generalized virtual function AsciiWrite
3105
3106 * changed to fit new MHillas inhertance model:
3107 - manalysis/MHillas.[h,cc]
3108 - manalysis/MHillasCalc.[h,cc]
3109 - mhist/MHHillas.[h,cc]
3110 - mhist/MHStarMap.[h,cc]
3111
3112 * added to fit new MHillas inhertance model:
3113 - manalysis/MSrcPosCam.[h,cc]
3114 - manalysis/MHillasSrc.[h,cc]
3115 - manalysis/MHillasSrcCalc.[h,cc]
3116 - manalysis/MHillasExt.[h,cc]
3117 - mhist/MHHillasSrc.[h,cc]
3118
3119 * manalysis/MCerPhotEvt.[cc,h]:
3120 - introduced weighting with pixel size in GetNumPhotonsMin
3121 - introduced weighting with pixel size in GetNumPhotonsMax
3122
3123 * mgui/MCamDisplay.cc:
3124 - weight the displayed color with the pixel size
3125
3126
3127
3128 2002/01/18: Thomas Bretz
3129
3130 * mhist/MBinning.[h,cc]:
3131 - added (not yet in Makefile)
3132
3133 * mbase/MWriteAsciiFile.cc:
3134 - fixed a bug: replaced GetSize by GetEntries
3135
3136 * mbase/MReadTree.cc:
3137 - changed EnableBranch to accept "Master.Sub" also
3138
3139
3140
3141 2002/01/16: Thomas Bretz
3142
3143 * mars.cc:
3144 - changed version number to 0.7
3145
3146 * NEWS:
3147 - changed current version to 0.7
3148
3149 * manalysis/MMcPedestalNSBAdd.cc:
3150 - small changes to output
3151
3152 * mbase/MParList.[h,cc]:
3153 - added FindObject with class type argument
3154
3155 * mbase/MWriteAsciiFile.cc
3156 - replaced call to InheritsFrom by new FindObject
3157
3158
3159
3160 2002/01/15: Thomas Bretz
3161
3162 * manalysis/MBlindPixelCalc.[h,cc]:
3163 - added more comments
3164 - removed a debug statement
3165
3166 * manalysis/MBlindPixels.[h,cc]:
3167 - added more comments
3168
3169 * manalysis/MCerPhotCalc.cc:
3170 - changed the warning output
3171
3172 * manalysis/MMcPedestalCopy.h:
3173 - added comments
3174
3175 * manalysis/MMcPedestalNSBAdd.[h,cc]:
3176 - added comments
3177 - changed call to AddedToBranchList
3178
3179 * mbase/MWriteAsciiFile.cc:
3180 - added comments
3181
3182 * mmc/MMcRunHeader.[hxx,cxx]:
3183 - made getter const
3184
3185 * meventdisp/MGCamDisplay.cc:
3186 - updated to use MBlindPixelCalc
3187
3188 * mbase/MEvtLoop.cc:
3189 - replaced wrong "MTasklist" by "MTaskList"
3190
3191
3192
3193 2002/01/14: Thomas Bretz
3194
3195 * manalysis/MMcPedestalCopy.cc, manalysis/MMcPedestalNSBAdd.cc:
3196 - added comments
3197
3198 * mbase/MReadMarsFile.cc:
3199 - changed output when switching to new file
3200
3201 * meventdisp/MGFadcDisp.cc:
3202 - made char array in constructor const
3203 - changed char-array to TString
3204
3205 * mmain/MBrowser.[h,cc]:
3206 - changed char-arrays to TString
3207
3208 * mmain/MDataCheck.[h,cc]:
3209 - made char array in constructor const
3210
3211 * Makefile.conf.linux, Makefile.conf.linux-gnu:
3212 - changed to O5
3213
3214 * mbase/MEvtLoop.cc:
3215 - check for inheritance from MTaskList
3216
3217 * manalysis/MPedestalCopy.cc, manalysis/MPedestalNSBAdd.cc:
3218 - small changes
3219
3220 * mbase/MWriteAsciiFile.[h,cc]:
3221 - changed to be able to write more than one container in a line
3222
3223
3224
3225 2002/01/11: Oscar Blanch Bigas
3226
3227 * mmain/MAnalysis.cc:
3228 - added MBlindPixelCalc step.
3229
3230 * macros/trigrate.C:
3231 - the list of MHMcRate is created using from and to instead of
3232 only dimension. Otherwise the case of a single trigger option is
3233 not well treated.
3234
3235 * mhist/MHMcRate.[h,cc]:
3236 - added funtion members SetFlux and SetIncidentRate and small
3237 modification in CalcRate member function
3238
3239 * mmontecarlo/MMcTriggerRateCalc.cc:
3240 - now this task sets the parameters to know the incident particle
3241 flux using MHMcRate::SetFlux. The value are decided by the task
3242 itself depending on the fPartId.
3243
3244 * manalysis/MBlindPixelCalc.cc:
3245 - rename MMcRunHeader:GetStarFieldDe to MMcRunHeader:GetStarFieldDec.
3246
3247 * mmc/MMcRunHeader.[hxx, cxx]:
3248 - rename MMcRunHeader:GetStarFieldDe to MMcRunHeader:GetStarFieldDec.
3249
3250
3251
3252 2002/01/10: Oscar Blanch Bigas
3253
3254 * mbase/Makefile:
3255 - added -I../MRawFormat in the included directories for compile
3256 and link. It was needed to use this Makefile to compile the
3257 files inside the drectory while compiling Monte Carlo programs.
3258
3259 * mraw/Makefile:
3260 - added -I../MBase in the included directories for compile
3261 and link. It was needed to use this Makefile to compile the
3262 files inside the drectory while compiling Monte Carlo programs.
3263
3264 * mbase/Makefile:
3265 - added -I../MBase- in the included directories for compile
3266 and link. It was needed to use this Makefile to compile the
3267 files inside the drectory while compiling Monte Carlo programs.
3268
3269 * mbase/MReadTree.cc:
3270 - changed #include "../mraw/MRawEvtData.h" by #include
3271 "MRawEvtData.h" to remove dependencies on the directory tree naming.
3272
3273
3274
3275 2002/01/09: Oscar Blanch Bigas
3276
3277 * manalysis/MPedestalCam.[h,cc]:
3278 - added CheckBounds function to check that program does not try to
3279 access pedestal outside the camera size.
3280
3281 * manalysis/MCerPhotCalc.h:
3282 - Member data const MPedestalCam *fPedestals -> MPedestalCam
3283 *fPedestals.
3284
3285 * manalysis/MCerPhotCalc.cc:
3286 - Sanity check to avoid searching to pedestals outside the camera
3287 size has been added.
3288
3289 * mmc/MMcRunHeader.[h,cxx]:
3290 - added functions GetStarField[De,Ra].
3291
3292 * manalysis/MBlindPixels.[h,cc]:
3293 - new containet that has a list of pixels that should not be used
3294 in the analysis for any reason (corrupted, star in them, ...).
3295
3296 * manalysis/MBlindPixelCalc.[h,cc]:
3297 - It is a task used to set up the list of blind pixels. Currently
3298 it recognises the CrabNebula starfield and then switch off the
3299 Theta Taury pixels. Blind pixels can be also introduced through
3300 the macro or analysis program.
3301
3302 * manalysis/Makefile:
3303 - added MBlindPixels and MBlinPixelCalc.
3304
3305 * manalysis/AnalysisLinkDef.h:
3306 - added MBlindPixels and MBlinPixelCalc.
3307
3308 * macros/MagicHillas.C:
3309 - added MBlindPixelCalc to avoid bias results due to Star Field
3310 NSB.
3311
3312 * macros/readMagic.C:
3313 - added MBlindPixelCalc to avoid bias results due to Star Field NSB while
3314 computing the Hillas parameters.
3315
3316
3317
3318 2001/12/19: Thomas Bretz
3319
3320 * mbase/MEvtLoop.cc:
3321 - added #ifdef directive to make it work on older root also
3322
3323 * mbase/MReadTree.cc:
3324 - added #ifdef directive to get rid of the memory leak in prior
3325 root 3.02/* versions
3326
3327 * macros/MagicHillas.C, macros/readMagic.C, meventdisp/MGCamDisplay.cc,
3328 mmain/MAnalysis.cc:
3329 - changes MMcPedestalNSB to MMcPedestalNSBAdd
3330
3331 * manalysis/MMcPedestalCopy.[h,cc], manalysis/MMcPedestalNSBAdd.[h,cc]:
3332 - reorganized ReInit, PreProcess.
3333 - moved some code from ReInit to PreProcess to make the code
3334 simpler. At the moment we don't intend to change the
3335 objects in the parlist while runtime.
3336
3337 * manalysis/MMcPedestalNSB.[h,cc]:
3338 - removed
3339
3340 * mbase/MReadMarsFile.cc:
3341 - read the first run header twice. To make it available in the
3342 PreProcess of all tasks
3343
3344 * mbase/MTaskList.cc:
3345 - fixed a bug in the ReInit function. The ReInits where calles with
3346 a NULL-pointer
3347
3348
3349
3350 2001/12/18: Oscar Blanch
3351
3352 * manalysis/Makefile:
3353 - Removed MMcPedestalNSB from compilation and added
3354 MMcPedestalNSBAdd.
3355
3356 * manalysis/AnalysisLinkDefine.h:
3357 - Removed MMcPedestalNSB from class list and added
3358 MMcPedestalNSBAdd.
3359
3360 * manalysis/MMcPedestalCopy.[h,cc]
3361 - added ReInit function.
3362 - move all actions needed to redo for each run from PreProcess
3363 to ReInit
3364 - fix bug of Pedestal and Pedestal fluctuaions correspondence.
3365
3366 * manalysis/MMcPedestalNSBAdd.[h,cc]
3367 - new name for old MMcPedestalNSB.[h,cc]
3368 - added ReInit function.
3369 - move all actions needed to redo for each run from PreProcess
3370 to ReInit
3371 - information about pixel size is used from MGeomCam.
3372
3373 * manalysis/MCerPhotCalc.[h,cc]
3374 - remove fNumLoGainFadcSlices and fNumHiGainFadcSlices members
3375 - fix bug of Pedestal and Pedestal fluctuaions correspondence.
3376
3377
3378 2001/12/18: Thomas Bretz
3379
3380 * manalysis/MMcPedestalCopy.cc:
3381 - changed output
3382
3383 * manalysis/MMcPedestalNSB.cc:
3384 - changed output
3385 - simplified initialization in PreProcess
3386
3387 * mbase/MAGIC.h:
3388 - added kSKIP
3389
3390 * mbase/MParList.cc:
3391 - added a check for the correct inheritance in FindCreateObj
3392
3393 * mbase/MTask.cc:
3394 - added support for kSKIP in PreProcess
3395
3396 * mbase/MTaskList.[h,cc]
3397 - added support for kSKIP in PreProcess
3398 - added Remove function (private)
3399
3400
3401
3402 2001/12/17: Thomas Bretz
3403
3404 * .rootrc:
3405 - added Root.Html.DescriptionStyle
3406 - added Root.Html.SearchEngine
3407
3408 * macros/dohtml.C:
3409 - changed to use THtml (root >= 3.02/06 only)
3410
3411 * manalysis/Makefile:
3412 - changed order to get rid of some wranings
3413
3414 * mbase/BaseLinkDef.h:
3415 - removed MHtml
3416
3417 * mbase/MEvtLoop.cc:
3418 - exchanged gSystem->ProcessEvents() by gClient->ProcessEventsFor()
3419 to make gui update faster
3420
3421 * mbase/MGList.cc:
3422 - added a missing sanity check (workaround for a root bug)
3423
3424 * mbase/MReadTree.cc:
3425 - uncomment EnableBranchCoosing for AutoEnablingScheme
3426 (don't know why there was a comment which made things realy slow)
3427 - changed the auto enabling scheme, so that a branch isn't enabled
3428 more than once. This doesn't hurt, but the output may confuse the
3429 users.
3430
3431 * mbase/MTask.cc:
3432 - added a simple not really necessary check whether the branch is
3433 already in the list
3434
3435 * mbase/MWriteRootFile.cc:
3436 - changed kFillTree to a local const
3437
3438 * mbase/Makefile:
3439 - removed MHtml.cc
3440
3441 * mfilter/MFTriggerLvl1.cc:
3442 - changed AddBranchToList to use the correct container name
3443
3444
3445
3446 2001/12/14: Thomas Bretz
3447
3448 * mbase/MReadMarsFile.[h,cc], mbase/MReadFild.[h,cc]:
3449 - corrected handling of ReInit/Notify (at the moment I assume
3450 one run per file)
3451 - made sure, that we don't get memory leaks when using MReadTree
3452 more than once because the pointer to the pointer isn't deleted.
3453 - added a small class MChain which enhances TChain by a function to
3454 reset fTree. This is used to control when notification are
3455 happening
3456
3457 * mbase/MTask.cc:
3458 - reset the number of executions before the preprocessing
3459
3460
3461
3462 2001/12/11: Thomas Bretz
3463
3464 * mbase/MGGroupFrame.cc:
3465 - removed default arguments from source file
3466
3467 * mbase/MGList.cc:
3468 - changed cast in IsExisting to ?:
3469
3470 * NEWS:
3471 - changed
3472
3473 * manalysis/MCerPhotCalc.cc, mfilter/MTriggerLvl1.cc,
3474 mmontecarlo/MMcCollectionAreaCalc.cc,
3475 mmontacarlo/MMcThresholdCalc.cc,
3476 MMcTriggerRateCalc.cc:
3477 - added Masterbranch name to AddToBranchList
3478
3479 * manalysis/MMcPedestalCopy.cc:
3480 - added Masterbranch name to AddToBranchList
3481 - fixed a bug in the branch name
3482
3483 * mbase/MGList.[h,cc]:
3484 - added a better output if a picture wasn't found
3485
3486 * mbase/MReadTree.[h,cc]:
3487 - added support for branches with master branch names to auto scheme
3488 (first the complete branch name is tried and if this isn't found
3489 only the subbranch name is used to enable the branch)
3490
3491 * mbase/MWriteRootFile.cc:
3492 - appended a '.' to all newly create branches
3493
3494 * mmain/MBrowser.cc, mmain/MMars.cc:
3495 - add the gui elements only if the corresponding picture was found
3496
3497 * mmain/MMars.[h,cc]:
3498 - removed fPic1
3499 - removed fPic2
3500 - changed TList to MGList
3501
3502 * mraw/MRawFileWrite.cc:
3503 - added a '.' to all branch names
3504
3505 * mbase/MTask.[h,cc]:
3506 - added Prototype for ReInit-function
3507
3508 * mbase/MTaskList.[h,cc]:
3509 - implemented ReInit for a task list
3510
3511 * mhist/MHFadcCam.h:
3512 - added '->' to fArray
3513
3514
3515
3516 2001/12/10: Thomas Bretz
3517
3518 * mmc/*.hxx:
3519 - Changed MPARCONTAINER_H to MARS_MParContainer
3520
3521 * meventdisp/MGCamDisplay.cc:
3522 - added MMcPedestalCopy to task list
3523 - added MMcPedestalNSB to task list
3524
3525 * mmain/MAnalysis.cc:
3526 - added MMcPedestalCopy to task list
3527 - added MMcPedestalNSB to task list
3528 - changed reader from MReadTree to MReadMarsFile
3529
3530 * meventdisp/MGEvtDisplay.cc:
3531 - changed reader from MReadTree to MReadMarsFile
3532
3533 * macros/MagicHillas.C, macros/readMagic.C:
3534 - removed unnecessary MReadTree
3535
3536
3537
3538 2001/11/28: Oscar Blanch Bigas
3539
3540 * mbase/MReadMarsFile.cc:
3541 - Added process of fRun = new MReadTree("RunHeaders", fname),
3542 needed to read RunHeaders tree information.
3543
3544 * manalysis/MCerPhotCalc.h:
3545 - Added fNumLoGainFadcSlices and fNumHiGainFadcSlices member
3546 variables because they are needed for Pedestal substraction.
3547
3548 * manalysis/MCerPhotCalc.h:
3549 - Change in the methode to substract the pedestal. The new
3550 methode is valid either for MC data and real data but only for
3551 the current integration (GetSumHiGainSamples()).
3552
3553 * macros/readMagic.C:
3554 - Added several tasks in the task list:
3555 MReadMarsFile to read RunHeaders Tree
3556 MPedestalCopy and MPedestalNSB to treat correctly pedestals.
3557
3558 * macros/MagicHillas.C:
3559 - Added several tasks in the task list:
3560 MReadMarsFile to read RunHeaders Tree
3561 MPedestalCopy and MPedestalNSB to treat correctly pedestals.
3562
3563 * mmc/MMcRunHeader.hxx:
3564 - Added GetNumPheFromDNSB().
3565
3566 * mmc/MMcFadcHeader.hxx:
3567 - Added GetAmplitud().
3568
3569 * manalysis/MMcPedestalNSB.h / .cc:
3570 - New class which adds to the pedestal rms the contribution from
3571 the diffuse NSB.
3572
3573 * manalysis/Makefile:
3574 - New class MMcPedestalNSB added.
3575
3576 * manalysis/AnalysisLinkDefine.
3577 - New class MMcPedestalNSB added.
3578
3579
3580
3581 2001/11/16: Thomas Bretz
3582
3583 * mhist/MHMcCollectionArea.cc:
3584 - set the ReadyToSave bit in CalcEfficiency.
3585
3586 * mmontecarlo/MMcThresholdCalc.cc:
3587 - set the ReadyToSave bit after the calculation has been finished.
3588
3589 * mhist/MHMcRate.cc:
3590 - set the ReadyToSave bit in CalcRate
3591
3592
3593
3594 2001/11/16: Thomas Bretz
3595
3596 * mbase/MEvtLoop.cc:
3597 - removed clock.Print()
3598
3599 * mbase/MGList.[cc,h]:
3600 - added support for TGPictures
3601
3602 * mbase/MReadTree.[h,cc]:
3603 - set ReadyToSave-bit only if reading was successfull
3604 - made SetReadyToSave private
3605
3606 * mbase/MTaskList.cc:
3607 - corrected a small bug in the output
3608
3609 * mbase/MWriteRootFile.cc:
3610 - added a workaround in Print (don't know why it fails for me)
3611 - removed fTrees.SetOwner()
3612
3613 * mbase/MTask.cc:
3614 - removed include of TOrdCollection, TMethod
3615 - some changes to the output
3616
3617 * mbase/MParContainer.h:
3618 - removed old comments
3619
3620 * mmain/MAnalysis.cc, mmain/MCameraDisplay.cc, mmain/MDataCheck.cc,
3621 mmain/MEvtDisp.cc, mmain/MMonteCarlo.cc:
3622 - changed Widget IDs to root style enums
3623 - moved enumerations in the range below 0x100
3624
3625 * mmain/MBrowser.[h,cc]:
3626 - removed some of the member variables, accessed via MGList now
3627 - changed TList to MGList
3628 - added a file-filter combo-box
3629
3630 * mars.cc:
3631 - changed output
3632
3633
3634
3635 2001/11/15: Thomas Bretz
3636
3637 * mbase/MArray.cc, mbase/MArrayB.cc,mbase/MArrayS.cc,
3638 mbase/MClone.cc, mbase/MEvtLoop.cc, mbase/MFilter.cc,
3639 mbase/MFilterList.cc, mbase/MGGroupFrame.cc, mbase/MGList.cc,
3640 mbase/MGTask.cc, mbase/MInputStreamID.cc, mbase/MLog.cc,
3641 mbase/MLogManip.cc, mbase/MParContainer.cc, mbase/MParList.cc,
3642 mbase/MPrint.cc, mbase/MReadMarsFile.cc, mbase/MReadTree.cc,
3643 mbase/MTime.cc, mbase/MWriteAsciiFile.cc, mbase/MWriteFile.cc,
3644 mbase/MWriteRootFile.cc, manalysis/MCT1ReadAscii.cc,
3645 manalysis/MCerPhotCalc.cc, manalysis/MHillas.cc,
3646 manalysis/MHillasCalc.cc, manalysis/MMcPedestalCopy.cc,
3647 manalysis/MPedCalcPedRun.cc, manalysis/MPedestalCam.cc,
3648 manalysis/MPedestalPix.cc, manalysis/MCerPhotEvt.cc,
3649 manalysis/MCerPhotPix.cc, manalysis/MImgCleanStd.cc,
3650 manalysis/MImgCleanStd.cc, mdatacheck/MDumlEvtHeader.cc,
3651 mdatacheck/MGDisplayAdc.cc, meventdisp/MGCamDisplay.cc,
3652 meventdisp/MGEvtDisplay.cc, meventdisp/MGFadcDisp.cc,
3653 mfilter/MFTriggerLvl1.cc, mgui/MGeomCam.cc, mgui/MGeomCamMagic.cc,
3654 mgui/MGeomCamCT1.cc, mgui/MgeomPix.cc, mgui/Mhexagon.cc,
3655 hist/MFillH.cc, mhist/MH.cc, mhist/MHFadcCam.cc, mhist/MHFadcPix.cc,
3656 hist/MHHillas.cc, mhist/MHMcCollectionArea.cc, mhist/MHMcEnergy.cc,
3657 mhist/MHMcRate.cc, mhist/MHStarMap.cc, mmain/MAnalysis.cc,
3658 mmain/MBrowser.cc, mmain/MCameraDisplay.cc, mmain/MDataCheck.cc,
3659 mmain/MEvtDisp.cc, mmain/MMars.cc, mmain/MMonteCarlo.cc,
3660 mmontcarlo/MMcCollectionAreaCalc.cc, mmontecarlo/MMcThresholdCalc.cc,
3661 mmontecarlo/MMcTriggerRateCalc.cc, mraw/MrawCrateArray.cc,
3662 mraw/MRawCrateData.cc, mraw/MRawEvtData.cc, mraw/MRawEvtHeader.cc
3663 mraw/MRawEvtPixelIter.cc, mraw/MRawEvtFileRead.cc,
3664 mraw/MRawEvtFileWrite.cc, mraw/MRawEvtRunHeader.cc
3665 - changed mailing address of author according to THtml of root 3.02
3666
3667 * mbase/MClone.cc, mbase/MEvtLoop.cc, mbase/MFilterList.cc,
3668 mbase/MGTask.cc, mbase/MParContainer.cc, mbase/MParList.cc,
3669 mbase/MPrint.cc, mbase/MReadMarsFile.cc, mbase/MReadTree.cc,
3670 mbase/MWriteAsciiFile.cc, mbase/MWriteFile.cc,
3671 mbase/MWriteRootFile.cc, manalysis/MCerPhotEvt.cc,
3672 manalysis/MCerPhotPix.cc, manalysis/MImgCleanStd.cc,
3673 mgui/MGeomCam.cc, mgui/MGeomCamMagic.cc, mgui/MGeomCamCT1.cc,
3674 mgui/MgeomPix.cc, mgui/Mhexagon.cc, hist/MFillH.cc, mhist/MHMcEnergy.cc,
3675 mhist/MHMcRate.cc, mmontcarlo/MMcCollectionAreaCalc.cc,
3676 mmontecarlo/MMcThresholdCalc.cc, mmontecarlo/MMcTriggerRateCalc.cc
3677 mraw/MRawCrateData.cc, mraw/MRawEvtData.cc, mraw/MRawEvtHeader.cc
3678 mraw/MRawEvtPixelIter.cc, mraw/MRawEvtFileRead.cc,
3679 mraw/MRawEvtFileWrite.cc, mraw/MRawEvtRunHeader.cc
3680 - changed output to new style logging (verbosity level introduced)
3681
3682 * mbase/MGTask.h:
3683 - added default to CreateGui
3684
3685 * mbase/MLog.cc
3686 - chnaged comparision between output and debug level from >= to >
3687
3688 * mbase/MLogManip.h:
3689 - added defintions for debug levels
3690
3691 * mbase/MReadTree.[h,cc]:
3692 - added support for filters
3693 - SetReadyToSave added
3694 - Print added
3695
3696 * mbase/MTaskList.[h,cc], MTask.[h,cc]:
3697 - changed TOrCollection to TList, because TList can be stored in a
3698 root file.
3699
3700 * mbase/MTask.[h,cc]:
3701 - added GetFilter function (used in MReadTree)
3702
3703 * manalysis/MImgCleanStd.cc:
3704 - same changed to the GUI layout
3705 - added Print member function
3706
3707 * meventdisp/MGCamDisplay.cc:
3708 - added group frame around some gui elements
3709
3710 * mfilter/MFTriggerLvl1.cc:
3711 - fixed missing Init call
3712 - added missing AddToBranchList call
3713
3714 * mars.cc:
3715 - added command line option to set the verbosity level
3716
3717 * merpp.cc:
3718 - added setup for highest verbosity level
3719
3720
3721
3722 2001/11/14: Thomas Bretz
3723
3724 * macros/dohtml.C:
3725 - added missing path to mfilter
3726
3727 * manalysis/MHillas.cc:
3728 - changed the degree symbol back to 'deg', it seems that the code
3729 for it isn't common
3730
3731 * mhist/MH.cc:
3732 - added comment for MakeDefCanvas
3733
3734 * mhist/MHFadcCam.[h,cc]:
3735 - removed old comments (SaveHist)
3736
3737 * mhist/MHHillas.cc:
3738 - changed the Name of fAlpha back. Symbols are nonsens in the name.
3739
3740 * mbase/MGList.[h,cc], mbase/MGTask.[h,cc], mbase/MGGroupFrame.[h,cc]:
3741 - added
3742
3743 * Makefile.conf.linux, Makefile.conf.linux-gnu:
3744 - changed to O3
3745 - added -fnonnull-objects
3746 - added -Woverloaded-virtual
3747
3748 * macros/readCT1.C, macros/readMagic.C:
3749 - changed to use MClone
3750
3751 * manalysis/MImgCleanStd.[h,cc]:
3752 - derived from TGTask
3753 - added CreateGuiElements
3754 - added ProcessMessage
3755
3756 * mbase/BaseLinkDef.h, mbase/Makefile:
3757 - added MGTask
3758 - added MGList
3759 - added MGGroupFrame
3760
3761 * mbase/MInputStreamID.cc:
3762 - rmoved old comment
3763
3764 * mbase/MParContainer.[h,cc]:
3765 - changed output
3766 - made Hash const
3767 - added GetDiscriptor
3768
3769 * mbase/MParList.[h,cc]:
3770 - made FindObject const correct (see TObject)
3771
3772 * mbase/MTask.[h,cc]:
3773 - changed output to use GetDescriptor
3774 - made Call* functions virtual (used in TGTask)
3775
3776 * mbase/MTaskList.[h,cc]:
3777 - made FindObject const correct (see TObject)
3778 - changed output to use GetDescriptor
3779
3780 * mbase/MTime.cc:
3781 - code reformatting
3782
3783 * mbase/MWriteRootFile.cc:
3784 - small changes in output
3785
3786 * mgui/MHexagon.cc:
3787 - changed output according to TEllipse and similar
3788 - made ls const
3789
3790 * mhist/MFillH.cc:
3791 - changed output to use GetDescriptor
3792
3793 * mmain/MAnalysis.[h,cc]:
3794 - changed to use new GUI of MImgCleanStd
3795
3796 * mraw/MRawEvtData.cc:
3797 - small changes to output
3798 - better sanity check for non existing fRunHeader
3799
3800
3801
3802 2001/11/09: Thomas Bretz
3803
3804 * mars.cc, merp.cc, macros/rootlogon.C:
3805 - added MArray::Class()->IgnoreTObjectStreamer();
3806
3807
3808
3809 2001/11/08: Thomas Bretz
3810
3811 * meventdisp/MGCamDisplay.cc:
3812 - changed enums to root style
3813 - get rid of the problem of button deletion by adding the buttons
3814 as first entries to the list
3815
3816 * mmain/MMonteCarlo.cc:
3817 - changed enums to root style
3818 - get rid of the problem of button deletion by adding the buttons
3819 as first entries to the list
3820
3821 * manalysis/MCerPhotCalc.cc, manalysis/MPedCalcPedRun.cc,
3822 mhist/MHFadcCam.cc:
3823 - removed 'Fadc' from function names
3824
3825 * manalysis/MCerPhotEvt.[h,cc]:
3826 - made AddPixel inline
3827
3828 * manalysis/MMcPedestalCopy.cc:
3829 - added output
3830
3831 * manalysis/MPedestalCam.cc:
3832 - removed FIXME
3833
3834 * Makefile's:
3835 - some reordering
3836 - changed to the output
3837
3838 * mbase/MReadTree.cc:
3839 - removed setting of AutoDel-flag (this was not intended and doesn't
3840 work for a TChain, yet)
3841
3842 * meventdisp/MGCamDisplay.cc, meventdisp/MGFadcDisp.cc:
3843 - moved SetWMSizeHints to base class
3844
3845 * meventdisp/MGEvtDisplay.cc:
3846 - added a random move and the SetWMSizeHints
3847
3848 * mhist/MHHillas.cc:
3849 - replaced some text by Latex-formulas
3850
3851 * mmain/MBrowser.cc:
3852 - added a menu entry for opening a TBrowser
3853 - added a random move
3854
3855 * mmain/MMars.[h,cc]:
3856 - changed enums to root style
3857 - moved size specification from header to source
3858 - changed SetWMSizeHints call
3859
3860 * mraw/MrawEvtPixelIter.[h,cc]:
3861 - added fNum[Hi,Lo]GainSamples to make GetSum* faster
3862 - removed 'Fadc' from function names
3863
3864
3865
3866 2001/11/07: Thomas Bretz
3867
3868 * Makefile:
3869 - changed order in 'mrproper'
3870
3871 * manalysis/MCT1ReadAscii.cc, manalysis/MCerPhotCalc.cc:
3872 - added InitSize
3873
3874 * manalysis/MCerPhotEvt.[h,cc]:
3875 - introduces InitSize to speed up things
3876 - changed []-operator to an unchecked access
3877
3878 * manalysis/MPedestalCam.h:
3879 - changed ExpandCreateFast to ExpandCreate (due to lack of good dox)
3880 - changed []-operator to an unchecked access
3881
3882 * mbase/MEvtLoop.cc:
3883 - changed 'total' to 'real' time.
3884
3885 * mgui/MGeomCam.[h,cc]:
3886 - moved []-operator code back to class definition, due to runtime speed
3887 - changed []-operator to an unchecked access
3888
3889 * mhist/MHHillas.cc:
3890 - changed 'degree' to Latex-style
3891
3892 * manalysis/MImgCleanStd.cc:
3893 - we are now initialising an array holding the used pixel to prevent
3894 looping through all pixel thousands of times
3895 (MCerPhotEvt::IsPixelUsed)
3896
3897 * mbase/MWriteAsciiFile.cc:
3898 - enhanced the documentation
3899
3900 * mmain/MBrowser.[h,cc]:
3901 - enhanced the functionality to display the filename
3902 - improved the layout
3903
3904 * mmain/MMars.cc:
3905 - added calling of 'netscape' for the two picture buttons
3906
3907
3908
3909 2001/11/06: Thomas Bretz
3910
3911 * mbase/MReadMarsFile.[h,cc]:
3912 - added
3913
3914 * manalysis/MMcPedestalCopy.[h,cc]:
3915 - moved copying to PreProcess
3916 - removed Process
3917
3918 * mbase/Makefile, mbase/BaseLinkDef.h
3919 - added MReadMarsFile
3920
3921 * mbase/MReadTree.[h,cc]:
3922 - added a list of TObjects to be called when file in the chain
3923 is changed
3924
3925 * Makefile.conf.linux, Makefile.conf.linux-gnu:
3926 - removed -g flag
3927
3928 * mraw/MRawRunHeader.h:
3929 - fixed return type of GetNumEvents
3930
3931 * mraw/MRawCrateArray.[h,cc]:
3932 - added SetSize which takes care of the size of the array
3933 - changed the access to an unchecked one
3934
3935 * mraw/MRawCrateData.h
3936 - derives from MParContainer now
3937
3938 * mraw/MRawEvtData.[h,cc]:
3939 - made Print const
3940 - changed so, that the arrays are dreed and allocated only
3941 as less as possible
3942
3943 * mraw/MRawFileRead.[h,cc]:
3944 - changed to support faster I/O of MRawEvtData and MRawCrateArray
3945 - added sanity check (warning) to PostProcess
3946
3947 * mraw/MRawFileWrite.cc:
3948 - removed deletion of trees (done by ~TFile)
3949 - switched of AutoSave by use of a big size
3950 - removed '.' from Branch names (each tree contains only one master
3951 branch with equal subbranches)
3952
3953 * macros/readCT1.C:
3954 - fixed a small bug
3955
3956 * manalysis/MCerPhotCalc.cc:
3957 - removed Clear from Process (done by Reset now)
3958
3959 * manalysis/MCerPhotEvt.[h,cc]:
3960 - added reset-function
3961 - some small changes to the code layout
3962
3963 * mmc/MMcFadcHeader.[h,cc], mmc/MMcTrig.[h,cc]:
3964 - chenged constructor to support fName and fTitle
3965
3966 * mbase/MReadTree.cc:
3967 - removes '.' from a branch name now before searching/creating the object
3968
3969
3970
3971 2001/11/01: Thomas Bretz
3972
3973 * mbase/MParContainer.cc:
3974 - removed 'newname' from TObject::Clone call.
3975
3976 * mbase/MParContainer.h:
3977 - layout changes
3978
3979 * mbase/MParList.h:
3980 - changed destructor definition to virtual
3981
3982 * mbase/MReadTree.[h,cc]:
3983 - added initialization for fProgress
3984 - changed output
3985 - move some code to new functions
3986 - branch enabling now checks for the existance of the branch
3987 - veto branch disables the corresponding sub branches now physically
3988 - changed comments
3989
3990 * mdatacheck/MGDisplayAdc.cc:
3991 - added some sanity checks
3992
3993 * meventdisp/MGCamDisplay.cc, meventdisp/MGEvtDisplay.[h,cc],
3994 meventdisp/MGFadcDisp.cc:
3995 - moved some code to MGEvtDisplay
3996
3997 * mhist/MFillH.cc:
3998 - added warning to comment
3999
4000 * mhist/MHFadcCam.[h,cc]:
4001 - added Clone-function. It seems, that this is necessary since
4002 root 3.01
4003
4004 * mhist/MHFadcPix.cc:
4005 - changed axis titles
4006
4007 * mmain/MAnalysis.cc:
4008 - added progress bar
4009
4010 * mmain/MBrowser.[h,cc]:
4011 - added layout hints to fTop1,2,3
4012 - adde Create/DestroyProgrssBar
4013
4014 * mmain/MDataCheck.cc:
4015 - changes to the layout
4016 - disable auto scheme
4017 - added progress bar
4018
4019 * mmain/MMonteCarlo.[h,cc]:
4020 - layout changes
4021 - added progress bar
4022
4023 * mraw/MRawEvtData.cc:
4024 - new sanity check in Draw
4025
4026
4027
4028 2001/11/01: Thomas Bretz
4029
4030 * macros/MagicHillas.C:
4031 - changed Draw to DrawClone
4032
4033 * manalysis/MCerPhotPix.h:
4034 - some layout changes
4035
4036 * mbase/MParList.cc:
4037 - fixed a bug in the dstructor which causes the d'tor to crash when
4038 the owner bit was set
4039 - changed some TCollection loop to macro ForEach
4040
4041 * mbase/MTaskList.cc:
4042 - changed some TCollection loop to macro ForEach
4043
4044 * meventdisp/MGEvtDisplay.[h,cc]:
4045 - added filemenu
4046
4047 * mgui/MCamDisplay.[h,cc], mgui/MHexagon.[h,cc]:
4048 - added SavePrimitive function
4049
4050 * mhist/MHHillas.cc:
4051 - changed 'deg' to '°'
4052
4053 * mmain/MDataCheck.cc:
4054 - changed name of enums for buttons
4055
4056 * Makefile.conf.osf1:
4057 - added some more exclusion flags to get rid of to much informations
4058
4059 * Makefile:
4060 - changed flags of tar from '-cvf' to 'cvf' so that it runs on alpha, too
4061
4062 * mbase/MAGIC.h:
4063 - put brackets around defines, to make it compile on alpha
4064
4065 * mbase/MEvtLoop.cc, mbase/MParList.cc, mbase/MTask.cc,
4066 mgui/MGeomCam.cc, mhist/MHFadcPix.cc, mmc/MMcTrig.cxx:
4067 - removed inline statement, to make it link on alpha
4068
4069
4070
4071 2001/10/31: Thomas Bretz
4072
4073 * Makefile:
4074 - changed MrProper output
4075
4076 * Makefile.conf.general, Makefile.conf.linux,
4077 Makefile.conf.linux-gnu, Makefile.conf.osf:
4078 - added ARCHDEF environment
4079
4080 * manalysis/MHillas.[h,cc]:
4081 - added units
4082
4083 * mbase/BaseLinkDef.h:
4084 - added '+' for MTime
4085
4086 * mbase/MAGIC.h:
4087 - let Linux find gLog when creating dictionary
4088
4089 * mbase/MHtml.h:
4090 - removed include of TNamed
4091
4092 * */Makefile
4093 - reordered *.cc filed to get rid of some 'rootcint' warnings
4094
4095 * mgui/MCamDisplay.cc:
4096 - added SetBorderMode(0)
4097
4098 * mgui/MHexagon.[h,cc]:
4099 - changed Print-output to fit into two lines
4100 - made Print appear in the context menu
4101
4102 * merpp.cc:
4103 - Added MParContainer::Class()->IgnoreTObjectStreamer()
4104
4105 * mbase/MEvtLoop.[h,cc], mbase/MReadTree.[h,cc],
4106 mmain/MAnalysis.[h,cc]:
4107 - added support for a progressbar
4108
4109 * mbase/MFilterList.h:
4110 - added SetOwner-support
4111
4112 * mbase/MLogManip.h:
4113 - added 'dec' manipulator to dbginf
4114
4115 * mbase/MTask.h:
4116 - added GetNumExecutions
4117
4118 * mraw/RawLinkDef.h:
4119 - added '+' for MRawEvtPixelIter, MRawCrateArray, MRawCrateData and
4120 MRawFile[Read,Write]
4121
4122
4123
4124 2001/10/30: Thomas Bretz
4125
4126 * macros/MagicHillas.C
4127 - removed precreated objects
4128
4129 * macros/readCt1.C:
4130 - fixed a bug (-> instead of .)
4131
4132 * *LinDef.h:
4133 - added a '+' to all 'new' classes. 'new' means, that the object
4134 is not yet used in Monte Carlo Files.
4135
4136 * *.h:
4137 - changed defines from CLASS_H to MARS_Class type (like root)
4138
4139 * MMcPedestalCopy.[h,cc]:
4140 - added AddToBranchList stamements
4141
4142 * manalysis/MPedestalPix.h, manalysis/MCerPhotPix.h, mgui/MGeomPix.h:
4143 - changed derivement from TObject to MParContainer to be sure
4144 fBits are not written, without specifying this for any TObject
4145 derived class
4146
4147
4148
4149 2001/10/29: Thomas Bretz
4150
4151 * Makefile.rules:
4152 - changed the output
4153
4154 * macros/rootlogon.C:
4155 - Added IgnorTObjectStreamer
4156
4157 * manalysis/MCT1ReadAscii.cc:
4158 - changed fFileNames to a TList of TNamed objects
4159
4160 * mbase/MArray.h:
4161 - removed include of MArray.h
4162
4163 * mbase/MParContainer.[h,cc]:
4164 - changed fName, fTitle from pointer to static object
4165 - Changed ClassVersion to 0
4166
4167 * mbase/MParList.[h,cc]:
4168 - changed fName, fTitle from pointer to static object
4169 - changed include of TObjArray to a forward declaration
4170 (for faster compilation)
4171 - simplified the code
4172
4173 * mbase/MInputStreamID.[h,cc]:
4174 - changed fStreamId from char* to TString
4175 - Changed ClassVersion to 0
4176
4177 * mbase/MReadTree.[h,cc]:
4178 - changed veto-list to an array of TNamed objects
4179 - implemented auto enabeling
4180
4181 * mbase/MTask.[h,cc]:
4182 - implemented fListOfBranches for auto enabeling
4183
4184 * mbase/MTaskList.[h,cc]:
4185 - changed fName, fTitle from pointer to static object
4186 - changed include of TObjArray to a forward declaration
4187 (for faster compilation)
4188
4189 * mbase/MWriteRootFile.cc:
4190 - changed fName, fTitle from pointer to static object
4191 - set splitlevel in TTree::Branch to default
4192 - changed kSaveNow to kFillTree
4193
4194 * mhist/MFillH.cc:
4195 - changed fName, fTitle from pointer to static object
4196 - check inharitance from MH
4197
4198 * mhist/MH.[h,cc]:
4199 - changed fName, fTitle from pointer to static object
4200 - implementation of simplified static MakeDefCanvas
4201
4202 * mhist/MHFadcCam.h:
4203 - removed include of TH1
4204
4205 * mhist/MHFadcPix.[h,cc]:
4206 - implemented persistent pixid
4207 - get rid of 'fixed string sizes'
4208 - Delete histograms from file structure (SetDirectory)
4209 - changed Root's MakeDefCanvas to TH1::MakeDefCanvas
4210 - removed include of TH1
4211
4212 * mhist/MHHillas.cc
4213 - changed fName, fTitle from pointer to static object
4214 - Delete histograms from file structure (SetDirectory)
4215 - changed Root's MakeDefCanvas to TH1::MakeDefCanvas
4216 - changed DrawClone to DrawCopy
4217
4218 * mhist/MHMcCollectionArea.[h,cc]:
4219 - changed fName, fTitle from pointer to static object
4220 - Delete histograms from file structure (SetDirectory)
4221 - changed Root's MakeDefCanvas to TH1::MakeDefCanvas
4222 - changed DrawClone to DrawCopy
4223 - changed binning to log scale
4224 - removed include of TH1
4225
4226 * mhist/MHMcEnergy.cc, mhist/MHStarMap.cc:
4227 - changed fName, fTitle from pointer to static object
4228 - Delete histograms from file structure (SetDirectory)
4229 - changed Root's MakeDefCanvas to TH1::MakeDefCanvas
4230
4231 * manalysis/MCerPhotEvt.cc, manalysis/MHillas.cc,
4232 manalysis/MHillasCalc.cc, manalysis/MImgCleanStd.cc,
4233 manalysis/MMcPedestalCopy.cc, manalysis/MPedestalCam.cc,
4234 mbase/MClone.cc, mbase/MPrint.cc, mbase/MTime.h,
4235 mbase/MWriteAsciiFile.cc, mgui/MGeomCam.cc, mhist/MHFadcCam.cc,
4236 mhist/MHMcRate.cc, mmc/MMcTrig.cxx, mraw/MRawCrateArray.cc,
4237 mraw/MRawEvtData.cc, mraw/MRawEvtHeader.cc, mraw/MRawFileRead.cc:
4238 - changed fName, fTitle from pointer to static object
4239
4240 * manalysis/MCerPhotCalc.cc, manalysis/MPedCalcPedRun.cc,
4241 mmontecarlo/MMcThresholdCalc.[h,cc],
4242 mmontecarlo/MMcTriggerRateCalc.[h,cc],
4243 mmontecarlo/MMcCollectionAreaCalc.[h,cc]:
4244 - changed fName, fTitle from pointer to static object
4245 - changed to use auto enabling scheme
4246
4247 * macros/threshold.C, macros/collarea.C, macros/trigrate.C:
4248 - removed UseLeaf
4249
4250 * macros/CT1Hillas.C, macros/readMagic.C:
4251 - made run again
4252
4253 * mraw/MRawFileWrite.cc:
4254 - changed fName, fTitle from pointer to static object
4255 - changed TTree::Branch to use default split level (99)
4256 - added the missing important '.' to the Branch names!
4257
4258 * mraw/MRawRunHeader.[h,cc]:
4259 - changed fName, fTitle from pointer to static object
4260 - implemented enum for Run Type
4261
4262
4263
4264 2001/10/26: Thomas Bretz
4265
4266 * Makefile.rules:
4267 - changed output
4268
4269 * readraw.cc:
4270 - changed name and description in TROOT
4271 - removed argument in MMcEvt::Print()
4272
4273 * manalysis/MCerPhotEvt.[h,cc], manalysis/MCerPhotPix.[h,cc],
4274 manalysis/MHillas.[h,cc], mmc/MMcEvt.[hxx,cxx],
4275 mmc/MMcFadcHeader.[hxx,cxx], mmc/MMcTrig.[hxx,cxx],
4276 mmc/MMcTrigHeader.[hxx,cxx]:
4277 - according to root 3.01 made Print const
4278
4279 * mbase/BaseLinkDef.h:
4280 - added MPrint
4281
4282 * mbase/MPrint.[h,cc]:
4283 - added
4284
4285 * mbase/MClone.[h,cc]:
4286 - changed MParContainer to a more general TObject
4287
4288 * mbase/Makefile:
4289 - MPrint.cc added
4290
4291 * meventdisp/MGCamDisplay.[h,cc], meventdisp/MGEvtDisplay.[h,cc],
4292 meventdisp/MGFadcDisp.[h,cc]:
4293 - introduced fInitOk for the case PreProcessing failed
4294
4295 * mmain/MMonteCarlo.cc:
4296 - added correction for use of several trigger conditions
4297 - speedup threshold calc by usage of UseLeaf
4298
4299 * magiclogo.xpm, marslogo.xpm:
4300 - changed
4301
4302 * mmain/MMonteCarlo.cc:
4303 - added a workaround for the <TClass::TClass> no dictionary for MMc*
4304 problem
4305
4306 * mbase/MWriteRootFile.[h,cc]:
4307 - simplified code by removing MRootFileTree class
4308
4309 * mbase/MLog.cc:
4310 - changed char[len+1] to 'new' statement
4311
4312
4313
4314
4315 2001/10/23: Thomas Bretz
4316
4317 * mbase/MLog.[h,cc]:
4318 - replaced usage of tmpnam by mkstemp
4319
4320 * mgui/MCamDisplay.[h,cc]:
4321 - Paint function added which maintains the aspect ratio of the image
4322 - DrawPhotErr removed
4323 - removed gPad->Clear, so that we can draw into pads not only
4324 canvases
4325
4326 * mhist/MFillHFadc.[h,cc], mhist/MFillHHillas.[h,cc],
4327 mhist/MFillHStarMap.[h,cc]:
4328 - removed
4329
4330 * mmontecarlo/MMcTriggerRateCalc.[h,cc]:
4331 - removed unused spectral index and flux
4332
4333 * mmontecarlo/MMcThesholdCalc.[h,cc],:
4334 mbase/MParList.[h,cc]:
4335 - fixed the Dimension handling
4336
4337 * mmontecarlo/MMcTriggerRateCalc.[h,cc],
4338 - fixed the Dimension handling
4339 - added destructor
4340
4341 * macros/trigrate.C:
4342 - fixed some small things
4343 - accelerated by use of MReadTree::UseLeaf
4344
4345 * mhist/MHMcCollectionArea.h:
4346 - changed default argument of DrawClone from NULL to "".
4347 NULL caused the interpreter to crash.
4348
4349 * mbase/MFilterList.[h,cc], mbase/MParContainer.[h,cc],
4350 mbase/MParList.[h.cc], mbase/MTime.[h,cc],
4351 mgui/MGeomCam.[h,cc], mgui/MGeomPix.[h,cc],
4352 mgui/MHexagon.[h,cc], mhist/MHMcEnergy.[h,cc],
4353 mhist/MHMcRate.[h,cc], mraw/MRawCrateData.[h,cc],
4354 mraw/MRawEvtHeader.[h,cc], mraw/MRawRunHeader.[h,cc]:
4355 - according to root 3.01 I made Print() const
4356
4357 * mdatacheck/MViewAdcSoectra.[h,cc], mdatacheck/MShowSpect.[h,cc]:
4358 - removed
4359
4360 * mbase/MReadTree.cc:
4361 - removed default argument from GetEntry-call
4362
4363 * mbase/MTask.[h,cc]:
4364 - introduced mapping function for (Pre/Post)&Process
4365 - according to root 3.01 I made Print() const
4366 - added PrintStatistics
4367 - added call counter
4368
4369 * mbase/MTaskList.[h,cc]:
4370 - adapted to new MTask mapping functions
4371 - according to root 3.01 I made Print() const
4372 - added PrintStatistics
4373 - moved some functionality to MTask-Mapper functions
4374
4375 * mmain/MMonteCarlo.cc:
4376 - adapted to some changes in other classes
4377 - some small simplifications
4378 - accelerated, by use of UseLeaf
4379 - workaround for the ButtonGroup/Button delete bug
4380
4381 * mmain/MAnalysis.cc:
4382 - workaround for the ButtonGroup/Button delete bug
4383
4384
4385
4386 2001/10/23: Thomas Bretz
4387
4388 * macros/dohtml.C:
4389 - changed macro names
4390
4391 * macros/getCollArea.C:
4392 - renamed to collarea.C
4393 - make use of new fast MReadTree
4394
4395 * macros/getRate.C:
4396 - renamed to trigrate.C
4397
4398 * macros/getThreshold.C:
4399 - renamed to threshold.C
4400
4401 * Makefile.depend:
4402 - removed
4403
4404 * mgui/MCamDisplay.[h,cc]:
4405 - fixed wrong usage of new operator in TClonesArray
4406 - the aspect ratio of the Canvas is used now to display geometries
4407 correctly (no 'small CT1 camera anymore)
4408 - replaced include of MCerPhotPix by a forward declaration
4409 - replaced include of MHexagon by a forward declaration
4410
4411 * mgui/MGeomCam.[h,cc]:
4412 - added GetMaxRadius()-function
4413 - added CalcMaxRadius()-function
4414 - replaced include of MGeomPix by a forward declaration
4415 - replaced include of TObjArray by a forward declaration
4416
4417 * mgui/MGeomCamMagic.cc, mgui/MGeomCamCT1.cc:
4418 - call CalcMaxRadius in the constructor
4419
4420
4421
4422 2001/10/22: Thomas Bretz
4423
4424 * mhist/MH*.[h,cc]:
4425 - changed DrawClone according to root 3.01/06 to 'const'
4426
4427
4428
4429 2001/10/16: Thomas Bretz
4430
4431 * mbase/MReadTree.[h,cc]:
4432 - added some output statements
4433 - added comments
4434 - added UseLeaf
4435 - changed AddFile to Int_t
4436 - simplified GetEntry call
4437
4438 * mgui/MGeomCam.[h,cc], MGeomCamCT1.[h,cc], MGeomCamMagic.[h,cc]:
4439 - added come comments
4440 - removed Draw-function
4441
4442 * mars.cc:
4443 - Changed name of TROOT object to 'mars'
4444
4445 * merpp.cc:
4446 - changed name of TROOT object to 'merpp'
4447 - added some more ouput
4448
4449 * mbase/MBaseLinkDef.h:
4450 - added MRootFileBranch
4451 - added MRootFileTree
4452
4453 * mgui/MGeomPix.cc, mbase/MClone.cc, mraw/MRawRunHeader.cc:
4454 - added comments
4455
4456 * mbase/MEvtLoop.cc:
4457 - added missing include
4458 - added another time output
4459
4460 * mbase/MWriteRootFile.cc:
4461 - added ClassImp
4462
4463 * mhist/MFillH.cc, mmontecarlo/MMcCollectionAreaCalc.cc:
4464 - changed output
4465
4466 * mhist/MHMcCollectionArea.cc:
4467 - small fixes
4468 - changed error calculation according to Ciro
4469
4470 * macros/CT1Hillas.C:
4471 - fixes some bugs (typos)
4472
4473
4474
4475 2001/10/05: Thomas Bretz
4476
4477 * manalysis/MHillas.cc, manalysis/MImgCleanStd.cc, mbase/MClone.[h,cc],
4478 mbase/MFilterList.h, mbase/MWriteFile.h, mbase/MWriteRootFile.h,
4479 mdatacheck/MGDisplayAdc.cc, meventdisp/MGCamDisplay.cc,
4480 meventdisp/MGCamDisplay.h, meventdisp/MGEvtDisplay.h,
4481 mgui/MGeomPix.h, mhist/MFillH.h, mhist/MHHillas.h,
4482 mmain/MAnalysis.h, mmain/MBrowser.h, mmain/MCameraDisplay.h,
4483 mmain/MDataCheck.h, mmain/MEvtDisp.h, mmain/MMonteCarlo.h,
4484 mraw/MRawFileRead.cc
4485 - comments updated
4486
4487 * mbase/MFilter.[h,cc]:
4488 - made IsExpressionTrue abstract
4489
4490 * meventdisp/MGEvtDisplay.cc:
4491 - fixed a bug that only every second event was displayed
4492
4493 * meventdisp/MGFadcDisp.[h,cc]:
4494 - reorganized code (changing pixel number drawed the histogram twice)
4495
4496 * mgui/MCamDisplay.[h,cc]:
4497 - added fDrawingPad to make sure that all output goes into the same pad
4498
4499 * mhist/HistLinkDef.h, mhist/Makefile:
4500 - removed old MFillH* classes
4501
4502
4503
4504 2001/10/02: Thomas Bretz
4505
4506 * mbase/MClone.[h,cc],
4507 meventdisp/MGCamDisplay.[h,cc],
4508 meventdisp/MGEvtDisplay.[h,cc],
4509 mmain/MCameraDisplay.[h,cc]:
4510 - added
4511
4512 * macros/readMagic.C:
4513 - fixed a "'->' and '.' mixed bug"
4514
4515 * manalysis/MCT1ReadAscii.cc:
4516 - added initialisation of fIn
4517
4518 * manalysis/MCerPhotEvt.[h,cc]:
4519 - made IsPixelExisting const
4520 - made IsPixelCore const
4521 - made IsPixelUsed const
4522 - made GetNumPhotons[Min,Max] const
4523
4524 * mbase/BaseLinkDef.h, mbase/Makefile:
4525 - added MClone
4526
4527 * mbase/MEvtLoop.[h,cc], mbase/MParList.[h,cc], mbase/MTaskList.[h,cc]:
4528 - added SetOwner-support
4529
4530 * mdatacheck/DataCheckLinkDef.h, mdatacheck/Makefile:
4531 - removed MShowSpect
4532 - removed MViewAdcSpect
4533
4534 * mdatacheck/MDumpEvtHeader.cc:
4535 - added missing descriptions
4536
4537 * mdatacheck/MGDisplayAdc.[h,cc]:
4538 - small changes
4539
4540 * meventdisp/EvtDispLinkDef.h:
4541 - added MGEvtDisplay
4542 - added MGCamDisplay
4543
4544 * meventdisp/MGFadcDisp.[h,cc]:
4545 - derived from MGEvtDisplay
4546 - most of the code moved to MGEvtDisplay to support MGCamDisplay, too
4547
4548 * meventdisp/Makefile:
4549 - added MGCamDisplay
4550
4551 * mgui/MCamDisplay.[h,cc]:
4552 - cleaned
4553 - reorganized
4554
4555 * mgui/MHexagon.cc:
4556 - added missing descriptions
4557
4558 * mhist/MHFadcPix.cc:
4559 - reorganized some code in the constructor which creates the 'names'
4560
4561 * mhist/MHHillas.cc, mhist/MHMcCollectionArea.cc,
4562 mhist/MHMcEnergy.cc, mhist/MHStarMap.cc:
4563 - Draw-function supports a default canvas now
4564
4565 * mmain/MDataCheck.cc:
4566 - added/rorganized comments
4567 - removed usage of MViewAdcSpectra
4568
4569 * mmain/MMars.[h,cc]:
4570 - added new "Camera Display" Button
4571
4572 * mmain/MainLinkDef.h, mmain/Makefile:
4573 - added MCameraDisplay
4574
4575
4576
4577 2001/09/28: Thomas Bretz
4578
4579 * macros/getRate.C:
4580 - changed TObjArray to a non-pointer object
4581 - added Printing of the result at the end of the macro
4582
4583 * mhist/MHMcCollectionArea.[h,cc], mhist/MHMcEnergy.[h,cc]:
4584 - added DrawClone
4585
4586 * mhist/MHMcRate.[h,cc]:
4587 - added a dummy for DrawClone
4588
4589 * mmain/MMonteCarlo.[cc, h]:
4590 - added Gui elements
4591 - added CalculateCollectionArea (not yet tested)
4592 - added CalculateTriggerRate (not yet tested)
4593 - added Threshold (not yet tested)
4594
4595 * mmontecarlo/MMcTriggerRateCalc.cc:
4596 - removed output stuff from PostProcessing
4597
4598 * meventdisp/MGFadcDisp.[h,cc], mdatacheck/MGDisplayAdc.[h,cc]:
4599 - reorganized code (constructor)
4600 - reorganized deletion of gui objects
4601 - fixed many, many memory leaks
4602
4603
4604
4605 2001/09/27: Thomas Bretz
4606
4607 * mmain/MBrowser.cc:
4608 - added comments
4609
4610 * mmain/MAnalysis.[h,cc]:
4611 - added entry field for cleaning levels
4612 - restructured code a bit
4613
4614 * mhist/MFillH.cc:
4615 - fixed missing initialization of member variables in Init
4616
4617 * mhist/MHHillas.[h,cc]:
4618 - Added comments
4619 - Added DrawClone
4620 - Removed kCanDelete bits from Draw function
4621
4622 * mhist/MHStarMap.[h,cc]:
4623 - Added comments
4624 - Added DrawClone
4625 - moved some code from the Draw-functions to PrepareDrawing
4626
4627
4628
4629 2001/09/26: Thomas Bretz
4630
4631 * mmain/MMars.[cc,h], mmain/MBrowser.[cc,h], MDataCheck.[cc,h],
4632 mmain/MEvtDisp.[cc,h], mmain/MMonteCarlo.[cc,h]:
4633 - reorganized code (constructor)
4634 - reorganized deletion of gui objects
4635 - fixed many, many memory leaks
4636 - small changes in layout
4637
4638 * mmain/MAnalysis.[h,cc]:
4639 - added
4640
4641 * macros/*:
4642 - added Copyright notice
4643 - added some small sanity checks
4644
4645 * macros/MagicHillas.C:
4646 - fixed '->' bug
4647 - changed MFillHStarMap to MFillH
4648
4649 * mbase/MReadTree.cc, mraw/MRawFileWrite.cc:
4650 - removed an old debug statement
4651
4652 * mmain/MMars.cc:
4653 - added new Analysis functionality
4654
4655 * mmain/MainLinkDef.h:
4656 - addded MAnalysis
4657
4658 * mmain/Makefile:
4659 - added MAnalysis.cc
4660
4661 * mmc/McLinkDef.h:
4662 - removed nonsens define statement
4663
4664
4665
4666 2001/09/25: Thomas Bretz
4667
4668 * Makefile:
4669 - changed make tar so that 'CVS/Root' isn't added to the tar-file anymore
4670 It contains the origin (CVSROOT) of the repository and my confuse
4671 people triing to commit changed files from such an archive to
4672 the repository
4673
4674 * mmain/MBrowser.[cc,h]:
4675 - reorganized code (constructor)
4676 - reorganized deletion of gui objects
4677 - fixed many, many memory leaks
4678
4679 * mmain/MMars.[cc,h]:
4680 - reorganized code (constructor)
4681 - reorganized deletion of gui objects
4682 - fixed many, many memory leaks
4683
4684
4685
4686 2001/09/20: Thomas Bretz
4687
4688 * mbase/MLog.[h,cc]:
4689 - made working with Cosy
4690 - fixed gui stuff to work like expected
4691
4692 * manalysis/MCerPhotPix.h:
4693 - replaced TROOT.h by MAGIC.h
4694
4695 * mfilter/MFTriggerLvl1.h:
4696 - added description
4697
4698
4699
4700 2001/09/20: Thomas Bretz
4701
4702 * released Version 0.4
4703
4704 * mevtdisp/MGFadcDisp.cc, mmain/MMars.cc:
4705 - switched to root version >= 3.00
4706
4707 * Makefile.conf.linux:
4708 - added to support the new Linux distributions
4709
4710 * .rootrc:
4711 - removed references to MARSSYS
4712
4713
4714
4715 2001/09/13: Thomas Bretz
4716
4717 * Makefile.conf.linux-gnu:
4718 - removed "-Woverloaded-virtual". it doesn't really help
4719
4720
4721
4722 2001/08/02: Thomas Bretz
4723
4724 * macros/getRate.C:
4725 - make use of new stylish lists of containers
4726
4727
4728 * macros/CT1Hillas.C, macros/getCollArea.C:
4729 - make use of return value of Eventloop
4730
4731 * macros/merpp.C:
4732 - changed return type to void
4733
4734
4735
4736 2001/07/23: Thomas Bretz
4737
4738 * mbase/MParList.cc:
4739 - redifinition of default argument: fixed
4740
4741
4742
4743 2001/07/23: Thomas Bretz
4744
4745 * mmontecarlo/MMcThresholdCalc.[cc,h]:
4746 - changed PreProcess action to new stylish lists of containers
4747
4748 * mhist/Makefile:
4749 - removed MEnergies.cc
4750
4751 * mhist/HistLinkDef.h:
4752 - removed MEnergies.cc
4753
4754 * mbase/MReadTree.cc:
4755 - removed a bug which causes MReadTree to show strange behaviour.
4756 We cannot use GetBranch()->SetAddress() we have to use
4757 SetBranchAddress.
4758
4759 * macros/MagicHillas.C:
4760 - changed to new stylish histogram fillers.
4761
4762 * mhist/MHMcRate.cc:
4763 - some simplifications to the constructors
4764 - some accelerations of the rate calculation
4765
4766 * mhist/MHHillas.C:
4767 - added axis descriptions (thanks to Rudy)
4768
4769
4770
4771 2001/07/20: Thomas Bretz
4772
4773 * mhist/MH.cc:
4774 - added comments
4775
4776 * mhist/MFillH.cc:
4777 - added comments
4778
4779 * mbase/MParList.[h,cc]:
4780 - Added AddToList from a TObjArray
4781 - Added GetClassName
4782 - Added GetObjName
4783 - Added FindObjectList
4784 - Added FindCreateObjList
4785 - Added CreateObjList
4786
4787 * mhist/MHMcEnergies.[h,cc]:
4788 - deleted
4789
4790 * mhist/MHMcEnergy.[h,cc]:
4791 - rewrote constructor in a way that MHMcEnergies isn't needed anymore
4792 - added a SetName function which replaces the old constructor somehow
4793
4794 * macros/getThreshold.C:
4795 - make use of some new features
4796
4797
4798
4799 2001/07/19: Thomas Bretz
4800
4801 * mbase/MEvtLoop.cc:
4802 - added comments
4803
4804 * mbase/MTaskList.cc:
4805 - changed the wrong 'break' for kCONTINUE into 'return kTRUE'
4806
4807 * mhist/MH.[cc,h]
4808 - added
4809
4810 * mhist/MFillH.[cc,h]
4811 - added
4812 - in principal MFillHHillas, MFillHFadc and MFillHStarMap
4813 can be deleted now
4814
4815 * mhist/HistLinkDef.h:
4816 - added MH
4817 - added MFillH
4818
4819 * mhist/MFillHFadc.cc:
4820 - moved source for filling to corresponding histogram class
4821
4822 * mhist/MFillHHillas.cc:
4823 - included MHillas.h
4824
4825 * mhist/MHFadcCam.[cc, h]:
4826 - added Fill
4827 - made FillHi, FillLo private
4828
4829 * mhist/MHHillas.[cc, h], mhist/MHStarMap.[h,cc]:
4830 - changed Fill function to new style
4831 - derived class from MH
4832
4833 * mhist/Makefile:
4834 - added MH.cc
4835 - added MFillH.cc
4836
4837
4838
4839 2001/07/18: Oscar Blanch
4840
4841 * macros/getRate.C:
4842 - Macro to compute the trigger rate from a MonteCarlo file
4843
4844 * mhist/MHMcRate.[h,cc]:
4845 - Container to store trigger rate information
4846 - Draw() functin member to be implemented
4847
4848 * mmontecarlo/MMcTriggerRateCalc.[h,cc]:
4849 - Task to compute trigger rate
4850
4851
4852
4853 2001/07/13: Thomas Bretz
4854
4855 * mbase/MEvtLoop.[h,cc]:
4856 - Added a result value to Eventloop to be able to detect if the
4857 execution was successfull
4858 - changes postProcess to return the return value from
4859 MTaskList::PostProcess
4860
4861 * mbase/MParList.cc:
4862 - FindCreateObj removes now a 'dot' from the end of an indexed
4863 object name like "Events;7."
4864
4865 * mbase/MReadTree.cc:
4866 - small changes to the output
4867
4868 * mbase/MTask.[h,cc]:
4869 - added Preprocessed flag. This enables the tasklist to only postprocess
4870 already preprocessed tasks
4871
4872 * mbase/MTaskList.cc:
4873 - don't postprocess non preprocessed tasks
4874
4875 * mhist/MHMcCollectionArea.cc:
4876 - added descriptions to histrograms
4877 - changed names of histograms
4878 - added drawing of canvas to Draw-functions
4879
4880 * mhist/MHMcEnergy.[h,cc]:
4881 - added variables to store the calculated result
4882 - changed names and titles of histogram
4883 - added axis titles to histogram
4884 - moved result calculation into fit-function
4885
4886 * mmontecarlo/MMcCollectionAreaCalc.cc:
4887 - added name of input container to be able to process another
4888 container than "MMcTrig"
4889
4890 * mmontecarlo/MMcThresholdCalc.cc:
4891 - removed trailing dot from container name creation
4892
4893 * mhist/MMcThresholdCalc.cc:
4894 - removed a wrong '.' behind the number when processing more than
4895 one trigger condition
4896
4897 * mraw/MRawRunHeader.cc:
4898 - added "Monte Carlo Data" as runtype
4899
4900
4901
4902 2001/07/10: Thomas Bretz
4903
4904 * mhist/MHMcEnergy.h:
4905 - renamed SetBins to SetNumBins
4906
4907 * mmontecarlo/MMcThresholdCalc.cc:
4908 - changed style of comments
4909 - moved sqrt(2) from Postprocess to header.
4910
4911 * mmontecarlo/MMcEnerHisto.[cc,h], mmontecarlo/MMcEnerThre.[cc,h],
4912 mmontecarlo/MMcEnerThreCalc.[cc,h]:
4913 - removed
4914
4915 * mmontecarlo/MCollArea.[cc,h], mmontecarlo/MCollAreaTrigger.[cc,h]:
4916 - removed
4917
4918
4919
4920 2001/07/09: Thomas Bretz
4921
4922 * mbase/MParList.cc:
4923 - made handling of already existing containers in AddToList a bit
4924 more convinient
4925
4926 * mbase/MTaskList.[h,cc]:
4927 - added come comments
4928 - made handling of already existing tasks in AddToList a bit
4929 more convinient
4930 - Added name-argument to constructor
4931
4932 * mraw/MRawFileRead.[cc, h]:
4933 - move file-open check from constructor to PreProcess
4934 - added variable for filename
4935
4936 * mraw/MRawFileWrite.[cc,h]:
4937 - moved fOut->Write from PostProcess to destructor
4938 - removed PostProcess
4939
4940
4941
4942 2001/07/06: Thomas Bretz
4943
4944 * mfilter/FilterIncl.h, mfilter/FilterLinkDef.h,
4945 mfilter/MFTriggerLvl1.[h,cc], mfilter/mfilter/Makefile:
4946 - added
4947
4948 * Makefile
4949 - mfilter added
4950
4951 * Makefile.conf.linux-gnu:
4952 - added some warning options
4953
4954 * Makefile.conf.osf1:
4955 - enhanced warnings
4956
4957 * manalysis/MCerPhotEvt.cc:
4958 - removed a small buf from the constructor
4959
4960 * BaseLinkDef.h:
4961 - added MFilter
4962 - added MFilterList
4963
4964 * mbase/MLog.[h,cc]:
4965 - added a non-empty copy constructor to make cxx happy
4966
4967 * mbase/MParList.[h,cc]:
4968 - added second overload-function FindObject
4969
4970 * mbase/MTask.h:
4971 - added all Filter stuff
4972
4973 * mbase/MTaskList.cc:
4974 - changed debug output
4975 - added filter-stuff to Process
4976
4977 * mbase/MTaskList.h:
4978 - changed Print default option from NULL to ""
4979
4980 * mbase/Makefile:
4981 - added MFilter
4982 - added MFilterList
4983
4984 * mhist/MFillHFadc.cc:
4985 removed a small bug in the PreProcessing
4986
4987 * manalysis/MCerPhotEvt.h, manalysis/MHillas.cc, manalysis/MHillas.h,
4988 manalysis/MImgCleanStd.cc, manalysis/MPedestalCam.h, mgui/MGeomCam.h,
4989 mhist/MFillHHillas.h, manalysis/MHillasCalc.h, manalysis/MCerPhotCalc.h,
4990 manalysis/MImgCleanStd.h, mhist/MFillHStarMap.h, mhist/MHHillas.cc,
4991 mhist/MHHillas.h, mhist/MHStarMap.cc, mhist/MHStarMap.h,
4992 mmc/MMcFadcHeader.hxx, mmc/MMcFadcHeader.hxx, mmc/MMcTrig.hxx,
4993 mmontecarlo/MMcThresholdCalc.h:
4994 - made more const-correct
4995
4996 * manalysis/MCT1ReadAscii.cc, manalysis/MCerPhotCalc.cc,
4997 manalysis/MHillasCalc.cc, manalysis/MImgCleanStd.cc,
4998 manalysis/MMcPedestalCopy.cc, manalysis/MPedCalcPedRun.cc,
4999 mhist/MFillHFadc.cc, mhist/MFillHHillas.cc, mhist/MFillHStarMap.cc,
5000 mmontecarlo/MMcThresholdCalc.cc, mraw/MRawFileRead.cc,
5001 mraw/MRawFileWrite.cc:
5002 - added comments
5003
5004 * manalysis/MCT1ReadAscii.cc, manalysis/MCerPhotCalc.cc,
5005 manalysis/MCerPhotPix.cc, manalysis/MHillas.cc,
5006 manalysis/MHillasCalc.cc, manalysis/MImgCleanStd.cc,
5007 manalysis/MMcPedestalCopy.cc, manalysis/MMcPedestalCopy.h,
5008 manalysis/MPedCalcPedRun.cc, manalysis/MPedestalCam.cc,
5009 manalysis/MPedestalPix.cc,
5010 mbase/MArray.cc, mbase/MArrayB.cc, mbase/MArrayS.cc, mbase/MEvtLoop.cc,
5011 mbase/MLog.cc, mbase/MParList.cc, mbase/MReadTree.cc, mbase/MTask.cc,
5012 mbase/MTime.cc, mbase/MWriteAsciiFile.cc, mbase/MWriteFile.cc,
5013 mbase/MWriteRootFile.cc,
5014 mhist/MFillHFadc.cc, mhist/MFillHFadc.cc, mhist/MFillHHillas.cc,
5015 mhist/MFillHStarMap.cc, mhist/MHFadcCam.cc, mhist/MHFadcPix.cc,
5016 mhist/MHHillas.cc, mhist/MHMcCollectionArea.cc, mhist/MHMcEnergies.cc,
5017 mhist/MHMcEnergy.cc, mhist/MHStarMap.cc, mraw/MRawCrateArray.cc,
5018 mraw/MRawCrateData.cc, mraw/MRawEvtData.cc, mraw/MRawEvtHeader.cc,
5019 mraw/MRawEvtPixelIter.cc, mraw/MRawFileRead.cc,
5020 mraw/MRawFileWrite.cc, mraw/MRawRunHeader.cc:
5021 - added semicolon after ClassImp to make my editor happy
5022
5023 * mmain/MEvtDisp.cc:
5024 - removed a wrong comma in the enumerations
5025
5026 * mmontecarlo/MMcThresholdCalc.cc:
5027 - made compile on osf by removing brackets in new steatement (constructor)
5028
5029
5030
5031 2001/07/05: Thomas Bretz
5032
5033 * macros/CT1Hillas.C:
5034 - changed the wrong pointers to dots.
5035
5036 * macros/getThreshold.C:
5037 - added some comments
5038 - removed the canvas creation
5039 - drawing replaced by a loop
5040 - changed trigger conditions to 1 (should work with any MC file)
5041
5042 * macros/readMagic.C:
5043 - changed the event counter to the number of the event in the file
5044 - removed icound
5045
5046 * manalysis/MPedCalcPedRun.cc, manalysis/MCerPhotCalc.cc,
5047 mbase/MParContainer.cc, mbase/MParContainer.h, mbase/MParList.cc,
5048 mbase/MParList.h, mbase/MTaskList.cc, mbase/MWriteAsciiFile.cc,
5049 mbase/MWriteRootFile.cc, mhist/MFillHFadc.cc, mhist/MFillHHillas.cc,
5050 mhist/MFillHStarMap.cc,
5051 - changed HasChanged to ReadyToSave
5052
5053 * mbase/MReadTree.cc:
5054 - added some comments
5055
5056 * mhist/MHMcEnergies.h:
5057 - fixed bug in []-operator
5058
5059 * mhist/MHMcEnergy.cc:
5060 - added canvas creation to draw function
5061
5062 * mmontecarlo/MMcThresholdCalc.cc:
5063 - fixed a bug in the constructor
5064
5065
5066
5067 2001/06/20: Thomas Bretz
5068
5069 * macros/merpp.C:
5070 - fixed type in comment
5071
5072 * manalysis/MHillas.cc:
5073 - fixed 'FIXME' comment
5074
5075 * mbase/MWriteFile.[h,cc]:
5076 - added
5077
5078 * mbase/MWriteRootFile.[h,cc]:
5079 - added
5080
5081 * mbase/BaseLinkDef.h:
5082 - Added MWriteFile
5083 - Added MWriteRootFile
5084
5085 * mbase/MEvtLoop.cc:
5086 - fixed the counting in the eventloop
5087
5088 * mbase/MWriteAsciiFile.[h,cc]:
5089 - changed class that it is based on MWriteFile now
5090
5091 * mbase/Makefile:
5092 - added MWriteFile
5093 - added MWriteRootFile
5094
5095 * mhist/MFillHFadc.[h,cc]:
5096 - added set for HasChanged (new PostProcess)
5097
5098 * mhist/MFillHHillas.cc:
5099 - added set for HasChanged (new PostProcess)
5100
5101 * mhist/MFillHStarMap.cc:
5102 - added set for HasChanged (new PostProcess)
5103
5104 * mhist/MHHillas.cc:
5105 - Set kCanDelete to make sure, that the histograms are deleted
5106 together with the canvas
5107
5108 * mraw/MRawFileWrite.[h,cc]:
5109 - changed the handling of opening, closing and checking file
5110
5111
5112
5113 2001/06/13: Thomas Bretz
5114
5115 * ./.../*.h:
5116 - added some comments and corrected some descriptions.
5117
5118 * mbase/MParContainer.[h,cc]:
5119 - added a 'dummy' function for AsciiRead, AsciiWrite
5120
5121 * mbase/MWriteAsciiFile.[h,cc]:
5122 - added new constructor (specify directly the pointer to the class)
5123
5124 * mgui/MHexagon.cc:
5125 - made Copy-function more readable
5126
5127 * mgui/MParContainer.cc:
5128 - made Copy-function more readable
5129
5130 * mhist/MHMcEnergies.[h,cc]:
5131 - files added as a container to make handling of several MHMcEnergy easier
5132
5133 * mbase/MAGIC.h:
5134 - encapsulated include of TROOT
5135
5136 * mbase/MTaskList.cc:
5137 - added SetHasChange and Reset to PostProcess
5138
5139 * mhist/HistLinkDef.h
5140 - added MHMcEnergies
5141
5142 * mhist/MHMcEnergy.[h,cc]:
5143 - added name and title to constructor
5144 - added number to name of container
5145
5146 * mmontecarlo/MMcThresholdCalc.cc:
5147 - corrected typo in creation of the container names
5148
5149 * mraw/MRawEvtData.cc:
5150 - Set kCanDelete in Draw function
5151
5152
5153
5154 2001/06/12: Thomas Bretz
5155
5156 * mmontecarlo/MMcEnerThreCalc.[cc,h]
5157 - copied to mmontecarlo/MMcThresholdCalc.[cc,h]
5158
5159 * mmontecarlo/MMcEnerThreHistos.[h,cc]
5160 - copied to mmhist/MHMcEnergy.[h,cc]
5161
5162 * mbase/Makefile:
5163 - added MWriteAsciiFile.cc
5164
5165 * mhist/HistIncl.h:
5166 - added TF1.h
5167
5168 * mhist/HistLinkDef.h:
5169 - added MHMcEnergy
5170
5171 * mhist/Makefile
5172 - added MHMcEnergy
5173
5174 * mmontecarlo/MCollArea.h:
5175 - fixed typo in ifndef
5176
5177 * mmontecarlo/Makefile:
5178 - added MMcThresholdCalc.cc
5179 - removed MMcEnerHisto.cc
5180 - removed MMcEnerThre.cc
5181 - removed MMcEnerThreCalc.cc
5182
5183 * mmontecarlo/MonteCarloLinkDef.h:
5184 - added MMcThresholdCalc.cc
5185 - removed MMcEnerHisto.cc
5186 - removed MMcEnerThre.cc
5187 - removed MMcEnerThreCalc.cc
5188
5189 * mbase/MWriteAsciiFile.[h,cc]:
5190 - added
5191
5192 * manalysis/MCT1ReadAscii.h:
5193 - removed fFileName from class definition
5194
5195 * manalysis/MCerPhotCalc.cc:
5196 - use of SetHasChanged added
5197
5198 * manalysis/MHillas.[h,cc]:
5199 - Reset added
5200 - AsciiRead added
5201 - AsciiWrite added
5202 - use of SetHasChanged added
5203
5204 * manalysis/MPedCalcPedRun.[h,cc]:
5205 - made fNumHiGainSamples a class member
5206 - renamed some member functions
5207 - made the 'internal' member functions private
5208 - added SetHasChanged
5209 - made these functions const
5210
5211 * mbase/BaseLinkDef.h
5212 - MWriteAsciiFile added
5213
5214 * mbase/MEvtLoop.cc:
5215 - some small changes to the logging output
5216
5217 * mbase/MParContainer.cc:
5218 - fHasChanged added
5219
5220 * mbase/MParContainer.h:
5221 - Reset prototype added
5222 - HasChanged added
5223 - SetHasChanged added
5224
5225 * mbase/MParList.[cc,h]:
5226 - SetHasChanged added
5227 - Reset added
5228
5229 * mbase/MTaskList.cc:
5230 - Process: call SetHasChanged before looping
5231 - Process: call Reset before looping
5232
5233 * mbase/MTaskList.h:
5234 - fParList added to class definition
5235
5236
5237
5238 2001/04/27: Thomas Bretz
5239
5240 * macros/merpp.C:
5241 - made the merpp-macro Mars 0.3 compatible
5242
5243
5244
5245 2001/04/19: Thomas Bretz
5246
5247 * mbase/MParList.cc:
5248 - added stripping of the string after last semicolon (classname)
5249
5250 * mbase/MReadTree.cc:
5251 - added Veto funtionality to PreProcess
5252 - added HasVeto
5253 - added fVetoList
5254 - added VetoBranch
5255
5256
5257
5258 2001/04/18: Thomas Bretz
5259
5260 * mbase/MHtml.[cc.h]:
5261 - Added
5262
5263 * mbase/*.cc:
5264 - changed comments of member functions to new MHtml-Style
5265
5266
5267
5268 2001/04/09: Thomas Bretz
5269
5270 * mbase/MParList.cc:
5271 - Added the possibility to specify a different object name in
5272 FindCreateObj
5273
5274 * .rootrc:
5275 - changed the style for the html documentation
5276
5277 * macros/dohtml.C:
5278 - added SetXwho
5279
5280 * (*.cc):
5281 - added the copyright comment block
5282
5283 * mgui/MGeomCamMagic.cc:
5284 - added some comments to all these numbers
5285
5286 * mraw/MRawEvtPixelIter.h:
5287 - added Jump member function which jumps directly to the pixel with a
5288 given id
5289
5290
5291
5292 2001/04/09: Thomas Bretz
5293
5294 * mgui/MGeomPix.cc:
5295 - fixed a small error in SetNeighbors (thanks to Oscar)
5296
5297 * mgui/MGFadcDisp.[h,cc]:
5298 - Fixed many small errors which caused the display to display nonsens
5299 in some situations
5300
5301
5302
5303 2001/04/04: Thomas Bretz
5304
5305 * mraw/MRawEvtData.[cc,h]:
5306 - changed wrong return type of GetNumPixels to UShort_t
5307
5308 * mmain/MBrowser.[cc,h]:
5309 - made the dialog somehow work like it should
5310
5311
5312
5313 2001/04/03: Thomas Bretz
5314
5315 * manalysis/MCT1ReadAscii.cc:
5316 - the pedestal values read from the file are now stored in MeanRms
5317 instead of Sigma
5318
5319 * manalysis/MCerPhotCalc.cc:
5320 - The pedestal mean Rms is used as the pixel error
5321
5322 * MImgCleanStd.cc:
5323 - CleanStep1: the '<' was replaced by a '<=' to clean also pixels
5324 with value=noise=0
5325
5326 * MMcPedestalCopy.cc:
5327 - All the pedestal values are now filled in (are they calculated correctly?)
5328
5329 * mgui/MGeomCamMagic.cc:
5330 - Forgot to initialize the Nextneighbors of the Magic Camera
5331 (thanks to Oscar)
5332
5333 * mhist/MHStarMap.cc:
5334 - I changed the model of the display (colors and bin width) to
5335 get a 'better' result
5336
5337
5338
5339 2001/04/02: Thomas Bretz
5340
5341 * mraw/MRawEvtHeader.h, mraw/MRawFileWrite.cc:
5342 - added constants (kTT*) for trigger type
5343
5344 * manalysis/MImgCleanStd.[h,cc]:
5345 - added changeable cleaning levels
5346
5347 * manalysis/MHillas.cc:
5348 - added some more sanity checks to the calculation
5349
5350 * manalysis/MCT1ReadAscii.[h,cc]:
5351 - added some kind of chain feature (AddFile) to process more than one file
5352
5353 * mgui/MGeomPix.[h,c]:
5354 - added interface to pixel neighbors
5355
5356 * mgui/MGeomCamCT1.[cc,h], mgui/MGeomCamMagic.[cc,h]:
5357 - creates the neighbor geomtry now, too
5358
5359 * manalysis/MImgCleanStd.[cc,h]:
5360 - switched to new stylish neighbors from MGeomCam
5361
5362
5363
5364 2001/03/30: Thomas Bretz
5365
5366 * mdatacheck/MH*, mdatacheck/MFillH*:
5367 - moved to mhist
5368
5369 * mraw/MrawEvtPixelIter:
5370 - IsLoGain -> HasLoGain
5371
5372 * mgui/MG*:
5373 - renamed
5374 - moved to mmain
5375 - move Browser functionality to MBrowser
5376
5377 * mmain/, mhist:
5378 - new
5379
5380
5381
5382 2001/03/21: Thomas Bretz
5383
5384 * manalysis/MHillas.[h,cc]:
5385 - fixed some minor errors, added sanity check (N<2) to Calc
5386
5387 * manalysis/MFillHHillas.cc:
5388 - skip event if Hillas calculations fails
5389
5390 * macros/getCollArea.C, macros/readMagic.C,
5391 mdatacheck/MViewAdcSpectra.cc, meventdisp/MGFadcDisp.cc:
5392 - changed order in MReadTree constructor
5393
5394 * manalysis/MCT1ReadAscii.[h,cc]:
5395 - changed to use MPedestalCam
5396
5397 * manalysis/MCT1Pedestals.[h,cc]:
5398 - removed
5399
5400 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
5401 - removed MCT1Pedestals
5402
5403 * mbase/BaseLinkDef.h:
5404 - added const values from Magic.h
5405
5406 * mbase/MLogManip.h:
5407 - changed style of dbginf
5408
5409 * mbase/MParList.cc:
5410 - make use of dbginf
5411
5412 * mbase/MReadTree.[h,cc]:
5413 - switched from a TTree to a TChain object
5414 - chnaged order of variables of the constructor
5415
5416
5417
5418 2001/03/21: Thomas Bretz
5419
5420 * macros/CT1Hillas.C, manalysis/MImgCleanStd.cc, manalysis/MImgCleanStd.h,
5421 manalysis/MMcPedestalCopy.cc, manalysis/MMcPedestalCopy.h,
5422 manalysis/MCerPhotCalc.h, manalysis/MCerPhotCalc.cc, mdatacheck/MHHillas.h,
5423 mdatacheck/MHHillas.cc, mdatacheck/MFillHFadc.cc, mdatacheck/MFillHFadc.h,
5424 mdatacheck/MHFadcCam.cc, mdatacheck/MHFadcCam.h, mdatacheck/MHFadcPix.cc,
5425 mdatacheck/MHFadcPix.h, mdatacheck/MFillHHillas.cc,
5426 mdatacheck/MFillHHillas.h
5427 - added
5428
5429 * mdatacheck/MHistosAdc.[h,cc]:
5430 - replaced by MHFadc[Cam,Pix]
5431
5432 * mdatacheck/MFillAdcSpect.[h,cc]:
5433 - replaced by MFillHFadc
5434
5435 * macros/readCT1.C:
5436 - uses the new classes now
5437 - calculates and displays hillas
5438
5439 * manalysis/AnalysisLinkDef.h:
5440 - added MCerPhotCalc, MImgCleanStd, MMcPedestalCopy
5441
5442 * manalysis/MCT1ReadAscii.cc:
5443 - PreProcess uses FindCreateObj now
5444
5445 * manalysis/MCerPhotEvt.cc, manalysis/MPedestalCam.cc:
5446 - changed the new back to 'new with placement'
5447
5448 * manalysis/MCerPhotEvt.[h, cc]:
5449 - removed cleaning from this class
5450
5451 * manalysis/MHillas.cc:
5452 - some small changes in the naming inside Calc()
5453
5454 * manalysis/MHillas.h:
5455 - added Get-functions
5456
5457 * manalysis/MPedestalCam.h:
5458 - added InitSize-function
5459
5460 * manalysis/MPedestalPix.h:
5461 - made Get-functions const
5462
5463 * manalysis/Makefile:
5464 - added MMcPedestalCopy, MImgCleanStd, MCerPhotCalc
5465
5466 * mbase/MLogManip.h:
5467 - "l." before line number
5468
5469 * mbase/MParList.cc:
5470 - added the autodelete feature for automatically created classes
5471
5472 * mdatacheck/DataCheckLinkDef.h:
5473 - added MHFadc[Cam,Pix], MHHillas
5474 - removed MHistosAdc
5475 - added MFillHFadc, MFillHHillas
5476
5477 * mdatacheck/MGDisplayAdc.[h,cc], MShowSpect.[h,cc],
5478 mdatacheck/MViewAdcSpectra.[h,cc], :
5479 - changed from MHistaosAdc to MHFadcCam
5480
5481 * mdatacheck/Makefile:
5482 - added MFillHFadc.cc, MFillHHillas.cc
5483 - removed MFillAdcSpect.cc
5484
5485 * manalysis/MCT1ReadAscii.h, mbase/MEvtLoop.h, mbase/MLog.h,
5486 mbase/MParList.h, mbase/MReadTree.h, mbase/MTask.h,
5487 mbase/MTaskList.h, mdatacheck/MDumpEvtHeader.h,
5488 meventdisp/MGFadcDisp.h, mgui/MCamDisplay.h,
5489 mgui/MCamNeighbor.h, mgui/MGDataCheckMain.h,
5490 mgui/MGEventDispMain.h, mgui/MGMarsMain.h,
5491 mgui/MGMonteCarloMain.h, mgui/MGPrototyp.h, mgui/MHexagon.h,
5492 mmontecarlo/MCollAreaTrigger.h, mraw/MRawEvtPixelIter.h,
5493 mraw/MRawFileRead.h, mraw/MRawFileWrite.h:
5494 - set version number to '0' (no i/o for this class)
5495
5496 * mgui/MGeomCamCT1.cc:
5497 - new claculation algorith for the CT1 camera. It is more
5498 exact in the camera plain
5499
5500 * mgui/MHexagon.cc:
5501 - removed Draw-function (it is inherited from TObject)
5502
5503 * mmc/MMcFadcHeader.hxx:
5504 - Added get-functions
5505
5506
5507
5508
5509 2001/03/20: Thomas Bretz
5510
5511 * manalysis/MPedestalPix.[h,cc], manalysis/MPedestalCam.[h,cc],
5512 manalysis/MHillas.[h,cc], manalysis/MHillasCalc.[h,cc],
5513 mgui/MGeomCamCT1.[h,cc], mgui/MGeomCamMagic.[h,cc]
5514 - added
5515
5516 * macros/readCT1.C:
5517 - added calculation of Hillas parameters
5518 - changed from pointers to objects
5519
5520 * manalysis/AnalysisLinkDef.h, manalysis/Makefile:
5521 - added MPedestalPix/Cam, MHillas, MHillasCalc
5522
5523 * manalysis/MCerPhotEvt.[h,cc]:
5524 - removed fType
5525 - commented out Draw function - should be fixed soon
5526 - renamed *Nb* to *Num*
5527 - renamed Get[Min,Max]NumPhotons to GetNumPhontons[Min,Max]
5528
5529 * meventdisp/MGFadcDisp.[h,cc]:
5530 - changed parameter of ReadinEvent to unsigned
5531
5532 * mgui/GuiLinkDef.h, mgui/Makefile:
5533 - added MGeomCamCT1, MGeomCamMagic
5534
5535 * mgui/MCamDisplay.[h,cc]:
5536 - changed constructor argument from int to MGeomCam
5537 - renamed *Nb* to *Num*
5538
5539 * mgui/MGeomCam.[h,cc]:
5540 - removed all camara specific stuff
5541 - MGeomCam is now used as a base class for the classes
5542 MGeomCam[Magic,CT1] which are containing the camera specific stuff
5543
5544 * mgui/MGeomPix.h:
5545 - added Set function
5546
5547
5548
5549 2001/03/02: Thomas Bretz
5550
5551 * manalysis/Makefile, mdatacheck/Makefile, meventdisp/Makefile,
5552 mgui/Makefile:
5553 - new
5554
5555 * mbase/MParList.[cc,h]:
5556 - Added FindCreateObj member function
5557 - added a name to the constructor
5558
5559 * mbase/MReadTree.cc:
5560 - changed to use FindCreateObj
5561
5562 * mdatacheck/MDumpEvtHeader.cc:
5563 - removed fPixelIter from member list
5564 - changed cout to *fLog
5565
5566 * mdatacheck/MViewAdcSpectra.cc:
5567 - removed a HUGE memory leak. All the objects in the list (and the
5568 lists itself were NEVER deleted)
5569
5570 * mdatacheck/MFillAdcSpect.cc
5571 - removed fPixelIter from member list
5572 - changed cout to *fLog
5573 - changed to use FindCreateObj
5574 - changed high and low to hi and lo
5575
5576 * mdatacheck/MShowSpect.cc
5577 - changed cout to *fLog
5578 - added a name to the constructor
5579
5580 * mraw/MRawFileRead.cc:
5581 - changed to use FindCreateObj
5582
5583 * mdatacheck/MGDisplayAdc.[h,cc]:
5584 - added some new member functions to make code more clear
5585 - removed fHists from the destructor
5586
5587 * mdatacheck/MHistosAdc.h:
5588 - changed high and low to hi and lo
5589
5590 * macros/dohtml.C:
5591 - added manalysis
5592
5593
5594
5595 2001/03/01: Thomas Bretz
5596
5597 * Makefile:
5598 - added headers to dependencies
5599
5600 * Makefile.rules:
5601 - added headers to dependencies
5602
5603 * merpp.cc:
5604 - changed from pointers to objects
5605 - added compression level support
5606
5607 * readraw.cc:
5608 - removed unnecessary includes
5609
5610 * mbase/MArray*.*:
5611 - changed all Int_t to UInt_t
5612
5613 * mbase/MLogManip.h:
5614 - changed name of __DINF__ to dbginf
5615
5616 * mraw/MRawCrateData.[h,cc], mraw/MRawEvtHeader.[h,cc],
5617 mraw/MRawRunHeader.[h,cc]:
5618 - changed ifstream to istream
5619
5620 * mraw/MRawEvtData.cc:
5621 - changed the reading, which speeds up merpp by a factor of 10
5622
5623 * mraw/MRawEvtData.h:
5624 - added flag to InitArrays and DeletePixels
5625 (not yet used)
5626
5627 * mraw/MRawFileRead.h:
5628 - removed pParList from parameter list
5629
5630 * manalysis/AnalysisLinkDef.h
5631 - removed MReadCT1Ascii, added MCT1ReadAscii
5632 - added MCT1Pedestals
5633
5634 * manalysis/MCerPhotEvt.[h,cc]:
5635 - changed the constructor a little bit
5636 - rewrote Print() to make it a bit more readable
5637 - moved MCerphotPix to new File
5638 - added many lines of comments
5639 - exchanged old stylish new call with new stylish(=) one
5640 - replaced all accesses to fPixels with the [] operator to make this
5641 lines more readable
5642 - made all variable declarations const-correct,
5643 - I changed the style of the cleaning method from if(a){if()b{if(c){}}}
5644 to if(!a)continue; if(!b)continue if(!c) continue; to make it more
5645 compact, readable and easier to understand
5646 - renamed the Boolean-functions to Is* to get a stricter structure
5647 - replaced mapping function to access the pixel list entries by the new
5648 operator to get rid of more than the necessary number of member
5649 functions without loosing speed or readability
5650 - renamed GetMinimum/MaximumPhoton to GetMin/MaxNumPhotons to be
5651 more exact
5652
5653 * mgui/MCamGeom.* splitted and changed to MGeomCam/Pix:
5654 - added a new operator to access the TObjArray
5655 - removed unnecessary code from CreateCT1
5656
5657 * mbase/MAGIC.h:
5658 - added kPI
5659
5660 * mbase/MReadTree.cc:
5661 - added some comments
5662
5663 * mgui/MCamDisplay.[h,cc]:
5664 - added some comments, reordered a bit the calls in the constructor
5665 to get a 'straight forward structure', MGeomCam is now only
5666 locally used where it is needed, replaced access to the
5667 TClonesArrays by new member-function to get a more readable code,
5668 replaced old stylish new call with new stylish one, made
5669 variable decleration const-correct, introduced a new member function
5670 to set the pixel color, renamed the overloaded Draw functions to
5671 DrawPhotons, DrawPhotErr to prevent missunderstatements, changed
5672 the 'layout' of GetColor to make it easier to understand the algorithm,
5673
5674 * mgui/MCamNeighbor.[h, cc]:
5675 - changed to new log-interface
5676 - exchanged -9999 by -1
5677 - skipped the exits
5678 - you must check for -1 one in any case
5679 - this means a warning should be enough
5680
5681 * mgui/MHexagon.[h,cc]:
5682 - added new constructor whcih uses a MGeomPix-object
5683
5684
5685
5686 2001/02/28: Thomas Bretz
5687
5688 * mbase/MParList.[h,cc]:
5689 - changed return type of FindObject back to TObject
5690 - it seems so, that some compilers don't like overriding the
5691 return type of a virtual member function
5692
5693
5694
5695 2001/02/23: Thomas Bretz
5696
5697 * mraw/MRawEvtPixelIter.h:
5698 - added GetSum* functions
5699
5700 * mbase/MParList.[h,cc]:
5701 - Removed unnecessary fNext-stuff
5702
5703
5704
5705 2001/02/22: Thomas Bretz
5706
5707 * merpp.cc, readraw.cc, mbase/MParContainer.cc, mbase/MParList.cc,
5708 mbase/MParList.h, mbase/MReadTree.cc, mbase/MTask.cc, mbase/MTask.h,
5709 mbase/MTaskList.cc, mbase/MTime.cc, mdatacheck/MDumpEvtHeader.cc,
5710 mdatacheck/MShowSpect.cc, meventdisp/MGFadcDisp.cc, mgui/MGPrototyp.h,
5711 mmc/MHeaderTrig.cxx, mraw/MRawCrateArray.cc, mraw/MRawEvtData.cc,
5712 mraw/MRawEvtHeader.cc, mraw/MRawFileRead.cc, mraw/MRawFileWrite.cc,
5713 mraw/MRawRunHeader.cc:
5714 - exchanged cout with the new logging style (gLog, *fLog)
5715
5716 * mraw/MRawEvtData.cc:
5717 - added 'dec' option to Print
5718
5719 * mmc/MHeaderTrig.cxx, mmc/MMcEvt.cxx, mmc/MMcTrig.cxx:
5720 - small changes to the Print funtions
5721
5722
5723
5724 2001/02/21: Thomas Bretz
5725
5726 * MRawEvtData.cc:
5727 - Changed ReadEvt according to the new raw binary format 2001/02/20
5728
5729 * Added MLog.[h,cc], MLogManip.[h,cc]
5730
5731 * Adde SetStreamer and fLog to the MParContainer base class
5732
5733 * Derived MEvtLoop from MParContainer
5734
5735 * Makefile:
5736 - added 'tar'
5737
5738 * mbase/BaseIncl.h:
5739 - added fstream.h, TGListBox.h
5740
5741 * mbase/BaseLinkDef.h:
5742 - added pragma for gLog and MLog
5743
5744 * mbase/MAGIC.h:
5745 - added forward definition for gLog
5746
5747 * mbase/MEvtLoop.cc:
5748 - exchanged cout with *fLog
5749 - added statements to provide log-facility to all tasks als parameter
5750 containers
5751
5752 * mbase/MEvtLoop.h:
5753 - Small changes
5754
5755 * mbase/MParContainer.h:
5756 - Added definitions necessary for use of Log-Facility
5757
5758 * mbase/MParList.[h,cc]:
5759 - Added SetLogStream
5760
5761 * mbase/MTask.h:
5762 - added fLog
5763
5764 * mbase/MTaskList.[h,cc]:
5765 - added SetLogStream
5766
5767 * mbase/Makefile:
5768 - Added MLog.cc, MLogManip.cc
5769
5770
5771
5772 2001/02/19: Harald Kornmayer
5773
5774 * implemented the Image Cleaning a la CT1 to the class MCerPhotEvt
5775
5776 * changed the readCT1.C file to show the effects of the image cleaning
5777 a la CT1
5778
5779 * changed
5780 mgui/MCamNeighbor.cc
5781 mananlysis/MCerPhotEvt.cc .h
5782 macros/readCT1.C
5783
5784
5785
5786 2001/02/19: Thomas Bretz
5787
5788 * MParContainer.h added prototypes for AsciiRead/Write
5789
5790 * .rootrc added
5791
5792 * MEvtLoop.[h,cc]:
5793 - split eventloop in its three parts, this should be used for
5794 debugging only.
5795
5796
5797
5798 2001/02/06: Harald Kornmayer
5799
5800 * the first running version with a eventdisplay. Now we are able
5801 to display an Event on the photo electron level. To do this, run
5802 the macro "macros/readCT1.C" after changing the file name.
5803
5804 changed:
5805 macros/readCT1.C
5806 manalysis/MNphotEvent.cc, manalysis/MNphotEvent.h
5807 analysis/MReadCT1Ascii.cc
5808 mgui/MCamDisplay.cc, mgui/MCamDisplay.h
5809
5810
5811
5812 2001/01/23: Harald Kornmayer
5813
5814 * the integration of the class FadcDisp in the mars enviroment
5815 and further developments in the display
5816
5817 changed:
5818 meventdisp/MGFadcDisp.h
5819 meventdisp/MGFadcDisp.cc
5820 mgui/GuiIncl.h
5821 mgui/GuiLinkDef.h
5822 mgui/MGMarsMain.cc
5823 mgui/MGPrototyp.cc
5824 mgui/MGPrototyp.h
5825 mgui/Makefile
5826
5827 added:
5828 mgui/MGEventDispMain.h
5829 mgui/MGEventDispMain.cc
5830
5831
5832
5833 2001/01/22: Harald Kornmayer
5834
5835 * started with the development of a EventDisplay Utitliy.
5836 Therefore I added the following files.
5837
5838 meventdisp/EvtDispIncl.h
5839 meventdisp/EvtDispLinkDef.h
5840 meventdisp/MGFadcDisp.cc
5841 meventdisp/MGFadcDisp.h
5842 meventdisp/Makefile
5843
5844 Also a few of the older files where slightly changed.
5845 ./Makefile
5846 ./Makefile.rules
5847 mraw/MRawEvtData.
5848
5849
5850
5851 2001/01/19: Thomas Bretz
5852
5853 * mmc/*.hxx:
5854 - changed include of MDefineTrigger.h back
5855
5856
5857
5858 2001/01/19: Oscar Blanch
5859
5860 * mmc/MTriggerDefine.h:
5861 - added
5862
5863
5864
5865 2001/01/18: Thomas Bretz
5866
5867 * Makefile:
5868 - mmc-library added
5869
5870 * Makefile.conf.general:
5871 - Added definition of __MARS__
5872
5873 * Makefile.rules:
5874 - Added definitions to rootcint
5875
5876 * Oscar added the McFormat subdir of the Monte Carlo as mmc
5877
5878 * mmc/MMcEvt.h:
5879 - renamed to MMcEvt.hxx
5880
5881 * mmc/*.hxx:
5882 - added necessary defintions from MDefineTrigger.h
5883
5884 * mmc/Makefile, mmc/McLinkDef.h, mmc/McIncl.h, mmc/readme.txt:
5885 - added
5886
5887 * mmc/LinkDef.h:
5888 - removed
5889
5890
5891
5892 2001/01/17: Thomas Bretz
5893
5894 * Makefile:
5895 - Exchanged explicit rules to make library by implicit ones
5896 - The shared object works now. I exchanged the libraries with the object
5897 files. But I don't know why the libraries don't work.
5898
5899 * Makefile.conf.linux-gnu:
5900 - replaced CC with gcc (instead of g++)
5901
5902 * mdatacheck/DataCheckLinkDef.h:
5903 - removed unused statements
5904
5905 * mraw/RawLinkDef.h:
5906 - added globals
5907
5908 * mraw/MerppLinkDef.h:
5909 - removed unused file
5910
5911
5912
5913 2001/01/12: Thomas Bretz
5914
5915 * MLinkDef.h, MIncl.h, marslogo.xpm, magiclogo.xpm:
5916 - added
5917
5918 * LinkDef.h:
5919 - removed
5920
5921 * Makefile:
5922 - Added CINT, mrproper
5923
5924 * mbase/Makefile, mraw/Makefile, mgui/Makefile, mdatacheck/Makefile:
5925 - included makefile.general, Makefile.rules,
5926 - removes corresponding lines
5927
5928 * mdatacheck/MDumpEvtHeader.[h,cc], mdatacheck/MFillAdcSpect.[cc,h],
5929 mdatacheck/MFillAdcSpect.[h,cc], mdatacheck/MGDisplayAdc.[cc,h],
5930 mdatacheck/MHistsosAdc.[h,cc], mdatacheck.MShowSpect.[cc,h]
5931 - changed include statements
5932
5933 * mgui/MGDataCheckMain.[cc,h], mgui/MGMarsMain.[cc,h]
5934 - changed include statements
5935 - move enum from h to cc
5936 - removed comma operator from delete statements (nonsense)
5937
5938
5939
5940 2001/01/11: Harald Kornmayer
5941
5942 * ./
5943 readraw.cc, Makefile, Makefile.rules, LinkDef.h, MParList.cc, MReadTree.cc,
5944 MReadTree.h, mbase/Makefile, mraw/Makefile
5945 - small changes in this files. Not really critical.
5946
5947 * mars.cc
5948 - added the main file for the gui
5949
5950 * mgui/
5951 GuiIncl.h, MGMarsMain.cc, GuiLinkDef.h, MGMarsMain.h, MGDataCheckMain.cc,
5952 Makefile, MGDataCheckMain.h
5953 - added the subdir mgui and this files
5954
5955 * mdatacheck/
5956 DataCheckIncl.h, DataCheckLinkDef.h, MHistosAdc.cc, MHistosAdc.h,
5957 MDumpEvtHeader.cc, MDumpEvtHeader.h, MShowSpect.cc, MShowSpect.h,
5958 MFillAdcSpect.cc, MFillAdcSpect.h, MViewAdcSpectra.cc, MViewAdcSpectra.h,
5959 MGDisplayAdc.cc, MGDisplayAdc.h, Makefile
5960 - added the subdir mdatacheck and this files
5961
5962
5963
5964 2000/12/28: Thomas Bretz
5965
5966 * merpp.cc, MArray.cc, MArray.h, MArrayB.cc, MArrayB.h, MArrayS.cc,
5967 MArrayS.h, MEvtLoop.cc, MEvtLoop.h, MInputStreamID.cc, MInputStreamID.h,
5968 MParContainer.cc, MParContainer.h, MParList.cc, MParList.h, MReadTree.cc,
5969 MTask.cc, MTask.h, MTaskList.cc, MTaskList.h, MTime.cc, MTime.h:
5970 - Added changes some comments.
5971
5972 * MLoopEvt.cc, MLoopEvt.h:
5973 - Removed
5974
5975
5976
5977 2000/12/22 - Thomas Bretz:
5978
5979 * readraw.cc:
5980 - changed some comments and the Root-Name of the program
5981 - added check for the existance of the file
5982 - changed name of numbers of entries from iEnt to nent
5983
5984 * dohtml.C:
5985 - changed title of converted macros
5986
5987 * MRawEvtData.cc:
5988 - added a commet in Draw()
5989
5990 * MRawEvtPixelIter.[h,cc]:
5991 - Added the comment header of the file
5992 - removed inheritance from TIterator (not needed)
5993 - some changes to get it work (the one in the repository was untested
5994 and not working)
5995 - changed calling style of iterator from do...while to while-loop
5996 - changed some comments
5997
5998 * MRawRunHeader.cc:
5999 - added some comments
6000
6001 * Changelog, News: added
6002
6003 * test.C: removed
Note: See TracBrowser for help on using the repository browser.