source: trunk/MagicSoft/Mars/Changelog@ 2470

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