source: trunk/MagicSoft/Mars/Changelog@ 2473

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