source: trunk/MagicSoft/Mars/Changelog@ 1824

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