source: trunk/MagicSoft/Mars/Changelog@ 2525

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