source: trunk/MagicSoft/Mars/Changelog@ 2545

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