source: trunk/MagicSoft/Mars/Changelog@ 2477

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