source: trunk/MagicSoft/Mars/Changelog@ 2419

Last change on this file since 2419 was 2419, checked in by wittek, 22 years ago
*** empty log message ***
File size: 128.1 KB
Line 
1 -*-*- END OF LINE -*-*-
2 2003/10/21: Wolfgang Wittek
3
4 * manalysis/MMatrixLoop.[h,cc]
5 - member function PreProcess() put from .h to .cc
6
7 * mhist/MHMatrix.[h,cc]
8 - member function SetNumRow() put from .h to .cc
9
10
11
12 2003/10/20: Thomas Bretz
13
14 * mraw/MRawEvtPixelIter.[h,cc]:
15 - changed name of member function from GetNumMax[Hi,Lo]GainSamples
16 to GetIdxMax[Hi,Lo]GainSamples
17
18 * manalysis/MMcPedestalCopy.cc:
19 - changed GetPedestalRms to GetElecNoise to make Mars compile with
20 the changes done in MMcFadcHeader
21
22 * mmc/MMcTrig.cxx:
23 - changed <iostream.h> to <iostream> according to C++
24
25 * mhistmc/MHMcTriggerLvl2.[h,cc]:
26 - MHMcTriggerLvl2::GetHistByName removed const-qualifier and
27 changed return type to TH1 according to definition in MH.
28
29 * macros/status.C:
30 - use MDirIter instead of a single file name
31 - adde MHTriggerLvl0
32 - Simplified macro by using PrintOutliers
33
34 * mhist/MHCamEvent.[h,cc]:
35 - renamed PrintOutlayers to PrintOutliers
36 - Divide pad only into two subpads
37
38 * mfilter/MF.cc:
39 - added comment about '=='
40
41 * mhist/MHMatrix.cc:
42 - removed some pieces of code which preserved the contents
43 of a matrix when resizing. This is done by root now.
44
45 * mfilter/MFRealTimePeriod.[h,cc]:
46 - added
47
48 * mfilter/Makefile, mfilter/FilterLinkDef.h:
49 - added MFRealTimePeriod
50
51 * mars.cc:
52 - moved Start-up-message to StartUpMessage()
53
54 * manalysis/MBlindPixelCalc.h, manalysis/MCT1FindSupercuts.cc,
55 manalysis/MCerPhotAnal.h:
56 - minor changes
57
58 * mhist/MHCamera.[h,cc]:
59 - added Profile-option (display contents/entries)
60 - added Freeze-option (ignore filling data into the histogram)
61 - added UseCurrentStyle to get the y-axis back
62 - overwrite DrawCopy
63
64 * manalysis/MCerPhotEvt.[h,cc]:
65 - added fLut to accelerate searching an index a lot, this should
66 be backward compatible to old class versions
67 - increased class version to 2
68 - removed all searches for indices - replaced by GetPixById
69 - GetPixById no uses the look-up-table, which is much much faster
70 and still searches the array if the fLut size is 0 which might
71 be because of a class version 1 object is read from a file -
72 according to Rene this should work.
73
74 * manalysis/MPedestalCam.[h,cc]:
75 - replaced a C-cast by a C++ static_cast
76
77 * mhist/MH.[h,cc]:
78 - renamed them from Draw/DrawCopy to DrawSame/DrawSameCopy
79
80 * mraw/MRawEvtData.[h,cc]:
81 - changed arrays to '//->'
82 - overwrote Copy() member function
83
84 * mhist/MFillH.[h,cc]:
85 - added GetCanvas()
86
87 * mhist/MHHadronness.cc, mimage/MHHillasExt.cc,
88 mimage/MHNewImagePar.cc:
89 - changed Draw to DrawSame
90
91 * mhist/MHCamEvent.cc:
92 - use new MHCamera profile mode
93
94 * mbase/MEvtLoop.cc, mmain/MStatusDisplay.cc:
95 - check whether application is TRint to make mone thread safe
96 This is necessary not to call ProcessEvents() twice at the
97 same time!
98
99
100
101 2003/10/17: Oscar Blanch
102
103 * mmc/MMcFadcHeader.[cxx,hxx]:
104 - Added variable members to store the pedestal sigma from thte
105 camera simulation porgram: fPedesSigmaHigh fPedesSigmaLow
106
107 * mmc/MMcRunHeader.cxx:
108 - fill fNumEvts with number of stored events
109
110 * mmc/MTriggerDefine.h:
111 - Trigger zone for CT1 cameras up to 126 pixels
112
113 * mgeom/MGeomMirror.cc:
114 - fixed bug in filling axis desviation
115
116
117
118 2003/10/15: Thomas Bretz
119
120 * Makefile.conf.general:
121 - added libThread to support mona
122
123 * manalysis/MCerPhotAnal2.cc:
124 - changed comments
125 - accelerated the code a bit by using pointer arithmetic
126
127 * mbase/BaseLinkDef.h, mbase/Makefile:
128 - added MReadSocket
129
130 * mbase/MReadSocket.[h,cc]:
131 - added MReadSocket
132
133 * mbase/MEvtLoop.cc:
134 - fixed some crashes in ProcessGuiEvents
135
136 * mbase/MFilter.cc:
137 - changed header
138
139 * mbase/MTime.h:
140 - added operator double()
141
142 * mimage/MHillas.cc:
143 - changed the comments about corrxy
144
145 * mmain/MStatusDisplay.[h,cc]:
146 - added many comments
147 - added kFileClose stuff
148 - added AddRawTab
149 - added thread handling in UpdateTab
150 - fixed deletion in case the pointer is on heap
151 - added date/time to ps-output
152
153 * mraw/MRawEvtHeader.cc:
154 - added some comments about the total number of bytes read
155
156 * mraw/MRawRunHeader.[h,cc]:
157 - added some comments about the total number of bytes read
158 - fixed treating files with 0xc0c1 as Magic-Number
159 - added GetNumTotalBytes
160
161 * mraw/Makefile, mraw/RawLinkDef.h:
162 - added MRawSocketRead
163
164 * mraw/MRawSocketRead.[h,cc]:
165 - added
166
167 * mona.cc:
168 - added
169
170
171
172 2003/10/05: Abelardo Moralejo
173
174 * macros/star.C:
175 - returned to revision 1.9 (I had committed by mistake a private
176 version of the macro, sorry!)
177
178
179
180 2003/10/02: Thomas Bretz
181
182 * mraw/MRawEvtData.cc:
183 - changed Draw so that also lo-gains are displayed.2
184
185
186
187 2003/10/01: Nicola Galante
188
189 * mhistmc/MHMcTriggerLvl2.[h,cc]:
190 - in method MHMcTriggerLvl2::Fill added filling of 2D histograms
191 of fLutPseudoSize vs. energy and of fSizeBiggerCell vs. energy
192 - modified method MHMcTriggerLvl2::GetHistByName which now
193 can return any histogram (data member) of the class
194 MHMcTriggerLvl2 (now it returns a (TObject *) not a (TH1F *))
195 - Updated option list of the methid MHMcTriggerLvl2::DrawClone
196
197 * macros/triglvl2.C:
198 - Updated according with changes in class MHMcTriggerLvl2
199
200
201
202 2003/09/30: Robert Wagner
203
204 * mfileio/MCT1ReadPreProc.cc
205 - undone change from 2003/09/26
206 - MJD is filled in fTime.Duration
207
208
209
210 2003/09/29: Nicola Galante & Antonio Stamerra
211
212 * mmc/MMcTrig.cxx:
213 - Fixed a bug in function IsPixelFired(): the binary shift, introduced
214 by T.B. to replace "pow" for power of two, was wrong.
215 The correct operator to be used is "<<" and not ">>"!
216
217 * manalysis/MMcTriggerLvl2.[h,cc]:
218 - Added method "CalcEnergy(MMcEvt *)" used to get correlation between
219 energy and size.
220 - Removed graphical functions "Drawcell" and "DrawLvl1"
221 - Fixed bug in the pixcell setting (pixel numbering in the cell starts
222 from 0 but gsPixelInLut starts from 1).
223 - Fixed bug in the "check" variable.
224
225 * manalysis/MMcTriggerCalc.[h,cc]:
226 - Added call to MMcTriggerLvl2::CalcEnergy() in Process()
227 - Removed 'const' from fMcEvt declaration
228
229 * mhistmc/MHMcTriggerLvl2.[h,cc]:
230 - Added method "Draw2DHist" (draw correlation between
231 energy and size)
232 - Fixed bug in "DrawClone" function (histogram normalization)
233
234 * macros/triglvl2.C:
235 - Fixed a bug in the task list order to apply correctly the filters
236 - Now it writes on disk a root file with some histograms
237
238
239
240 2003/09/26: Robert Wagner
241
242 * mfileio/MCT1ReadPreProc.cc
243 - provisionally pass complete event time to fTime container,
244 units are MJDs instead of seconds for the time being
245
246
247
248 2003/09/25: Abelardo Moralejo
249
250 * macros/MagicHillas.C, star.C
251 - Added cast: TArrayF w(15,(Float_t*)x) to get rid of warning.
252
253
254
255 2003/09/24: Abelardo Moralejo
256
257 * macros/MagicHillas.C, star.C
258 - Added const qualifier to TArrayF w(15,x); I got a crash due to
259 this missing qualifier when changing some code in MCerPhotCalc
260 (not yet submitted).
261
262 * macros/CT1Hillas.C
263 - removed code containing TArrayF w(15,x) (which was commented)
264 since it made no sense for CT1.
265
266
267
268 2003/09/24: Wolfgang Wittek
269
270 * mfilter/MFEventSelector2.[h,cc]
271 - execution statistics added
272
273 * mhist/MHFindSignificance.cc
274 - add fHist->UseCurrentStyle()
275 to get the y-axis + labels drawn
276
277 * mhist/MHMatrix.h
278 - replace Int_t fNumRow //!
279 by Int_t fNumRow //
280 because otherwise fNumRow is not defined when MHMatrix object is read in
281 after it had been written out
282
283 * mhist/MHCT1Supercuts.cc
284 - change title of object
285
286 * manalysis/MMinuitInterface.cc
287 - add arguments maxcalls and tolerance to SIMPLEX call
288
289 * manalysis/MCT1SupercutsCalc.[h,cc]
290 - add variables asymmetry, conc, leakage
291
292 * manalysis/MCT1Supercuts.[h,cc]
293 - add variables asymmetry, conc, leakage
294 - add TArrayD fStepsizes (initial step sizes for the parameters)
295
296 * manalysis/MCT1FindSupercuts.cc
297 - replace MGeomCamCT1Daniel by MGeomCamCT1
298 - arguments 'parSCinit', 'params' and 'steps' added in FindParams() ;
299 parSCinit is the name of the file containing the initial
300 values of the parameters
301 'params' and 'steps' are the initial values in case parSCinit == ""
302 - add member functions GetMatrixTrain() and GetMatrixTest()
303 - remove member function WriteMatrix()
304 because it didn't work; now the matrices are written out in
305 DefineTrainMatrix(), DefineTestMatri() and DefineTrainTestMatrix()
306
307 * macros/CT1EgyEst.C
308 - don't use Daniel's energy estimator
309
310 * mmontecarlo/MMcEnergyEst.cc
311 - extend printout of comments
312
313
314
315 2003/09/17: Abelardo Moralejo
316
317 * manalysis MCerPhotCalc.cc:
318 - in warning about saturating low gains in pixels: changed the
319 'if' by a 'switch' and slightly corrected text of warning (no
320 change in performance or results).
321
322
323
324 2003/09/16: Abelardo Moralejo
325
326 * manalysis MCerPhotCalc.[h,cc]:
327 - added the low gain treatment. It has first been implemented by
328 TB, and the version I submit is a slightly modified one. If any
329 high gain FADC slice is saturated, we switch to low gain. If low
330 gain is also saturated, the signal is nevertheless calculated
331 ("truncated" of course), and a warning is displayed reporting
332 the number of saturated pixels in the current event.
333 Fixed also the calculation of the mean pixel pedestal (added
334 variable fSumWeights), which previously would not work correctly
335 in the case that one sets weights different from 0 or 1 in the
336 array fWeight (which was anyway not done up to now, as far as I
337 know). It would be necessary to add to the parameters of the
338 analyzed events the number of saturated pixels in some way.
339 In the MC files produced with camera versions 0.6 or earlier, no
340 low gain is simulated, and saturation of high gain is not
341 correctly implemented, so this should not introduce any change
342 in the analysis of present or old MC files.
343
344
345
346 2003/09/12: Thomas Bretz
347
348 * mimage/MHillasSrc.cc:
349 - fixed the NaN-problem in the calculation of Alpha. More
350 information can be found in the comments there.
351
352 * mhist/MHFadcCam.[h,cc]:
353 - skip MC events which have no FADC information stored
354 - better output in case of changes in the number of slices
355 - added size argument to constructor to support ECO100, too.
356 - removed all fixed numbers and replaced them by the corresponding
357 function
358 - fixed pixel numbering to be consistent with the software pixel
359 numbering in the rest of Mars
360
361 * mhist/MHFadcPix.[h,cc]:
362 - fixed the missing y-axis (UseCurrentStyle())
363 - fixed pixel numbering by changing default arument of pixid in
364 constructor from 0 to -1
365
366 * mmain/MDataCheck.cc
367 - added 'Time Spectra of Cosmics' button
368 - added size argument to instatiation of MHFadcCam
369
370
371
372 2003/09/10: Thomas Bretz
373
374 * mdata/MDataChain.[h,cc]:
375 - added log2, acosh, asinh, atanh, ceil, isnan and finite
376 - changed math.h callings to TMath:: namespace to be more
377 consistent
378
379 * mhist/MHMatrix.[h,cc]:
380 - added RemoveInvalidRows member function to get rid of rows
381 containing invalid numbers (nan, inf)
382
383 * mraw/MRawEvtHeader.cc:
384 - fixed variable types calculating the time (ns, s, m and h)
385 to get rid of some compiler warnings, casting the values
386 for-, back- and forward only wasts computing time.
387
388
389
390 2003/09/08: Abelardo Moralejo
391
392 * mhist/MHOnSubtraction.cc:
393 - added some casts in the arguments of function calls, to get rid
394 of compilation warnings due to mismatch of variable type
395 (variables: lowerBin, upperBin). Corrected order of arguments in
396 TH1D constructor of fSignificanceHist (number of bins and bin
397 limits).
398
399 * mraw/MRawEvtHeader.cc:
400 - Added casts to arguments of fTime->SetTime(h, m, s, ns) to get
401 rid of compilation warnings.
402
403 * mhist/MHCamera.cc:
404 - Changed calls to abs and fabs by TMath::Abs. At least in RH7.2
405 with gcc2.96, abs() was not recognized.
406
407
408
409 2003/09/07: Abelardo Moralejo
410
411 * manalysis/MCerPhotCalc.cc:
412 - removed normalization of array fWeight introduced on 30/06. For
413 now, this array is intended only to select the FADC slices which
414 we want to integrate to get the signal. The use of this feature
415 of MCerPhotCalc is explained in the example macro MagicHillas.C
416 The array fWeight must contain 0's and 1's. If we normalize
417 these values, the signal units is no longer ADC counts (but
418 "average ADC counts per slice"). As David realized, this was the
419 reason for the discrepancies in the gamma/hadron separation
420 results we were observing lately. The meaning of Size was
421 different among the different people working on the subject, and
422 hence, when we compared samples with a given Size cut we were
423 actually comparing different energy ranges.
424
425 - Turned fSumQuadWeights to its original meaning, the quadratic
426 sum (square root of the sum of the squares) of the values in the
427 fWeight array. Why was this changed?? (sqrt removed) Only because
428 of the name of the variable??
429
430 - Changed the calculation of the mean pedestal to fit the meaning
431 of fSumQuadWeights.
432
433 - Moved the call to ScalePedestals() to the end of the ReInit
434 function. Formerly it was called before the setting of the
435 variable fEnableFix, and then the mean pedestal in each FADC
436 slice was wrong by 0.5 units... once more: please Thomas B,
437 be careful with these kind of changes.
438
439
440
441 2003/08/27: Thomas Bretz
442
443 * mhist/MH3.cc:
444 - fixed missing UseCurrentStyle for newer root versions
445
446
447
448 2003/08/26: Thomas Bretz
449
450 * mimage/MHHillas.cc, mimage/MHHillas.cc, mimage/MHHillasExt.cc,
451 mimage/MHNewImagePar.cc:
452 - fixed missing UseCurrentStyle for newer root versions
453
454
455
456 2003/08/26: Wolfgang Wittek
457
458 * manalysis/MCT1FindSupercuts.cc
459 - set size of fStep, fLimlo, fLimup, fFix
460 - in 'fcnsupercuts' : get total number of parameters by calling 'mnstat'
461
462 * manalysis/MCT1Supercuts.[h,cc]
463 - extend error printout
464
465 * manalysis/MMinuitInterface.cc
466 - do not delete the Minuit object because it will still be used
467
468 * mhist/MHFindSignificance.cc
469 - formulaBackg was wrong
470
471
472
473 2003/08/26: Robert Wagner
474
475 * mraw/MRawRunHeader.h
476 - Added Setter for MJD
477
478 * mfileio/MCT1ReadPreProc.cc
479 - Fill MJD from Preproc run header in fRawRunHeader
480
481
482
483 2003/08/22: Wolfgang Wittek
484
485 * mhistmc/MHMcCT1CollectionArea.cc
486 - change selection of theta bin in 'CalcEfficiency()'
487 (to be mored flexible in choosing the theta binnning)
488
489
490
491 2003/08/21: Thomas Bretz
492
493 * manalysis/MCT1FindSupercuts.[h,cc], manalysis/MCT1Supercuts.[h,cc],
494 manalysis/MCT1SupercutsCalc.[h,cc], manalysis/MMinuitInterface.[h,cc],
495 mhist/MHFindSignificance.[h,cc]:
496 - changed some variables and member functions with respect to an upcoming
497 Minimization Class
498 - simplified some calls
499 - replaced fixed size arrays by variable size arrays
500 - added some sanity checks
501 - simplified some variable usage
502
503 * mhist/MHCT1Supercuts.[h,cc]:
504 - removed obsolete SetupFill
505
506
507
508 2003/08/20: Thomas Bretz
509
510 * mhist/MHCamEvent.[h,cc]:
511 - added PrintOutlayers
512
513 * mhist/MHHadronness.cc:
514 - changed PrintOutput
515 - set some Grids in plots
516
517 * mhist/MHMatrix.cc:
518 - removed obsolete call to MEvtLoop::SetName
519 - Changed name to something more intuitive
520
521 * mranforest/MRanForest.cc, mranforest/MRanTree.h:
522 - removed ^M
523
524 * mranforest/MRanTree.cc:
525 - removed obsolete check for gRandom
526 - replaced mvar*numdata by a new variable mn
527
528
529
530 2003/08/19: Thomas Hengstebeck
531
532 * mranforest/MRanForest.cc:
533 Removed error in calculation of fDataRang in CreateDataSort().
534 In the loop where fDataRang is set, the local variable v must
535 be used with indices n1 and n2.
536
537
538
539
540 2003/08/19: Wolfgang Wittek
541
542 * manalysis/MCT1Supercuts.[h,cc]
543 - new class
544 - container for the supercut parameters
545
546 * manalysis/MCT1SupercutsCalc.[h,cc]
547 - get supercut parameters from container 'MCT1Supercuts'
548
549 * manalysis/MCT1FindSupercuts.[h,cc]
550 - new class
551 - optimizes the parameters for the supercuts
552
553 * manalysis/MMinuitInterface.[h,cc]
554 - new class
555 - interface for Minuit
556
557 * manalysis/Makefile
558 AnalysisLinkDef.h
559 - include MCT1FindSupercuts
560 MMinuitInterface
561
562 * mhist/MH3.cc
563 - reset fHist in SetupFill();
564 this is necessary if the same MH3 object is used in more than one
565 eventloop
566
567 * mhist/MHMatrix.cc
568 - give name to the event loop
569
570 * mhist/MHFindSignificance.[h,cc]
571 - new class
572 - calculates the significance of the gamma signal in the alpha plot
573
574 * mhist/MHCT1Supercuts.[h,cc]
575 - new class
576 - plots various quantities during the optimization of the supercuts
577
578 * mhist/Makefile
579 HistLinkDef.h
580 - MHFindSignificance included
581 - MHCT1Supercuts included
582
583
584
585 2003/08/01: Thomas Bretz
586
587 * mhist/MHCamera.[h,cc]:
588 - added Fill(x, y, w)
589 - renamed GetStats to GetStatisticBox
590
591 * mhist/MHStarMap.[h,cc]:
592 - include TH2 moved to source file
593
594 * mranforest/MRanForest.[h,cc], mranforest/MRanTree.[h,cc]:
595 - do not use all the data numbers and dimensions in thousands
596 of arguments if the data is available eg from the size of an array
597 - removed obsolete variables from header
598 - many small simplifications
599 - removed some obsolete variables from functions
600 - added many const qualifiers
601 - localized many more variables
602
603 * mranforest/MRanForestFill.[h,cc]:
604 - default fNumTrees set to -1 tree (all trees)
605
606 * manalysis/MBlindPixelCalc.[h,cc]:
607 - interpolate Pedestal, too
608 - Only count 'valid' pixels
609
610 * mfileio/MRead.[h,cc]:
611 - enhanced AddFiles
612
613 * mhist/MHCamEvent.[h,cc]:
614 - Added PrintOutlayers
615
616 * mhist/MHCamera.[h,cc]:
617 - added GetNumPixels
618 - added default to GetMean and GetRMS
619
620 * mhist/MHTriggerLvl0.[h,cc]:
621 - added PrintOutlayers
622
623 * merpp.cc:
624 - added more arguments
625 - replace .raw by .root if no root file given
626 - automatic extension adding
627
628 * mbase/MEvtLoop.[h,cc]:
629 - added estimated run time
630 - in Process: Changes type of rc from Bool_t to Int_t
631
632 * mmain/MStatusDisplay.cc:
633 - changed order in Tab-menu
634
635 * mraw/MRawFileRead.cc:
636 - consistency check for 0xc0c1 files
637
638 * mraw/MRawRunHeader.cc:
639 - initialize variables
640 - added 0xc0c1 support
641
642
643
644 2003/07/29: Thomas Bretz
645
646 * manalysis/MBlindPixelCalc.cc:
647 - count only pixel which contents are adde
648
649 * mbase/MArgs.cc:
650 - added namespace
651
652 * mbase/MDirIter.h:
653 - added rec-argument to constructor
654
655 * mfileio/MCT1ReadPreProc.[h,cc], mfileio/MReadRflFile.[h,cc]:
656 - adapted to virtual base function
657
658 * mfileio/MRead.[h,cc]:
659 - added AddFiles(MDirIter&)
660 - changed AddFile to virtual
661
662 * mfileio/MReadTree.cc:
663 - use AddFile in the constructor
664
665 * mhist/MH.[h,cc]:
666 - remove 'nonew' from option
667
668 * mhist/MHHadronness.[h,cc]:
669 - added GetHadronness
670 - changed output
671
672 * mhist/MHMatrix.[h,cc]:
673 - use TMatrixRow in shuffle
674 - added ReduceRows
675 - use default for PrintStatistics
676 - removed graphics from Fill - will crash in batch mode
677
678 * mimage/ImageLinkDef.h, mimage/Makefile:
679 - added MImgCleanTGB
680
681 * mimage/MCameraSmooth.h:
682 - fixed a typo
683
684 * mmain/MStatusDisplay.cc:
685 - added sanity check to HasCanvas
686
687 * mranforest/MHRanForest.cc, mranforest/MHRanForestGini.cc:
688 - fixed a crashed caused by GetMaximum in newer root versions
689 - optimized some small pieces of code
690 - SetRangeUser removed, problems with newer root verion using
691 roots auto-scale instead
692
693 * mranforest/MRanForest.cc:
694 - do not use variables in arguments which can be used locally
695 - replaced pow(,2) by faster and more accurate val*val
696 - test gRandom at the beginning of the function
697 - changed output
698 - removed TArray::Reset. Not necerry at many places. Instatiation
699 already initializes array with 0s
700 - Use a const reference to the matrices instead of a copy!
701 - Removed some unnecessary castings
702 - added some const qualifiers
703 - removed fErr from data members (obsolete)
704
705 * mranforest/MRanForestCalc.cc:
706 - fixed a typo in the comments
707
708 * mranforest/MRanTree.[h,cc]:
709 - do not use variables in arguments which can be used locally
710 - localized some variables
711 - test gRandom at the beginning of the function
712 - added some const qualifiers
713 - removed TArray::Reset. Not necerry at many places. Instatiation
714 already initializes array with 0s
715 - added some overwrites of TreeHad
716
717
718
719 2003/07/17: Oscar Blanch
720
721 * mmc/MMcCorsikaRunHeader.[h,cc]
722 - add member data fNumTelesope
723 - add member data fTelescopes
724 - add member data fViewconeAngles[2]
725 - add member function Fill_CT
726 - version increased 2 -> 3
727
728 * mmc/MMcRunHeader.[hxx,cxx]
729 - add member data fImpactMax
730 - modify member function Fill
731 - version increased 3 -> 4
732
733 * mmc/MMcFadcHeadr.[hxx,cxx]
734 - add member data f[Ampl,Fwhm]Outer
735 - add member data fLow2HighGain
736 - modify member function Set[Ampl,Fwhm]
737 - add member function SetLow2High
738
739 * mmc/Mdefine.h, MFadcDefine.h, MTriggerDefine.h
740 - MFADC_CHANNELS, CAMERA_PIXELS, TRIGGER_PIXELS -> 3500
741
742 * mgeom/MGeomCorsikaCT.[h,cc]
743 - new class with information of CT location in Corsika simulation
744
745 * mgeom/Makefile, GeomLinkDef.h
746 - add new class
747
748
749
750
751
752 2003/07/14: Wolfgang Wittek
753
754 * mhist/MHOnSubtraction.[h,cc]
755 - add member function GetSignificance()
756
757 * mhist/MHMatrix.cc
758 - add MProgressBar in Fill()
759
760 * mmontecarlo/MMcEnergyEst.h
761 - add member functions GetNumCoeffA()
762 GetNumCoeffB()
763
764 * mfilter/MCT1SelBasic.[h,cc]
765 - remove runs 601, 613, 614 for MC gamma
766
767 * manalysis/MCT1SupercutsCalc.cc
768 - remove bug (dd2)
769 - set fMatrix = NULL in constructor
770
771 * mgeom.MGeomCamCT1Daniel.[h,cc]
772 - new; Daniel's CT1 geometry
773
774 * mgeom/Makefile
775 GeomLinkDef.h
776
777
778
779 2003/07/14: Oscar Blanch
780
781 * mgeom/MGeomCamMagic919.[h,cc]
782 - Geometry for a Magic camera with 919 small pixels
783
784 * mgeom/[Makefile, GeomLinkDef.h]
785 - Compiling the above mentioned geometry
786
787
788
789 2003/07/13: Thomas Bretz
790
791 * mbase/MArgs.[h,cc]:
792 - fixed compile problem with root 3.02/07
793
794 * meventdisp/MGCamDisplay.cc, mevtdisp/MGEvtDislay.cc:
795 - fixed missing MHCamera::SetOptStat
796
797
798
799 2003/07/12: Thomas Bretz
800
801 * mhistmc/MHMcCT1CollectionArea.[h,cc]:
802 - made the enum as FillType_t a public member of the class
803
804 * macros/CT1collarea.C
805 - Updated accordingly. Can somebody please check whether it
806 still works.
807
808 * mbase/MArgs.h:
809 - added some comment
810
811 * mraw/MRawRunHeader.cc:
812 - added an 'inf' to the log-stream
813
814 * macros/status.C:
815 - added some more plots
816 - added some sanity chacks
817
818 * macros/sumevents.C, macros/sumeventserr.C, macros/sumeventsrms.C
819 macros/sumpedestalrms.C, macros/sumpedestals.C:
820 - fixed SetOptStat
821
822 * manalysis/MBlindPixelCalc.[h,cc]:
823 - removed dangerous SetPixels(int, short*)
824 - changed Id to Idx
825 - fixed a bug in SetPixels which caused crashes
826 - renamed SetPixels to SetPixelIndices
827
828 * mhist/MHCamera.[h,cc]:
829 - removed SetOptStat and fOptStat - found a better solution
830 - fixed DistancetoPrimitive to show TPaveStat correctly
831 - Use GetPainter() instead of an own THistPainter
832
833 * mmain/MStatusDisplay.cc:
834 - some small changes to the layout
835
836
837
838 2003/07/11: Wolfgang Wittek
839
840 * mhist/MHMatrix.cc
841 - add tlist.PrintStatistics() after event loop
842
843
844
845 2003/07/08: Abelardo Moralejo
846
847 * mmc/MMcEvt.hxx
848 - Uncommented the getter function for fCoreX and fCoreY (is there
849 any reason why they were commented out?). Added Getter functions
850 for the parameters of the longitudinal fit to the particle
851 distribution of the shower.
852
853
854
855 2003/07/08: Wolfgang Wittek
856
857 * macros/CT1EgyEst.C:
858 - de-comment filters
859 - add PrintStatistics after event loop
860
861 * manalysis/MEnergyEstParamDanielMkn421.[h,cc]
862 - new; calculates estimated energy using Daniel's parametrization
863 and parameter values for Mkn421
864
865 * manalysis/AnalysisLinkDef.h
866 Makefile
867 - include MEnergyEstParamDanielMkn421
868
869 * manalysis/MCT1SupercutsCalc.[h,cc]
870 - add MHillasSrc.fAlpha to fMap
871 - add member functions SetParams(Double_t *par)
872 GetParams(Double_t *par)
873
874
875
876 2003/07/06: Abelardo Moralejo
877
878 * mhistmc/MHMcCT1CollectionArea.[h,cc]
879 - Added possibility of using a logarithmic or linear scale in
880 energy. The function MHMcCT1CollectionArea::SetEaxis sets
881 what should be filled in the energy axis (either the energy
882 or its decimal logarithm).
883
884 * macros/CT1collarea.C
885 - Added example on how to use the new function
886 MHMcCT1CollectionArea::SetEaxis
887
888
889
890 2003/07/06: Thomas Bretz
891
892 * Makefile:
893 - replaced '-shared' by $(DYNLIB)
894
895 * Makefile.conf.linux, Makefile.conf.linux-gnu,
896 Makefile.conf.osf1, Makefile.conf.osf5.1:
897 - added DYNLIB
898
899 * Makefile.conf.darwin:
900 - added
901
902 * mgui/MCamEvent.cc:
903 - removed obsolete include
904
905 * mgui/Makefile:
906 - removed obsolete include dirs
907
908 * mhist/MHCamera.cc:
909 - fixes for root 3.05/01
910
911 * mraw/MRawEvtData.cc:
912 - added type 1 and 2 to GetPixContent
913
914 * mraw/MRawEvtPixelIter.[h,cc]:
915 - added GetMax[Hi,Lo]GainSample
916
917 * macros/pixsatrate.C:
918 - added
919
920 * Makefile.conf.general:
921 - added -lHistPainter
922
923 * NEWS:
924 - updated
925
926 * macros/pixsatrate.C:
927 - added Saturation rate of lo gains
928
929 * macros/sumevents.C, macros/sumeventserr.C,
930 macros/sumpedestalrms.C, macros/sumpedestals.C:
931 - fixed axis titles
932 - use new SetOptStat
933
934 * manalysis/MCerPhotAnal2.[h,cc]:
935 - count and print number of skipped events
936
937 * meventdisp/MGCamDisplay.cc:
938 - fixed a 'division by zero'
939
940 * mhist/MHCamEvent.cc, mhist/MHTriggerLvl0.cc:
941 - take name from MHCamEvent if fNameEvt not available
942
943 * mhist/MHCamera.[h,cc]:
944 - use THistPainter to Draw title and statistics box
945 - added fOptStat
946 - added GetMean
947 - added GetRMS
948 - some modification for a better layout
949
950 * mraw/MRawEvtHeader.cc:
951 - calculate time from clock ticks
952
953 * mbase/MArgs.[h,cc]:
954 - added
955
956 * mbase/Makefile:
957 - MArgs.cc added
958
959 * mbase/BaseLinkDef.h:
960 - MArgs, MArgsEntry added
961
962 * merpp.cc:
963 - added '-v' option
964 - changes to use MArgs
965
966
967
968
969
970 2003/07/04: Wolfgang Wittek
971
972 * macros/CT1EgyEst.C
973 - add TCanvas and cd() before calling Draw()
974
975 * mhistmc/MHMcEnergyMigration.cc
976 - swap first 2 arguments of fHist.Fill and fHist2.Fill
977
978
979
980 2003/07/03: Abelardo Moralejo
981
982 * mhistmc/MHMcCT1CollectionArea.cc
983 - Added code to allow the calculation of CT1 collection areas
984 at 55 and 65 degrees (from the events in DK's MC library)
985
986 * macros/CT1collarea.C
987 - Changed binning in theta to include high ZAs
988
989
990
991 2003/07/01: Thomas Bretz
992
993 * manalysis/MCerPhotAnal2.cc:
994 - fixed some problems with the lo-gains
995
996 * mraw/MRawEvtPixelIter.cc:
997 - Determin the maximum sample of the lo gains from the end.
998
999
1000
1001 2003/07/01: Abelardo Moralejo
1002
1003 * macros/CT1collarea.C
1004 - changed "const TArrayD xed(10,xedge);" to:
1005 "const TArrayD xed; xed.Set(10,xedge);"
1006 (and the same for yed). Otherwise, a funny Error message was
1007 printed about TArrayD, although everything worked.
1008
1009 * mhistmc/MHMcCT1CollectionArea.cc
1010 - added some comments and made code more readable and more simple
1011 to make it easier the addition of the necessary changes to allow
1012 the use of MC data (from D.Kranich) at zenith angles 55 and 65
1013 degrees.
1014
1015
1016
1017 2003/07/01: Wolfgang Wittek
1018
1019 * manalysis/MSigmabar.cc, manalysis/MCT1PadSchweizer.cc,
1020 manalysis/MCT1PadONOFF.cc, mhist/MHSigmaTheta.cc:
1021 - change code because GetPixRatio returns area(pixel_zero)/area(pixel)
1022 and not area(pixel)/area(pixel_zero)
1023
1024 * macros/CT1Analysis.C, macros/ONOFFCT1Analysis.C
1025 - current versions of CT1 macros
1026
1027 * macros/unfold.C, macros/fluxunfold.C
1028 - macros for testing the unfolding within root
1029
1030
1031
1032 2003/06/30: Thomas Bretz
1033
1034 * macros/pixfirerate.C:
1035 - changed to new style
1036
1037 * manalysis/MCerPhotCalc.cc:
1038 - scale weight so that sum=1
1039
1040 * mhist/MHCamera.h:
1041 - small change
1042
1043 * mmontecarlo/MMcCollectionAreaCalc.cc:
1044 - small simplifications
1045
1046
1047
1048 2003/06/27: Abelardo Moralejo
1049
1050 * mmontecarlo/MMcCollectionAreaCalc.[h,cc],
1051 mhistmc/MHMcCollectionAreaCalc.[h,cc]:
1052 - Adapted to allow their use with multiple files containing
1053 MC data generated with diffferent energy spectra, even with
1054 camera files which have only triggered events inside. Now the
1055 histogram containing all showers (before trigger) is filled
1056 in the ReInit function, and calculation of collection area
1057 is done by CalcEfficiency2(). Some simplifications and cleaning
1058 are still possible.
1059
1060
1061
1062 2003/06/27: Thomas Bretz
1063
1064 * macros/sumevents.C, macros/sumpedestals.C:
1065 - some small changes
1066
1067 * manalysis/MPedestalCam.cc:
1068 - return pixel as used if the value is valid (>=0)
1069
1070 * mhist/HistLinkDef.h, mhist/Makefile:
1071 - MHPixVsTime added (Name is preliminary)
1072
1073 * mhist/MHCamEvent.cc:
1074 - removed including MGeomPix
1075
1076 * mhist/MHCamera.h:
1077 - in SetCamContent copy also number of entries
1078
1079 * mraw/MRawEvtData.cc:
1080 - fixed to support correct pixel numbering
1081
1082 * mhist/MHPixVsTime.[h,cc]:
1083 - added
1084
1085 * mhist/MHCamera.cc:
1086 - changed output of labels for color axis
1087
1088 * mfileio/MCT1ReadPreproc.cc:
1089 - small simplification
1090
1091
1092
1093 2003/06/27: Abelardo Moralejo
1094
1095 * mhistmc/MHMcCT1CollectionArea.cc:
1096 - Added comments, changed theta angle corresponding to first bin to
1097 adapt it to new standard theta-bin definition. This was the reason
1098 for the missing area at low theta.
1099
1100 * macros/CT1collectionArea.C, macros/CT1EgyEst.C:
1101 - Changed theta binnings to adapt them to the new standard.
1102
1103
1104
1105 2003/06/26: Abelardo Moralejo
1106
1107 * macros/CT1EgyEst.C:
1108 - Added to the argument list of CT1EEst the binnings in theta
1109 and energy. Commented out the MLog.h and MLogManip.h, headers,
1110 otherwise it does not run (don't know why). Commented out filters
1111 (my test file does not contain hadronness), please uncomment
1112 them to run on files with hadronness info.
1113
1114 * mhistmc/MHMcEnergyMigration.cc:
1115 - exchanged axes of E_est and E_MC in the 3-d histograms.
1116
1117 * mfileio/MCT1ReadAscii.cc, mfileio/MCT1ReadPreProc.cc,
1118 mhist/MHSigmaPixel.cc, mfileio/MHSigmaTheta.cc,
1119 mimage/MImgCleanStd.cc:
1120 - adapted to new function names in MPedestalPix (please Thomas
1121 check these, I had to do it to make Mars compile)
1122
1123
1124
1125 2003/06/26: Thomas Bretz
1126
1127 * macros/CT1EgyEst.C:
1128 - converted from dos to unix type
1129
1130 * macros/rootlogon.C:
1131 - removed "-fno-rtti" from options for Aclic
1132
1133 * mbase/MLog.h:
1134 - added a comment
1135
1136 * mgeom/MGeomCam.[h,cc], mgeom/MGeomPix.[h,cc],
1137 mgeom/MGeomCamCT1.cc, mgeom/MGeomCamECO1000.cc,
1138 mgeom/MGeomCamECO1000HG.cc, mgeom/MGeomCamMagicHG.cc:
1139 - added support for sectors
1140
1141 * megom/MGeomCamMagic.[h,cc]:
1142 - added sectors
1143
1144 * mhist/MHCamera.[h,cc]:
1145 - convert Option_t in Paint to lower case
1146 - remove 'hist' if detected from Option_t
1147 - check for min==max
1148 - added DrawSectorIndices()
1149 - added TArrayC to AddCamContent
1150 - added TArrayC to SetCamContent
1151 - simplified DistancetoPrimitive
1152
1153 * mraw/MRawEvtData.cc:
1154 - simplified Draw by converting option string to lower case
1155
1156 * mraw/MRawEvtPixelIter.[h,cc]:
1157 - added GetNumMaxLoGainSample
1158
1159 * manalysis/MCT1PadSchweizer.cc, manalysis/MMcPedestalNSBAdd.cc,
1160 manalysis/MSigmabar.cc:
1161 - adapted to new function names in MPedestalPix
1162
1163 * manalysis/MCerPhotAnal.cc:
1164 - adapted to new function names in MPedestalPix
1165 - fixed to work with real data and monte carlo data
1166 - preliminarily removed error of pedestal and pedestalrms
1167
1168 * manalysis/MCerPhotCalc.[h,cc]:
1169 - adapted to new function names in MPedestalPix
1170 - fixed to work with real data and monte carlo data
1171
1172 * manalysis/MMcPedestalCopy.cc, manalysis/MPedCalcPedRun.[h,cc]:
1173 - adapted to new function names in MPedestalPix
1174 - preliminarily removed error of pedestal and pedestalrms
1175
1176 * manalysis/MPedestalCam.[h,cc]:
1177 - adapted to new function names in MPedestalPix
1178 - preliminarily removed error of pedestal and pedestalrms
1179 - fixed GetPixelContent (do not return Pedestal*PixRatio)
1180
1181 * manalysis/MPedestalPix.[h,cc]:
1182 - removed old variables
1183 - introduced Pedestal for pedestal
1184 - introduced pedestalRMS for the rms of the pedestal
1185 - error of both values still missing
1186
1187 * meventdisp/MGCamDisplay.cc:
1188 - fixed display, displays now:
1189 + Number Of Photons
1190 + Pedestal
1191 + PedestalRMS
1192 + Number of Photons/PedestalRMS
1193
1194 * mimage/MImgCleanStd.[h,cc]:
1195 - fixed image cleaning in the sense that erronously the error
1196 of the number of photons was used instead of the error of
1197 the PMT offset (pedestal)
1198 - introduced some debugging option
1199
1200 * mmontecarlo/MMcCollectionAreaCalc.cc:
1201 - minor change
1202
1203 * macros/sumevents.C, macros/sumpedestals.C:
1204 - added
1205
1206 * mhist/MHCamEvent.cc:
1207 - do not scale with 100
1208
1209 * mhist/MHCamera.cc:
1210 - fixed displaying number of entries when used
1211 SetCamContent(MHCamera&)
1212
1213
1214
1215 2003/06/25: Thomas Bretz
1216
1217 * mgeom/MGeomCam.cc:
1218 - fixed the description of GetPixRatio
1219
1220
1221
1222 2003/06/25: Abelardo Moralejo
1223
1224 * mimage/MImgCleanStd.cc:
1225 - Changed name of variable "ratio" to "factor", wherever it meant
1226 the square root of the ratio between the area of an inner pixel
1227 and the current pixel (it was confusing).
1228
1229
1230
1231 2003/06/24: Thomas Bretz
1232
1233 * manalysis/MCT1SupercutsCalc.[h,cc]:
1234 - implemented Mapping for Supercuts
1235 - changed data member arrays to TArrayD
1236
1237 * manalysis/MEnergyEstParam.h:
1238 - added a comment
1239
1240 * mhist/MHHadronness.[h,cc]:
1241 - implemented mapping
1242 - implemented calculating Acc_g/sqrt(Acc_h) for filtercuts
1243
1244 * macros/status.C:
1245 - removed MSrcPosCam
1246
1247 * mevtdisp/MGCamDisplay.cc:
1248 - display ellipse in all canvas'
1249
1250 * macros/readrfl.C:
1251 - adapted
1252
1253 * manalysis/MMcTriggerLvl2.cc, meventdisp/MGEvtDisplay.cc,
1254 mraw/MRawEvtPixelIter.cc:
1255 - adapted
1256
1257 * mgui/MCamEvent.[h,cc], mhist/MHCamEvent.[h,cc]:
1258 - more comments
1259
1260 * mgui/MHexagon.[h,cc]:
1261 - removed obsolete destructor
1262
1263 * mhist/MHCamera.[h,cc]:
1264 - removed fPhotons
1265 - removed ShowRflEvent
1266 - added comments
1267
1268 * mhist/MHTriggerLvl0.cc:
1269 - fixed comments
1270
1271 * mraw/MRawEvtData.cc:
1272 - some small changes
1273
1274 * mreflector/MRflEvtData.[h,cc]:
1275 - implemented Paint function
1276
1277 * meventdisp/MGCamDisplay.cc:
1278 - Set Name and title of MHCamera instances
1279
1280 * mraw/MRawEvtData.cc:
1281 - fixed a degug level problem
1282
1283 * mgui/MHexagon.[h,cc]:
1284 - fixed CopyConstructor
1285
1286 * mbase/MLog.cc:
1287 - fixed a bug in NoColor mode
1288
1289
1290
1291 2003/06/23: Thomas Bretz
1292
1293 * manalysis/MBlindPixelCalc.[h,cc], manalysis/MCT1PadONOFF.[h,cc],
1294 manalysis/MCT1PadSchweizer.[h,cc], manalysis/MCompProbCalc.[h,cc],
1295 manalysis/MCT1PointingCorrCalc.[h,cc], manalysis/MEnergyEstimate.[h,cc],
1296 manalysis/MCT1SupercutsCalc.[h,cc], manalysis/MEnergyEstParam.[h,cc],
1297 manalysis/MFiltercutsCalc.[cc,h], manalysis/MMatrixLoop.[h,cc],
1298 manalysis/MMcPedestalCopy.[h,cc], manalysis/MMcPedestalNSBAdd.[h,cc],
1299 manalysis/MMcTriggerLvl2Calc.[h,cc], manalysis/MPadding.[h,cc],
1300 manalysis/MMultiDimDistCalc.[h,cc], manalysis/MPedCalcPedRun.[h,cc],
1301 manalysis/MPedestalCalc.[h,cc], manalysis/MPointingCorr.[h,cc],
1302 mbase/MClone.[h,cc], mbase/MGTask.[h,cc], mbase/MPrint.[h,cc],
1303 mbase/MTask.[h,cc], mbase/MTaskInteractive.[h,cc],
1304 mbase/MTaskList.[h,cc], mtools/MChisqEval.[h,cc],
1305 mbase/MContinue.[h,cc], mdatacheck/MDumpEvtHeader.[h,cc]
1306 mfileio/MCT1ReadAscii.[h,cc], mfileio/MCT1ReadPreProc.[h,cc],
1307 mfileio/MReadCurrents.[h,cc], mfileio/MReadMarsFile.[h,cc],
1308 mfileio/MReadRflFile.[h,cc], mfilter/MF.[h,cc],
1309 mfilter/MFAlpha.[h,cc], mfilter/MFCT1SelBasic.[h,cc],
1310 mfilter/MFCT1SelFinal.[h,cc], mfilter/MFCT1SelStandard.[h,cc],
1311 mfilter/MFDataChain.[h,cc], mfilter/MFDataMember.[h,cc],
1312 mfilter/MFEnergySlope.[h,cc], mfilter/MFEventSelector.[h,cc],
1313 mfilter/MFEventSelector2.[h,cc], mfilter/MFParticleId.[h,cc],
1314 mfilter/MFTriggerLvl1.[h,cc], mfilter/MFTriggerLvl2.[h,cc],
1315 mfilter/MFilterList.[h,cc], mhist/MFillH.[h,cc],
1316 mimage/MCameraSmooth.[h,cc], mimage/MHillasCalc.[h,cc],
1317 mimage/MHillasSrcCalc.[h,cc], mimage/MImgCleanStd.[h,cc],
1318 mimage/MNewImageParCalc.[h,cc], mmontecarlo/MMcThresholdCalc.[h,cc],
1319 mranforest/MRanForestCalc.[h,cc], mranforest/MRanForestFill.[h,cc]
1320 mmontecarlo/MMcTimeGenerate.[h,cc], mranforest/MRanForestGrow.[h,cc],
1321 mmontecarlo/MMcCollectionAreaCalc.[h,cc], mraw/MRawFileWrite.[h,cc],
1322 mmontecarlo/MMcTriggerRateCalc.[h,cc], mraw/MRawFileRead.[h,cc],
1323 manalysis/MSigmabarCalc.[h,cc], manalysis/MCerPhotAnal.[h,cc],
1324 manalysis/MCerPhotCalc.[h,cc]:
1325 - changed Bool_t in *Process to Int_t to support newer root
1326 versions correctly - PRELIMINARY (will be replaced by
1327 enums in the future)
1328
1329 * manalysis/MCerPhotEvt.[h,cc]:
1330 - added case 3 and 4 to GetPixelContent
1331 - changed definition of GetPixelContent
1332
1333 * manalysis/MCurrents.[h,cc], manalysis/MPedestalCam.[h,cc]:
1334 - changed definition of GetPixelContent
1335
1336 * manalysis/MFiltercutsCalc.[h,cc]:
1337 - Added list to ListOfCleanups, and set kMustCleanup for list
1338 - Set kMustCleanup for external filters
1339
1340 * mbase/MEvtLoop.[h,cc]:
1341 - added to ListOfCleanups
1342 - Set kMustCleanup for parlist, progressbar and display
1343 - added some checks for root's Batch-Mode
1344 - no need for checking ListOfSpecials for fDisplay (this is now
1345 handled through the Cleanups)
1346 - No need for kFileExit anymore (this can now be handles through
1347 the Cleanups)
1348 - added recursiveRemove to support Cleanups
1349 - added SetDisplay to set kMustCleanup for fDisplay
1350
1351 * mbase/MTaskList.cc, mdata/MDataArray.cc, mdata/MDataList.cc,
1352 mfilter/MFilterList.cc:
1353 - added lists to ListOfCleanups
1354 - Set kMustCleanup for the lists
1355
1356 * mbase/MParList.[h,cc]:
1357 - added lists to ListOfCleanups
1358 - Set kMustCleanup for the lists
1359 - added kCanDelete option to destructor
1360 - set kMustCleanup for all containers added to thelist
1361
1362 * mdatacheck/DataCheckLinkDef.h, mdatacheck/Makefile:
1363 - removed unnecessary MDumpEvtHeader
1364
1365 * mbase/MContinue.[h,cc]:
1366 - added SetDisplay to support setting display for the filter
1367 - added SetLogStream to support setting logstream for the filter
1368
1369 * mfilter/MFCT1SelBasic.cc, mfilter/MFCT1SelFinal.cc,
1370 mfilter/MFCT1SelStandard.cc:
1371 - added Set-function to simplify Process
1372
1373 * mgui/MCamEvent.[h,cc]:
1374 - changed GetPixelContent definition
1375
1376 * mhist/MH.cc:
1377 - fixed Draw(TH1&, TH1&) and DrawCopy layout for newer root versions
1378
1379 * mimage/MImgCleanStd.cc:
1380 - fixed a bug in the access to ispixused-array (GetNeighbor
1381 could exceed maximum entries.
1382
1383 * mmain/MStatusDisplay.[h,cc]:
1384 - preliminary fixes to support root's batch mode
1385 - removed adding MStatusDisplay to ListOfCleanups
1386 - changed code updating the Canvas'
1387 - exit now handled by Cleanups, so this can be deleted immediatly
1388
1389 * mraw/MRawEvtData.[h,cc]:
1390 - changed definition of GetPixelContent
1391 - added code to GetPixelContent
1392
1393 * mraw/MRawEvtPixelIter.[h,cc]:
1394 - returns GetNumMaxHiGainSample
1395
1396 * mreflector/MRflEvtData.[h,cc]:
1397 - use static_cast in GetPhoton
1398 - added GetPixelContent
1399
1400 * mhist/MHTriggerLvl0.[h,cc], MHmhist/Camera.[h,cc],
1401 mhist/MHCamEvent.[h,cc]:
1402 - added
1403
1404 * manalysis/MSigmabar.cc:
1405 - unimportant simplification
1406
1407 * manalysis/MSigmabarCalc.cc:
1408 - added a preliminary workaround to support files without MMcEvt
1409 - make use of FLT_MAX
1410
1411 * mgeom/MGeomCam.[h,cc]:
1412 - Moved fPixels from pointer to an instance
1413 - removed destructor
1414 - use static_cast on operator[]
1415 - Use ForEach macro in CheckOuterRing
1416
1417 * mhist/MHSigmaTheta.cc:
1418 - added a preliminary workaround to support files without MMcEvt
1419
1420 * manalysis/AnalysisLinkDef.h, manalysis/Makefile:
1421 - removed MCT1PadONOFF
1422
1423 * manalysis/MCerPhotEvt.h:
1424 - added //-> to fPixels
1425
1426 * meventdisp/Makefile:
1427 - added -I../mhist
1428
1429 * manalysis/MMcTriggerLvl2.[h,cc], meventdisp/MGCamDisplay.[h,cc]:
1430 - replaced MCamDisplay by MHCamera
1431
1432 * mgui/GuiLinkDef.h, mgui/Makefile:
1433 - removed MCamDisplay
1434
1435 * mhist/HistLinkDef.h, mhist/Makefile:
1436 - removed MHCerPhotEvt
1437 - removed MHCurrents
1438 - removed MHTrigLvl0
1439 - removed MHOnSubtraction
1440 - added MHCamera
1441 - added MHCamEvent
1442
1443 * macros/sumcurrents.C:
1444 - adapted to changes
1445 - added filename to canvas
1446
1447 * macros/readMagic.C, macros/readCT1.C, macros/status.C,
1448 macros/readcurrents.C, macros/readrfl.C:
1449 - adapted to changes
1450
1451 * mbase/MAGIC.h:
1452 - replaced extern by R__EXTERN
1453
1454 * mbase/MParContainer.[h,cc]:
1455 - added a non empty destructor with some debug options
1456
1457 * mbase/MPrint.cc:
1458 - fixed a bug (used kSKIP instead of kSkip)
1459
1460
1461
1462 2003/06/19: Thomas Bretz
1463
1464 * mgui/MCamDisplay.[h,cc]:
1465 - fixed color palette when loading MCamDisplay
1466
1467 * mevtdisp/MGEvtDisplay.cc:
1468 - fixed a bug in ProcessMessage, 'Exit' still doesn't work.
1469
1470
1471
1472 2003/06/18: Thomas Bretz
1473
1474 * macros/sumcurrents.C:
1475 - added MDirIter support
1476 - fixed the rel. error calculation
1477 - some small corrections to the layout
1478
1479 * mhist/MHCurrents.cc:
1480 - changed histogram name
1481 - added axis titles
1482
1483 * mbase/MLog.cc:
1484 - include iomanip onstead of MLogManip
1485
1486 * mbase/MLogManip.h:
1487 - replaced preprocessor defintions for all, warn, inf, err and dbg
1488 by const variable declarations
1489 - fixed dynamic_casts
1490
1491 * macros/merpp.C:
1492 - made capable of more than one directory
1493
1494 * mmain/MStatusDisplay.cc:
1495 - removed an unsused variable
1496
1497 * Makefile.conf.osf1, Makefile.conf.osf5.1:
1498 - added definitions for __USE_STD_IOSTREAM and R__ANSISTREAM
1499 tp be able to compile on Alphas again
1500
1501 * manalysis/MCT1PadONOFF.cc:
1502 - included math.h
1503 - commented out some code to be able to compile on Alpha - FIXME
1504
1505 * mbase/MDirIter.h:
1506 - fixed a bug in the definition of MatchFilter
1507
1508 * mraw/MRawFileWrite.h:
1509 - default mode changed from UPDATE to RECREATE
1510 - default compression level changed from 9 to 1
1511
1512 * mraw/MRawEvtData.[h,cc]:
1513 - fixed to skip non connected pixels
1514
1515 * mraw/MRawRunHeader.[h,cc]:
1516 - added GetNumConnectedPixels
1517
1518
1519
1520
1521 2003/06/17: Oscar Blanch
1522
1523 * mgeom/MGeomCamECO1000HG.cc
1524 - fixed a bug in NN table
1525
1526 * mgeom/MGeomCamMagicHG.[h,cc]
1527 - New geometry for a high granularity hipothetic Magic camera
1528
1529 * mgeom/Makefile and mgeom/GeomLinkDef.h
1530 - Introduction of MGeomMagicHG class.
1531
1532
1533
1534 2003/06/17: Thomas Bretz
1535
1536 * meventdisp/MGEvtDisplay.cc:
1537 - fixed a bug which caused a endlessloop
1538
1539 * mmain/MStatusDisplay.cc:
1540 - fixed UpdatePSHeader for gcc 3.* and Suse 8.2
1541
1542 * manalysis/MCurrents.h:
1543 - fixed a bug in the const operator[]
1544
1545 * mgui/MCamDisplay.[h,cc]:
1546 - set ClassDef to 1 so that the camera display can be written into
1547 a root file
1548 - fixed destructor (didn't fit default constructor)
1549 - implemented FillRandom for test cases
1550
1551 * mgui/MHexagon.h
1552 - set ClassDef to 1 so that the camera display can be written into
1553 a root file
1554
1555
1556
1557 2003/06/16: Thomas Bretz
1558
1559 * mhist/MHOnSubtraction.cc:
1560 - worked around the non compiling source file
1561
1562 * merpp.cc:
1563 - set compression level default = 1
1564
1565 * macros/readCT1.C, macros/readMagic.C, macros/readcurrents.C,
1566 meventdisp/MGCamDisplay.cc
1567 - adapted to new MCamDisplay and MCamEvent
1568
1569 * macros/sumcurrents.C:
1570 - enhanced
1571
1572 * manalysis/MCerPhotCalc.[h, cc]:
1573 - simplified algorithm
1574
1575 * manalysis/MCerPhotEvt.[h,cc], manalysis/MCurrents.[h,cc],
1576 manalysis/MPedestalCam.[h,cc]:
1577 - derived from MCamEvent
1578
1579 * manalysis/MMcPedestalNSBAdd.cc:
1580 - minor change
1581
1582 * mbase/BaseLinkDef.h, mbase/Makefile:
1583 - added MDirIter
1584
1585 * mbase/MDirIter.[h,cc]:
1586 - added
1587
1588 * mbase/MParList.cc:
1589 - enhnced some output
1590
1591 * mbase/MTaskInteractive.cc:
1592 - fixed a bug
1593
1594 * mbase/MTaskList.cc:
1595 - added handling of gui events for Pre- and PostProcess
1596
1597 * mgeom/MGeomPix.cc:
1598 - added a comment
1599
1600 * mgui/MCamDisplay.[h,cc] - PRELIMINARY:
1601 - added a notification list
1602 - fixed SetRange if pad is not the main pad
1603 - new Fill functions using MCamEvent, removed old ones
1604
1605 * mhist/MFillH.cc:
1606 - check for the existance of the canvas
1607
1608 * mhist/MHCerPhotEvt.cc:
1609 - take usage of MCamEvent
1610
1611 * mhist/MHCurrents.cc:
1612 - take usage of MCamEvent
1613 - added rms
1614
1615 * mmain/MStatusDisplay.[h,cc]:
1616 - added "Reset" and "Remove Tab" to menu bar
1617
1618 * mraw/MRawEvtData.[h,cc]:
1619 - draw hi- and logains
1620 - derived from MCamEvent
1621
1622 * mraw/MRawEvtPixelIter.[h,cc]:
1623 - added GetVarHiGainSamples
1624
1625 * mraw/Makefile:
1626 - added -I../mgui - PRELIMINARY
1627
1628 * mhist/MH.cc:
1629 - fixed Draw(TH1&,TH1&) for newer root versions
1630
1631 * mhist/MHHadronness.cc:
1632 - fixed call to fGraph->SetMaximum(1) for newer root versions
1633
1634 * mmain/MStatusDisplay.cc:
1635 - fixed for gcc 3.* and newer root versions
1636
1637
1638
1639
1640 2003/06/13: Robert Wagner
1641 * mhist/MHOnSubtraction.cc
1642 - removed casts from double to Double_t found by gcc 3.3
1643 - added MHOnSubtraction::CalcLightCurve, a methods towards a
1644 lightcurve
1645
1646
1647
1648 2003/06/13: Thomas Bretz (making Mars work with gcc 3.3 on Suse 8.2)
1649
1650 * Makefile.conf.linux:
1651 - removed nonull-objects, Wtraditional and Wnested-externs
1652 due to warnings in gcc 3.3
1653
1654 * *:
1655 - added 'using namespace std;'
1656 - exchanged *.h C++ headers by correct headers (like <fstream>)
1657 - replaced forward declarations of streams by <iosfwd>
1658
1659 * manalysis/MCerPhotAnal.cc:
1660 - cast arguments of sqrt to correct type
1661 - corrected argument type for SetPedestalRms
1662
1663 * manalysis/MCurrents.h:
1664 - const operator[] uses 'this' now
1665
1666 * manalysis/MEnergyEstParam.[h,cc], manalysis/MSigmabarParam.[h,cc]:
1667 - fixed definition of Print
1668
1669 * manalysis/MMcPedestalCopy.cc, manalysis/MPedCalcPedRun.cc,
1670 mgui/MCamDisplay.cc, mmontecarlo/MMcThresholdCalc.cc:
1671 - cast arguments of sqrt to correct type
1672
1673 * manalysis/MMultiDimDistCalc.cc:
1674 - changed type of numg/numh to Int_t
1675
1676 * mbase/BaseLinkDef.h:
1677 - removed pragma for __omanip_debug
1678
1679 * mbase/MLog.[h,cc]:
1680 - fixed copy constructor
1681 - removed usage of mkstemp -- TO BE FIXED
1682
1683 * mbase/MLogManip.[h,cc]:
1684 - completely replaced
1685
1686 * mdata/MDataArray.cc:
1687 - fixed variable type ncols (Double_t -> Int_t)
1688
1689 * mdata/MDataChain.cc:
1690 - fixed argument type of gRandom->Integer()
1691
1692 * meventdisp/MGEvtDisplay.[h,cc]:
1693 - implemented skiping of events which have 0 Pixels
1694
1695 * mfileio/MCT1ReadPreProc.cc:
1696 - fixed conversion for istream::read from Byte_t* to char*
1697 - fixed argument type in Fill (fmcsize_phel)
1698
1699 * mfileio/MChain.h:
1700 - ResetTree must also set fTreeNumber to -1 due to changes in
1701 TChain::LoadTree
1702
1703 * mfilter/MFAlpha.[h,cc]:
1704 fixed type of Alpha in Init (Float_t instead of Int_t)
1705
1706 * mfilter/MFEventSelector2.[h,cc]:
1707 - renamed Read member function to ReadDistribution
1708
1709 * mfilter/MFilterList.h:
1710 - fixed overloading of GetRule
1711
1712 * mhist/MBinning.cc, mhist/MH3.cc:
1713 - removed default argument in source file
1714
1715 * mhist/MHArray.cc:
1716 fixed type of sstyle (Stat_t -> Int_t)
1717
1718 * mhist/MHCerPhotEvt.[h,cc], mhist/MHCurrents.[h,cc]:
1719 - fixed definition of Clear()
1720
1721 * mhist/MHFadcCam.[h,cc]:
1722 - renamed Reset to ResetEntry
1723
1724 * mhistmc/MHMcEnergy.cc:
1725 - fixed argument type of log
1726
1727 * mhistmc/MHMcRate.cc:
1728 - cast argument of pow() to correct type
1729
1730 * mimage/MHillas.cc:
1731 - replaced default value for MeanX and MeanY by 0
1732
1733 * mmain/MMars.cc:
1734 - fixed argument type in TGLayoutHints
1735
1736 * mmain/MStatusDisplay.cc:
1737 - fixed some argument types
1738 - for the moment removed the update of the ps-header
1739
1740 * mmc/MMcTrig.cxx:
1741 - use binary shift instead of pow for power of two
1742
1743 * mmontecarlo/MMcEnergyEst.[h,cc]:
1744 - declared fcn as static
1745 - fixed definition of Print
1746
1747 * mmontecarlo/MMcTimeGenerate.cc:
1748 - fixed argument type of SetTime
1749
1750 * mmontecarlo/MMcTriggerRateCalc.[h,cc]:
1751 - fixed definition of Draw
1752
1753 * mfileio/MReadRflFile.cc, mraw/MRawCrateData.cc, mraw/MRawEvtData.cc,
1754 mraw/MRawEvtHeader.cc, mraw/MRawRunHeader.cc:
1755 - fixed conversion for istream::read from Byte_t* to char*
1756
1757 * mreflector/MRflEvtData.cc, mreflector/MRflSinglePhoton.cc:
1758 - fixed definition of Print
1759
1760
1761
1762 2003/06/13: Robert Wagner
1763 * mhist/MHOnSubtraction.cc
1764 - Improvements in output
1765
1766
1767
1768 2003/06/12: Thomas Bretz
1769
1770 * mgui/MCamDisplay.h:
1771 - added //*MENU* to SetAutoScale, SetMinimum, SetMaximum
1772
1773
1774
1775 2003/06/11: Robert Wagner
1776
1777 * mhist/MHOnSubtraction.[h,cc]
1778 - Some bugfixes, e.g. concerning binning of result histograms
1779 - Improvements in output
1780
1781
1782
1783
1784
1785 2003/06/09: Wolfgang Wittek
1786
1787 * macros/CT1Analysis.C
1788 - replace MPadSchweizer by MCT1PadSchweizer
1789
1790 * macros/ONOFFCT1Analysis.C
1791 - current version of the macro for the analysis using ON, OFF and MC data
1792
1793 * manalysis/MPadSchweizer.[h,cc]
1794 MPadONOFF.[h,cc]
1795 - delete
1796
1797 * manalysis/MCT1PadSchweizer.[h,cc]
1798 MCT1PadONOFF.[h,cc]
1799 - add
1800
1801 * manalysis/Makefile
1802 AnalysisLinkdef.h
1803 - replace MPadSchweizer and MPadONOFF
1804 by MCT1PadSchweizer and MCT1PadONOFF
1805
1806
1807
1808 2003/06/06: Robert Wagner
1809
1810 * mhist/MHOnSubtraction.[h,cc]
1811 - Class for extracting a gamma signal from on data only. Works
1812 on fully differential data in Alpha, Energy and Theta as well
1813 as on single Alpha plots. Experimental version, expect
1814 functionality but code still optimized for debugging purposes
1815
1816 * mhist/MHAlphaEnergyTheta.cc
1817 - Fill signed alpha value instead of absolute value
1818
1819
1820
1821 2003/06/06: Wolfgang Wittek
1822
1823 * macros/optPad.C
1824 - macro for testing the optimal padding
1825
1826
1827
1828 2003/06/05: Abelardo Moralejo
1829
1830 * mhist/MHTrigLvl0.[h,cc]:
1831 - added. This is intended to find "hot" pixels firing too often
1832 or pixels firing too rarely. Very preliminar!
1833
1834 * macros/pixfirerate.C:
1835 - added. An example on how to use the class above.
1836
1837 * mhist/Makefile, HistLinkDef.h :
1838 added new class.
1839
1840
1841
1842 2003/06/05: Thomas Bretz
1843
1844 * mbase/MEvtLoop.cc:
1845 - fixed some typos in the comments
1846
1847 * meventdisp/MGCamDisplay.cc:
1848 - added MHillasSrc to eventloop
1849
1850 * meventdisp/MGEvtDisplay.cc:
1851 - print MC informations to screen, too
1852
1853 * mfileio/MReadCurrents.cc:
1854 - added a comment
1855
1856 * mhist/MHCerPhotEvt.h:
1857 - removed typo
1858
1859 * mimage/MHillasSrcCalc.cc:
1860 - create a default source if now source is available
1861
1862
1863
1864 2003/06/03: Thomas Bretz
1865
1866 * macros/readcurrents.C:
1867 - display currents in Log-Scale
1868
1869 * mgui/MCamDisplay.[h,cc]:
1870 - introduced fMinimum
1871 - introduced fMaximum
1872 - introduced fData
1873 - removed Set-functions
1874 - introduced Update()
1875 - introduced Log-Scale
1876
1877 * macros/readCT1.C:
1878 - fixed a typo
1879
1880 * mbase/MTaskInteractive.[h,cc]:
1881 - added
1882
1883 * mbase/Makefile, mbase/BaseLinkDef.h:
1884 - added MTaskInteractive
1885
1886 * mhist/MHCurrents.[h,cc]:
1887 - added (PRELIMINARY)
1888
1889 * mhist/Makefile, mhist/HistLinkDef.h:
1890 - added MHCurrents
1891
1892 * mgui/MCamDisplay.[h,cc]:
1893 - changed number of ItemsLegend to display the maximum, too
1894
1895 * macros/sumcurrents.C:
1896 - added
1897
1898
1899
1900 2003/06/03: Wolfgang Wittek
1901
1902 * mfileio/MCT1ReadPreProc.[h,cc]
1903 - reset blind pixels for each event
1904 (because they may have been changed by the padding)
1905
1906 * macros/ONOFFCT1Analysis.C
1907 - will be the macro for the CT1 analysis using ON and OFF data
1908
1909 * manalysis/MPadONOFF.[h,cc]
1910 - new class
1911 - class for the padding of ON/OFF data
1912
1913 * manalysis/MPadSchweizer.[h,cc]
1914 - remove fBlinds->Clear() because the resetting of the
1915 blind pixels is now done in MCT1ReadPreProc
1916
1917
1918
1919 2003/06/02: Thomas Bretz
1920
1921 * manalysis/AnalysisLinkDef.h, manalysis/Makefile:
1922 - added MCurrents
1923
1924 * manalysis/MCerPhotEvt.[h,cc]:
1925 - added MGeomCam argument to GetRatioMin/Max
1926
1927 * mfileio/FileIOLinkDef.h, mfileio/Makefile:
1928 - added MReadCurrents
1929
1930 * mfileio/MReadCurrents.[h,cc]:
1931 - added
1932
1933 * manalysis/MCurrents.[h,cc]:
1934 - added
1935
1936 * mgui/MCamDisplay.[h,cc]:
1937 - added current support
1938
1939 * mbase/MTime.h:
1940 - preliminary changes to support currents
1941
1942 * mhist/MH.[h,cc]:
1943 - added usescreenfactor to MakeDefCanvas
1944
1945
1946
1947 2003/05/30: Wolfgang Wittek
1948
1949 * macros/CT1Analysis.C
1950 - current version of the CT1Analysis.C macro for the analysis of
1951 CT1 data using ON and MC data
1952
1953
1954
1955 2003/05/27: Thomas Bretz
1956
1957 * mreflector/Makefile:
1958 - removed obsolete includes
1959
1960 * mbase/MLogManip.h:
1961 - for the moment removed dbg<< from dbginf again
1962
1963 * mimage/MHNewImagePar.cc:
1964 - security check in fill
1965
1966 * mmain/MAnalysis.cc:
1967 - fixed filling of MHNewImagePar
1968
1969
1970
1971 2003/05/26: Wolfgang Wittek
1972
1973 * mfileio/MCT1ReadPreProc.cc
1974 - put back : if (event.spixsig_10thphot[i]==0)
1975 continue;
1976
1977 * manalysis/MPadSchweizer.cc
1978 - add pixels to MCerPhotEvt which are not yet in;
1979 set their number of photons equal to zero
1980
1981
1982
1983 2003/05/26: Thomas Bretz
1984
1985 * mhist/MHCerPhotEvt.cc, mfileio/MCT1ReadAscii.cc:
1986 - InitSize --> FixSize
1987
1988 * manalysis/MMcPedestalNSBAdd.cc:
1989 - fixed a typo (* instead of /)
1990
1991
1992
1993 2003/05/23: Abelardo Moralejo
1994
1995 * mreflector/Makefile:
1996 - added (was missing)
1997
1998
1999
2000 2003/05/23: Thomas Bretz
2001
2002 * Makefile:
2003 - added mreflector
2004
2005 * manalysis/MCerPhotAnal.cc, manalysis/MCerPhotCalc.cc:
2006 - use FixSize instead of InitSize
2007
2008 * manalysis/MCerPhotEvt.[h,cc]:
2009 - replaced InitSize by FixSize (seems to be more logical)
2010
2011 * manalysis/MMcPedestalNSBAdd.cc:
2012 - replaced GetR by GetPixRatio
2013
2014 * manalysis/MPedestalCam.cc:
2015 - replaced GetEntries by GetEntriesFast
2016
2017 * mfileio/FileIOLinkDef.h, mfileio/Makefile:
2018 - added MReadRflFile
2019
2020 * mgeom/MGeomCam.[h,cc], mgeom/MGeomPix.[h,cc],
2021 mgeom/MGeomCamMagic.[h,cc]:
2022 - replaced R by D
2023
2024 * mgui/MCamDisplay.[h,cc]:
2025 - added TClonesArray to display reflector events
2026 - added FillRflEvent
2027 - added ShowRflEvent
2028 - adapted Paint function
2029
2030 * mgui/MHexagon.[h,cc]:
2031 - replaced GetR by GetD
2032 - added DistanceToPrimitive (capital T)
2033
2034 * mgui/Makefile:
2035 - added mreflector
2036
2037 * mfileio/MReadRflFile.[h,cc]:
2038 - added
2039
2040 * mreflector, mreflector/Makefile, mreflector/ReflectorLinkDef.h,
2041 mreflector/MRflEvtData.[h,cc], mreflector/MRflSinglePhoton.[h,cc]:
2042 mreflector/MRflEvtHeader.[h,cc], mreflector/MRflRunHeader.[h,cc]:
2043 - added
2044
2045 * macros/readRfl.C:
2046 - added
2047
2048
2049
2050 2003/05/22: Abelardo Moralejo
2051
2052 * mhist/MHMatrix.[h,cc]
2053 - add member function ShuffleRows() to randomize the order of the
2054 matrix rows. This is useful for instance for the random forest,
2055 (See RanForest.C) when we feed a hadron training sample with
2056 both protons and helium nuclei: if they are ordered (first all
2057 events of one type, then those of the other) the method does not
2058 seem to work well. Any other kind of ordering might be harmful
2059 as well (in theta, phi or whatever).
2060
2061
2062
2063 2003/05/22: Wolfgang Wittek
2064
2065 * mfileio/MCT1ReadPreProc.[h,cc]
2066 - add member function DiscreteTheta
2067 - discretize the Theta according to the binning in Theta
2068 (for data and MC)
2069 original Theta is stored in the container "ThetaOrig"
2070 the discretized Theta is stored in MMcEvt.fTelescopeTheta
2071
2072
2073
2074 2003/05/21: Thomas Bretz
2075
2076 * mfileio/MReadTree.cc:
2077 - changed text of a warning
2078 - removed obsolete comment
2079
2080 * mfileio/MWriteRootFile.[h,cc]:
2081 - changed Print function to support kIsNewTree flag
2082 - changed BIT(15) to BIT(16) because it is already used by TBranch
2083
2084
2085
2086 2003/05/21: Wolfgang Wittek
2087
2088 * mhist/MHBlindPixels.[h,cc]
2089 - change 1D histogram into 2D histogram (pixel Id vs. Theta)
2090 - add 2D histogram : no.of blind pixels vs. Theta
2091
2092 * mhist/MHSigmaTheta.cc
2093 - correct "BinningPix"
2094
2095 * manalysis/MPadSchweizer.[h,cc]
2096 - add simulation of blind pixels
2097
2098 * mhist/MHMatrix.cc
2099 - in DefRefMatrix : allow variable bin size for 'hth' and 'hthd'
2100
2101
2102
2103 2003/05/20: Oscar Blanch Bigas
2104
2105 * mgeom/MGeomCamECO1000HG.[h,cc]
2106 - new files for ECO1000 camera geometry with pixels
2107 of half angualr size.
2108
2109 * mgeom/Mkefile:
2110 - added MGeomCamECO1000HG.[h,cc] files
2111
2112 * mgeom/GeomLinkDef.h
2113 - added class MGeomCamECO1000HG
2114
2115
2116
2117 2003/05/20: Thomas Bretz
2118
2119 * mbase/MLog.h:
2120 - added Separator member function
2121
2122 * mfileio/MReadMarsFile.cc:
2123 - moved output in Notify to MReadTree::Notify
2124 - call MReadTree:Notify in Notify
2125
2126 * mfileio/MReadTree.[h,cc]:
2127 - do not try to delete a Baddress if it is NULL ("*")
2128 - added CheckBranchSize member function
2129 - added the size consistency check to Notify
2130
2131 * mfileio/MWriteRootFile.cc:
2132 - mini changes to Print-output
2133
2134 * mfilter/MF.[h,cc]:
2135 - added Print-function
2136
2137 * mraw/MRawEvtPixelIter.h:
2138 - removed wrong EOL characters
2139
2140 * macros/multidimdist2.C:
2141 - made variable names unique
2142
2143 * macros/star.C:
2144 - added sigmabar
2145
2146 * macros/status.C:
2147 - added sigmabar
2148 - added MHSigmaTheta
2149
2150 * manalysis/AnalysisLinkDef.h, manalysis/Makefile:
2151 - added MFiltercutsCalc
2152
2153 * manalysis/MFiltercutsCalc.[h,cc]:
2154 - added
2155
2156
2157 2003/05/19: Thomas Bretz
2158
2159 * mgui/MCamDisplay.cc:
2160 - removed an unused variable.
2161
2162 * Makefile.rules:
2163 - fixed Mr.Proper
2164
2165 * mbase/MEvtLoop.cc, mbase/MParList.cc, mbase/MTaskList.cc,
2166 mfileio/MReadTree.cc, mfileio/MWriteRootFile.cc:
2167 - use new manipulator 'underline'
2168
2169 * mbase/MLog.cc:
2170 - added new underlining
2171 - added blue color for debugging
2172
2173 * mbase/MLogManip.[h,cc]:
2174 - added underline
2175 - added dbg and increased all other debug(n) levels by one
2176
2177 * mbase/MParContainer.h:
2178 - made fDisplay persistent (workaround for a obsolete warning in
2179 root 3.02/07)
2180
2181 * mfileio/MWriteRootFile.[h,cc]:
2182 - fixed a bug introduced when implementing UPDATE mode,
2183 kIsNewTree set for TTree
2184
2185
2186
2187 2003/05/16: Abelardo Moralejo
2188
2189 * mmontecarlo/MMcEnergyEst.[h,cc]
2190 - Added SetCoeff
2191
2192
2193
2194 2003/05/16: Thomas Bretz
2195
2196 * mfilter/MFEventSelector2.[h,cc]:
2197 - added
2198
2199 * mfilter/Makefile, mfilter/FilterLinkDef.h:
2200 - added MFEventSelector2
2201
2202 * mbase/MContinue.cc:
2203 - SetDisplay for filter
2204 - Set LogStream for filter
2205
2206 * mbase/MEvtLoop.cc:
2207 - don't use pointer to fTasklist in PostProcess if not initialized
2208 - do not execute Process if fTasklist is not initialized
2209
2210 * mbase/MTask.[h,cc]:
2211 - overwrite SetDisplay (set also display of attached filter
2212
2213 * mbase/MTaskList.cc:
2214 - minor changes
2215
2216 * mdata/MDataChain.[h,cc]:
2217 - implemented ParseDataMember to support constants
2218
2219 * mfileio/MCT1ReadPreProc.[h,cc]:
2220 - added fNumFile to support Rewind
2221 - added Rewind
2222
2223 * mfileio/MRead.[h,cc]:
2224 - new virtual function Rewind
2225
2226 * mfileio/MReadMarsFile.[h,cc]:
2227 - added Rewind
2228
2229 * mfileio/MReadTree.[h,cc]:
2230 - added Rewind
2231 - fixed a missing 'else' in AddFile
2232
2233 * mhist/MBinning.[h,cc]:
2234 - added SetEdges(TAxis&)
2235 - added SetEdges(TH1&, char)
2236
2237 * mhist/MFillH.[h,cc]:
2238 - added bit kDoNotDisplay
2239
2240 * mhist/MH.h:
2241 - added a comment
2242
2243 * mhist/MH3.[h,cc]:
2244 - implemented GetRule
2245 - implemented GetNbins
2246 - implemented FindFixBin
2247
2248 * mimage/MHHillasSrc.cc:
2249 - replaced gPad->cd(4) by savepad
2250
2251 * mmain/MStatusDisplay.[h,cc]:
2252 - fixed locked mode for loop-in-loop cases
2253
2254
2255
2256 2003/05/15: Wolfgang Wittek
2257
2258 * macros/CT1EgyEst.C
2259 - replace "energyest.root" by paramout
2260
2261
2262
2263 2003/05/14: Wolfgang Wittek
2264
2265 * macros/CT1env.rc
2266 - CT1env replaced by CT1env.rc
2267
2268 * mranforest/MRanForestCalc.cc
2269 - exchange arguments in
2270 FindCreateObj("MHadronness", fHadronnessName)
2271
2272
2273
2274 2003/05/13: Thomas Bretz
2275
2276 * mdata/MDataArray.[h,cc]:
2277 - addeed GetData and >>-operator to fill a TVector from the array
2278
2279 * manalysis/MMultiDimDistCalc.cc:
2280 - use new >>-operator from MDataArray
2281
2282 * mranforest/MRanForest.[h,cc]:
2283 - TVector& in CalcHadronness declared const
2284 - added a const qualifier to 'Float_t sum'
2285 - removed Reset() from a TIter declaration (done by the TIter
2286 constructor)
2287
2288 * mranforest/MRanForestCalc.cc:
2289 - fill TVector with new >>-operator of MDataArray
2290
2291 * mranforest/MRanTree.[h,cc]:
2292 - removed obsolete returns at the end of some functions
2293 - TVector& in TreeHad declared const
2294 - changed if to ?:-operator in TreeHad
2295 - TreeHad() calls TreeHad(const TVector &) now (code is not
2296 implemented twice)
2297
2298
2299
2300 2003/05/12: Abelardo Moralejo
2301
2302 * mhistmc/MHMcEnergyMigration.cc
2303 - Draw(): fixed axis label in one plot.
2304
2305
2306
2307 2003/05/12: Thomas Bretz
2308
2309 * mmain/MStatusDisplay.[h,cc]:
2310 - implemented UpdatePSHeader
2311
2312
2313
2314 2003/05/10: Thomas Bretz
2315
2316 * Makefile.rules:
2317 - implemented diff
2318
2319 * NEWS:
2320 - changed
2321
2322 * manalysis/MCT1SupercutsCalc.cc:
2323 - fixed variable names
2324
2325 * mbase/MParContainer.cc:
2326 - replaces IsA()->GetName() by ClassName()
2327
2328 * mbase/Makefile:
2329 - removed obsolete include paths
2330
2331 * mdata/MDataArray.[h,cc]:
2332 - new member function GetRule(int)
2333
2334 * mgui/MCamDisplay.[h,cc]:
2335 - implemented GetObjectInfo
2336
2337 * mhist/MH.[h,cc]:
2338 - implemented ProjectionX
2339 - implemented ProjectionY
2340 - implemented FindObjectInPad
2341
2342 * mhist/MHSigmaTheta.[h,cc]:
2343 - implemented Paint
2344
2345 * mmain/MStatusDisplay.[h,cc]:
2346 - implemented kFileCanvas
2347 - implemented kFileBrowser
2348
2349
2350
2351 2003/05/09: Abelardo Moralejo
2352
2353 * mhistmc/MHMcEnergyMigration.[h,cc]
2354 - Added histograms, changed Draw() to display them. Still
2355 provisional, many changes in the whole part of the energy
2356 estimator are needed.
2357
2358 * macros/CT1EEst.C, CT1EnergyEst.C
2359 - Removed
2360
2361 * macros/CT1EgyEst.C
2362 - Added example on how to use the energy estimation for CT1.
2363 Very provisional!
2364
2365
2366
2367 2003/05/09: Wolfgang Wittek
2368
2369 * manalysis/MCT1SupercutsCalc.cc
2370 - add SetReadyToSave()
2371
2372
2373
2374 2003/05/09: Thomas Bretz
2375
2376 * mbase/MLog.cc:
2377 - do not underline if eNoColors is set
2378 - fixed abug in Output() (last character missing when flushed)
2379 - same when flushing to the GUI
2380
2381 * mbase/MLogManip.cc:
2382 - removed an obsolete comment
2383
2384 * mfileio/MReadTree.cc:
2385 - print warning in case no files could be added to chain
2386
2387 * mfilter/MFDataChain.h:
2388 - fixed code layout
2389
2390 * mimage/MHHillasSrc.h:
2391 - added Paint
2392
2393 * mimage/MHillasCalc.[h,cc]:
2394 - changed default title
2395
2396 * Makefile:
2397 - added rule 'diff'
2398
2399 * mhist/MHMatrix.cc:
2400 - compressed some debug outputs
2401
2402 * manalysis/MSigmabar.[h,cc]:
2403 - deleted the fCalcPixNum variable (not used).
2404
2405 * macros/star.C, macros/starct1.C:
2406 - updated
2407
2408 * mhist/MBinning.cc:
2409 - fixed SetBinningCos
2410
2411 * mhist/MHSigmaTheta.[h,cc]:
2412 - in setting of binnings changes npix+1 to npix
2413 (SetEdges takes the number of _bins_ as argument)
2414 - fixed titles (LaTeX style)
2415 - added default binning (may have to be changed for Magic)
2416 - removed obsolete destructor
2417 - removed default canvas size of 900x900
2418 - temporarily removed SetLogy() for first pad. I'm searching
2419 for a solution to put it in again when using the status display
2420
2421
2422
2423 2003/05/08: Thomas Bretz
2424
2425 * Makefile.rules:
2426 - fixed the rmhtml bug
2427
2428 * macros/collarea.C:
2429 - changed to use MStatusDisplay
2430
2431 * manalysis/MCT1SupercutsCalc.cc:
2432 - fixed a typo
2433
2434 * mbase/MEvtLoop.[h,cc], mbase/MTaskList.[h,cc]:
2435 - added FindTask member functions
2436
2437 * mbase/MLog.cc:
2438 - do not crop logging to GUI to 1000 lines anymore
2439
2440 * mdata/MDataChain.cc:
2441 - use GetRule() in the constructor instead of Print()
2442
2443 * mdata/MDataElement.cc, mfilter/MFDataChain.cc:
2444 - do not return str+"something"
2445
2446 * mhist/MH.[h,cc]:
2447 - fixed a bug in DrawCopy(TH1*,TH1*)
2448 - overwrite Clone function and do not add TH1 to gDirectory
2449 when cloning MH classes
2450
2451 * mimage/MHHillas.cc, mimage/MHHillasSrc.cc:
2452 - adde a sanity check to Fill
2453
2454 * mimage/MHHillasSrc.cc:
2455 - do not set the log scale before we have entries in the histogram
2456
2457
2458
2459 2003/05/08: Abelardo Moralejo
2460
2461 * mimage/MImgCleanStd.cc
2462 - extended comment on standard cleaning. Removed an obsolete
2463 comment.
2464
2465 * mhistmc/MHMcCollectionAreaCalc.cc
2466 - Changed binning of histograms, so that the collection area
2467 can be calculated also between 5 and 10 GeV (for pulsar studies)
2468
2469
2470
2471 2003/05/07: Nadia Tonello
2472
2473 * manalysis/MCT1PointingCorrCalc.[h,cc]
2474 - deleted the fMcEvt variable (not used).
2475
2476
2477 2003/05/07: Thomas Bretz
2478
2479 * mmain/Makefile, mmain/MainLinkDef.h:
2480 - added MSearch
2481
2482 * mmain/MSearch.[h,cc]:
2483 - added
2484
2485 * mmmain/MStatusDisplay.[h,cc]:
2486 - implemented Search
2487
2488 * mhist/MHSigmaTheta.cc:
2489 - removed borders around the pads (Draw)
2490
2491 * mfileio/MCT1ReadPreProc.cc:
2492 - do not output the run number twice!
2493
2494 * mimage/MHillasExt.[h,cc]:
2495 - changed ClassDef to 2
2496 - updated comments
2497
2498 * mimage/MNewImagePar.cc:
2499 - updated comments
2500
2501
2502
2503 2003/05/07: Abelardo Moralejo
2504
2505 * mranforest/Makefile
2506 - fixed typo.
2507
2508
2509
2510 2003/05/06: Abelardo Moralejo
2511
2512 * mhistmc/MHMcCollectionArea.cc
2513 - Added: delete &pally
2514
2515 * mfilter/MFCT1SelFinal.cc
2516 - changed FindObject("MGeomCam") to
2517 FindCreateObj("MGeomCamCT1","MGeomCam")
2518
2519 * mhistmc/MHMcCollectionArea.cc
2520 - in procedure Calc(TH2D &hsel, TH2D &hall) : changed the
2521 calculation of maximum impact parameter. Now it looks for
2522 the non-empty bin of histogram "hall" with highest impact
2523 parameter. The code could not work as it was before, but this
2524 had influence only when running over camera files containing all
2525 events, including non-triggers (while we usually run over files
2526 containing only triggers).
2527
2528
2529
2530 2003/05/06: Thomas Bretz
2531
2532 * manalysis/MRan*, mhist/MHRan*:
2533 - moved to new directory mranforest
2534
2535 * mranforest, mranforest/Makefile, mranforest/RanForestLinkDef.h,
2536 mranforest/RanForestIncl.h:
2537 - added
2538
2539 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
2540 - removed MRan*
2541
2542 * mhist/Makefile, mhist/HistLinkDef.h:
2543 - removed MHRan*
2544
2545 * Makefile:
2546 - mranforest added
2547
2548 * mbase/MLog.cc:
2549 - sanity check in MLog::Output (len>0)
2550
2551 * mimage/MImgCleanStd.cc:
2552 - adapted path to html images
2553
2554 * htmldoc/*:
2555 - moved to new path htmldoc/images
2556
2557 * Makefile.rules:
2558 - corrected rule rmhtmldoc
2559
2560 * NEWS:
2561 - updated
2562
2563 * macros/dohtml.C, macros/rootlogon.C:
2564 - added mranforest
2565
2566 * mbase/MEvtLoop.cc:
2567 - fixed a typo
2568
2569 * mhist/HistLinkDef.h
2570
2571
2572
2573 2003/05/05: Nadia Tonello
2574
2575 * mfilter/MFCT1SelStandard.cc
2576 - correct the default name of fImgParName
2577 ("MNewImgPar") => ("MNewImagePar")
2578
2579
2580
2581 2003/05/05: Thomas Bretz
2582
2583 * mbase/MEvtLoop.cc:
2584 - underline Instatiation Message
2585 - small change to a warning output
2586
2587 * mbase/MLog.[h,cc]:
2588 - added stuff for underlining
2589 - changed from TGListBox to TGViewText
2590
2591 * mmain/MStatusDisplay.[h,cc]:
2592 - changed fLogBox from TGListBox to TGViewText
2593 - added menu 'Log'
2594 - changed division of status line to 'Goldener Schnitt'
2595
2596 * mhist/MHHadronness.cc, mhist/MHCerPhotEvt.cc, mhist/MHStarMap.cc,
2597 mimage/MHHillas.cc:
2598 - fixed 'redifinion of default argument'
2599
2600 * mbase/Makefile, mfileio/Makefile:
2601 - moved first source file to second position to get rid of crashes
2602 of rootcint on our Alpha
2603
2604 * mimage/MNewImagePar.cc:
2605 - removed maxpixid (not used)
2606
2607 * manalysis/MRanTree.cc:
2608 - replaced ostream.h by iostream.h
2609
2610 * manalysis/MPadding.h:
2611 - added a missing const qualifier in the definition of 'Padding'
2612
2613 * mmontecarlo/MMcEnergyEst.cc:
2614 - added math.h
2615
2616 * Makefile, mbase/Makefile, mmain/Makefile:
2617 - changed order (linking on our Alpha failed)
2618
2619 * mbase/MLog.h:
2620 - don't include iostream.h if __CINT__ (crashes rootcint on our
2621 alpha)
2622
2623
2624
2625 2003/05/05: Wolfgang Wittek
2626
2627 * manalysis/MPadSChweizer.cc
2628 - delete histograms in destructor
2629
2630
2631
2632 2003/05/02: Thomas Bretz
2633
2634 * Makefile.conf.general, Makefile.conf.linux, Makefile.conf.linux-gnu,
2635 Makefile.conf.osf1, Makefile.conf.osf5.1:
2636 - added MARSDEFINES, MARSFLAGS, MARSLIBS
2637
2638 * mars.cc:
2639 - replaces HAVE_LOGO by HAVE_XPM
2640
2641 * NEWS:
2642 - updated
2643
2644 * mbase/MLogo.cc:
2645 - replaces marslogo_neu by marslogo
2646 - encapsulated in HAVE_XPM
2647
2648 * mbase/Makefile:
2649 - added MLogo.cc
2650
2651 * mmain/MGMenu.cc:
2652 - fixed the 'KeyAutoRepeat' bug
2653
2654 * manalysis/MCerPhotEvt.[h,cc:
2655 - added RemoveUnusedPixels
2656
2657 * manalysis/MSigmabar.cc:
2658 - small simplification for compiler optimization
2659
2660 * mbase/MEvtLoop.cc:
2661 - changed output to fDisplay
2662 - changed behaviour in case of a failed PostProcess
2663
2664 * mbase/MLog.[h,cc]:
2665 - added flushing and tab conversion to GUI
2666 - added color support
2667
2668 * mbase/MParList.cc:
2669 - replaced some *Iter by MIter
2670
2671 * mbase/MTask.cc, mbase/MTaskList.cc:
2672 - added output to fDisplay
2673 - replaced some *Iter by MIter
2674
2675 * mhist/MH.cc:
2676 - don't add clones to directory
2677
2678 * mimage/MImgCleanStd.[h,cc]:
2679 - replaced divisiond by multiplications
2680 - fixed StreamePrimitive
2681 - do not allow 0 rings
2682
2683 * mmain/MStatusDisplay.[h,cc]:
2684 - added writing gif
2685 - added writing C
2686 - changes SaveAs to non-const (added output to status lines)
2687 - replaced TGLabels by TGStatusBar
2688
2689
2690
2691 2003/04/30: Wolfgang Wittek
2692
2693 * manalysis/MPadSchweizer.[h,cc]
2694 - reorder histograms
2695
2696 * mhist/MHSigmaTheta.[h,cc]
2697 - remove last 3 plots (otherwise get segmentation violation ???)
2698
2699 * mimage/MHNewImagePar.[h,cc]
2700 - change range of leakage to be plotted
2701 (want to see also leakage=0)
2702
2703
2704
2705 2003/04/30: Nadia Tonello
2706
2707 * manalysis/MCerPhotPix.[h,cc]:
2708 - deleted Bool_t fIsUsed and substituted with
2709 the condition: fRing>0 in the functions
2710 Bool_t IsPixelUsed() const{return fRing>0;}
2711 void SetPixelUsed() { fRing = 1;}
2712 void SetPixelUnused(){ fRing = 0;}
2713
2714
2715
2716 2003/04/29: Wolfgang Wittek
2717
2718 * mhist/MHSigmaTheta.[h,cc]:
2719 - ClassDef( ,0) -> ClassDef( , 1)
2720 - minor corrections in Draw()
2721
2722
2723
2724 2003/04/29: Thomas Bretz
2725
2726 * mfilter/MFCT1SelBasic.[h,cc], mfilter/MFCT1SelFinal.[h,cc],
2727 mfilter/MFCT1SelStandard.[h,cc]:
2728 - reordered includes
2729 - removed MHillas from constructor (if present)
2730 - added corresponding Setter-methods
2731 - added many const qualifiers
2732 - removed some obsolete data members
2733 - made some member functions private
2734 - only store fMm2Deg, not the pointer to MGeomCam
2735 - don't use the CT1 camera build in... (to be discussed)
2736 - fixed MHillas, MHillasExt and MNewImagePar stuff
2737
2738 * mimage/MImgCleanStd.[h,cc]:
2739 - added Nadia to the list of authors
2740 - added pngs for the formulars
2741
2742 * htmldoc, htmldoc/MImgCleanStd-f1.png, htmldoc/MImgCleanStd-f2.png:
2743 - added
2744
2745 * manalysis/MCT1SupercutsCalc.[h,cc]:
2746 - changed the default "MHillasExt" to "MHillas"
2747
2748 * mbase/MEvtLoop.cc:
2749 - fixed a bug in ProcessGuiEvents
2750
2751 * mhist/MH*.[h,cc], mhistmc/MH*.[h,cc], mimage/MH*.[h,cc]:
2752 - changed "Double_t w" in Fill to "const Stat_t w"
2753 - added weight in some classes to TH::Fill
2754
2755 * mbase/MHtml.[h,cc]:
2756 - removed
2757
2758 * mfileio/MCT1ReadPreProc.cc:
2759 - removed the dependance on a MBinning in Theta.
2760
2761
2762
2763 2003/04/29: Abelardo Moralejo
2764
2765 * mmontecarlo/MMcCollectionareaCalc.[h,cc]
2766 - Now the energy limits and spectral slope used in Corsika are
2767 read from the run header. Warning: impact parameter is still
2768 fixed (I changed it from 400 m to 300 m, our present MC
2769 production default). Added warning message about this.
2770 Collection areas calculated up to now with the new MC library
2771 are overestimated by a ~77% ! This class will be removed in
2772 the future and replaced by MFillH.
2773
2774 * mhistmc/MHMcCollectionArea.[h,cc]
2775 - Adapted to the change of MMcCollectionAreaCalc. Added arguments
2776 to CalcEfficiency.
2777
2778
2779
2780 2003/04/28: Nadia Tonello
2781
2782 * mimage/MImgCleanStd.[h,cc]
2783 - added the option kDemocratic using sigmabar of the inner pixels
2784 - added the option to select the number of rings of pixels
2785 to analyze around the core pixels
2786 - added documentation
2787
2788 * manalysis/MCerPhotPix.[h,cc]
2789 - added fRing and Get-Set functions
2790
2791
2792
2793 2003/04/28: Oscar Blanch
2794
2795 * mgeom/MGeomCamECO1000.[h,cc]
2796 - New files for ECO 1000 camera geometry.
2797
2798 * mgeom/GeomLinkDef.h
2799 - Added class MGeomCamECO1000
2800
2801 * mgeom/Makefile
2802 - Added class MGeomCamECO1000
2803
2804
2805
2806 2003/04/28: Abelardo Moralejo
2807
2808 * mmontecarlo/MMcEnergyEst.[h,cc]
2809 - Lots of fixes after Thomas suggestions. Now cuts are not part
2810 of the class, but introduced via a new MFilter* member. Changed
2811 all Char_t* for TString. Changed own TMiniut pointer by gMinuit.
2812 Removed couts and used fLog instead. Function fcn is no longer
2813 declared external.
2814
2815
2816
2817 2003/04/28: Thomas Bretz
2818
2819 * NEWS:
2820 - updated
2821
2822 * manalysis/MBlindPixelCalc.cc:
2823 - use Are of pixles while interpolating
2824
2825 * mbase/MEvtLoop.cc:
2826 - output speed in Evts/s to fDisplay
2827
2828 * mbase/MGGroupFrame.h:
2829 - fixed a typo
2830
2831 * mbase/MTask.[h,cc]:
2832 - Added OverwritesProcess
2833
2834 * mbase/MTaskList.[h,cc]:
2835 - removed CheckClassForProcess
2836 - replaced by MTask::OverwritesProcess
2837
2838 * mhist/MFillH.cc:
2839 - only draw something if the class overwrites the Draw function
2840
2841 * mhist/MH.[h,cc]:
2842 - added OverwritesDraw
2843 - added a higher maximum, lower minimum to Draw(TH1, TH1)
2844 - changed default size
2845
2846 * mhist/MHMatrix.cc:
2847 - mini change
2848
2849 * mimage/MHHillas.[h,cc]:
2850 - removed fUsedPix
2851 - removed fCorePix
2852
2853 * mimage/MHHillasExt.[h,cc]:
2854 - removed fHConc
2855 - removed fHConc1
2856 - changed default name to MHillasExt
2857
2858 * mimage/MHNewImagePar.[h,cc]:
2859 - added fHistConc
2860 - added fHistConc1
2861 - added fHistUsedPix
2862 - added fHistCorePix
2863
2864 * mimage/MHillas.cc:
2865 - removed fNumCorePixels
2866 - removed fNumUsedPixels
2867 - made fCosDelta writable
2868 - made fSinDelta writable
2869 - made GetSinDelta() public
2870 - made GetCosDelta() public
2871
2872 * mimage/MHillasExt.[h,cc]:
2873 - removed fConc
2874 - removed fConc1
2875 - changed default name to MHillasExt
2876 - derives from MParContainer now instead of MHillas
2877
2878 * mimage/MNewImagePar.[h,cc]:
2879 - added fNumCorePixels
2880 - added fNumUsedPixels
2881 - added fConc
2882 - added fConc1
2883
2884 * mimage/MNewImageParCalc.[h,cc]:
2885 - removed
2886
2887 * mimage/MHillasCalc.[h,cc]:
2888 - changed so, that it can calc MHillas, MHillasExt and MNewImagePar
2889
2890 * mimage/MHillasSrc.cc:
2891 - sqrt(tand*tand+1) replaced by 1/CosDelta
2892
2893 * mmain/MStatusDisplay.[h,cc]:
2894 - added second argument to SetLogStream
2895
2896 * mhist/MHAlphaEnergyTheta.[h,cc], mhist/MHAlphaEnergyTime.[h,cc],
2897 mhist/MHCerPhotEvt.[h,cc], mhist/MHEffOnTime.[h,cc],
2898 mhist/MHEffOnTimeTheta.[h,cc], mhist/MHEffOnTimeTime.[h,cc],
2899 mhist/MHEnergyTheta.[h,cc], mhist/MHEnergyTime.[h,cc],
2900 mhist/MHFlux.[h,cc], mhist/MHMatrix.[h,cc],
2901 mhist/MHSigmaTheta.[h,cc], mhistmc/MHMcCollectionArea.[h,cc],
2902 mhistmc/MHMcDifRate.[h,cc], mhistmc/MHMcEfficiency.[h,cc],
2903 mhistmc/MHMcEfficiencyEnergy.[h,cc], mhistmc/MHMcEfficiencyImpact.[h,cc],
2904 mhistmc/MHMcEnergy.[h,cc], mhistmc/MHMcEnergyImpact.[h,cc],
2905 mhistmc/MHMcEnergyMigration.[h,cc], mhistmc/MHMcRate.[h,cc]:
2906 - removed DrawClone
2907 - fixed Draw
2908
2909 * macros/MagicHillas.C, macros/star.C:
2910 - removed MHillasExt (not necessary anymore)
2911 - added MNewImagePar
2912
2913 * macros/readCT1.C, macros/readMagic.C, meventdisp/MGCamDisplay.cc,
2914 mmain/MAnalysis.cc:
2915 - added MHillasExt to be displayed
2916 - added MNewImagePar to be displayed
2917
2918 * manalysis/MCT1SupercutsCalc.[h,cc]:
2919 - removed empty destructor
2920 - fixed output in PreProcess
2921 - changed MHillasExt to MHillas
2922
2923
2924
2925
2926
2927 2003/04/28: Wolfgang Wittek
2928
2929 * manalysis/MPadSchweizer.[h,cc]
2930 - extend documentation
2931 - remove histograms which are also made by MHSigmaTheta
2932 - minor modifications
2933
2934
2935
2936 2003/04/25: Thomas Bretz
2937
2938 * mfilter/MFEnergySlope.cc:
2939 - removed obsolete PostProcess
2940
2941 * mdatacheck/MGDisplayAdc.cc:
2942 - fixed a bug which caused nothing to beeing displayed if only
2943 the Hi gains where existing (Exists->HasHi)
2944
2945 * mhist/MH.cc:
2946 - small change to GetNewPad
2947
2948 * mhistmc/MHMcEnergyMigration.h:
2949 - fixed the includes
2950
2951 * mgui/MCamDisplay.cc:
2952 - changed autoscaling (max<1:max=1 --> max==min:max=min+1)
2953
2954 * manalysis/MBlindPixelCalc.cc:
2955 - interpolate: take pixel area into account
2956
2957 * mhist/MHSigmaTheta.h:
2958 - removed nonsense GetSigmaThetaByName(const TString name)
2959 - removed nonsense GetSigmaPixThetaByName(const TString name)
2960 - removed nonsense GetDiffPixThetaByName(const TString name)
2961
2962 * manalysis/MPadSchweizer.cc:
2963 - fixed naming
2964 - fixed usage of operators
2965 - added some const qualifiers
2966 - replaced 'int OK' by 'Bool_t ok'
2967 - fixed wrong usage floating point value 0
2968
2969 * mimage/MImgCleanStd.cc:
2970 - moved ratio to the other side of the condition (don't divide
2971 if it is not necessary)
2972
2973
2974
2975 2003/04/24: Abelardo Moralejo
2976
2977 * macros/rootlogon.C
2978 - added gInterpreter->AddIncludePath(dir+"mhistmc");
2979
2980
2981
2982 2003/04/24: Thomas Bretz
2983
2984 * macros/rootlogon.C:
2985 - added mimage
2986
2987 * macros/dohtml.C:
2988 - added mhistmc
2989 - added mimage
2990 - added status.C
2991
2992 * mfilter/MFCT1Supercuts.[h,cc]:
2993 - removed
2994
2995 * manalysis/MPadSchweizer.[h,cc]:
2996 - renamed arguments of SetHistograms to Mars style
2997 - removed default argument for SetHistograms (usage would result
2998 in a crash)
2999 - removed empty destructor
3000
3001 * mhistmc/MHMcTriggerLvl2.h:
3002 - removed the wrong f in GetHistf
3003
3004 * manalysis/MSigmabarParam.h:
3005 - added const qualifiers to getters
3006
3007 * mfileio/MWriteRootFile.[h,cc]:
3008 - fixed support for UPDATE
3009
3010 * mfilter/MFEnergySlope.cc:
3011 - cleaned
3012 - removed empty PostProcess
3013
3014 * mhist/MHCerPhotEvt.cc:
3015 - removed ratio from Fill
3016
3017 * mhist/MH.h:
3018 - fixed a bug in the overloading of DrawClone
3019
3020 * mimage/MHillasSrc.[h,cc], mimage/MHHillasSrc.[h,cc]:
3021 - like suggested by Wolfgang: removed Head-Tail
3022
3023 * mbase/MEvtLoop.cc:
3024 - fixed a bug in the progress bar update at the end of the loop
3025
3026
3027
3028 2003/04/24: Wolfgang Wittek
3029
3030 * mfilter/MFCT1SelFinal.cc
3031 - small correction in output
3032
3033 * mhistmc/MHMcCT1CollectionArea.cc
3034 - plot all 3 histograms in DrawClone()
3035
3036 * manalysis/MPadSchweizer.[h,cc]
3037 - cleanup as proposed by Thomas
3038 - new member function SetHistograms() to set the pointers to the
3039 histograms to be used in the padding
3040
3041
3042
3043 2003/04/24: Antonio Stamerra
3044
3045 * mhistmc/MHMcTriggerLvl2.[h,cc]
3046 - renamed some variable (hf->fHist)
3047 - added fHist*Norm and fFNorm in the destructor
3048
3049 * manalysis/MMcTriggerLvl2.[h,cc]
3050 - added CalcCompactPixel() public method
3051 - implemented CalcPseudoSize method (still under construction...)
3052 - added inline method SetNewCamera(), used in the costructor
3053 - renamed global variables pixels_in_cell->gsPixelsInCell
3054 and pixels_in_lut->gsPixelsInLut
3055 - added destructor
3056
3057
3058
3059 2003/04/23: Thomas Bretz
3060
3061 * mhist/MHCerPhotEvt.[h,cc]:
3062 - updated dox
3063
3064 * manalysis/MCT1SupercutsCalc.h, manalysis/MPadSchweizer.h:
3065 - ClassDef -> 0
3066
3067 * NEWS:
3068 - updated
3069
3070 * mfileio/MWriteRootFile.[hcc]:
3071 - fixed the missing function of UPDATE files
3072
3073 * mhist/MFillH.[h,cc]:
3074 - implemented fWeight
3075 - adapted StreamPrimitive
3076 - changed fCanvas to //!
3077 - changed class version umber from 1 to 2
3078
3079 * mhist/MH.[h,cc], mhist/MHAlphaEnergyTheta.[h,cc],
3080 mhist/MHAlphaEnergyTime.[h,cc], mhist/MHArray.[h,cc],
3081 mhist/MHBlindPixels.[h,cc], mhist/MHCompProb.[h,cc],
3082 mhist/MHEffOnTime.[h,cc], mhist/MHEffOnTimeTheta.[h,cc],
3083 mhist/MHEffOnTimeTime.[h,cc], mhist/MHEnergyTheta.[h,cc],
3084 mhist/MHFadcCam.[h,cc], mhist/MHFlux.[h,cc],
3085 mhist/MHGamma.[h,cc], mhist/MHHadronness.[h,cc],
3086 mhist/MHMatrix.[h,cc], mhist/MHRanForest.[h,cc],
3087 mhist/MHRanForestGini.[h,cc], mhist/MHSigmaPixel.[h,cc],
3088 mhist/MHSigmaTheta.[h,cc], mhist/MHSigmabarTheta.[h,cc],
3089 mhist/MHStarMap.[h,cc], mhist/MHThetabarTheta.[h,cc],
3090 mhist/MHThetabarTime.[h,cc], mhist/MHTimeDiffTheta.[h,cc],
3091 mhist/MHTimeDiffTime.[h,cc], mhistmc/MHMcCT1CollectionArea.[h,cc],
3092 mhistmc/MHMcEnergyImpact.[h,cc], mhistmc/MHMcEnergyMigration.[h,cc]
3093 mhistmc/MHMcTriggerLvl2.[h,cc], mimage/MHHillas.[h,cc],
3094 mimage/MHHillasExt.[h,cc], mimage/MHHillasSrc.[h,cc],
3095 mimage/MHNewImagePar.[h,cc]:
3096 - added second (weight) argument to Fill
3097 - in some headers: removed obvious virtual
3098 - removed some dummy Fill function (not necessary anymore)
3099
3100
3101
3102 2003/04/23: Abelardo Moralejo
3103
3104 * mhistmc/MHMcCT1CollectionArea.[h,cc]
3105 - Now the class inherits from MH instead of directly from
3106 MParContainer. Implemented SetupFill, so that the binning
3107 definitions are read from the parlist.
3108
3109 * mmontecarlo/MMcCT1CollectionAreaCalc.[h,cc]
3110 - Removed. This class was superfluous, since the same job
3111 can be done using MFillH.
3112
3113 * mmontecarlo/Makefile, MontecarloLinkDef.h
3114 - removed class MMcCT1CollectionAreaCalc.
3115
3116 * macros/CT1collarea.C
3117 - adapted to changes above.
3118
3119 * mmc/MMcRunHeader.[hxx,cxx], mmc/MMCEvt.[hxx,cxx]
3120 - added comment in class description about the definition of
3121 the azimuth angle phi in the MC classes.
3122
3123
3124 2003/04/23: Antonio Stamerra
3125
3126 * mfilter/MFEnergySlope.[h,cc]
3127 - added new filter class to select events according to a given
3128 energy slope
3129
3130 * mfilter/Makefile, mfilter/FilterLinkDef.h
3131 - modified accordingly (added MFEnergySlope)
3132
3133 * manalysis/MMcTriggerLvl2Calc.cc
3134 - removed call to the MHMcTriggerLvl2->Fill() in Process()
3135
3136 * macros/triglvl2.C
3137 - added example of the MFEnergySlope filter
3138 - added filling of histos from MHMcTriggerLvl2
3139
3140
3141 2003/04/22: Abelardo Moralejo
3142
3143 * mmontecarlo/Makefile, MontecarloLinkDef.h
3144 - added MMcEnergyEst
3145 - added necessary include directories.
3146
3147 * mmontecarlo/MMcEnergyEst.cc
3148 - added filterhadrons.SetHadronnessName(fHadronnessName) to
3149 inform the filter about the name of the hadronness container
3150 to be used in the cuts.
3151
3152 * mfilter/MFCT1SelFinal.[h,cc]
3153 - added the possibility to cut also in Dist.
3154
3155
3156
3157 2003/04/22: Thomas Bretz
3158
3159 * mhist/MHHadronness.[h,cc]:
3160 - changed to support MStatusDisplay
3161
3162 * manalysis/MApplyPadding.[h,cc]:
3163 - removed
3164
3165 * mhist/MHMcCT1CollectionArea.[h,cc],
3166 mhist/MHMcCollectionArea.[h,cc], mhist/MHMcDifRate.[h,cc],
3167 mhist/MHMcEfficiency.[h,cc], mhist/MHMcEfficiencyEnergy.[h,cc],
3168 mhist/MHMcEnergy.[h,cc], mhist/MHMcEnergyImpact.[h,cc],
3169 mhist/MHMcEnergyMigration.[h,cc], mhist/MHMcIntRate.[h,cc],
3170 mhist/MHMcRate.[h,cc], mhist/MHMcTriggerLvl2.[h,cc]:
3171 - moved to new directory mhistmc
3172
3173 * mhistmc, mhistmc/Makefile, mhistmc/HistMcLinkDef.h:
3174 - new
3175
3176 * mhist/Makefile, mhist/HistLinkDef.h:
3177 - removed MHMc*
3178
3179 * mhistmc/MHMcCollectionArea.[h,cc]:
3180 - changed to fit requirements of MStatusDisplay
3181
3182 * Makefile:
3183 - added mhistmc
3184
3185 * mmain/MStatusDisplay.cc:
3186 - SetNoContextMenu(Bool_t flag) removed default argument
3187
3188 * mmain/Makefile:
3189 - added -I../mhistmc
3190
3191 * mhist/MWeight.[h,cc]:
3192 - added
3193
3194 * mhist/HistLinkDef.h:
3195 - added MWeight
3196
3197 * mhist/MH.h:
3198 - removed some debugging stuff
3199
3200
3201
3202 2003/04/22: Abelardo Moralejo
3203
3204 * mmontecarlo/MMcEnergyMigration.[h,cc]
3205 - Removed. It was not necessary, since the same job can be done
3206 with the already existing task MFillH.
3207
3208 * mhist/MHMcEnergyMigration.h
3209 - Changed ClassDef(MHMcEnergyMigration, 0)
3210 to ClassDef(MHMcEnergyMigration, 1) to allow writing the
3211 histograms to disk.
3212
3213
3214
3215 2003/04/21: Thomas Bretz
3216
3217 * manalysis/MBlindPixels.h:
3218 - IsBlind -> const
3219
3220 * mhist/HistLinkDef.h, mhist/Makefile:
3221 - added MHBlindPixels
3222
3223 * mhist/MH.[h,cc]:
3224 - changed the two DrawClone functions to one.
3225
3226 * mhist/MHHadronness.[h,cc]:
3227 - changed to fit the requirements of MStatusDisplay
3228
3229 * mhist/MHMatrix.cc:
3230 - SetDirectory(NULL) for all histograms created
3231
3232 * mhist/MHSigmaTheta.cc:
3233 - removed fNpix (is already in MHHillas)
3234 - removed fBlindId (--> MHBlindPixels)
3235
3236 * mhist/MHBlindPixels.[h,cc]:
3237 - new
3238
3239 * macros/plot.C:
3240 - Added MStatusDisplay support
3241
3242 * macros/status.C:
3243 - added MHNewImagePar
3244 - added MHHadronness
3245
3246 * manalysis/MBlindPixelCalc.cc:
3247 - updated class reference
3248
3249 * meventdisp/MGCamDisplay.[h,cc]:
3250 - fixed
3251
3252 * meventdisp/MGEvtDisplay.cc:
3253 - changed function adding the tab
3254
3255 * mgui/MCamDisplay.cc, mhist/MHCerPhotEvt.cc:
3256 - as a preliminary solution removed inner pad
3257
3258 * mhist/MFillH.cc:
3259 - make sure canvas is updated correctly in PostProcess
3260
3261 * mhist/MH.cc:
3262 - changed DrawCopy(TH1, TH1) and Draw(TH1, TH1) to fit the new needs
3263 display the range correctly and exchanged the two stat boxes
3264
3265 * mhist/MH3.cc:
3266 - fixed a bug in the default constructor
3267 - removed DrawClone
3268 - updated Draw function
3269
3270 * mhist/MHMcIntRate.[h,cc], mhist/MHRanForest.[h,cc],
3271 mhist/MHRanForestGini.[h,cc], mhist/MHSigmaPixel.[h,cc],
3272 mhist/MHSigmaTheta.[h,cc], mhist/MHSigmabarTheta.[h,cc],
3273 mhist/MHThetabarTheta.[h,cc], mhist/MHThetabarTime.[h,cc],
3274 mhist/MHTimeDiffTheta.[h,cc], mhist/MHTimeDiffTime.[h,cc],
3275 mimage/MHNewImagePar.[h,cc]:
3276 - removed old DrawClone
3277 - updated Draw function
3278 - replaced some titles by latex titles in some classes
3279
3280 * mimage/MHNewImagePar.[h,cc], mimage/MNewImagePar.[h,cc]:
3281 - removed scaling stuff
3282
3283 * mmain/MStatusDisplay.cc:
3284 - fixed some minor bugs
3285
3286
3287
3288 2003/04/20: Thomas Bretz
3289
3290 * Makefile:
3291 - exchanged mbase and mmain
3292
3293 * Makefile.conf.general:
3294 - added MARSVER
3295
3296 * mars.cc:
3297 - use MARSVER
3298
3299 * macros/readMagic.C:
3300 - updated to work with the new MH-stuff
3301
3302 * macros/status.C:
3303 - added
3304
3305 * manalysis/MBlindPixelCalc.cc, manalysis/MCerPhotCalc.cc,
3306 manalysis/MMcPedestalCopy.ccm, manalysis/MMcPedestalNSBAdd.cc,
3307 mfileio/MReadMarsFile.cc, mimage/MHillasCalc.cc,
3308 mimage/MImgCleanStd.cc:
3309 - changed def. title
3310
3311 * manalysis/MCT1PointingCorrCalc.h:
3312 - minor change
3313
3314 * manalysis/MCerPhotEvt.[h,cc]:
3315 - don't use unused pixels for calculation of min/max
3316 - added Scale member function
3317
3318 * manalysis/MCerPhotPix.h:
3319 - added Scale inline function
3320
3321 * mbase/MEvtLoop.[h,cc], mbase/MParContainer.[h,cc],
3322 mbase/MParList.[h,cc], mbase/MTaskList.[h,cc],
3323 mfileio/MReadMarsFile.cc, mhist/MFillH.[h,cc]:
3324 - implemented use of fDisplay
3325
3326 * mbase/MParContainer.h:
3327 - Don't display name and class name if it is the same (GetDescriptor)
3328
3329 * meventdisp/MGCamDisplay.[h,cc]:
3330 - made working with new MH-stuff
3331
3332 * mfileio/Makefile:
3333 - added -I../mmain
3334
3335 * mgeom/MGeomCam.[h,cc]:
3336 - added Clone function
3337
3338 * mgeom/MGeomCamCT1.cc, mgeom/MGeomCamMagic.cc:
3339 - commented out informal output at constructor
3340
3341 * mgui/MCamDisplay.[h,cc], mhist/MHStarMap.[h,cc],
3342 mimage/MHH*.[h,cc]:
3343 - changed to be more root oriented
3344
3345 * mgui/MHexagon.cc:
3346 - small changes
3347
3348 * mgui/Makefile:
3349 - added mhist
3350
3351 * mhist/MH.[h,cc]:
3352 - changed to be more root oriented
3353 - removed border
3354 - added DrawClone
3355 - GetNewPad
3356
3357 * mhist/MH3.cc:
3358 - removed some strange debug output
3359
3360 * mhist/MHCerPhotEvt.[h,cc]:
3361 - fixed some bug
3362 - made working with fDisplay
3363
3364 * mhist/Makefile:
3365 - added mmain
3366
3367 * mmain/MProgressBar.cc:
3368 - fixed a typo
3369
3370 * mmain/MStatusDisplay.[h,cc]:
3371 - new implementation
3372
3373 * mmain/MainLinkDef.h, mmain/Makefile:
3374 - added MStatusDisplay
3375 - added MGMenu
3376
3377 * mmain/MGMenu.[h,cc]:
3378 - added
3379
3380
3381
3382 2003/04/19: Abelardo Moralejo
3383
3384 * mmontecarlo/MMcEnergyEst.[h,cc]
3385 - Added. Contains routine for optimization of parameters of
3386 energy estimator.
3387
3388 * mmontecarlo/MMcEnergyMigration.[h,cc]
3389 - Added. Task to fill the energy migration matrix histograms
3390 contained in class MHMcEnergyMigration.
3391
3392
3393
3394 2003/04/17: Wolfgang Wittek
3395
3396 * mhist/MBinning.[h,cc]
3397 - replace for (int i=1; i<fEdges.GetSize()-1; i++)
3398 by for (int i=1; i<fEdges.GetSize(); i++)
3399
3400
3401
3402 2003/04/17: Wolfgang Wittek
3403
3404 * mfileio/MCT1ReadPreProc.cc
3405 - removed : if (theta > pi/2) continue;
3406 otherwise get inconsistency between no.of read events
3407 and no.of events after filter
3408 - write into MCerPhotEvt also pixels with zero no. of photons
3409
3410 * manalysis/MSigmabar.cc
3411 - correct wrong argument in call to memset
3412
3413 * manalysis/MPadSchweizer.cc
3414 - pad also pixels with zero no.of photons
3415
3416 * mhist/MHSigmaTheta.[h,cc]
3417 - add plot of no.of used pixels in MCerPhotEvt
3418 - add plot of Id of blind pixel
3419
3420
3421
3422 2003/04/14: Wolfgang Wittek
3423
3424 * manalysis/Makefile
3425 AnalysisLinkDef.h
3426 - MNewImagePar and MNewImageParCalc removed
3427
3428
3429
3430
3431 2003/04/12: Thomas Bretz
3432
3433 * mmain/MStatusDisplay.[h,cc]:
3434 - added
3435
3436 * manalysis/MPadding.[h,cc]:
3437 - simplified includes
3438 - changed some code (discussed with Robert)
3439 - fixed comments in header
3440 - changed ClassDef to 0
3441 - changed output to Mars style
3442 - fixed the memory leak of fHSigmabarMax
3443 - replaced TRandom by gRandom
3444 - removed usage of ->operator
3445
3446 * manalysis/MApplyPadding.[h,cc]:
3447 - replaced fRnd by gRandom
3448 - used MH::SetBinning
3449 - use telescope theta instead of theta
3450 - removed usage of ->operator
3451 - removed PostProcess
3452
3453 * manalysis/MPadSchweizer.cc:
3454 - fixed outputs in PreProcess
3455
3456 * manalysis/MSigmabar.[h,cc]:
3457 - added Reset member function
3458 - usage of memset
3459 - don't skip NumPhotons==0
3460 - changes discussed with Robert
3461 - small simplifications in loops
3462 - some fixes to the output
3463
3464 * manalysis/MSigmabarCalc.[h,cc]:
3465 - fixed outputs
3466 - some small simplifications
3467 - moved test for theta<120deg to MCT1ReadPreProc
3468
3469 * mfileio/MCT1ReadPreProc.[h,cc]:
3470 - skip events with theta>90deg
3471
3472 * mhist/MHSigmaPixel.[h,cc]:
3473 - fixes to the screen output
3474 - simplified usage of MBinning
3475
3476 * mhist/MHSigmaTheta.[h,cc]:
3477 - fixes to the screen output
3478 - simplified usage of MBinning
3479 - lower cased upper case local variables
3480 - removed DrawClone from Finalize (call from macro or executable)
3481
3482 * mhist/MHSigmabarTheta.[h,cc]:
3483 - fixes to the screen output
3484
3485 * mhist/MHStarMap.cc:
3486 - added some const qualifiers
3487
3488 * mhist/MHHadronnes.cc:
3489 - removed output of function name in Finalize because this
3490 information is already available on the screen.
3491
3492 * manalysis/MCT1PointingCorrCalc.h:
3493 - changed ClassDef to 0
3494 - removed empty PostProcess
3495 - fixes to the screen output in PreProcess
3496 - changed the order of the arguments in the constructor
3497 (name, title to the end)
3498
3499 * manalysis/MMultiDimDistCalc.cc:
3500 - added two const qualifiers
3501
3502 * mtemp/MObservatory.cc:
3503 - changed Magic1 coordinates to CT1 GPS.
3504
3505
3506
3507 2003/04/12: Wolfgang Wittek
3508
3509 * manalysis/MCT1PointingCorrCalc.[h,cc]
3510 - replaces MPointingCorr.[h,cc]
3511
3512 * manalysis/AnalysisLinkDef.h
3513 Makefile
3514
3515 * mbase/MFilter.h
3516 - set ClassDef(MFilter,1)
3517
3518 * mhist/MHHadronness.[h,cc]
3519 - improve warning printout
3520
3521 * mhist/MHMatrix.[h,cc]
3522 - type of 3rd argument of member function Fill
3523 changed from 'MF' to 'MFilter'
3524
3525
3526
3527 2003/04/11: Thomas Bretz
3528
3529 * macros/readMagic.C:
3530 - replaced GetEventNum by GetNumEntry
3531
3532 * manalysis/MCT1SupercutsCalc.cc:
3533 - fixed constructor (no default for fHadronnessName)
3534 - missing fHadronness->SetReadyToSave added
3535
3536 * manalysis/MMultiDimDistCalc.cc:
3537 - missing fHadronness->SetReadyToSave added
3538
3539 * manalysis/MParameters.cc:
3540 - changed title
3541
3542 * mfilter/MFCT1SelFinal.h:
3543 - set ClassDef to 0
3544
3545 * mimage/Makefile:
3546 - fixed a typo
3547
3548 * mraw/MRawEvtData.cc:
3549 - fixed Pixel assignment (i->ipos, fPosInArray++)
3550
3551
3552
3553 2003/04/10: Thomas Bretz
3554
3555 * mbase/MContinue.[h,cc]:
3556 - changed, so that also a filter given as a pointer is added to
3557 the tasklist automatically
3558 - added SetInverted
3559 - added IsInverted
3560
3561 * mbase/MTaskList.[h,cc]:
3562 - added RemoveFromList-function
3563
3564 * merpp.cc:
3565 - fixed typo
3566
3567 * mbase/MFilter.[h,cc]:
3568 - removed unnecessary base functions for Pre//PostProcess
3569 - added SetInverted
3570 - added IsInverted
3571
3572 * mbase/MTask.cc, mfileio/MCT1ReadPreProc.cc, mfileio/MReadTree.cc,
3573 mfilter/MF.cc, mfilter/MFilterList.cc
3574 - implemented IsConditionalTrue to support inverted filters
3575
3576 * mhist/MHHadronness.cc:
3577 - removed unnecessary check
3578
3579 * meventdisp/MGFadcDisp.cc:
3580 - remove all IDs in listbox
3581 - add entries sorted
3582
3583 * manalysis/MImgCleanStd.[h,cc], manalysis/MCameraSmooth.[h,cc],
3584 manalysis/MHillas.[h,cc], manalysis/MHillasSrc.[h,cc],
3585 manalysis/MHillasSrc.[h,cc], manalysis/MHillasCalc.[h,cc],
3586 manalysis/MNewImagePar.[h,cc], manalysis/MNewImageParCalc.[h,cc],
3587 mhist/MHHillas.[h,cc], mhist/MHHillasSrc.[h,cc],
3588 mhist/MHHillasExt.[h,cc], mhist/MHNewImagePar.[h,cc]:
3589 - moved to new directory mimage
3590
3591 * mimage/Makefile, mimage/ImageLinkDef.h, mimage/ImageIncl.h:
3592 - new
3593
3594 * Makefile:
3595 - added mimage
3596
3597 * manalysis/AnalysisLinkDef.h, manalysis/Makefile
3598 mhist/HistLinkDef.h, mhist/Makefile:
3599 - removed moved files
3600
3601 * manalysis/Makefile, manalysis/AnalysisLinkDef.h,
3602 mhist/Makefile, mhist/AnalysisLinkDef.h, mmain/Makefile,
3603 mfilter/Makefile, meventdisp/Makefile, mgui/Makefile:
3604 - adapted
3605
3606
3607
3608 2003/04/09: Thomas Bretz
3609
3610 * manalysis/MCT1SupercutsCalc.[h,cc]:
3611 - moved last changes from MFCT1Supercuts to MCT1SupercutsCalc
3612
3613 * mhist/MHMcTriggerLvl2.[h,cc]:
3614 - fixed a warning
3615 - removed global variables
3616
3617
3618
3619 2003/04/09: Abelardo Moralejo
3620
3621 * manalysis/MHillasSrc.cc
3622 - changed comment about meaning of fCosDeltaAlpha
3623
3624
3625
3626 2003/04/08: Thomas Hengstebeck
3627
3628 * mhist/MHRanForest.cc, mhist/MHRanForestGini.cc
3629 - removed gStyle->SetOptStat(10), gStyle settings should be
3630 done by the user himself
3631
3632
3633
3634 2003/04/08: Abelardo Moralejo
3635
3636 * manalysis/MImgCleanStd.cc
3637 - Fixed "democratic" cleaning: now tail cut is proportional
3638 to pixel area instead of pixel radius as (erroneously) was
3639 before.
3640
3641 * NEWS
3642 - Changed comment on image cleaning.
3643
3644
3645
3646 2003/04/08: Thomas Bretz
3647
3648 * mhist/MHHadronness.cc:
3649 - no check for sump==0 and sumg==0 in loop necessary anymore
3650
3651 * Changelog, Changelog.02:
3652 - moved everything before 1/2003 to Changelog.02
3653
3654
3655
3656 2003/04/08: Wolfgang Wittek
3657
3658 * mfilter/MFCT1SelFinal.[h,cc]
3659 - add new member function SetHadronnessName()
3660
3661 * mhist/MHHadronness.[h,cc]
3662 - reset to SetOptStat(111100)
3663 - correct acceptance
3664
3665 * manalysis/MMultiDimDistCalc.[h,cc]
3666 - swap arguments in FindCreateObj
3667
3668
3669
3670 2003/04/08: Nicola Galante and Antonio Stamerra
3671
3672 * mhist/MHMcTriggerLvl2.[h,cc]
3673 - New class added (histograms for the MMcTriggerLvl2 class)
3674
3675 * mhist/Makefile
3676 - Added MHMcTrigggerLvl2 in SRCFILES
3677
3678 * manalysis/Makefile
3679 - Reintroduced MMcTriggerLvl2 and MMcTriggerLvl2Calc
3680 (they were removed!!)
3681
3682 * manalysis/MMcTriggerLvl2.h
3683 - 'const' added in inline functions Get****
3684
3685 * manalysis/MMcTriggerLvl2Calc.cc
3686 - added call to Fill method of MHMcTriggerLvl2
3687
3688 * macros/triglvl2.C
3689 - updated to have histograms with MHMcTriggerLvl2
3690
3691 * macros/dohtml.C
3692 - added triglvl2.C
3693
3694 * NEWS
3695 - new comment on L2T selection classes
3696
3697 2003/04/08: Wolfgang Wittek
3698
3699 * mfilter/Makefile
3700 FilterLinkDef.h
3701 - MFCT1Supercuts removed
3702
3703 * manalysis/MMultiDimDistCalc.h
3704 - set ClassDef(MMultiDimDistCalc,1)
3705
3706 * manalysis/MCT1SupercutsCalc.[h,cc]
3707 - new; replaces MFCT1Supercuts in mfilter
3708
3709 * manalysis/Makefile
3710 AnalysisLinkDef.h
3711
3712
3713
3714 2003/04/07: Thomas Bretz
3715
3716 * Makefile:
3717 - changed order
3718
3719 * manalysis/MMultiDimDistCalc.[h,cc]:
3720 - fixed default title
3721 - simplified code
3722 - added fHadronnessName
3723
3724 * manalysis/MRanForestCalc.[h,cc]:
3725 - added fHadronnessName
3726
3727 * mbase/MAGIC.h:
3728 - fixed a bug with rootcint
3729
3730 * meventdisp/MGFadcDisp.cc:
3731 - fixed a variable name
3732
3733 * mhist/MHHadronness.cc:
3734 - removed many old comments
3735 - simplified some code
3736 - uses argument in Fill now
3737
3738 * mmain/MMonteCarlo.cc:
3739 - some code simplification
3740 - fixed a warning
3741
3742 * macros/dohtml.C:
3743 - added testenv.C
3744
3745 * readraw.cc:
3746 - simplified
3747
3748 * mraw/MRawEvtData.cc:
3749 - fixed a bug in the draw function (the drawn pixel has not been the
3750 one with the given Id, but simply the i-th entry in the array)
3751
3752 * mfilter/MFCT1Supercuts.[h,cc]:
3753 - changed naming style of variables
3754 - changes array access
3755
3756 * mhist/MHFadcCam.[h,cc]:
3757 - added HasHi
3758 - added Exists
3759
3760 * mmain/MDataCheck.cc:
3761 - removed unimplemented buttons
3762
3763 * mdatacheck/MGDisplayAdc.[h,cc]:
3764 - tried to implement some unimplemented buttons
3765 - don't display non existing (empty) histograms in list
3766
3767
3768
3769 2003/04/04: Thomas Bretz
3770
3771 * mtools/MagicReversi.[h,cc]:
3772 - added support for Number of Players
3773 - added instructions
3774 - added support for Esc key
3775
3776 * mbase/MAGIC.h:
3777 - added version check to MAGIC.h
3778
3779
3780
3781 2003/04/04: Wolfgang Wittek
3782
3783 * mfilter/Makefile
3784 /FilterLinkDef.h
3785 - added MFCT1SelBasic, MFCT1SelStandard, MFCT1SelFinal,
3786 MFCT1Supercuts
3787
3788 * mfilter/MFCT1SelBasic.[h,cc]
3789 /MFCT1SelStandard.[h,cc]
3790 /MFCT1SelFinal.[h,cc]
3791 - new; they replace manalysis/MSelBasic.[h,cc]
3792 /MSelStandard.[h,cc]
3793 /MSelFinal.[h,cc]
3794
3795 * mfilter/MFCT1Supercuts.[h,cc]
3796 - new (supercuts from Daniel for CT1 Mkn421 2001 data)
3797
3798 * manalysis/MSelBasic.[h,cc]
3799 /MSelStandard.[h,cc]
3800 /MSelFinal.[h,cc]
3801 - deleted
3802
3803 * manalysis/Makefile
3804 AnalysisLinkDef.h
3805 - MSelBasic, MSelStandard, MSelFinal removed
3806
3807 * mfileio/MCT1ReadPreProc.[h,cc]
3808 - smeare theta only for MC events
3809
3810 // The following is not yet commited !!!!!!!!!!!!!
3811 * Mars/Makefile
3812 - in SUBDIRS put mfilter before manalysis
3813 (otherwise get link error)
3814
3815
3816
3817 2003/04/03: Abelardo Moralejo
3818
3819 * mmontecarlo/MMcTriggerRateCalc.cc:
3820 - added #include <math.h> for compilation on alpha (otherwise
3821 floor() is unkown)
3822
3823
3824
3825 2003/04/03: Thomas Bretz
3826
3827 * macros/testenv.C:
3828 - added
3829
3830 * mbase/MEvtLopp.cc, mbase/MParContainer.[h,cc],
3831 mbase/MParList.cc, mbase/MTaskList.cc:
3832 - changed the stuff for reading steering card - didn't really
3833 work like expected
3834
3835 * mhist/MHMatrix.cc, mfileio/MRead.cc, manalysis/MImgCleanStd.cc:
3836 - adapted ReadEnv
3837
3838 * mhist/MHMatrix.[h,cc]:
3839 - added ReadEnv
3840
3841 * mfileio/MCT1ReadPreProc.[h,cc]:
3842 - base SmearTheta on new FindLoEndge
3843 - simplified
3844
3845 * mhist/MBinning.h:
3846 - added FindBinLoEdge
3847 - added FindBinHiEdge
3848
3849 * mdata/MDataArray.[h,cc]:
3850 - added Clear
3851 - added Delete
3852
3853 * mbase/MEvtLoop.cc:
3854 - added output of the name
3855
3856 * mbase/MLog.[h,cc]:
3857 - don't use any pthread stuff if _REENTRANT is not defined
3858
3859 * mfileio/MRead.cc, mhist/MHMatrix.cc:
3860 - fixed waring for unreachable statement
3861
3862 * mhist/MHArray.cc:
3863 - fixed: redifinition of default argument
3864
3865
3866
3867
3868 2003/04/02: Abelardo Moralejo
3869
3870 * mmc/MMcTrigHeader.hxx
3871 - added threshold>0 check in the calculation of
3872 GetMeanThreshold
3873
3874 * mmontecarlo/MMcTriggerRateCalc.cc
3875 - The check of the MC spectral index value is now done by
3876 comparing integers instead of real numbers.
3877 - Found out with GREAT surprise that the graphical output
3878 has been completely commented out by someone(?) because it
3879 produced a memory leak. Also the function comment did not
3880 match the rules (my fault; is it correct now?) This commenting
3881 out has not been logged to this file, as far as I can see. This
3882 is rather unkind, I thought that when somebody finds some bug or
3883 messy code, he should either correct and commit it (and log the
3884 change here) and/or inform the author of the mistake to correct
3885 it. Please try to do so in the future instead of simply
3886 commenting out useful code!
3887
3888 * mdata/MDataValue.h
3889 - added default constructor (otherwise, no constant values
3890 can be used in the parameters used in the random forest
3891 separation)
3892
3893
3894
3895
3896 2003/04/02: Wolfgang Wittek
3897
3898 * mfileio/Makefile
3899 - mhist added, because MBinning is used in MCT1ReadPreproc
3900
3901 * mfileio/MCT1ReadPreProc.[h,cc]
3902 - new member function SmearTheta
3903 - store smeared Theta in MMcEvt::fTelescopeTheta
3904 store original Theta in MParameterD container "ThetaOrig"
3905 store fhourangle in MParameterD container "HourAngle"
3906
3907 * manalysis/MPointingCorr.[h,cc]
3908 - get hour angle from ParameterD container "HourAngle"
3909
3910 * manalysis/MSelBasic.[h,cc]
3911 MSelStandard.[h,cc]
3912 MSelFinal.[h,cc]
3913 - new member functions SetCuts()
3914
3915
3916
3917 2003/04/01: Abelardo Moralejo
3918
3919 * macros/CT1EnergyEst.C
3920 - added argument (maximum dist parameter), changed (reduced) output
3921 histograms, added writing to (and reading from) a file the energy
3922 estimation parameters and the histograms. Added comments.
3923
3924 * manalysis/MEnergyEstParam.[h,cc]
3925 - added member function GetCoeff. Changed comment.
3926
3927
3928
3929 2003/03/31: Thomas Bretz
3930
3931 * manalysis/MParameters.[h,cc]:
3932 - added
3933
3934 * manalysis/AnalysisLinkDef.h, manalysis/Makefile:
3935 - added MParameters, MParameterD, MParameterI
3936
3937 * mhist/MHArray.[h,cc]:
3938 - added default constructor
3939 - added Set-function
3940 - added Init function
3941 - moved code from constructors to Set and Init
3942
3943 * Makefile.conf.linux:
3944 - removed -fno-rtti to make it compatible with root 3.04.02
3945
3946 * NEWS:
3947 - changed
3948
3949 * manalysis/MImgCleanStd.[h,cc]:
3950 - added SetLvl1
3951 - added SetLvl2
3952 - added ReadEnv
3953
3954 * manalysis/MNewImagePar.[h,cc]:
3955 - removed unnecessary fHillas data member
3956 - removed unnecessary fSrcPos data member
3957 - removed unnecessary Set/GetSrcPos
3958
3959 * manalysis/MNewImageParCalc.[h,cc]:
3960 - removed unnecessary SetSrcPos
3961 - removed const-qualifier from fGeomCam, fCerPhotEvt
3962 (trouble with root 3.02/06)
3963
3964 * manalysis/MRanForest.cc:
3965 - changed cout-output
3966
3967 * manalysis/MSigmabar.cc:
3968 - changed Area to area (local variable)
3969
3970 * mbase/MEvtLoop.[h,cc]:
3971 - added evtloop name to constructor (default=Evtloop)
3972 - adapted StreamPrimitive
3973 - added ReadEnv
3974 - added WriteEnv
3975
3976 * mbase/MParContainer.[h,cc]:
3977 - removed TROOT.h
3978 - fixed const-qualifier for Copy-function for root>3.04.01
3979 - added ReadEnv
3980 - added WriteEnv
3981 - added IsEnvDefined
3982 - added GetEnvValue
3983
3984 * mbase/MParList.[h,cc], mbase/MTaskList.[h,cc]:
3985 - added ReadEnv
3986 - added WriteEnv
3987
3988 * mfileio/MCT1ReadAscii.[h,cc], mfileio/MCT1ReadPreProc.[h,cc]:
3989 - changed AddFile declaration to declaration in MRead
3990 - added return value to AddFile
3991
3992 * mfileio/MRead.[h,cc]:
3993 - added template for AddFile
3994 - added ReadEnv
3995
3996 * mgui/MHexagon.[h,cc]:
3997 - fixed const-qualifier for Copy-function for root>3.04.01
3998
3999 * mhist/MH.cc:
4000 - fixed the FindGoodLimit stuff for root> 3.04.01
4001
4002 * mhist/MHRanForest.[h,cc], mhist/MHRanForestGini.[h,cc]:
4003 - removed unnecessary casts
4004 - fixed a copilation error with root 3.04.01 (kFullDotlarge
4005 doesn't exist)
4006 - removed second Draw (one should not add something twice to
4007 the pad)
4008
4009 * mmontecarlo/MMcTriggerRateCalc.cc:
4010 - changes to the header
4011 - changes to the fLog stuff
4012 - added a cast to get rid of a warning
4013
4014 * mtools/Makefile, mtools/ToolsLinkDef.h:
4015 - added MagicReversi
4016
4017 * mtools/MagicRevers.[h,cc]:
4018 - added
4019
4020
4021
4022 2003/03/28: Thomas Bretz
4023
4024 * mbase/MParContainer.h:
4025 - added kEnableGraphicalOutput
4026 - added EnableGraphicalOutput
4027 - added IsGraphicalOutputEnabled
4028
4029 * mbase/MParList.h:
4030 - changed BIT(15) to BIT(17)
4031
4032 * mhist/MH.[h,cc]:
4033 - SetBinning(TH1*, TH1*) --> SetBinning(TH1*, const TH1*)
4034
4035 * mhist/MH3.h:
4036 - changed BIT(15) to BIT(17)
4037 - changed BIT(16) to BIT(18)
4038 - changed BIT(17) to BIT(19)
4039
4040 * mhist/MHMatrix.[h,cc]:
4041 - added DrawDefRefInfo
4042 - added CopyCrop
4043 - added GetRandomArrayI
4044 - changed DefRefMatrix to support the above
4045 - fixed a bug in DefRefMatrix (evtcount2 in the last loop
4046 instead of evtcount1)
4047 - Don't do anything in the finalization if the matrix has the correct
4048 dimensions
4049 - fixed comment of DefRefMatrix
4050 - changed number of first column from 1 to 0
4051 - changed BIT(16) to BIT(17)
4052
4053
4054
4055 2003/03/28: Wolfgang Wittek
4056
4057 * mhist/MHMatrix.cc
4058 - DefRefMatrix: if nmaxevts>fM.GetNrows() set
4059 nmaxevts = fM.GetNrows()
4060
4061 * manalysis/MSelBasic.[h,cc]
4062 - better output
4063
4064 * manalysis/MSelStandard.[h,cc]
4065 - different cut in DIST
4066
4067 * mfileio/MCT1ReadPreProc.[h,cc]
4068 - store hour angle in variable fOtherCphFraction
4069
4070 * manalysis/MHillasSrcCalc.h
4071 - replace in 'SetInput' fHillasName = hilname;
4072 by fHillasInput = hilname;
4073
4074 * manalysis/MNewImagePar.[h,cc]
4075 /MNewImageParCalc.[h,cc]
4076 - new; calculates new image parameters
4077
4078 * mhist/MHNewImagePar.[h,cc]
4079 - new; plots new image parameters
4080
4081 * manalysis/AnalysisLinkDef.h
4082 manalysis/Makefile
4083
4084 * mhist/HistLinkDef.h
4085 mhist/Makefile
4086
4087
4088
4089 2003/03/27: Thomas Hengstebeck
4090
4091 * manalysis/MRanForest.[h,cc]
4092 - allocation of TObjArray fForest moved to constructor.
4093 - use of gRandom
4094
4095 * manalysis/MRanTree.[h,cc]
4096 - use of gRandom
4097
4098 * macros/RanForest.C
4099 - gRandom initialized as TRandom3 object.
4100
4101
4102
4103 2003/03/25: Abelardo Moralejo
4104
4105 * macros/mergecamera.C
4106 - added warning to prevent dangerous misuse of this macro.
4107
4108
4109
4110 2003/03/25: Wolfgang Wittek
4111
4112 * mhist/MHStarMap.[h,cc]
4113 - use constant step size along the main axis of the ellipse
4114
4115 * manalysis/MPointingCorr.[h,cc]
4116 - new class for calculating the pointing correction
4117
4118 * mmc/MMcEvt.hxx
4119 - add GetOtherCphFraction()
4120
4121 * manalysis/Makefile
4122
4123 * manalysis/AnalysisLinkDef.h
4124
4125
4126
4127 2003/03/24: Abelardo Moralejo
4128
4129 * manalysis/MEnergyEstParam.cc
4130 - now energy estimation (for CT1) is done using the same model
4131 as in D.Krannich's thesis.
4132
4133
4134
4135 2003/03/24: Thomas Bretz
4136
4137 * manalysis/MHillasSrcCalc.[h,cc]:
4138 - removed last argument in constructor, replaced by SetInput
4139
4140 * mfilter/MFEventSelector.[h,cc]:
4141 - removed unnecessary last argument
4142
4143
4144
4145 2003/03/21: Thomas Hengstebeck
4146
4147 * manalysis/MRanTree.[h,cc]
4148 - new; parameter container to store a single random tree
4149
4150 * manalysis/MRanForest.[h,cc]
4151 - new; parameter container to store complete forest
4152
4153 * manalysis/MRanForestGrow.[h,cc]
4154 - new; task to grow trees (training)
4155
4156 * manalysis/MRanForestCalc.[h,cc]
4157 - new; task to calculate hadronness using random forest
4158
4159 * manalysis/MRanForestFill.[h,cc]
4160 - new; task to read in the trees of the random forest
4161
4162 * manalysis/Makefile, manalysis/HistLinkDef.h:
4163 - added MRanTree, MRanForest, MRanForestGrow, MRanForestCalc,
4164 MRanForestFill
4165
4166 * mhist/MHRanForest.[h,cc]
4167 - new; histogram showing variance of estimated hadronness as
4168 function of no. of combined trees
4169
4170 * mhist/MHRanForestGini.[h,cc]
4171 - new; histogram showing mean decrease in Gini-index as function
4172 of RF-input-parameters
4173
4174 * mhist/Makefile, mhist/HistLinkDef.h:
4175 - added MHRanForest, MHRanForestHillas
4176
4177 * macros/RanForest.C
4178 - new; g/h-separation by Random Forest-method
4179
4180 * macros/RanForest2.C
4181 - new; reading in saved random forest (using MRanForestFill)
4182
4183
4184
4185 2003/03/21: Abelardo Moralejo
4186
4187 * mhist/MHMatrix.[h,cc]:
4188 - Added third argument (a filter) to the second instantiation
4189 of the Fill procedure.
4190
4191 * macros/CT1EnergyEst.C:
4192 - Example of the parameter calculation and use of the energy
4193 estimation method for CT1.
4194
4195
4196
4197 2003/03/21: Thomas Bretz
4198
4199 * manalysis/MEnergyEstParam.[h,cc]
4200 - Added StopMapping and Print functions.
4201
4202 * manalysis/MSel*.h:
4203 - set default for HilName to MHillas
4204 - set default for HilNameSrc to MHillasSrc
4205
4206 * mfileio/MCT1ReadPreProc.[h,cc]:
4207 - do not flood the output with all events from the first run
4208 - output meaningfull text instead of variable names
4209 - removed a 'goto'!
4210 - changed savePedRMS according to the coding conventions to
4211 fPedRMS and the array of fixed size to a TArrayF
4212
4213 * mbase/MEvtLoop.cc:
4214 - added a events counter which counts the real number of
4215 processed events.
4216
4217 * mdata/MDataChain.[h,cc]:
4218 - implemented random numbers
4219 - implemented a conversion from degrees to radians and vice versa
4220
4221
4222
4223 2003/03/20: Thomas Bretz
4224
4225 * mfilter/MF.[h,cc]:
4226 - changed fFilter (already used in base class MTask) to fF
4227
4228
4229
4230 2003/03/19: Abelardo Moralejo
4231
4232 * macros/CT1collarea.C:
4233 - Added filter to cut in hadronness (now available in new version
4234 of root CT1 Monte Carlo file from Wolfgang).
4235
4236
4237
4238 2003/03/19: Robert Wagner
4239
4240 * mhist/MH3.cc:
4241 - changed MH3::New() such that constructor according to Thomas'
4242 previous changes is supported
4243
4244
4245
4246 2003/03/19: Thomas Bretz
4247
4248 * mhist/MH3.[h,cc]:
4249 - changed default constructor to support different dimensions
4250
4251 * mhist/MHArray.[h,cc]:
4252 - added AddHistogram
4253
4254 * meventdisp/MGEvtDisplay.cc, mfileio/MReadTree.[h,cc],
4255 meventdisp/MReadMarsFile.cc:
4256 - changed MReadTree::GetEventNum to MReadTree::GetNumEntry
4257
4258 * macros/estfit.C:
4259 - adopted to new MChisqEval
4260
4261 * mtools/MChisqEval.[h,cc]:
4262 - added
4263
4264 * mtools/Makefile, mtools/ToolsLinkDef.h:
4265 - added MChisqEval
4266
4267 * manalysis/MEnergyEstParam.[h,cc]:
4268 - slight changes
4269
4270 * mfileio/MCT1ReadPreProc.cc:
4271 - changed name to MRead
4272
4273
4274
4275 2003/03/18: Thomas Bretz
4276
4277 * mfileio/MReadTree.cc:
4278 - fixed a bug in the AddFile function
4279
4280 * mhist/MHMatrix.[h,cc]:
4281 - implemented a request of Th. Hengstebeck: Let DefRefMatrix
4282 return the 'unused' events
4283
4284
4285
4286 2003/03/18: Abelardo Moralejo
4287
4288 * mhist/MHMcCT1CollectionArea.[h,cc]
4289 - Added arguments in constructor: number of bins and ranges of the
4290 x-axis (energy) of the 2-d histograms. Changed type of binning:
4291 now the x-axis is log10(energy) and bins have equal width.
4292
4293 * macros/CT1collarea.C
4294 - The MHMcCT1CollectionArea object is now created and added to the
4295 parlist so that we can choose the binning. Changed the way
4296 histograms are written to the output file.
4297
4298
4299
4300 2003/03/13: Abelardo moralejo
4301
4302 * mhist/MHMcCT1CollectionArea.[h,cc]
4303 - Added for calculations of collection area for CT1.Contains three
4304 2-d histograms with axis energy vs theta angle: one histogram for
4305 all events, one for analyzed events, one for the collection area.
4306
4307 * mmontecarlo/MMcCT1CollectionAreaCalc.[h,cc]
4308 - Added for the same reason.
4309
4310 * macros/CT1collarea.C
4311 - Uses the above classes
4312
4313
4314
4315 2003/03/12: Abelardo Moralejo
4316
4317 * macros/mergecamera.C
4318 - Added. Merges several MC camera output files into a single file.
4319
4320
4321
4322 2003/03/08: Wolfgang Wittek
4323
4324 * macros/AnalyseCT1.C
4325 - for the CT1 data analysis
4326
4327 * mhist/MHMatrix.[h,cc]
4328 - let refcolumn start at 1 (not at 0)
4329
4330 * mhist/MHSigmaTheta.[h,cc]
4331 - Draw replaced by DrawCopy
4332 - add SetDirectory(NULL)
4333
4334 * manalysis/MSelBasic.[h,cc]
4335 MSelStandard.[h,cc]
4336 MSelFinal.[h,cc]
4337 - more detailed output for errors
4338 - bugs removed
4339
4340 * manalysis/MPadSchweizer.[h,cc]
4341 - add SetDirectory(NULL)
4342 - add fErrors
4343
4344 * mfilter/MFEventSelector.[h,cc]
4345 - add fErrors
4346
4347 * manalysis/MMultiDimDistCalc.[h,cc]
4348 - check division by zero
4349
4350 * mhist/MHHadronness.[h,cc]
4351 - check division by zero
4352 - normalize distributions of hadronness
4353
4354 * mfileio/MCT1ReadPreProc.[h,cc]
4355 - add event number (event.isecs_since_midday)
4356 - change definition of "fIsMcFile",
4357 because outpars.bmontecarlo is set wrongly sometimes
4358 - copy pedestalRMS for each event from the header information
4359 - check for the presence of a footer record even after reading
4360 a run header
4361
4362 * mmc/MMcEvt.[hxx,cxx]:
4363 - add GetEvtNumber()
4364
4365
4366
4367 2003/02/27: Abelardo Moralejo
4368
4369 * mmontecarlo/MMcTriggerRateCalc.cc:
4370 - Fixed: MMCTrigHeader could not be found in the case of camera
4371 files containing single trigger condition.
4372
4373 * macros/trigrate.C
4374 - no plot is made in the case of single trigger condition.
4375
4376 * mhist/MHMcRate.[h,cc]
4377 - Added member fTriggerCondNum to keep track of what trigger
4378 condition corresponds to each MHMcRate object, for the case of
4379 files with more than one condition (when running camera in
4380 trigger_loop mode). Added also Set and Get procedures for nre
4381 member.
4382
4383 * mmain/MMonteCarlo.cc
4384 - Fixed bug: matrix BgR was created with dimension "dim", a number
4385 which can be negative. Put "num" instead of "dim".
4386
4387
4388
4389 2003/02/25: Thomas Bretz
4390
4391 * mbase/MParContainer.cc:
4392 - small simplification for Cosy
4393
4394 * mbase/MLog.cc:
4395 - allow a maximum of 1000 lines in the gui
4396
4397
4398
4399 2003/02/25: Abelardo Moralejo
4400
4401 * mmontecarlo/MMcTriggerRateCalc.[h,cc]
4402 - Added axis labels in graphic output
4403 - Added Get function for rate histograms
4404
4405 * macros/trigrate.C
4406 - Added output file with rate histograms
4407
4408
4409
4410 2003/02/24: Abelardo Moralejo
4411
4412 * mmontecarlo/MMcTriggerRateCalc.[h,cc]
4413 - Fixed mistake when analysing camera files containing all
4414 events (including non-triggers): fShowers was always zero.
4415 - Added reading of MMcTrigHeaders in ReInit
4416 - Added procedure Draw for graphics output: rate versus
4417 discriminator threshold (useful for camera files with several
4418 trigger conditions).
4419
4420 * macros/trigrate.C
4421 - Added some explanations. Style improvements in function
4422 GetNSBEvents. Added call to MMcTriggerRateCalc::Draw
4423
4424 * mhist/MHMcRate.[h,cc]
4425 - Added GetTriggerRate() and GetTriggerRateError()
4426 - Added members fMultiplicity and fMeanThreshold, with their
4427 corresponding Set and Get functions
4428 - Added info on discriminator threshold and L1 trigger
4429 multiplicity on the printout.
4430
4431 * mmc/MMcTrigHeader.hxx
4432 - Added GetMultiplicity() and GetMeanThreshold()
4433
4434
4435 2003/02/22: Wolfgang Wittek
4436
4437 * mhist/Makefile
4438 - MHSigmaTheta added
4439
4440 * mhist/HistLinkDef.h
4441 - MHSigmaTheta added
4442
4443 * mhist/MHSigmaTheta.[h,cc]
4444 - type inconsistency removed
4445
4446
4447
4448 2003/02/21: Abelardo Moralejo
4449
4450 * mmontecarlo/MMcTriggerRateCalc.[h,cc]
4451 - adapted to new camera files, added warnings.
4452 - added ReInit procedure to read relevant info from from the
4453 run headers
4454
4455 * mhist/MHMcRate.[h,cc]
4456 - adapted accordingly. Added Set functions for several members.
4457
4458 * mmc/MMcCorsikaRunHeader.h
4459 - added Get functions for fELowLim, fEUppLim and fSlopeSpec.
4460
4461 * mmain/MMontecarlo.cc, macros/trigrate.C
4462 - adapted to changes above, changed MReadTree to MReadMarsFile to
4463 be able to read the run headers.
4464
4465
4466
4467 2003/02/21: Antonio Stamerra
4468
4469 * manalysis/MMcTriggerLvl2.[cc|h]
4470 - new data member fCompactNN needed to define a compact pixels
4471 - new inline functions SetCompactNN and GetCompactNN
4472 - Method Calc(int neighpix) -> Calc(). The value of neighpix
4473 is read from fCompactNN
4474
4475 * manalysis/MMcTriggerLvl2Calc.[cc|h]
4476 - Check on fCompactNN added in the PreProcess
4477
4478 * macros/triglvl2.C
4479 - Set of fCompactNN added
4480
4481
4482
4483 2003/02/21: Wolfgang Wittek
4484
4485 * manalysis/MSelFinal.[h,cc]
4486 - 'const' removed from pointers
4487
4488 * macros/AnalyseCT1.C
4489 - macro for the CT1 analysis (work in progress)
4490
4491
4492
4493 2003/02/20: Wolfgang Wittek
4494
4495 * manalysis/Makefile
4496 - add MSelFinal
4497
4498 * manalysis/AnalysisLinkDef.h
4499 - add MSelFinal
4500
4501 * manalysis/MPadSchweizer.[h,cc]
4502 - slight modification of padding procedure
4503
4504 * manalysis/MSigmabarCalc.[h,cc]
4505 - 'const' removed from pointers
4506
4507 * mhist/MHMatrix.[h,cc]
4508
4509 * mhist/MHSigmaTheta.[h,cc]
4510
4511
4512
4513 2003/02/20: Abelardo Moralejo
4514
4515 * mhist/MH.cc
4516 - Removed call to TGaxis::Optimize for compilation under root
4517 versions > 3.03, since in them this procedure is no longer
4518 existing. I did this to allow compilation under root_3.04,
4519 since earlier versions has a bug which prevents from
4520 plotting in the simple way some variables in a tree
4521 (example: fConc and others in the output of star.C). This
4522 is a temporal fix, I guess something will have to
4523 substitute the call to Optimize...
4524
4525
4526
4527 2003/02/20: Antonio Stamerra
4528
4529 * manalysis/MMcTriggerLvl2.[cc|h]
4530 - new; replaces MTrigLvl2.[cc|h]
4531 - new data members: fLutPseudoSize, fPseudoSize.
4532 - functions renamed:
4533 GetLutPseudoSize -> CalcBiggerLutPseudoSize
4534 GetBiggerFiredCell -> CalcBiggerFiredCell
4535 - new inline functions: GetLutPseudoSize(), GetPseudoSize().
4536 - new member functions:
4537 Calc(); CalcPseudoSize (not yet implemented)
4538 - Redefined Print() function as a TObject.
4539 - pixels_in_cell and pixels_in_lut redefined as static data
4540 members
4541
4542 * manalysis/MMcTriggerLvl2Calc.[cc|h]
4543 - new; replaces MTrigLvl2FillTask.[cc|h]
4544 - creation and filling of histograms commented
4545 - Process() calls the MMcTriggerLvl2::Calc()
4546
4547 * mfilter/MFTriggerLvl2.[h|cc]
4548 - new class to select events using MMcTriggerLvl2 data members.
4549
4550 * macros/triglvl2.C
4551 - added example to use the MFTriggerLvl2 filter.
4552
4553
4554
4555 2003/02/19: Wolfgang Wittek
4556
4557 * manalysis/MSelBasic.[h,cc]
4558 - new; evaluates the Basic Cuts (after the calibration)
4559
4560 * manalysis/MSelStandard.[h,cc]
4561 - new; evaluates the Standard Cuts
4562 (after the calculation of the image parameters and before the
4563 calculation of the hadronness)
4564
4565 * manalysis/MHillasCalc.[h,cc]
4566 - replace
4567 fHillas = (MHillas*)pList->FindCreateObj(fHilName);
4568 by
4569 fHillas = (MHillas*)pList->FindCreateObj("MHillas",
4570 fHilName);
4571 in order to allow MHillas containers with a name
4572 different from "MHillas"
4573
4574 * mhist/MHHillasExt.[h,cc]
4575 - replace
4576 TObject *obj = plist->FindObject("MHillas");
4577 by
4578 TObject *obj = plist->FindObject(fHilName, "MHillas");
4579 in order to allow MHillas containers with a name
4580 different from "MHillas"
4581 - add a 3rd argument in the constructor : fHilName
4582
4583 * manalysis/MHillasSrcCalc.[h,cc]
4584 - add new argument for constructor:
4585 the name of the MHillas input container
4586 in order to allow MHillas input containers with a name
4587 different from "MHillas"
4588
4589 * mhist/MHMatrix.[h,cc]
4590 - add member function DefRefMatrix();
4591 it defines the reference sample for the g/h separation;
4592 the selection of events for the reference sample can be made
4593 such that the distribution of a certain variable (for example
4594 Theta) agrees with a target distribution.
4595
4596 * mfilter/MFEventSelector.[h,cc]
4597 - add new argument for constructor:
4598 the name of the read object
4599 in order to allow also read objects which have a name
4600 different from
4601 "MRead"
4602
4603
4604
4605 2003/02/18: Thomas Bretz
4606
4607 * mfileio/MReadTree.cc:
4608 - added a fix for a bug in the workaround using wildcards
4609
4610
4611
4612 2003/02/14: Thomas Bretz
4613
4614 * mtemp/MObservatory.[h,cc]:
4615 - added
4616
4617
4618
4619 2003/02/10: Abelardo Moralejo
4620
4621 * Makefile.conf.osf1
4622 - Added -lpthread to compilation flags (otherwise linking fails
4623 in alfa)
4624
4625 * manalysis/Makefile, AnalysisLinkDef.h
4626 - Changed MApplyPadding for MPadding
4627
4628
4629
4630 2003/02/07: Wolfgang Wittek
4631
4632 * mhist/MHSigmaTheta.[h,cc]
4633 - new; 2D distribution : Theta, Sigmabar
4634 3D distribution : Theta, pixel number, Sigma
4635 3D distribution : Theta, pixel number, Sigma^2-Sigmabar^2
4636 these histograms may be used for the padding
4637
4638 * manalysis/MPadding.[h,cc]
4639 - new; replaces MApplyPadding.[h,cc]
4640 some errors removed
4641
4642 * manalysis/MSigmabar.[h,cc]
4643 - new definition of Sigmabar (only relevant for MAGIC)
4644 - add in member function 'Calc' a 3rd argument : 'const
4645 MCerPhotEvt &evt'
4646 - calculate sigmabar for 'MCerPhotEvt' pixels
4647 - in member function 'Calc' return Float_t fSigmabar instead of
4648 Bool_t
4649 - copies of objects replaced by references
4650
4651 * manalysis/MSigmabarCalc.[h,cc]
4652 - fSig->Calc(*fCam, *fPed) replaced by
4653 fSig->Calc(*fCam, *fPed, *fEvt)
4654 - change type of result of fSig->Calc from Bool_t to Float_t
4655
4656 * mfileio/MCT1ReadPreProc.cc
4657 - add in member function PreProcess() the initialization of the
4658 total number of pixels :
4659 fPedest->InitSize(iMAXNUMPIX);
4660 - remove statements that cannot be reached ('break' after
4661 'return')
4662
4663 * manalysis/MPadSchweizer.[h,cc]
4664 - alternative to MPadding
4665 - does the padding ala Thomas Schweizer
4666
4667
4668
4669 2003/02/06: Thomas Bretz
4670
4671 * mgeom/MGeomCam.[h,cc]:
4672 - fixed a warning (GetPixRatio(int) --> GetPixRatio(Uint)
4673
4674
4675
4676 2003/02/07: Antonio Stamerra
4677
4678 * manalysis/MTrigLvl2.[cc|h]
4679 - added new function
4680 MTrigLvl2::GetLutCompactPixel(int cell, int lut, int
4681 neighpix=2) which calculates the number of compact pixel
4682 in one lut
4683 - added new function GetLutPseudoSize(int neighpix=2) which
4684 calculates the lut-pseudosize
4685 - added static data member pixel_in_lut
4686 - merging of the PrintCell and PrintStatus functions in a single
4687 Print(int cell) function
4688 - Added comments using the standard layout
4689 - some small changes following Thomas comments (memset, *fLog)
4690
4691
4692
4693 2003/02/06: Thomas Bretz
4694
4695 * mbase/MLog.[h,cc]:
4696 - serialized the GUI output (problems with mutithreded prgs,
4697 eg Cosy)
4698
4699 * mtemp/MObservatoryLocation.[h,cc], mtemp/MVPObject.[h,cc],
4700 mtemp/MVPPlotter.[h,cc]:
4701 - added changes discussed in Wuerzburg
4702
4703 * mfileio/MCT1ReadPreProc.cc:
4704 - some simplifications
4705
4706
4707
4708 2003/01/31: Antonio Stamerra & Marcos Lopez
4709
4710 * mgui/MCamDisplay.[cc|h]
4711 - Added a new function MCamDisplay::SetPix(const Int_t pixnum,
4712 const Int_t color, Float_t min, Float_t max) which just set the
4713 color of a given pixel
4714
4715 * created two new classes for simulating the second level trigger
4716 in the directory manalysis:
4717 - MTrigLvl2.[cc|h] // Implement the Lvl2 topology and
4718 // selection strategies
4719 - MTrigLvl2FillTask.[cc|h] // For a given MMc event, fill the
4720 // MTrigLvl2 with the Lvl1 trigger
4721 // information
4722
4723 * manalysis/Makefile
4724 - Added -I../mgui
4725
4726 * Added macro macros/triglvl2.C which uses the above classes.
4727
4728
4729
4730 2003/01/27: Robert Wagner
4731
4732 * mfileio/MCT1ReadPreProc.[cc|h]
4733 - Added call of MTaskList::ReInit after processing of new
4734 run header
4735 - Filling of MC container complies to Oscar's changes of
4736 MMcEvt.[hxx,cxx] dated 2003/01/20
4737 - Added filling of run number in MRawRunHeader object while
4738 processing a new run header
4739
4740
4741
4742 2003/01/23: Robert Wagner
4743
4744 * manalyis/MSigmabarCalc.cc
4745 - MSigmabarCalc::Process()
4746 Replaced fMcEvt->GetTheta() by fMcEvt->GetTelescopeTheta()
4747
4748
4749
4750 2003/01/20: Oscar Blanch
4751
4752 * mmc/MMcEvt.[hxx,cxx]
4753 - Data members: fElecCphFraction, fMuonCphFraction,
4754 fOtherCphFraction have been introduced.
4755 - Class version updated to 3.
4756
4757 * mmc/MMcCorsikaRunHeader.[h.cc]
4758 - Data members: fWobbleMode and fAtmosphericModel introduced.
4759 - Class version updated to 2.
4760
4761
4762
4763 2003/01/19: Thomas Bretz
4764
4765 * manalysis/MCerPhotCalc.[h,cc]:
4766 - slight changes, mainly to the layout
4767
4768 * manalysis/MCerPhotEvt.[h,cc]:
4769 - some small changes to make the code a bit faster
4770
4771 * manalysis/MCerPhotPix.[h,cc]:
4772 - added AddNumPhotons
4773
4774 * mbase/MContinue.[h,cc]:
4775 - changed comments
4776 - enhanced functionality and fixed some small bugs
4777
4778 * mbase/Makefile:
4779 - added mfilter to paths (to be fixed)
4780
4781 * mfileio/MCT1ReadPreProc.cc:
4782 - Init fNumEvents = 0
4783
4784 * mgeom/MGeomCam.cc:
4785 - return 0 Ratio if the pixel number exceeds the number of pixels
4786
4787 * mgui/MCamDisplay.[h,cc]:
4788 - added sanity check for the maximum number of pixels
4789 - added functions to set the three different palettes
4790 - removed the buttons
4791 - fixed the context menu display
4792
4793 * mhist/HistLinkDef.h, mhist/Makefile:
4794 - added MHCerPhotEvt
4795
4796 * mhist/MHCerPhotEvt.[h,cc]:
4797 - added
4798
4799 * mhist/MFillH.cc:
4800 - changed the initialization of fParContainer from pList to NULL
4801
4802 * mhist/MHHillasExt.cc:
4803 - fixed a smallo bug when filling the histograms (crached when scaling
4804 under some circumstances)
4805
4806 * mhist/MHStarMap.cc:
4807 - added a warning output
4808
4809 * mmontecarlo/MMcCollectionAreaCalc.cc:
4810 - added a check for impact=NaN (some MC Files have this)
4811
4812
4813
4814 2003/01/17: Robert Wagner
4815
4816 * manalysis/MApplyPadding.cc
4817 - bugfix: Effective number of used pixels taken from
4818 MCerPhotEvt container, not from MPedestalCam
4819
4820
4821
4822 2003/01/16: Wolfgang Wittek
4823
4824 * mhist/MHMatrix.[h,cc]
4825 - member function MHMatrix::Read added
4826 the function calls TObject::Read(name) and SetName(name)
4827
4828
4829
4830 2003/01/15: Wolfgang Wittek
4831
4832 * mdata/MDataMember.cc
4833 - in MDataMember::PreProcess()
4834 "if (fCall)" replaced by "if (fCall && !fObject)"
4835 The additional condition "&& !fObject" is to make sure that read
4836 MDataMembers works correctly.
4837
4838
4839
4840 2003/01/08: Oscar Blanch Bigas
4841
4842 * mgeom/MGeomMirror.[h,cc]
4843 - Varible members to store mirror reflectivities have been
4844 introduced: fReflectivity and fWavelength.
4845 - Member function to set reflectivity added: SetReflectivity
4846 - Member function to set TArrayF size: SetArraySize
4847 - Class version number changed to 2.
Note: See TracBrowser for help on using the repository browser.