source: trunk/MagicSoft/Mars/Changelog@ 2448

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