source: trunk/MagicSoft/Mars/Changelog@ 1823

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