source: trunk/MagicSoft/Mars/Changelog@ 1840

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