source: trunk/MagicSoft/Mars/Changelog@ 2536

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