source: trunk/MagicSoft/Mars/Changelog@ 2544

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