source: trunk/MagicSoft/Mars/Changelog@ 1775

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