source: trunk/MagicSoft/Mars/Changelog@ 2274

Last change on this file since 2274 was 2274, checked in by tbretz, 22 years ago
*** empty log message ***
File size: 104.4 KB
Line 
1 -*-*- END OF LINE -*-*-
2
3 2003/07/12: Thomas Bretz
4
5 * mhistmc/MHMcCT1CollectionArea.[h,cc]:
6 - made the enum as FillType_t a public member of the class
7
8 * macros/CT1collarea.C
9 - Updated accordingly. Can somebody please check whether it
10 still works.
11
12 * mbase/MArgs.h:
13 - added some comment
14
15 * mraw/MRawRunHeader.cc:
16 - added an 'inf' to the log-stream
17
18 * macros/status.C:
19 - added some more plots
20 - added some sanity chacks
21
22 * macros/sumevents.C, macros/sumeventserr.C, macros/sumeventsrms.C
23 macros/sumpedestalrms.C, macros/sumpedestals.C:
24 - fixed SetOptStat
25
26 * manalysis/MBlindPixelCalc.[h,cc]:
27 - removed dangerous SetPixels(int, short*)
28 - changed Id to Idx
29 - fixed a bug in SetPixels which caused crashes
30 - renamed SetPixels to SetPixelIndices
31
32 * mhist/MHCamera.[h,cc]:
33 - removed SetOptStat and fOptStat - found a better solution
34 - fixed DistancetoPrimitive to show TPaveStat correctly
35 - Use GetPainter() instead of an own THistPainter
36
37 * mmain/MStatusDisplay.cc:
38 - some small changes to the layout
39
40
41
42 2003/07/08: Abelardo Moralejo
43
44 * mmc/MMcEvt.hxx
45 - Uncommented the getter function for fCoreX and fCoreY (is there
46 any reason why they were commented out?). Added Getter functions
47 for the parameters of the longitudinal fit to the particle
48 distribution of the shower.
49
50
51
52 2003/07/06: Abelardo Moralejo
53
54 * mhistmc/MHMcCT1CollectionArea.[h,cc]
55 - Added possibility of using a logarithmic or linear scale in
56 energy. The function MHMcCT1CollectionArea::SetEaxis sets
57 what should be filled in the energy axis (either the energy
58 or its decimal logarithm).
59
60 * macros/CT1collarea.C
61 - Added example on how to use the new function
62 MHMcCT1CollectionArea::SetEaxis
63
64
65
66 2003/07/06: Thomas Bretz
67
68 * Makefile:
69 - replaced '-shared' by $(DYNLIB)
70
71 * Makefile.conf.linux, Makefile.conf.linux-gnu,
72 Makefile.conf.osf1, Makefile.conf.osf5.1:
73 - added DYNLIB
74
75 * Makefile.conf.darwin:
76 - added
77
78 * mgui/MCamEvent.cc:
79 - removed obsolete include
80
81 * mgui/Makefile:
82 - removed obsolete include dirs
83
84 * mhist/MHCamera.cc:
85 - fixes for root 3.05/01
86
87 * mraw/MRawEvtData.cc:
88 - added type 1 and 2 to GetPixContent
89
90 * mraw/MRawEvtPixelIter.[h,cc]:
91 - added GetMax[Hi,Lo]GainSample
92
93 * macros/pixsatrate.C:
94 - added
95
96 * Makefile.conf.general:
97 - added -lHistPainter
98
99 * NEWS:
100 - updated
101
102 * macros/pixsatrate.C:
103 - added Saturation rate of lo gains
104
105 * macros/sumevents.C, macros/sumeventserr.C,
106 macros/sumpedestalrms.C, macros/sumpedestals.C:
107 - fixed axis titles
108 - use new SetOptStat
109
110 * manalysis/MCerPhotAnal2.[h,cc]:
111 - count and print number of skipped events
112
113 * meventdisp/MGCamDisplay.cc:
114 - fixed a 'division by zero'
115
116 * mhist/MHCamEvent.cc, mhist/MHTriggerLvl0.cc:
117 - take name from MHCamEvent if fNameEvt not available
118
119 * mhist/MHCamera.[h,cc]:
120 - use THistPainter to Draw title and statistics box
121 - added fOptStat
122 - added GetMean
123 - added GetRMS
124 - some modification for a better layout
125
126 * mraw/MRawEvtHeader.cc:
127 - calculate time from clock ticks
128
129 * mbase/MArgs.[h,cc]:
130 - added
131
132 * mbase/Makefile:
133 - MArgs.cc added
134
135 * mbase/BaseLinkDef.h:
136 - MArgs, MArgsEntry added
137
138 * merpp.cc:
139 - added '-v' option
140 - changes to use MArgs
141
142
143
144 2003/07/04: Wolfgang Wittek
145
146 * macros/CT1EgyEst.C
147 - add TCanvas and cd() before calling Draw()
148
149 * mhistmc/MHMcEnergyMigration.cc
150 - swap first 2 arguments of fHist.Fill and fHist2.Fill
151
152
153
154 2003/07/03: Abelardo Moralejo
155
156 * mhistmc/MHMcCT1CollectionArea.cc
157 - Added code to allow the calculation of CT1 collection areas
158 at 55 and 65 degrees (from the events in DK's MC library)
159
160 * macros/CT1collarea.C
161 - Changed binning in theta to include high ZAs
162
163
164
165 2003/07/01: Thomas Bretz
166
167 * manalysis/MCerPhotAnal2.cc:
168 - fixed some problems with the lo-gains
169
170 * mraw/MRawEvtPixelIter.cc:
171 - Determin the maximum sample of the lo gains from the end.
172
173
174
175 2003/07/01: Abelardo Moralejo
176
177 * macros/CT1collarea.C
178 - changed "const TArrayD xed(10,xedge);" to:
179 "const TArrayD xed; xed.Set(10,xedge);"
180 (and the same for yed). Otherwise, a funny Error message was
181 printed about TArrayD, although everything worked.
182
183 * mhistmc/MHMcCT1CollectionArea.cc
184 - added some comments and made code more readable and more simple
185 to make it easier the addition of the necessary changes to allow
186 the use of MC data (from D.Kranich) at zenith angles 55 and 65
187 degrees.
188
189
190
191 2003/07/01: Wolfgang Wittek
192
193 * manalysis/MSigmabar.cc, manalysis/MCT1PadSchweizer.cc,
194 manalysis/MCT1PadONOFF.cc, mhist/MHSigmaTheta.cc:
195 - change code because GetPixRatio returns area(pixel_zero)/area(pixel)
196 and not area(pixel)/area(pixel_zero)
197
198 * macros/CT1Analysis.C, macros/ONOFFCT1Analysis.C
199 - current versions of CT1 macros
200
201 * macros/unfold.C, macros/fluxunfold.C
202 - macros for testing the unfolding within root
203
204
205
206 2003/06/30: Thomas Bretz
207
208 * macros/pixfirerate.C:
209 - changed to new style
210
211 * manalysis/MCerPhotCalc.cc:
212 - scale weight so that sum=1
213
214 * mhist/MHCamera.h:
215 - small change
216
217 * mmontecarlo/MMcCollectionAreaCalc.cc:
218 - small simplifications
219
220
221
222 2003/06/27: Abelardo Moralejo
223
224 * mmontecarlo/MMcCollectionAreaCalc.[h,cc],
225 mhistmc/MHMcCollectionAreaCalc.[h,cc]:
226 - Adapted to allow their use with multiple files containing
227 MC data generated with diffferent energy spectra, even with
228 camera files which have only triggered events inside. Now the
229 histogram containing all showers (before trigger) is filled
230 in the ReInit function, and calculation of collection area
231 is done by CalcEfficiency2(). Some simplifications and cleaning
232 are still possible.
233
234
235
236 2003/06/27: Thomas Bretz
237
238 * macros/sumevents.C, macros/sumpedestals.C:
239 - some small changes
240
241 * manalysis/MPedestalCam.cc:
242 - return pixel as used if the value is valid (>=0)
243
244 * mhist/HistLinkDef.h, mhist/Makefile:
245 - MHPixVsTime added (Name is preliminary)
246
247 * mhist/MHCamEvent.cc:
248 - removed including MGeomPix
249
250 * mhist/MHCamera.h:
251 - in SetCamContent copy also number of entries
252
253 * mraw/MRawEvtData.cc:
254 - fixed to support correct pixel numbering
255
256 * mhist/MHPixVsTime.[h,cc]:
257 - added
258
259 * mhist/MHCamera.cc:
260 - changed output of labels for color axis
261
262 * mfileio/MCT1ReadPreproc.cc:
263 - small simplification
264
265
266
267 2003/06/27: Abelardo Moralejo
268
269 * mhistmc/MHMcCT1CollectionArea.cc:
270 - Added comments, changed theta angle corresponding to first bin to
271 adapt it to new standard theta-bin definition. This was the reason
272 for the missing area at low theta.
273
274 * macros/CT1collectionArea.C, macros/CT1EgyEst.C:
275 - Changed theta binnings to adapt them to the new standard.
276
277
278
279 2003/06/26: Abelardo Moralejo
280
281 * macros/CT1EgyEst.C:
282 - Added to the argument list of CT1EEst the binnings in theta
283 and energy. Commented out the MLog.h and MLogManip.h, headers,
284 otherwise it does not run (don't know why). Commented out filters
285 (my test file does not contain hadronness), please uncomment
286 them to run on files with hadronness info.
287
288 * mhistmc/MHMcEnergyMigration.cc:
289 - exchanged axes of E_est and E_MC in the 3-d histograms.
290
291 * mfileio/MCT1ReadAscii.cc, mfileio/MCT1ReadPreProc.cc,
292 mhist/MHSigmaPixel.cc, mfileio/MHSigmaTheta.cc,
293 mimage/MImgCleanStd.cc:
294 - adapted to new function names in MPedestalPix (please Thomas
295 check these, I had to do it to make Mars compile)
296
297
298
299 2003/06/26: Thomas Bretz
300
301 * macros/CT1EgyEst.C:
302 - converted from dos to unix type
303
304 * macros/rootlogon.C:
305 - removed "-fno-rtti" from options for Aclic
306
307 * mbase/MLog.h:
308 - added a comment
309
310 * mgeom/MGeomCam.[h,cc], mgeom/MGeomPix.[h,cc],
311 mgeom/MGeomCamCT1.cc, mgeom/MGeomCamECO1000.cc,
312 mgeom/MGeomCamECO1000HG.cc, mgeom/MGeomCamMagicHG.cc:
313 - added support for sectors
314
315 * megom/MGeomCamMagic.[h,cc]:
316 - added sectors
317
318 * mhist/MHCamera.[h,cc]:
319 - convert Option_t in Paint to lower case
320 - remove 'hist' if detected from Option_t
321 - check for min==max
322 - added DrawSectorIndices()
323 - added TArrayC to AddCamContent
324 - added TArrayC to SetCamContent
325 - simplified DistancetoPrimitive
326
327 * mraw/MRawEvtData.cc:
328 - simplified Draw by converting option string to lower case
329
330 * mraw/MRawEvtPixelIter.[h,cc]:
331 - added GetNumMaxLoGainSample
332
333 * manalysis/MCT1PadSchweizer.cc, manalysis/MMcPedestalNSBAdd.cc,
334 manalysis/MSigmabar.cc:
335 - adapted to new function names in MPedestalPix
336
337 * manalysis/MCerPhotAnal.cc:
338 - adapted to new function names in MPedestalPix
339 - fixed to work with real data and monte carlo data
340 - preliminarily removed error of pedestal and pedestalrms
341
342 * manalysis/MCerPhotCalc.[h,cc]:
343 - adapted to new function names in MPedestalPix
344 - fixed to work with real data and monte carlo data
345
346 * manalysis/MMcPedestalCopy.cc, manalysis/MPedCalcPedRun.[h,cc]:
347 - adapted to new function names in MPedestalPix
348 - preliminarily removed error of pedestal and pedestalrms
349
350 * manalysis/MPedestalCam.[h,cc]:
351 - adapted to new function names in MPedestalPix
352 - preliminarily removed error of pedestal and pedestalrms
353 - fixed GetPixelContent (do not return Pedestal*PixRatio)
354
355 * manalysis/MPedestalPix.[h,cc]:
356 - removed old variables
357 - introduced Pedestal for pedestal
358 - introduced pedestalRMS for the rms of the pedestal
359 - error of both values still missing
360
361 * meventdisp/MGCamDisplay.cc:
362 - fixed display, displays now:
363 + Number Of Photons
364 + Pedestal
365 + PedestalRMS
366 + Number of Photons/PedestalRMS
367
368 * mimage/MImgCleanStd.[h,cc]:
369 - fixed image cleaning in the sense that erronously the error
370 of the number of photons was used instead of the error of
371 the PMT offset (pedestal)
372 - introduced some debugging option
373
374 * mmontecarlo/MMcCollectionAreaCalc.cc:
375 - minor change
376
377 * macros/sumevents.C, macros/sumpedestals.C:
378 - added
379
380 * mhist/MHCamEvent.cc:
381 - do not scale with 100
382
383 * mhist/MHCamera.cc:
384 - fixed displaying number of entries when used
385 SetCamContent(MHCamera&)
386
387
388
389 2003/06/25: Thomas Bretz
390
391 * mgeom/MGeomCam.cc:
392 - fixed the description of GetPixRatio
393
394
395
396 2003/06/25: Abelardo Moralejo
397
398 * mimage/MImgCleanStd.cc:
399 - Changed name of variable "ratio" to "factor", wherever it meant
400 the square root of the ratio between the area of an inner pixel
401 and the current pixel (it was confusing).
402
403
404
405 2003/06/24: Thomas Bretz
406
407 * manalysis/MCT1SupercutsCalc.[h,cc]:
408 - implemented Mapping for Supercuts
409 - changed data member arrays to TArrayD
410
411 * manalysis/MEnergyEstParam.h:
412 - added a comment
413
414 * mhist/MHHadronness.[h,cc]:
415 - implemented mapping
416 - implemented calculating Acc_g/sqrt(Acc_h) for filtercuts
417
418 * macros/status.C:
419 - removed MSrcPosCam
420
421 * mevtdisp/MGCamDisplay.cc:
422 - display ellipse in all canvas'
423
424 * macros/readrfl.C:
425 - adapted
426
427 * manalysis/MMcTriggerLvl2.cc, meventdisp/MGEvtDisplay.cc,
428 mraw/MRawEvtPixelIter.cc:
429 - adapted
430
431 * mgui/MCamEvent.[h,cc], mhist/MHCamEvent.[h,cc]:
432 - more comments
433
434 * mgui/MHexagon.[h,cc]:
435 - removed obsolete destructor
436
437 * mhist/MHCamera.[h,cc]:
438 - removed fPhotons
439 - removed ShowRflEvent
440 - added comments
441
442 * mhist/MHTriggerLvl0.cc:
443 - fixed comments
444
445 * mraw/MRawEvtData.cc:
446 - some small changes
447
448 * mreflector/MRflEvtData.[h,cc]:
449 - implemented Paint function
450
451 * meventdisp/MGCamDisplay.cc:
452 - Set Name and title of MHCamera instances
453
454 * mraw/MRawEvtData.cc:
455 - fixed a degug level problem
456
457 * mgui/MHexagon.[h,cc]:
458 - fixed CopyConstructor
459
460 * mbase/MLog.cc:
461 - fixed a bug in NoColor mode
462
463
464
465 2003/06/23: Thomas Bretz
466
467 * manalysis/MBlindPixelCalc.[h,cc], manalysis/MCT1PadONOFF.[h,cc],
468 manalysis/MCT1PadSchweizer.[h,cc], manalysis/MCompProbCalc.[h,cc],
469 manalysis/MCT1PointingCorrCalc.[h,cc], manalysis/MEnergyEstimate.[h,cc],
470 manalysis/MCT1SupercutsCalc.[h,cc], manalysis/MEnergyEstParam.[h,cc],
471 manalysis/MFiltercutsCalc.[cc,h], manalysis/MMatrixLoop.[h,cc],
472 manalysis/MMcPedestalCopy.[h,cc], manalysis/MMcPedestalNSBAdd.[h,cc],
473 manalysis/MMcTriggerLvl2Calc.[h,cc], manalysis/MPadding.[h,cc],
474 manalysis/MMultiDimDistCalc.[h,cc], manalysis/MPedCalcPedRun.[h,cc],
475 manalysis/MPedestalCalc.[h,cc], manalysis/MPointingCorr.[h,cc],
476 mbase/MClone.[h,cc], mbase/MGTask.[h,cc], mbase/MPrint.[h,cc],
477 mbase/MTask.[h,cc], mbase/MTaskInteractive.[h,cc],
478 mbase/MTaskList.[h,cc], mtools/MChisqEval.[h,cc],
479 mbase/MContinue.[h,cc], mdatacheck/MDumpEvtHeader.[h,cc]
480 mfileio/MCT1ReadAscii.[h,cc], mfileio/MCT1ReadPreProc.[h,cc],
481 mfileio/MReadCurrents.[h,cc], mfileio/MReadMarsFile.[h,cc],
482 mfileio/MReadRflFile.[h,cc], mfilter/MF.[h,cc],
483 mfilter/MFAlpha.[h,cc], mfilter/MFCT1SelBasic.[h,cc],
484 mfilter/MFCT1SelFinal.[h,cc], mfilter/MFCT1SelStandard.[h,cc],
485 mfilter/MFDataChain.[h,cc], mfilter/MFDataMember.[h,cc],
486 mfilter/MFEnergySlope.[h,cc], mfilter/MFEventSelector.[h,cc],
487 mfilter/MFEventSelector2.[h,cc], mfilter/MFParticleId.[h,cc],
488 mfilter/MFTriggerLvl1.[h,cc], mfilter/MFTriggerLvl2.[h,cc],
489 mfilter/MFilterList.[h,cc], mhist/MFillH.[h,cc],
490 mimage/MCameraSmooth.[h,cc], mimage/MHillasCalc.[h,cc],
491 mimage/MHillasSrcCalc.[h,cc], mimage/MImgCleanStd.[h,cc],
492 mimage/MNewImageParCalc.[h,cc], mmontecarlo/MMcThresholdCalc.[h,cc],
493 mranforest/MRanForestCalc.[h,cc], mranforest/MRanForestFill.[h,cc]
494 mmontecarlo/MMcTimeGenerate.[h,cc], mranforest/MRanForestGrow.[h,cc],
495 mmontecarlo/MMcCollectionAreaCalc.[h,cc], mraw/MRawFileWrite.[h,cc],
496 mmontecarlo/MMcTriggerRateCalc.[h,cc], mraw/MRawFileRead.[h,cc],
497 manalysis/MSigmabarCalc.[h,cc], manalysis/MCerPhotAnal.[h,cc],
498 manalysis/MCerPhotCalc.[h,cc]:
499 - changed Bool_t in *Process to Int_t to support newer root
500 versions correctly - PRELIMINARY (will be replaced by
501 enums in the future)
502
503 * manalysis/MCerPhotEvt.[h,cc]:
504 - added case 3 and 4 to GetPixelContent
505 - changed definition of GetPixelContent
506
507 * manalysis/MCurrents.[h,cc], manalysis/MPedestalCam.[h,cc]:
508 - changed definition of GetPixelContent
509
510 * manalysis/MFiltercutsCalc.[h,cc]:
511 - Added list to ListOfCleanups, and set kMustCleanup for list
512 - Set kMustCleanup for external filters
513
514 * mbase/MEvtLoop.[h,cc]:
515 - added to ListOfCleanups
516 - Set kMustCleanup for parlist, progressbar and display
517 - added some checks for root's Batch-Mode
518 - no need for checking ListOfSpecials for fDisplay (this is now
519 handled through the Cleanups)
520 - No need for kFileExit anymore (this can now be handles through
521 the Cleanups)
522 - added recursiveRemove to support Cleanups
523 - added SetDisplay to set kMustCleanup for fDisplay
524
525 * mbase/MTaskList.cc, mdata/MDataArray.cc, mdata/MDataList.cc,
526 mfilter/MFilterList.cc:
527 - added lists to ListOfCleanups
528 - Set kMustCleanup for the lists
529
530 * mbase/MParList.[h,cc]:
531 - added lists to ListOfCleanups
532 - Set kMustCleanup for the lists
533 - added kCanDelete option to destructor
534 - set kMustCleanup for all containers added to thelist
535
536 * mdatacheck/DataCheckLinkDef.h, mdatacheck/Makefile:
537 - removed unnecessary MDumpEvtHeader
538
539 * mbase/MContinue.[h,cc]:
540 - added SetDisplay to support setting display for the filter
541 - added SetLogStream to support setting logstream for the filter
542
543 * mfilter/MFCT1SelBasic.cc, mfilter/MFCT1SelFinal.cc,
544 mfilter/MFCT1SelStandard.cc:
545 - added Set-function to simplify Process
546
547 * mgui/MCamEvent.[h,cc]:
548 - changed GetPixelContent definition
549
550 * mhist/MH.cc:
551 - fixed Draw(TH1&, TH1&) and DrawCopy layout for newer root versions
552
553 * mimage/MImgCleanStd.cc:
554 - fixed a bug in the access to ispixused-array (GetNeighbor
555 could exceed maximum entries.
556
557 * mmain/MStatusDisplay.[h,cc]:
558 - preliminary fixes to support root's batch mode
559 - removed adding MStatusDisplay to ListOfCleanups
560 - changed code updating the Canvas'
561 - exit now handled by Cleanups, so this can be deleted immediatly
562
563 * mraw/MRawEvtData.[h,cc]:
564 - changed definition of GetPixelContent
565 - added code to GetPixelContent
566
567 * mraw/MRawEvtPixelIter.[h,cc]:
568 - returns GetNumMaxHiGainSample
569
570 * mreflector/MRflEvtData.[h,cc]:
571 - use static_cast in GetPhoton
572 - added GetPixelContent
573
574 * mhist/MHTriggerLvl0.[h,cc], MHmhist/Camera.[h,cc],
575 mhist/MHCamEvent.[h,cc]:
576 - added
577
578 * manalysis/MSigmabar.cc:
579 - unimportant simplification
580
581 * manalysis/MSigmabarCalc.cc:
582 - added a preliminary workaround to support files without MMcEvt
583 - make use of FLT_MAX
584
585 * mgeom/MGeomCam.[h,cc]:
586 - Moved fPixels from pointer to an instance
587 - removed destructor
588 - use static_cast on operator[]
589 - Use ForEach macro in CheckOuterRing
590
591 * mhist/MHSigmaTheta.cc:
592 - added a preliminary workaround to support files without MMcEvt
593
594 * manalysis/AnalysisLinkDef.h, manalysis/Makefile:
595 - removed MCT1PadONOFF
596
597 * manalysis/MCerPhotEvt.h:
598 - added //-> to fPixels
599
600 * meventdisp/Makefile:
601 - added -I../mhist
602
603 * manalysis/MMcTriggerLvl2.[h,cc], meventdisp/MGCamDisplay.[h,cc]:
604 - replaced MCamDisplay by MHCamera
605
606 * mgui/GuiLinkDef.h, mgui/Makefile:
607 - removed MCamDisplay
608
609 * mhist/HistLinkDef.h, mhist/Makefile:
610 - removed MHCerPhotEvt
611 - removed MHCurrents
612 - removed MHTrigLvl0
613 - removed MHOnSubtraction
614 - added MHCamera
615 - added MHCamEvent
616
617 * macros/sumcurrents.C:
618 - adapted to changes
619 - added filename to canvas
620
621 * macros/readMagic.C, macros/readCT1.C, macros/status.C,
622 macros/readcurrents.C, macros/readrfl.C:
623 - adapted to changes
624
625 * mbase/MAGIC.h:
626 - replaced extern by R__EXTERN
627
628 * mbase/MParContainer.[h,cc]:
629 - added a non empty destructor with some debug options
630
631 * mbase/MPrint.cc:
632 - fixed a bug (used kSKIP instead of kSkip)
633
634
635
636 2003/06/19: Thomas Bretz
637
638 * mgui/MCamDisplay.[h,cc]:
639 - fixed color palette when loading MCamDisplay
640
641 * mevtdisp/MGEvtDisplay.cc:
642 - fixed a bug in ProcessMessage, 'Exit' still doesn't work.
643
644
645
646 2003/06/18: Thomas Bretz
647
648 * macros/sumcurrents.C:
649 - added MDirIter support
650 - fixed the rel. error calculation
651 - some small corrections to the layout
652
653 * mhist/MHCurrents.cc:
654 - changed histogram name
655 - added axis titles
656
657 * mbase/MLog.cc:
658 - include iomanip onstead of MLogManip
659
660 * mbase/MLogManip.h:
661 - replaced preprocessor defintions for all, warn, inf, err and dbg
662 by const variable declarations
663 - fixed dynamic_casts
664
665 * macros/merpp.C:
666 - made capable of more than one directory
667
668 * mmain/MStatusDisplay.cc:
669 - removed an unsused variable
670
671 * Makefile.conf.osf1, Makefile.conf.osf5.1:
672 - added definitions for __USE_STD_IOSTREAM and R__ANSISTREAM
673 tp be able to compile on Alphas again
674
675 * manalysis/MCT1PadONOFF.cc:
676 - included math.h
677 - commented out some code to be able to compile on Alpha - FIXME
678
679 * mbase/MDirIter.h:
680 - fixed a bug in the definition of MatchFilter
681
682 * mraw/MRawFileWrite.h:
683 - default mode changed from UPDATE to RECREATE
684 - default compression level changed from 9 to 1
685
686 * mraw/MRawEvtData.[h,cc]:
687 - fixed to skip non connected pixels
688
689 * mraw/MRawRunHeader.[h,cc]:
690 - added GetNumConnectedPixels
691
692
693
694
695 2003/06/17: Oscar Blanch
696
697 * mgeom/MGeomCamECO1000HG.cc
698 - fixed a bug in NN table
699
700 * mgeom/MGeomCamMagicHG.[h,cc]
701 - New geometry for a high granularity hipothetic Magic camera
702
703 * mgeom/Makefile and mgeom/GeomLinkDef.h
704 - Introduction of MGeomMagicHG class.
705
706
707
708 2003/06/17: Thomas Bretz
709
710 * meventdisp/MGEvtDisplay.cc:
711 - fixed a bug which caused a endlessloop
712
713 * mmain/MStatusDisplay.cc:
714 - fixed UpdatePSHeader for gcc 3.* and Suse 8.2
715
716 * manalysis/MCurrents.h:
717 - fixed a bug in the const operator[]
718
719 * mgui/MCamDisplay.[h,cc]:
720 - set ClassDef to 1 so that the camera display can be written into
721 a root file
722 - fixed destructor (didn't fit default constructor)
723 - implemented FillRandom for test cases
724
725 * mgui/MHexagon.h
726 - set ClassDef to 1 so that the camera display can be written into
727 a root file
728
729
730
731 2003/06/16: Thomas Bretz
732
733 * mhist/MHOnSubtraction.cc:
734 - worked around the non compiling source file
735
736 * merpp.cc:
737 - set compression level default = 1
738
739 * macros/readCT1.C, macros/readMagic.C, macros/readcurrents.C,
740 meventdisp/MGCamDisplay.cc
741 - adapted to new MCamDisplay and MCamEvent
742
743 * macros/sumcurrents.C:
744 - enhanced
745
746 * manalysis/MCerPhotCalc.[h, cc]:
747 - simplified algorithm
748
749 * manalysis/MCerPhotEvt.[h,cc], manalysis/MCurrents.[h,cc],
750 manalysis/MPedestalCam.[h,cc]:
751 - derived from MCamEvent
752
753 * manalysis/MMcPedestalNSBAdd.cc:
754 - minor change
755
756 * mbase/BaseLinkDef.h, mbase/Makefile:
757 - added MDirIter
758
759 * mbase/MDirIter.[h,cc]:
760 - added
761
762 * mbase/MParList.cc:
763 - enhnced some output
764
765 * mbase/MTaskInteractive.cc:
766 - fixed a bug
767
768 * mbase/MTaskList.cc:
769 - added handling of gui events for Pre- and PostProcess
770
771 * mgeom/MGeomPix.cc:
772 - added a comment
773
774 * mgui/MCamDisplay.[h,cc] - PRELIMINARY:
775 - added a notification list
776 - fixed SetRange if pad is not the main pad
777 - new Fill functions using MCamEvent, removed old ones
778
779 * mhist/MFillH.cc:
780 - check for the existance of the canvas
781
782 * mhist/MHCerPhotEvt.cc:
783 - take usage of MCamEvent
784
785 * mhist/MHCurrents.cc:
786 - take usage of MCamEvent
787 - added rms
788
789 * mmain/MStatusDisplay.[h,cc]:
790 - added "Reset" and "Remove Tab" to menu bar
791
792 * mraw/MRawEvtData.[h,cc]:
793 - draw hi- and logains
794 - derived from MCamEvent
795
796 * mraw/MRawEvtPixelIter.[h,cc]:
797 - added GetVarHiGainSamples
798
799 * mraw/Makefile:
800 - added -I../mgui - PRELIMINARY
801
802 * mhist/MH.cc:
803 - fixed Draw(TH1&,TH1&) for newer root versions
804
805 * mhist/MHHadronness.cc:
806 - fixed call to fGraph->SetMaximum(1) for newer root versions
807
808 * mmain/MStatusDisplay.cc:
809 - fixed for gcc 3.* and newer root versions
810
811
812
813
814 2003/06/13: Robert Wagner
815 * mhist/MHOnSubtraction.cc
816 - removed casts from double to Double_t found by gcc 3.3
817 - added MHOnSubtraction::CalcLightCurve, a methods towards a
818 lightcurve
819
820
821
822 2003/06/13: Thomas Bretz (making Mars work with gcc 3.3 on Suse 8.2)
823
824 * Makefile.conf.linux:
825 - removed nonull-objects, Wtraditional and Wnested-externs
826 due to warnings in gcc 3.3
827
828 * *:
829 - added 'using namespace std;'
830 - exchanged *.h C++ headers by correct headers (like <fstream>)
831 - replaced forward declarations of streams by <iosfwd>
832
833 * manalysis/MCerPhotAnal.cc:
834 - cast arguments of sqrt to correct type
835 - corrected argument type for SetPedestalRms
836
837 * manalysis/MCurrents.h:
838 - const operator[] uses 'this' now
839
840 * manalysis/MEnergyEstParam.[h,cc], manalysis/MSigmabarParam.[h,cc]:
841 - fixed definition of Print
842
843 * manalysis/MMcPedestalCopy.cc, manalysis/MPedCalcPedRun.cc,
844 mgui/MCamDisplay.cc, mmontecarlo/MMcThresholdCalc.cc:
845 - cast arguments of sqrt to correct type
846
847 * manalysis/MMultiDimDistCalc.cc:
848 - changed type of numg/numh to Int_t
849
850 * mbase/BaseLinkDef.h:
851 - removed pragma for __omanip_debug
852
853 * mbase/MLog.[h,cc]:
854 - fixed copy constructor
855 - removed usage of mkstemp -- TO BE FIXED
856
857 * mbase/MLogManip.[h,cc]:
858 - completely replaced
859
860 * mdata/MDataArray.cc:
861 - fixed variable type ncols (Double_t -> Int_t)
862
863 * mdata/MDataChain.cc:
864 - fixed argument type of gRandom->Integer()
865
866 * meventdisp/MGEvtDisplay.[h,cc]:
867 - implemented skiping of events which have 0 Pixels
868
869 * mfileio/MCT1ReadPreProc.cc:
870 - fixed conversion for istream::read from Byte_t* to char*
871 - fixed argument type in Fill (fmcsize_phel)
872
873 * mfileio/MChain.h:
874 - ResetTree must also set fTreeNumber to -1 due to changes in
875 TChain::LoadTree
876
877 * mfilter/MFAlpha.[h,cc]:
878 fixed type of Alpha in Init (Float_t instead of Int_t)
879
880 * mfilter/MFEventSelector2.[h,cc]:
881 - renamed Read member function to ReadDistribution
882
883 * mfilter/MFilterList.h:
884 - fixed overloading of GetRule
885
886 * mhist/MBinning.cc, mhist/MH3.cc:
887 - removed default argument in source file
888
889 * mhist/MHArray.cc:
890 fixed type of sstyle (Stat_t -> Int_t)
891
892 * mhist/MHCerPhotEvt.[h,cc], mhist/MHCurrents.[h,cc]:
893 - fixed definition of Clear()
894
895 * mhist/MHFadcCam.[h,cc]:
896 - renamed Reset to ResetEntry
897
898 * mhistmc/MHMcEnergy.cc:
899 - fixed argument type of log
900
901 * mhistmc/MHMcRate.cc:
902 - cast argument of pow() to correct type
903
904 * mimage/MHillas.cc:
905 - replaced default value for MeanX and MeanY by 0
906
907 * mmain/MMars.cc:
908 - fixed argument type in TGLayoutHints
909
910 * mmain/MStatusDisplay.cc:
911 - fixed some argument types
912 - for the moment removed the update of the ps-header
913
914 * mmc/MMcTrig.cxx:
915 - use binary shift instead of pow for power of two
916
917 * mmontecarlo/MMcEnergyEst.[h,cc]:
918 - declared fcn as static
919 - fixed definition of Print
920
921 * mmontecarlo/MMcTimeGenerate.cc:
922 - fixed argument type of SetTime
923
924 * mmontecarlo/MMcTriggerRateCalc.[h,cc]:
925 - fixed definition of Draw
926
927 * mfileio/MReadRflFile.cc, mraw/MRawCrateData.cc, mraw/MRawEvtData.cc,
928 mraw/MRawEvtHeader.cc, mraw/MRawRunHeader.cc:
929 - fixed conversion for istream::read from Byte_t* to char*
930
931 * mreflector/MRflEvtData.cc, mreflector/MRflSinglePhoton.cc:
932 - fixed definition of Print
933
934
935
936 2003/06/13: Robert Wagner
937 * mhist/MHOnSubtraction.cc
938 - Improvements in output
939
940
941
942 2003/06/12: Thomas Bretz
943
944 * mgui/MCamDisplay.h:
945 - added //*MENU* to SetAutoScale, SetMinimum, SetMaximum
946
947
948
949 2003/06/11: Robert Wagner
950
951 * mhist/MHOnSubtraction.[h,cc]
952 - Some bugfixes, e.g. concerning binning of result histograms
953 - Improvements in output
954
955
956
957
958
959 2003/06/09: Wolfgang Wittek
960
961 * macros/CT1Analysis.C
962 - replace MPadSchweizer by MCT1PadSchweizer
963
964 * macros/ONOFFCT1Analysis.C
965 - current version of the macro for the analysis using ON, OFF and MC data
966
967 * manalysis/MPadSchweizer.[h,cc]
968 MPadONOFF.[h,cc]
969 - delete
970
971 * manalysis/MCT1PadSchweizer.[h,cc]
972 MCT1PadONOFF.[h,cc]
973 - add
974
975 * manalysis/Makefile
976 AnalysisLinkdef.h
977 - replace MPadSchweizer and MPadONOFF
978 by MCT1PadSchweizer and MCT1PadONOFF
979
980
981
982 2003/06/06: Robert Wagner
983
984 * mhist/MHOnSubtraction.[h,cc]
985 - Class for extracting a gamma signal from on data only. Works
986 on fully differential data in Alpha, Energy and Theta as well
987 as on single Alpha plots. Experimental version, expect
988 functionality but code still optimized for debugging purposes
989
990 * mhist/MHAlphaEnergyTheta.cc
991 - Fill signed alpha value instead of absolute value
992
993
994
995 2003/06/06: Wolfgang Wittek
996
997 * macros/optPad.C
998 - macro for testing the optimal padding
999
1000
1001
1002 2003/06/05: Abelardo Moralejo
1003
1004 * mhist/MHTrigLvl0.[h,cc]:
1005 - added. This is intended to find "hot" pixels firing too often
1006 or pixels firing too rarely. Very preliminar!
1007
1008 * macros/pixfirerate.C:
1009 - added. An example on how to use the class above.
1010
1011 * mhist/Makefile, HistLinkDef.h :
1012 added new class.
1013
1014
1015
1016 2003/06/05: Thomas Bretz
1017
1018 * mbase/MEvtLoop.cc:
1019 - fixed some typos in the comments
1020
1021 * meventdisp/MGCamDisplay.cc:
1022 - added MHillasSrc to eventloop
1023
1024 * meventdisp/MGEvtDisplay.cc:
1025 - print MC informations to screen, too
1026
1027 * mfileio/MReadCurrents.cc:
1028 - added a comment
1029
1030 * mhist/MHCerPhotEvt.h:
1031 - removed typo
1032
1033 * mimage/MHillasSrcCalc.cc:
1034 - create a default source if now source is available
1035
1036
1037
1038 2003/06/03: Thomas Bretz
1039
1040 * macros/readcurrents.C:
1041 - display currents in Log-Scale
1042
1043 * mgui/MCamDisplay.[h,cc]:
1044 - introduced fMinimum
1045 - introduced fMaximum
1046 - introduced fData
1047 - removed Set-functions
1048 - introduced Update()
1049 - introduced Log-Scale
1050
1051 * macros/readCT1.C:
1052 - fixed a typo
1053
1054 * mbase/MTaskInteractive.[h,cc]:
1055 - added
1056
1057 * mbase/Makefile, mbase/BaseLinkDef.h:
1058 - added MTaskInteractive
1059
1060 * mhist/MHCurrents.[h,cc]:
1061 - added (PRELIMINARY)
1062
1063 * mhist/Makefile, mhist/HistLinkDef.h:
1064 - added MHCurrents
1065
1066 * mgui/MCamDisplay.[h,cc]:
1067 - changed number of ItemsLegend to display the maximum, too
1068
1069 * macros/sumcurrents.C:
1070 - added
1071
1072
1073
1074 2003/06/03: Wolfgang Wittek
1075
1076 * mfileio/MCT1ReadPreProc.[h,cc]
1077 - reset blind pixels for each event
1078 (because they may have been changed by the padding)
1079
1080 * macros/ONOFFCT1Analysis.C
1081 - will be the macro for the CT1 analysis using ON and OFF data
1082
1083 * manalysis/MPadONOFF.[h,cc]
1084 - new class
1085 - class for the padding of ON/OFF data
1086
1087 * manalysis/MPadSchweizer.[h,cc]
1088 - remove fBlinds->Clear() because the resetting of the
1089 blind pixels is now done in MCT1ReadPreProc
1090
1091
1092
1093 2003/06/02: Thomas Bretz
1094
1095 * manalysis/AnalysisLinkDef.h, manalysis/Makefile:
1096 - added MCurrents
1097
1098 * manalysis/MCerPhotEvt.[h,cc]:
1099 - added MGeomCam argument to GetRatioMin/Max
1100
1101 * mfileio/FileIOLinkDef.h, mfileio/Makefile:
1102 - added MReadCurrents
1103
1104 * mfileio/MReadCurrents.[h,cc]:
1105 - added
1106
1107 * manalysis/MCurrents.[h,cc]:
1108 - added
1109
1110 * mgui/MCamDisplay.[h,cc]:
1111 - added current support
1112
1113 * mbase/MTime.h:
1114 - preliminary changes to support currents
1115
1116 * mhist/MH.[h,cc]:
1117 - added usescreenfactor to MakeDefCanvas
1118
1119
1120
1121 2003/05/30: Wolfgang Wittek
1122
1123 * macros/CT1Analysis.C
1124 - current version of the CT1Analysis.C macro for the analysis of
1125 CT1 data using ON and MC data
1126
1127
1128
1129 2003/05/27: Thomas Bretz
1130
1131 * mreflector/Makefile:
1132 - removed obsolete includes
1133
1134 * mbase/MLogManip.h:
1135 - for the moment removed dbg<< from dbginf again
1136
1137 * mimage/MHNewImagePar.cc:
1138 - security check in fill
1139
1140 * mmain/MAnalysis.cc:
1141 - fixed filling of MHNewImagePar
1142
1143
1144
1145 2003/05/26: Wolfgang Wittek
1146
1147 * mfileio/MCT1ReadPreProc.cc
1148 - put back : if (event.spixsig_10thphot[i]==0)
1149 continue;
1150
1151 * manalysis/MPadSchweizer.cc
1152 - add pixels to MCerPhotEvt which are not yet in;
1153 set their number of photons equal to zero
1154
1155
1156
1157 2003/05/26: Thomas Bretz
1158
1159 * mhist/MHCerPhotEvt.cc, mfileio/MCT1ReadAscii.cc:
1160 - InitSize --> FixSize
1161
1162 * manalysis/MMcPedestalNSBAdd.cc:
1163 - fixed a typo (* instead of /)
1164
1165
1166
1167 2003/05/23: Abelardo Moralejo
1168
1169 * mreflector/Makefile:
1170 - added (was missing)
1171
1172
1173
1174 2003/05/23: Thomas Bretz
1175
1176 * Makefile:
1177 - added mreflector
1178
1179 * manalysis/MCerPhotAnal.cc, manalysis/MCerPhotCalc.cc:
1180 - use FixSize instead of InitSize
1181
1182 * manalysis/MCerPhotEvt.[h,cc]:
1183 - replaced InitSize by FixSize (seems to be more logical)
1184
1185 * manalysis/MMcPedestalNSBAdd.cc:
1186 - replaced GetR by GetPixRatio
1187
1188 * manalysis/MPedestalCam.cc:
1189 - replaced GetEntries by GetEntriesFast
1190
1191 * mfileio/FileIOLinkDef.h, mfileio/Makefile:
1192 - added MReadRflFile
1193
1194 * mgeom/MGeomCam.[h,cc], mgeom/MGeomPix.[h,cc],
1195 mgeom/MGeomCamMagic.[h,cc]:
1196 - replaced R by D
1197
1198 * mgui/MCamDisplay.[h,cc]:
1199 - added TClonesArray to display reflector events
1200 - added FillRflEvent
1201 - added ShowRflEvent
1202 - adapted Paint function
1203
1204 * mgui/MHexagon.[h,cc]:
1205 - replaced GetR by GetD
1206 - added DistanceToPrimitive (capital T)
1207
1208 * mgui/Makefile:
1209 - added mreflector
1210
1211 * mfileio/MReadRflFile.[h,cc]:
1212 - added
1213
1214 * mreflector, mreflector/Makefile, mreflector/ReflectorLinkDef.h,
1215 mreflector/MRflEvtData.[h,cc], mreflector/MRflSinglePhoton.[h,cc]:
1216 mreflector/MRflEvtHeader.[h,cc], mreflector/MRflRunHeader.[h,cc]:
1217 - added
1218
1219 * macros/readRfl.C:
1220 - added
1221
1222
1223
1224 2003/05/22: Abelardo Moralejo
1225
1226 * mhist/MHMatrix.[h,cc]
1227 - add member function ShuffleRows() to randomize the order of the
1228 matrix rows. This is useful for instance for the random forest,
1229 (See RanForest.C) when we feed a hadron training sample with
1230 both protons and helium nuclei: if they are ordered (first all
1231 events of one type, then those of the other) the method does not
1232 seem to work well. Any other kind of ordering might be harmful
1233 as well (in theta, phi or whatever).
1234
1235
1236
1237 2003/05/22: Wolfgang Wittek
1238
1239 * mfileio/MCT1ReadPreProc.[h,cc]
1240 - add member function DiscreteTheta
1241 - discretize the Theta according to the binning in Theta
1242 (for data and MC)
1243 original Theta is stored in the container "ThetaOrig"
1244 the discretized Theta is stored in MMcEvt.fTelescopeTheta
1245
1246
1247
1248 2003/05/21: Thomas Bretz
1249
1250 * mfileio/MReadTree.cc:
1251 - changed text of a warning
1252 - removed obsolete comment
1253
1254 * mfileio/MWriteRootFile.[h,cc]:
1255 - changed Print function to support kIsNewTree flag
1256 - changed BIT(15) to BIT(16) because it is already used by TBranch
1257
1258
1259
1260 2003/05/21: Wolfgang Wittek
1261
1262 * mhist/MHBlindPixels.[h,cc]
1263 - change 1D histogram into 2D histogram (pixel Id vs. Theta)
1264 - add 2D histogram : no.of blind pixels vs. Theta
1265
1266 * mhist/MHSigmaTheta.cc
1267 - correct "BinningPix"
1268
1269 * manalysis/MPadSchweizer.[h,cc]
1270 - add simulation of blind pixels
1271
1272 * mhist/MHMatrix.cc
1273 - in DefRefMatrix : allow variable bin size for 'hth' and 'hthd'
1274
1275
1276
1277 2003/05/20: Oscar Blanch Bigas
1278
1279 * mgeom/MGeomCamECO1000HG.[h,cc]
1280 - new files for ECO1000 camera geometry with pixels
1281 of half angualr size.
1282
1283 * mgeom/Mkefile:
1284 - added MGeomCamECO1000HG.[h,cc] files
1285
1286 * mgeom/GeomLinkDef.h
1287 - added class MGeomCamECO1000HG
1288
1289
1290
1291 2003/05/20: Thomas Bretz
1292
1293 * mbase/MLog.h:
1294 - added Separator member function
1295
1296 * mfileio/MReadMarsFile.cc:
1297 - moved output in Notify to MReadTree::Notify
1298 - call MReadTree:Notify in Notify
1299
1300 * mfileio/MReadTree.[h,cc]:
1301 - do not try to delete a Baddress if it is NULL ("*")
1302 - added CheckBranchSize member function
1303 - added the size consistency check to Notify
1304
1305 * mfileio/MWriteRootFile.cc:
1306 - mini changes to Print-output
1307
1308 * mfilter/MF.[h,cc]:
1309 - added Print-function
1310
1311 * mraw/MRawEvtPixelIter.h:
1312 - removed wrong EOL characters
1313
1314 * macros/multidimdist2.C:
1315 - made variable names unique
1316
1317 * macros/star.C:
1318 - added sigmabar
1319
1320 * macros/status.C:
1321 - added sigmabar
1322 - added MHSigmaTheta
1323
1324 * manalysis/AnalysisLinkDef.h, manalysis/Makefile:
1325 - added MFiltercutsCalc
1326
1327 * manalysis/MFiltercutsCalc.[h,cc]:
1328 - added
1329
1330
1331 2003/05/19: Thomas Bretz
1332
1333 * mgui/MCamDisplay.cc:
1334 - removed an unused variable.
1335
1336 * Makefile.rules:
1337 - fixed Mr.Proper
1338
1339 * mbase/MEvtLoop.cc, mbase/MParList.cc, mbase/MTaskList.cc,
1340 mfileio/MReadTree.cc, mfileio/MWriteRootFile.cc:
1341 - use new manipulator 'underline'
1342
1343 * mbase/MLog.cc:
1344 - added new underlining
1345 - added blue color for debugging
1346
1347 * mbase/MLogManip.[h,cc]:
1348 - added underline
1349 - added dbg and increased all other debug(n) levels by one
1350
1351 * mbase/MParContainer.h:
1352 - made fDisplay persistent (workaround for a obsolete warning in
1353 root 3.02/07)
1354
1355 * mfileio/MWriteRootFile.[h,cc]:
1356 - fixed a bug introduced when implementing UPDATE mode,
1357 kIsNewTree set for TTree
1358
1359
1360
1361 2003/05/16: Abelardo Moralejo
1362
1363 * mmontecarlo/MMcEnergyEst.[h,cc]
1364 - Added SetCoeff
1365
1366
1367
1368 2003/05/16: Thomas Bretz
1369
1370 * mfilter/MFEventSelector2.[h,cc]:
1371 - added
1372
1373 * mfilter/Makefile, mfilter/FilterLinkDef.h:
1374 - added MFEventSelector2
1375
1376 * mbase/MContinue.cc:
1377 - SetDisplay for filter
1378 - Set LogStream for filter
1379
1380 * mbase/MEvtLoop.cc:
1381 - don't use pointer to fTasklist in PostProcess if not initialized
1382 - do not execute Process if fTasklist is not initialized
1383
1384 * mbase/MTask.[h,cc]:
1385 - overwrite SetDisplay (set also display of attached filter
1386
1387 * mbase/MTaskList.cc:
1388 - minor changes
1389
1390 * mdata/MDataChain.[h,cc]:
1391 - implemented ParseDataMember to support constants
1392
1393 * mfileio/MCT1ReadPreProc.[h,cc]:
1394 - added fNumFile to support Rewind
1395 - added Rewind
1396
1397 * mfileio/MRead.[h,cc]:
1398 - new virtual function Rewind
1399
1400 * mfileio/MReadMarsFile.[h,cc]:
1401 - added Rewind
1402
1403 * mfileio/MReadTree.[h,cc]:
1404 - added Rewind
1405 - fixed a missing 'else' in AddFile
1406
1407 * mhist/MBinning.[h,cc]:
1408 - added SetEdges(TAxis&)
1409 - added SetEdges(TH1&, char)
1410
1411 * mhist/MFillH.[h,cc]:
1412 - added bit kDoNotDisplay
1413
1414 * mhist/MH.h:
1415 - added a comment
1416
1417 * mhist/MH3.[h,cc]:
1418 - implemented GetRule
1419 - implemented GetNbins
1420 - implemented FindFixBin
1421
1422 * mimage/MHHillasSrc.cc:
1423 - replaced gPad->cd(4) by savepad
1424
1425 * mmain/MStatusDisplay.[h,cc]:
1426 - fixed locked mode for loop-in-loop cases
1427
1428
1429
1430 2003/05/15: Wolfgang Wittek
1431
1432 * macros/CT1EgyEst.C
1433 - replace "energyest.root" by paramout
1434
1435
1436
1437 2003/05/14: Wolfgang Wittek
1438
1439 * macros/CT1env.rc
1440 - CT1env replaced by CT1env.rc
1441
1442 * mranforest/MRanForestCalc.cc
1443 - exchange arguments in
1444 FindCreateObj("MHadronness", fHadronnessName)
1445
1446
1447
1448 2003/05/13: Thomas Bretz
1449
1450 * mdata/MDataArray.[h,cc]:
1451 - addeed GetData and >>-operator to fill a TVector from the array
1452
1453 * manalysis/MMultiDimDistCalc.cc:
1454 - use new >>-operator from MDataArray
1455
1456 * mranforest/MRanForest.[h,cc]:
1457 - TVector& in CalcHadronness declared const
1458 - added a const qualifier to 'Float_t sum'
1459 - removed Reset() from a TIter declaration (done by the TIter
1460 constructor)
1461
1462 * mranforest/MRanForestCalc.cc:
1463 - fill TVector with new >>-operator of MDataArray
1464
1465 * mranforest/MRanTree.[h,cc]:
1466 - removed obsolete returns at the end of some functions
1467 - TVector& in TreeHad declared const
1468 - changed if to ?:-operator in TreeHad
1469 - TreeHad() calls TreeHad(const TVector &) now (code is not
1470 implemented twice)
1471
1472
1473
1474 2003/05/12: Abelardo Moralejo
1475
1476 * mhistmc/MHMcEnergyMigration.cc
1477 - Draw(): fixed axis label in one plot.
1478
1479
1480
1481 2003/05/12: Thomas Bretz
1482
1483 * mmain/MStatusDisplay.[h,cc]:
1484 - implemented UpdatePSHeader
1485
1486
1487
1488 2003/05/10: Thomas Bretz
1489
1490 * Makefile.rules:
1491 - implemented diff
1492
1493 * NEWS:
1494 - changed
1495
1496 * manalysis/MCT1SupercutsCalc.cc:
1497 - fixed variable names
1498
1499 * mbase/MParContainer.cc:
1500 - replaces IsA()->GetName() by ClassName()
1501
1502 * mbase/Makefile:
1503 - removed obsolete include paths
1504
1505 * mdata/MDataArray.[h,cc]:
1506 - new member function GetRule(int)
1507
1508 * mgui/MCamDisplay.[h,cc]:
1509 - implemented GetObjectInfo
1510
1511 * mhist/MH.[h,cc]:
1512 - implemented ProjectionX
1513 - implemented ProjectionY
1514 - implemented FindObjectInPad
1515
1516 * mhist/MHSigmaTheta.[h,cc]:
1517 - implemented Paint
1518
1519 * mmain/MStatusDisplay.[h,cc]:
1520 - implemented kFileCanvas
1521 - implemented kFileBrowser
1522
1523
1524
1525 2003/05/09: Abelardo Moralejo
1526
1527 * mhistmc/MHMcEnergyMigration.[h,cc]
1528 - Added histograms, changed Draw() to display them. Still
1529 provisional, many changes in the whole part of the energy
1530 estimator are needed.
1531
1532 * macros/CT1EEst.C, CT1EnergyEst.C
1533 - Removed
1534
1535 * macros/CT1EgyEst.C
1536 - Added example on how to use the energy estimation for CT1.
1537 Very provisional!
1538
1539
1540
1541 2003/05/09: Wolfgang Wittek
1542
1543 * manalysis/MCT1SupercutsCalc.cc
1544 - add SetReadyToSave()
1545
1546
1547
1548 2003/05/09: Thomas Bretz
1549
1550 * mbase/MLog.cc:
1551 - do not underline if eNoColors is set
1552 - fixed abug in Output() (last character missing when flushed)
1553 - same when flushing to the GUI
1554
1555 * mbase/MLogManip.cc:
1556 - removed an obsolete comment
1557
1558 * mfileio/MReadTree.cc:
1559 - print warning in case no files could be added to chain
1560
1561 * mfilter/MFDataChain.h:
1562 - fixed code layout
1563
1564 * mimage/MHHillasSrc.h:
1565 - added Paint
1566
1567 * mimage/MHillasCalc.[h,cc]:
1568 - changed default title
1569
1570 * Makefile:
1571 - added rule 'diff'
1572
1573 * mhist/MHMatrix.cc:
1574 - compressed some debug outputs
1575
1576 * manalysis/MSigmabar.[h,cc]:
1577 - deleted the fCalcPixNum variable (not used).
1578
1579 * macros/star.C, macros/starct1.C:
1580 - updated
1581
1582 * mhist/MBinning.cc:
1583 - fixed SetBinningCos
1584
1585 * mhist/MHSigmaTheta.[h,cc]:
1586 - in setting of binnings changes npix+1 to npix
1587 (SetEdges takes the number of _bins_ as argument)
1588 - fixed titles (LaTeX style)
1589 - added default binning (may have to be changed for Magic)
1590 - removed obsolete destructor
1591 - removed default canvas size of 900x900
1592 - temporarily removed SetLogy() for first pad. I'm searching
1593 for a solution to put it in again when using the status display
1594
1595
1596
1597 2003/05/08: Thomas Bretz
1598
1599 * Makefile.rules:
1600 - fixed the rmhtml bug
1601
1602 * macros/collarea.C:
1603 - changed to use MStatusDisplay
1604
1605 * manalysis/MCT1SupercutsCalc.cc:
1606 - fixed a typo
1607
1608 * mbase/MEvtLoop.[h,cc], mbase/MTaskList.[h,cc]:
1609 - added FindTask member functions
1610
1611 * mbase/MLog.cc:
1612 - do not crop logging to GUI to 1000 lines anymore
1613
1614 * mdata/MDataChain.cc:
1615 - use GetRule() in the constructor instead of Print()
1616
1617 * mdata/MDataElement.cc, mfilter/MFDataChain.cc:
1618 - do not return str+"something"
1619
1620 * mhist/MH.[h,cc]:
1621 - fixed a bug in DrawCopy(TH1*,TH1*)
1622 - overwrite Clone function and do not add TH1 to gDirectory
1623 when cloning MH classes
1624
1625 * mimage/MHHillas.cc, mimage/MHHillasSrc.cc:
1626 - adde a sanity check to Fill
1627
1628 * mimage/MHHillasSrc.cc:
1629 - do not set the log scale before we have entries in the histogram
1630
1631
1632
1633 2003/05/08: Abelardo Moralejo
1634
1635 * mimage/MImgCleanStd.cc
1636 - extended comment on standard cleaning. Removed an obsolete
1637 comment.
1638
1639 * mhistmc/MHMcCollectionAreaCalc.cc
1640 - Changed binning of histograms, so that the collection area
1641 can be calculated also between 5 and 10 GeV (for pulsar studies)
1642
1643
1644
1645 2003/05/07: Nadia Tonello
1646
1647 * manalysis/MCT1PointingCorrCalc.[h,cc]
1648 - deleted the fMcEvt variable (not used).
1649
1650
1651 2003/05/07: Thomas Bretz
1652
1653 * mmain/Makefile, mmain/MainLinkDef.h:
1654 - added MSearch
1655
1656 * mmain/MSearch.[h,cc]:
1657 - added
1658
1659 * mmmain/MStatusDisplay.[h,cc]:
1660 - implemented Search
1661
1662 * mhist/MHSigmaTheta.cc:
1663 - removed borders around the pads (Draw)
1664
1665 * mfileio/MCT1ReadPreProc.cc:
1666 - do not output the run number twice!
1667
1668 * mimage/MHillasExt.[h,cc]:
1669 - changed ClassDef to 2
1670 - updated comments
1671
1672 * mimage/MNewImagePar.cc:
1673 - updated comments
1674
1675
1676
1677 2003/05/07: Abelardo Moralejo
1678
1679 * mranforest/Makefile
1680 - fixed typo.
1681
1682
1683
1684 2003/05/06: Abelardo Moralejo
1685
1686 * mhistmc/MHMcCollectionArea.cc
1687 - Added: delete &pally
1688
1689 * mfilter/MFCT1SelFinal.cc
1690 - changed FindObject("MGeomCam") to
1691 FindCreateObj("MGeomCamCT1","MGeomCam")
1692
1693 * mhistmc/MHMcCollectionArea.cc
1694 - in procedure Calc(TH2D &hsel, TH2D &hall) : changed the
1695 calculation of maximum impact parameter. Now it looks for
1696 the non-empty bin of histogram "hall" with highest impact
1697 parameter. The code could not work as it was before, but this
1698 had influence only when running over camera files containing all
1699 events, including non-triggers (while we usually run over files
1700 containing only triggers).
1701
1702
1703
1704 2003/05/06: Thomas Bretz
1705
1706 * manalysis/MRan*, mhist/MHRan*:
1707 - moved to new directory mranforest
1708
1709 * mranforest, mranforest/Makefile, mranforest/RanForestLinkDef.h,
1710 mranforest/RanForestIncl.h:
1711 - added
1712
1713 * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
1714 - removed MRan*
1715
1716 * mhist/Makefile, mhist/HistLinkDef.h:
1717 - removed MHRan*
1718
1719 * Makefile:
1720 - mranforest added
1721
1722 * mbase/MLog.cc:
1723 - sanity check in MLog::Output (len>0)
1724
1725 * mimage/MImgCleanStd.cc:
1726 - adapted path to html images
1727
1728 * htmldoc/*:
1729 - moved to new path htmldoc/images
1730
1731 * Makefile.rules:
1732 - corrected rule rmhtmldoc
1733
1734 * NEWS:
1735 - updated
1736
1737 * macros/dohtml.C, macros/rootlogon.C:
1738 - added mranforest
1739
1740 * mbase/MEvtLoop.cc:
1741 - fixed a typo
1742
1743 * mhist/HistLinkDef.h
1744
1745
1746
1747 2003/05/05: Nadia Tonello
1748
1749 * mfilter/MFCT1SelStandard.cc
1750 - correct the default name of fImgParName
1751 ("MNewImgPar") => ("MNewImagePar")
1752
1753
1754
1755 2003/05/05: Thomas Bretz
1756
1757 * mbase/MEvtLoop.cc:
1758 - underline Instatiation Message
1759 - small change to a warning output
1760
1761 * mbase/MLog.[h,cc]:
1762 - added stuff for underlining
1763 - changed from TGListBox to TGViewText
1764
1765 * mmain/MStatusDisplay.[h,cc]:
1766 - changed fLogBox from TGListBox to TGViewText
1767 - added menu 'Log'
1768 - changed division of status line to 'Goldener Schnitt'
1769
1770 * mhist/MHHadronness.cc, mhist/MHCerPhotEvt.cc, mhist/MHStarMap.cc,
1771 mimage/MHHillas.cc:
1772 - fixed 'redifinion of default argument'
1773
1774 * mbase/Makefile, mfileio/Makefile:
1775 - moved first source file to second position to get rid of crashes
1776 of rootcint on our Alpha
1777
1778 * mimage/MNewImagePar.cc:
1779 - removed maxpixid (not used)
1780
1781 * manalysis/MRanTree.cc:
1782 - replaced ostream.h by iostream.h
1783
1784 * manalysis/MPadding.h:
1785 - added a missing const qualifier in the definition of 'Padding'
1786
1787 * mmontecarlo/MMcEnergyEst.cc:
1788 - added math.h
1789
1790 * Makefile, mbase/Makefile, mmain/Makefile:
1791 - changed order (linking on our Alpha failed)
1792
1793 * mbase/MLog.h:
1794 - don't include iostream.h if __CINT__ (crashes rootcint on our
1795 alpha)
1796
1797
1798
1799 2003/05/05: Wolfgang Wittek
1800
1801 * manalysis/MPadSChweizer.cc
1802 - delete histograms in destructor
1803
1804
1805
1806 2003/05/02: Thomas Bretz
1807
1808 * Makefile.conf.general, Makefile.conf.linux, Makefile.conf.linux-gnu,
1809 Makefile.conf.osf1, Makefile.conf.osf5.1:
1810 - added MARSDEFINES, MARSFLAGS, MARSLIBS
1811
1812 * mars.cc:
1813 - replaces HAVE_LOGO by HAVE_XPM
1814
1815 * NEWS:
1816 - updated
1817
1818 * mbase/MLogo.cc:
1819 - replaces marslogo_neu by marslogo
1820 - encapsulated in HAVE_XPM
1821
1822 * mbase/Makefile:
1823 - added MLogo.cc
1824
1825 * mmain/MGMenu.cc:
1826 - fixed the 'KeyAutoRepeat' bug
1827
1828 * manalysis/MCerPhotEvt.[h,cc:
1829 - added RemoveUnusedPixels
1830
1831 * manalysis/MSigmabar.cc:
1832 - small simplification for compiler optimization
1833
1834 * mbase/MEvtLoop.cc:
1835 - changed output to fDisplay
1836 - changed behaviour in case of a failed PostProcess
1837
1838 * mbase/MLog.[h,cc]:
1839 - added flushing and tab conversion to GUI
1840 - added color support
1841
1842 * mbase/MParList.cc:
1843 - replaced some *Iter by MIter
1844
1845 * mbase/MTask.cc, mbase/MTaskList.cc:
1846 - added output to fDisplay
1847 - replaced some *Iter by MIter
1848
1849 * mhist/MH.cc:
1850 - don't add clones to directory
1851
1852 * mimage/MImgCleanStd.[h,cc]:
1853 - replaced divisiond by multiplications
1854 - fixed StreamePrimitive
1855 - do not allow 0 rings
1856
1857 * mmain/MStatusDisplay.[h,cc]:
1858 - added writing gif
1859 - added writing C
1860 - changes SaveAs to non-const (added output to status lines)
1861 - replaced TGLabels by TGStatusBar
1862
1863
1864
1865 2003/04/30: Wolfgang Wittek
1866
1867 * manalysis/MPadSchweizer.[h,cc]
1868 - reorder histograms
1869
1870 * mhist/MHSigmaTheta.[h,cc]
1871 - remove last 3 plots (otherwise get segmentation violation ???)
1872
1873 * mimage/MHNewImagePar.[h,cc]
1874 - change range of leakage to be plotted
1875 (want to see also leakage=0)
1876
1877
1878
1879 2003/04/30: Nadia Tonello
1880
1881 * manalysis/MCerPhotPix.[h,cc]:
1882 - deleted Bool_t fIsUsed and substituted with
1883 the condition: fRing>0 in the functions
1884 Bool_t IsPixelUsed() const{return fRing>0;}
1885 void SetPixelUsed() { fRing = 1;}
1886 void SetPixelUnused(){ fRing = 0;}
1887
1888
1889
1890 2003/04/29: Wolfgang Wittek
1891
1892 * mhist/MHSigmaTheta.[h,cc]:
1893 - ClassDef( ,0) -> ClassDef( , 1)
1894 - minor corrections in Draw()
1895
1896
1897
1898 2003/04/29: Thomas Bretz
1899
1900 * mfilter/MFCT1SelBasic.[h,cc], mfilter/MFCT1SelFinal.[h,cc],
1901 mfilter/MFCT1SelStandard.[h,cc]:
1902 - reordered includes
1903 - removed MHillas from constructor (if present)
1904 - added corresponding Setter-methods
1905 - added many const qualifiers
1906 - removed some obsolete data members
1907 - made some member functions private
1908 - only store fMm2Deg, not the pointer to MGeomCam
1909 - don't use the CT1 camera build in... (to be discussed)
1910 - fixed MHillas, MHillasExt and MNewImagePar stuff
1911
1912 * mimage/MImgCleanStd.[h,cc]:
1913 - added Nadia to the list of authors
1914 - added pngs for the formulars
1915
1916 * htmldoc, htmldoc/MImgCleanStd-f1.png, htmldoc/MImgCleanStd-f2.png:
1917 - added
1918
1919 * manalysis/MCT1SupercutsCalc.[h,cc]:
1920 - changed the default "MHillasExt" to "MHillas"
1921
1922 * mbase/MEvtLoop.cc:
1923 - fixed a bug in ProcessGuiEvents
1924
1925 * mhist/MH*.[h,cc], mhistmc/MH*.[h,cc], mimage/MH*.[h,cc]:
1926 - changed "Double_t w" in Fill to "const Stat_t w"
1927 - added weight in some classes to TH::Fill
1928
1929 * mbase/MHtml.[h,cc]:
1930 - removed
1931
1932 * mfileio/MCT1ReadPreProc.cc:
1933 - removed the dependance on a MBinning in Theta.
1934
1935
1936
1937 2003/04/29: Abelardo Moralejo
1938
1939 * mmontecarlo/MMcCollectionareaCalc.[h,cc]
1940 - Now the energy limits and spectral slope used in Corsika are
1941 read from the run header. Warning: impact parameter is still
1942 fixed (I changed it from 400 m to 300 m, our present MC
1943 production default). Added warning message about this.
1944 Collection areas calculated up to now with the new MC library
1945 are overestimated by a ~77% ! This class will be removed in
1946 the future and replaced by MFillH.
1947
1948 * mhistmc/MHMcCollectionArea.[h,cc]
1949 - Adapted to the change of MMcCollectionAreaCalc. Added arguments
1950 to CalcEfficiency.
1951
1952
1953
1954 2003/04/28: Nadia Tonello
1955
1956 * mimage/MImgCleanStd.[h,cc]
1957 - added the option kDemocratic using sigmabar of the inner pixels
1958 - added the option to select the number of rings of pixels
1959 to analyze around the core pixels
1960 - added documentation
1961
1962 * manalysis/MCerPhotPix.[h,cc]
1963 - added fRing and Get-Set functions
1964
1965
1966
1967 2003/04/28: Oscar Blanch
1968
1969 * mgeom/MGeomCamECO1000.[h,cc]
1970 - New files for ECO 1000 camera geometry.
1971
1972 * mgeom/GeomLinkDef.h
1973 - Added class MGeomCamECO1000
1974
1975 * mgeom/Makefile
1976 - Added class MGeomCamECO1000
1977
1978
1979
1980 2003/04/28: Abelardo Moralejo
1981
1982 * mmontecarlo/MMcEnergyEst.[h,cc]
1983 - Lots of fixes after Thomas suggestions. Now cuts are not part
1984 of the class, but introduced via a new MFilter* member. Changed
1985 all Char_t* for TString. Changed own TMiniut pointer by gMinuit.
1986 Removed couts and used fLog instead. Function fcn is no longer
1987 declared external.
1988
1989
1990
1991 2003/04/28: Thomas Bretz
1992
1993 * NEWS:
1994 - updated
1995
1996 * manalysis/MBlindPixelCalc.cc:
1997 - use Are of pixles while interpolating
1998
1999 * mbase/MEvtLoop.cc:
2000 - output speed in Evts/s to fDisplay
2001
2002 * mbase/MGGroupFrame.h:
2003 - fixed a typo
2004
2005 * mbase/MTask.[h,cc]:
2006 - Added OverwritesProcess
2007
2008 * mbase/MTaskList.[h,cc]:
2009 - removed CheckClassForProcess
2010 - replaced by MTask::OverwritesProcess
2011
2012 * mhist/MFillH.cc:
2013 - only draw something if the class overwrites the Draw function
2014
2015 * mhist/MH.[h,cc]:
2016 - added OverwritesDraw
2017 - added a higher maximum, lower minimum to Draw(TH1, TH1)
2018 - changed default size
2019
2020 * mhist/MHMatrix.cc:
2021 - mini change
2022
2023 * mimage/MHHillas.[h,cc]:
2024 - removed fUsedPix
2025 - removed fCorePix
2026
2027 * mimage/MHHillasExt.[h,cc]:
2028 - removed fHConc
2029 - removed fHConc1
2030 - changed default name to MHillasExt
2031
2032 * mimage/MHNewImagePar.[h,cc]:
2033 - added fHistConc
2034 - added fHistConc1
2035 - added fHistUsedPix
2036 - added fHistCorePix
2037
2038 * mimage/MHillas.cc:
2039 - removed fNumCorePixels
2040 - removed fNumUsedPixels
2041 - made fCosDelta writable
2042 - made fSinDelta writable
2043 - made GetSinDelta() public
2044 - made GetCosDelta() public
2045
2046 * mimage/MHillasExt.[h,cc]:
2047 - removed fConc
2048 - removed fConc1
2049 - changed default name to MHillasExt
2050 - derives from MParContainer now instead of MHillas
2051
2052 * mimage/MNewImagePar.[h,cc]:
2053 - added fNumCorePixels
2054 - added fNumUsedPixels
2055 - added fConc
2056 - added fConc1
2057
2058 * mimage/MNewImageParCalc.[h,cc]:
2059 - removed
2060
2061 * mimage/MHillasCalc.[h,cc]:
2062 - changed so, that it can calc MHillas, MHillasExt and MNewImagePar
2063
2064 * mimage/MHillasSrc.cc:
2065 - sqrt(tand*tand+1) replaced by 1/CosDelta
2066
2067 * mmain/MStatusDisplay.[h,cc]:
2068 - added second argument to SetLogStream
2069
2070 * mhist/MHAlphaEnergyTheta.[h,cc], mhist/MHAlphaEnergyTime.[h,cc],
2071 mhist/MHCerPhotEvt.[h,cc], mhist/MHEffOnTime.[h,cc],
2072 mhist/MHEffOnTimeTheta.[h,cc], mhist/MHEffOnTimeTime.[h,cc],
2073 mhist/MHEnergyTheta.[h,cc], mhist/MHEnergyTime.[h,cc],
2074 mhist/MHFlux.[h,cc], mhist/MHMatrix.[h,cc],
2075 mhist/MHSigmaTheta.[h,cc], mhistmc/MHMcCollectionArea.[h,cc],
2076 mhistmc/MHMcDifRate.[h,cc], mhistmc/MHMcEfficiency.[h,cc],
2077 mhistmc/MHMcEfficiencyEnergy.[h,cc], mhistmc/MHMcEfficiencyImpact.[h,cc],
2078 mhistmc/MHMcEnergy.[h,cc], mhistmc/MHMcEnergyImpact.[h,cc],
2079 mhistmc/MHMcEnergyMigration.[h,cc], mhistmc/MHMcRate.[h,cc]:
2080 - removed DrawClone
2081 - fixed Draw
2082
2083 * macros/MagicHillas.C, macros/star.C:
2084 - removed MHillasExt (not necessary anymore)
2085 - added MNewImagePar
2086
2087 * macros/readCT1.C, macros/readMagic.C, meventdisp/MGCamDisplay.cc,
2088 mmain/MAnalysis.cc:
2089 - added MHillasExt to be displayed
2090 - added MNewImagePar to be displayed
2091
2092 * manalysis/MCT1SupercutsCalc.[h,cc]:
2093 - removed empty destructor
2094 - fixed output in PreProcess
2095 - changed MHillasExt to MHillas
2096
2097
2098
2099
2100
2101 2003/04/28: Wolfgang Wittek
2102
2103 * manalysis/MPadSchweizer.[h,cc]
2104 - extend documentation
2105 - remove histograms which are also made by MHSigmaTheta
2106 - minor modifications
2107
2108
2109
2110 2003/04/25: Thomas Bretz
2111
2112 * mfilter/MFEnergySlope.cc:
2113 - removed obsolete PostProcess
2114
2115 * mdatacheck/MGDisplayAdc.cc:
2116 - fixed a bug which caused nothing to beeing displayed if only
2117 the Hi gains where existing (Exists->HasHi)
2118
2119 * mhist/MH.cc:
2120 - small change to GetNewPad
2121
2122 * mhistmc/MHMcEnergyMigration.h:
2123 - fixed the includes
2124
2125 * mgui/MCamDisplay.cc:
2126 - changed autoscaling (max<1:max=1 --> max==min:max=min+1)
2127
2128 * manalysis/MBlindPixelCalc.cc:
2129 - interpolate: take pixel area into account
2130
2131 * mhist/MHSigmaTheta.h:
2132 - removed nonsense GetSigmaThetaByName(const TString name)
2133 - removed nonsense GetSigmaPixThetaByName(const TString name)
2134 - removed nonsense GetDiffPixThetaByName(const TString name)
2135
2136 * manalysis/MPadSchweizer.cc:
2137 - fixed naming
2138 - fixed usage of operators
2139 - added some const qualifiers
2140 - replaced 'int OK' by 'Bool_t ok'
2141 - fixed wrong usage floating point value 0
2142
2143 * mimage/MImgCleanStd.cc:
2144 - moved ratio to the other side of the condition (don't divide
2145 if it is not necessary)
2146
2147
2148
2149 2003/04/24: Abelardo Moralejo
2150
2151 * macros/rootlogon.C
2152 - added gInterpreter->AddIncludePath(dir+"mhistmc");
2153
2154
2155
2156 2003/04/24: Thomas Bretz
2157
2158 * macros/rootlogon.C:
2159 - added mimage
2160
2161 * macros/dohtml.C:
2162 - added mhistmc
2163 - added mimage
2164 - added status.C
2165
2166 * mfilter/MFCT1Supercuts.[h,cc]:
2167 - removed
2168
2169 * manalysis/MPadSchweizer.[h,cc]:
2170 - renamed arguments of SetHistograms to Mars style
2171 - removed default argument for SetHistograms (usage would result
2172 in a crash)
2173 - removed empty destructor
2174
2175 * mhistmc/MHMcTriggerLvl2.h:
2176 - removed the wrong f in GetHistf
2177
2178 * manalysis/MSigmabarParam.h:
2179 - added const qualifiers to getters
2180
2181 * mfileio/MWriteRootFile.[h,cc]:
2182 - fixed support for UPDATE
2183
2184 * mfilter/MFEnergySlope.cc:
2185 - cleaned
2186 - removed empty PostProcess
2187
2188 * mhist/MHCerPhotEvt.cc:
2189 - removed ratio from Fill
2190
2191 * mhist/MH.h:
2192 - fixed a bug in the overloading of DrawClone
2193
2194 * mimage/MHillasSrc.[h,cc], mimage/MHHillasSrc.[h,cc]:
2195 - like suggested by Wolfgang: removed Head-Tail
2196
2197 * mbase/MEvtLoop.cc:
2198 - fixed a bug in the progress bar update at the end of the loop
2199
2200
2201
2202 2003/04/24: Wolfgang Wittek
2203
2204 * mfilter/MFCT1SelFinal.cc
2205 - small correction in output
2206
2207 * mhistmc/MHMcCT1CollectionArea.cc
2208 - plot all 3 histograms in DrawClone()
2209
2210 * manalysis/MPadSchweizer.[h,cc]
2211 - cleanup as proposed by Thomas
2212 - new member function SetHistograms() to set the pointers to the
2213 histograms to be used in the padding
2214
2215
2216
2217 2003/04/24: Antonio Stamerra
2218
2219 * mhistmc/MHMcTriggerLvl2.[h,cc]
2220 - renamed some variable (hf->fHist)
2221 - added fHist*Norm and fFNorm in the destructor
2222
2223 * manalysis/MMcTriggerLvl2.[h,cc]
2224 - added CalcCompactPixel() public method
2225 - implemented CalcPseudoSize method (still under construction...)
2226 - added inline method SetNewCamera(), used in the costructor
2227 - renamed global variables pixels_in_cell->gsPixelsInCell
2228 and pixels_in_lut->gsPixelsInLut
2229 - added destructor
2230
2231
2232
2233 2003/04/23: Thomas Bretz
2234
2235 * mhist/MHCerPhotEvt.[h,cc]:
2236 - updated dox
2237
2238 * manalysis/MCT1SupercutsCalc.h, manalysis/MPadSchweizer.h:
2239 - ClassDef -> 0
2240
2241 * NEWS:
2242 - updated
2243
2244 * mfileio/MWriteRootFile.[hcc]:
2245 - fixed the missing function of UPDATE files
2246
2247 * mhist/MFillH.[h,cc]:
2248 - implemented fWeight
2249 - adapted StreamPrimitive
2250 - changed fCanvas to //!
2251 - changed class version umber from 1 to 2
2252
2253 * mhist/MH.[h,cc], mhist/MHAlphaEnergyTheta.[h,cc],
2254 mhist/MHAlphaEnergyTime.[h,cc], mhist/MHArray.[h,cc],
2255 mhist/MHBlindPixels.[h,cc], mhist/MHCompProb.[h,cc],
2256 mhist/MHEffOnTime.[h,cc], mhist/MHEffOnTimeTheta.[h,cc],
2257 mhist/MHEffOnTimeTime.[h,cc], mhist/MHEnergyTheta.[h,cc],
2258 mhist/MHFadcCam.[h,cc], mhist/MHFlux.[h,cc],
2259 mhist/MHGamma.[h,cc], mhist/MHHadronness.[h,cc],
2260 mhist/MHMatrix.[h,cc], mhist/MHRanForest.[h,cc],
2261 mhist/MHRanForestGini.[h,cc], mhist/MHSigmaPixel.[h,cc],
2262 mhist/MHSigmaTheta.[h,cc], mhist/MHSigmabarTheta.[h,cc],
2263 mhist/MHStarMap.[h,cc], mhist/MHThetabarTheta.[h,cc],
2264 mhist/MHThetabarTime.[h,cc], mhist/MHTimeDiffTheta.[h,cc],
2265 mhist/MHTimeDiffTime.[h,cc], mhistmc/MHMcCT1CollectionArea.[h,cc],
2266 mhistmc/MHMcEnergyImpact.[h,cc], mhistmc/MHMcEnergyMigration.[h,cc]
2267 mhistmc/MHMcTriggerLvl2.[h,cc], mimage/MHHillas.[h,cc],
2268 mimage/MHHillasExt.[h,cc], mimage/MHHillasSrc.[h,cc],
2269 mimage/MHNewImagePar.[h,cc]:
2270 - added second (weight) argument to Fill
2271 - in some headers: removed obvious virtual
2272 - removed some dummy Fill function (not necessary anymore)
2273
2274
2275
2276 2003/04/23: Abelardo Moralejo
2277
2278 * mhistmc/MHMcCT1CollectionArea.[h,cc]
2279 - Now the class inherits from MH instead of directly from
2280 MParContainer. Implemented SetupFill, so that the binning
2281 definitions are read from the parlist.
2282
2283 * mmontecarlo/MMcCT1CollectionAreaCalc.[h,cc]
2284 - Removed. This class was superfluous, since the same job
2285 can be done using MFillH.
2286
2287 * mmontecarlo/Makefile, MontecarloLinkDef.h
2288 - removed class MMcCT1CollectionAreaCalc.
2289
2290 * macros/CT1collarea.C
2291 - adapted to changes above.
2292
2293 * mmc/MMcRunHeader.[hxx,cxx], mmc/MMCEvt.[hxx,cxx]
2294 - added comment in class description about the definition of
2295 the azimuth angle phi in the MC classes.
2296
2297
2298 2003/04/23: Antonio Stamerra
2299
2300 * mfilter/MFEnergySlope.[h,cc]
2301 - added new filter class to select events according to a given
2302 energy slope
2303
2304 * mfilter/Makefile, mfilter/FilterLinkDef.h
2305 - modified accordingly (added MFEnergySlope)
2306
2307 * manalysis/MMcTriggerLvl2Calc.cc
2308 - removed call to the MHMcTriggerLvl2->Fill() in Process()
2309
2310 * macros/triglvl2.C
2311 - added example of the MFEnergySlope filter
2312 - added filling of histos from MHMcTriggerLvl2
2313
2314
2315 2003/04/22: Abelardo Moralejo
2316
2317 * mmontecarlo/Makefile, MontecarloLinkDef.h
2318 - added MMcEnergyEst
2319 - added necessary include directories.
2320
2321 * mmontecarlo/MMcEnergyEst.cc
2322 - added filterhadrons.SetHadronnessName(fHadronnessName) to
2323 inform the filter about the name of the hadronness container
2324 to be used in the cuts.
2325
2326 * mfilter/MFCT1SelFinal.[h,cc]
2327 - added the possibility to cut also in Dist.
2328
2329
2330
2331 2003/04/22: Thomas Bretz
2332
2333 * mhist/MHHadronness.[h,cc]:
2334 - changed to support MStatusDisplay
2335
2336 * manalysis/MApplyPadding.[h,cc]:
2337 - removed
2338
2339 * mhist/MHMcCT1CollectionArea.[h,cc],
2340 mhist/MHMcCollectionArea.[h,cc], mhist/MHMcDifRate.[h,cc],
2341 mhist/MHMcEfficiency.[h,cc], mhist/MHMcEfficiencyEnergy.[h,cc],
2342 mhist/MHMcEnergy.[h,cc], mhist/MHMcEnergyImpact.[h,cc],
2343 mhist/MHMcEnergyMigration.[h,cc], mhist/MHMcIntRate.[h,cc],
2344 mhist/MHMcRate.[h,cc], mhist/MHMcTriggerLvl2.[h,cc]:
2345 - moved to new directory mhistmc
2346
2347 * mhistmc, mhistmc/Makefile, mhistmc/HistMcLinkDef.h:
2348 - new
2349
2350 * mhist/Makefile, mhist/HistLinkDef.h:
2351 - removed MHMc*
2352
2353 * mhistmc/MHMcCollectionArea.[h,cc]:
2354 - changed to fit requirements of MStatusDisplay
2355
2356 * Makefile:
2357 - added mhistmc
2358
2359 * mmain/MStatusDisplay.cc:
2360 - SetNoContextMenu(Bool_t flag) removed default argument
2361
2362 * mmain/Makefile:
2363 - added -I../mhistmc
2364
2365 * mhist/MWeight.[h,cc]:
2366 - added
2367
2368 * mhist/HistLinkDef.h:
2369 - added MWeight
2370
2371 * mhist/MH.h:
2372 - removed some debugging stuff
2373
2374
2375
2376 2003/04/22: Abelardo Moralejo
2377
2378 * mmontecarlo/MMcEnergyMigration.[h,cc]
2379 - Removed. It was not necessary, since the same job can be done
2380 with the already existing task MFillH.
2381
2382 * mhist/MHMcEnergyMigration.h
2383 - Changed ClassDef(MHMcEnergyMigration, 0)
2384 to ClassDef(MHMcEnergyMigration, 1) to allow writing the
2385 histograms to disk.
2386
2387
2388
2389 2003/04/21: Thomas Bretz
2390
2391 * manalysis/MBlindPixels.h:
2392 - IsBlind -> const
2393
2394 * mhist/HistLinkDef.h, mhist/Makefile:
2395 - added MHBlindPixels
2396
2397 * mhist/MH.[h,cc]:
2398 - changed the two DrawClone functions to one.
2399
2400 * mhist/MHHadronness.[h,cc]:
2401 - changed to fit the requirements of MStatusDisplay
2402
2403 * mhist/MHMatrix.cc:
2404 - SetDirectory(NULL) for all histograms created
2405
2406 * mhist/MHSigmaTheta.cc:
2407 - removed fNpix (is already in MHHillas)
2408 - removed fBlindId (--> MHBlindPixels)
2409
2410 * mhist/MHBlindPixels.[h,cc]:
2411 - new
2412
2413 * macros/plot.C:
2414 - Added MStatusDisplay support
2415
2416 * macros/status.C:
2417 - added MHNewImagePar
2418 - added MHHadronness
2419
2420 * manalysis/MBlindPixelCalc.cc:
2421 - updated class reference
2422
2423 * meventdisp/MGCamDisplay.[h,cc]:
2424 - fixed
2425
2426 * meventdisp/MGEvtDisplay.cc:
2427 - changed function adding the tab
2428
2429 * mgui/MCamDisplay.cc, mhist/MHCerPhotEvt.cc:
2430 - as a preliminary solution removed inner pad
2431
2432 * mhist/MFillH.cc:
2433 - make sure canvas is updated correctly in PostProcess
2434
2435 * mhist/MH.cc:
2436 - changed DrawCopy(TH1, TH1) and Draw(TH1, TH1) to fit the new needs
2437 display the range correctly and exchanged the two stat boxes
2438
2439 * mhist/MH3.cc:
2440 - fixed a bug in the default constructor
2441 - removed DrawClone
2442 - updated Draw function
2443
2444 * mhist/MHMcIntRate.[h,cc], mhist/MHRanForest.[h,cc],
2445 mhist/MHRanForestGini.[h,cc], mhist/MHSigmaPixel.[h,cc],
2446 mhist/MHSigmaTheta.[h,cc], mhist/MHSigmabarTheta.[h,cc],
2447 mhist/MHThetabarTheta.[h,cc], mhist/MHThetabarTime.[h,cc],
2448 mhist/MHTimeDiffTheta.[h,cc], mhist/MHTimeDiffTime.[h,cc],
2449 mimage/MHNewImagePar.[h,cc]:
2450 - removed old DrawClone
2451 - updated Draw function
2452 - replaced some titles by latex titles in some classes
2453
2454 * mimage/MHNewImagePar.[h,cc], mimage/MNewImagePar.[h,cc]:
2455 - removed scaling stuff
2456
2457 * mmain/MStatusDisplay.cc:
2458 - fixed some minor bugs
2459
2460
2461
2462 2003/04/20: Thomas Bretz
2463
2464 * Makefile:
2465 - exchanged mbase and mmain
2466
2467 * Makefile.conf.general:
2468 - added MARSVER
2469
2470 * mars.cc:
2471 - use MARSVER
2472
2473 * macros/readMagic.C:
2474 - updated to work with the new MH-stuff
2475
2476 * macros/status.C:
2477 - added
2478
2479 * manalysis/MBlindPixelCalc.cc, manalysis/MCerPhotCalc.cc,
2480 manalysis/MMcPedestalCopy.ccm, manalysis/MMcPedestalNSBAdd.cc,
2481 mfileio/MReadMarsFile.cc, mimage/MHillasCalc.cc,
2482 mimage/MImgCleanStd.cc:
2483 - changed def. title
2484
2485 * manalysis/MCT1PointingCorrCalc.h:
2486 - minor change
2487
2488 * manalysis/MCerPhotEvt.[h,cc]:
2489 - don't use unused pixels for calculation of min/max
2490 - added Scale member function
2491
2492 * manalysis/MCerPhotPix.h:
2493 - added Scale inline function
2494
2495 * mbase/MEvtLoop.[h,cc], mbase/MParContainer.[h,cc],
2496 mbase/MParList.[h,cc], mbase/MTaskList.[h,cc],
2497 mfileio/MReadMarsFile.cc, mhist/MFillH.[h,cc]:
2498 - implemented use of fDisplay
2499
2500 * mbase/MParContainer.h:
2501 - Don't display name and class name if it is the same (GetDescriptor)
2502
2503 * meventdisp/MGCamDisplay.[h,cc]:
2504 - made working with new MH-stuff
2505
2506 * mfileio/Makefile:
2507 - added -I../mmain
2508
2509 * mgeom/MGeomCam.[h,cc]:
2510 - added Clone function
2511
2512 * mgeom/MGeomCamCT1.cc, mgeom/MGeomCamMagic.cc:
2513 - commented out informal output at constructor
2514
2515 * mgui/MCamDisplay.[h,cc], mhist/MHStarMap.[h,cc],
2516 mimage/MHH*.[h,cc]:
2517 - changed to be more root oriented
2518
2519 * mgui/MHexagon.cc:
2520 - small changes
2521
2522 * mgui/Makefile:
2523 - added mhist
2524
2525 * mhist/MH.[h,cc]:
2526 - changed to be more root oriented
2527 - removed border
2528 - added DrawClone
2529 - GetNewPad
2530
2531 * mhist/MH3.cc:
2532 - removed some strange debug output
2533
2534 * mhist/MHCerPhotEvt.[h,cc]:
2535 - fixed some bug
2536 - made working with fDisplay
2537
2538 * mhist/Makefile:
2539 - added mmain
2540
2541 * mmain/MProgressBar.cc:
2542 - fixed a typo
2543
2544 * mmain/MStatusDisplay.[h,cc]:
2545 - new implementation
2546
2547 * mmain/MainLinkDef.h, mmain/Makefile:
2548 - added MStatusDisplay
2549 - added MGMenu
2550
2551 * mmain/MGMenu.[h,cc]:
2552 - added
2553
2554
2555
2556 2003/04/19: Abelardo Moralejo
2557
2558 * mmontecarlo/MMcEnergyEst.[h,cc]
2559 - Added. Contains routine for optimization of parameters of
2560 energy estimator.
2561
2562 * mmontecarlo/MMcEnergyMigration.[h,cc]
2563 - Added. Task to fill the energy migration matrix histograms
2564 contained in class MHMcEnergyMigration.
2565
2566
2567
2568 2003/04/17: Wolfgang Wittek
2569
2570 * mhist/MBinning.[h,cc]
2571 - replace for (int i=1; i<fEdges.GetSize()-1; i++)
2572 by for (int i=1; i<fEdges.GetSize(); i++)
2573
2574
2575
2576 2003/04/17: Wolfgang Wittek
2577
2578 * mfileio/MCT1ReadPreProc.cc
2579 - removed : if (theta > pi/2) continue;
2580 otherwise get inconsistency between no.of read events
2581 and no.of events after filter
2582 - write into MCerPhotEvt also pixels with zero no. of photons
2583
2584 * manalysis/MSigmabar.cc
2585 - correct wrong argument in call to memset
2586
2587 * manalysis/MPadSchweizer.cc
2588 - pad also pixels with zero no.of photons
2589
2590 * mhist/MHSigmaTheta.[h,cc]
2591 - add plot of no.of used pixels in MCerPhotEvt
2592 - add plot of Id of blind pixel
2593
2594
2595
2596 2003/04/14: Wolfgang Wittek
2597
2598 * manalysis/Makefile
2599 AnalysisLinkDef.h
2600 - MNewImagePar and MNewImageParCalc removed
2601
2602
2603
2604
2605 2003/04/12: Thomas Bretz
2606
2607 * mmain/MStatusDisplay.[h,cc]:
2608 - added
2609
2610 * manalysis/MPadding.[h,cc]:
2611 - simplified includes
2612 - changed some code (discussed with Robert)
2613 - fixed comments in header
2614 - changed ClassDef to 0
2615 - changed output to Mars style
2616 - fixed the memory leak of fHSigmabarMax
2617 - replaced TRandom by gRandom
2618 - removed usage of ->operator
2619
2620 * manalysis/MApplyPadding.[h,cc]:
2621 - replaced fRnd by gRandom
2622 - used MH::SetBinning
2623 - use telescope theta instead of theta
2624 - removed usage of ->operator
2625 - removed PostProcess
2626
2627 * manalysis/MPadSchweizer.cc:
2628 - fixed outputs in PreProcess
2629
2630 * manalysis/MSigmabar.[h,cc]:
2631 - added Reset member function
2632 - usage of memset
2633 - don't skip NumPhotons==0
2634 - changes discussed with Robert
2635 - small simplifications in loops
2636 - some fixes to the output
2637
2638 * manalysis/MSigmabarCalc.[h,cc]:
2639 - fixed outputs
2640 - some small simplifications
2641 - moved test for theta<120deg to MCT1ReadPreProc
2642
2643 * mfileio/MCT1ReadPreProc.[h,cc]:
2644 - skip events with theta>90deg
2645
2646 * mhist/MHSigmaPixel.[h,cc]:
2647 - fixes to the screen output
2648 - simplified usage of MBinning
2649
2650 * mhist/MHSigmaTheta.[h,cc]:
2651 - fixes to the screen output
2652 - simplified usage of MBinning
2653 - lower cased upper case local variables
2654 - removed DrawClone from Finalize (call from macro or executable)
2655
2656 * mhist/MHSigmabarTheta.[h,cc]:
2657 - fixes to the screen output
2658
2659 * mhist/MHStarMap.cc:
2660 - added some const qualifiers
2661
2662 * mhist/MHHadronnes.cc:
2663 - removed output of function name in Finalize because this
2664 information is already available on the screen.
2665
2666 * manalysis/MCT1PointingCorrCalc.h:
2667 - changed ClassDef to 0
2668 - removed empty PostProcess
2669 - fixes to the screen output in PreProcess
2670 - changed the order of the arguments in the constructor
2671 (name, title to the end)
2672
2673 * manalysis/MMultiDimDistCalc.cc:
2674 - added two const qualifiers
2675
2676 * mtemp/MObservatory.cc:
2677 - changed Magic1 coordinates to CT1 GPS.
2678
2679
2680
2681 2003/04/12: Wolfgang Wittek
2682
2683 * manalysis/MCT1PointingCorrCalc.[h,cc]
2684 - replaces MPointingCorr.[h,cc]
2685
2686 * manalysis/AnalysisLinkDef.h
2687 Makefile
2688
2689 * mbase/MFilter.h
2690 - set ClassDef(MFilter,1)
2691
2692 * mhist/MHHadronness.[h,cc]
2693 - improve warning printout
2694
2695 * mhist/MHMatrix.[h,cc]
2696 - type of 3rd argument of member function Fill
2697 changed from 'MF' to 'MFilter'
2698
2699
2700
2701 2003/04/11: Thomas Bretz
2702
2703 * macros/readMagic.C:
2704 - replaced GetEventNum by GetNumEntry
2705
2706 * manalysis/MCT1SupercutsCalc.cc:
2707 - fixed constructor (no default for fHadronnessName)
2708 - missing fHadronness->SetReadyToSave added
2709
2710 * manalysis/MMultiDimDistCalc.cc:
2711 - missing fHadronness->SetReadyToSave added
2712
2713 * manalysis/MParameters.cc:
2714 - changed title
2715
2716 * mfilter/MFCT1SelFinal.h:
2717 - set ClassDef to 0
2718
2719 * mimage/Makefile:
2720 - fixed a typo
2721
2722 * mraw/MRawEvtData.cc:
2723 - fixed Pixel assignment (i->ipos, fPosInArray++)
2724
2725
2726
2727 2003/04/10: Thomas Bretz
2728
2729 * mbase/MContinue.[h,cc]:
2730 - changed, so that also a filter given as a pointer is added to
2731 the tasklist automatically
2732 - added SetInverted
2733 - added IsInverted
2734
2735 * mbase/MTaskList.[h,cc]:
2736 - added RemoveFromList-function
2737
2738 * merpp.cc:
2739 - fixed typo
2740
2741 * mbase/MFilter.[h,cc]:
2742 - removed unnecessary base functions for Pre//PostProcess
2743 - added SetInverted
2744 - added IsInverted
2745
2746 * mbase/MTask.cc, mfileio/MCT1ReadPreProc.cc, mfileio/MReadTree.cc,
2747 mfilter/MF.cc, mfilter/MFilterList.cc
2748 - implemented IsConditionalTrue to support inverted filters
2749
2750 * mhist/MHHadronness.cc:
2751 - removed unnecessary check
2752
2753 * meventdisp/MGFadcDisp.cc:
2754 - remove all IDs in listbox
2755 - add entries sorted
2756
2757 * manalysis/MImgCleanStd.[h,cc], manalysis/MCameraSmooth.[h,cc],
2758 manalysis/MHillas.[h,cc], manalysis/MHillasSrc.[h,cc],
2759 manalysis/MHillasSrc.[h,cc], manalysis/MHillasCalc.[h,cc],
2760 manalysis/MNewImagePar.[h,cc], manalysis/MNewImageParCalc.[h,cc],
2761 mhist/MHHillas.[h,cc], mhist/MHHillasSrc.[h,cc],
2762 mhist/MHHillasExt.[h,cc], mhist/MHNewImagePar.[h,cc]:
2763 - moved to new directory mimage
2764
2765 * mimage/Makefile, mimage/ImageLinkDef.h, mimage/ImageIncl.h:
2766 - new
2767
2768 * Makefile:
2769 - added mimage
2770
2771 * manalysis/AnalysisLinkDef.h, manalysis/Makefile
2772 mhist/HistLinkDef.h, mhist/Makefile:
2773 - removed moved files
2774
2775 * manalysis/Makefile, manalysis/AnalysisLinkDef.h,
2776 mhist/Makefile, mhist/AnalysisLinkDef.h, mmain/Makefile,
2777 mfilter/Makefile, meventdisp/Makefile, mgui/Makefile:
2778 - adapted
2779
2780
2781
2782 2003/04/09: Thomas Bretz
2783
2784 * manalysis/MCT1SupercutsCalc.[h,cc]:
2785 - moved last changes from MFCT1Supercuts to MCT1SupercutsCalc
2786
2787 * mhist/MHMcTriggerLvl2.[h,cc]:
2788 - fixed a warning
2789 - removed global variables
2790
2791
2792
2793 2003/04/09: Abelardo Moralejo
2794
2795 * manalysis/MHillasSrc.cc
2796 - changed comment about meaning of fCosDeltaAlpha
2797
2798
2799
2800 2003/04/08: Thomas Hengstebeck
2801
2802 * mhist/MHRanForest.cc, mhist/MHRanForestGini.cc
2803 - removed gStyle->SetOptStat(10), gStyle settings should be
2804 done by the user himself
2805
2806
2807
2808 2003/04/08: Abelardo Moralejo
2809
2810 * manalysis/MImgCleanStd.cc
2811 - Fixed "democratic" cleaning: now tail cut is proportional
2812 to pixel area instead of pixel radius as (erroneously) was
2813 before.
2814
2815 * NEWS
2816 - Changed comment on image cleaning.
2817
2818
2819
2820 2003/04/08: Thomas Bretz
2821
2822 * mhist/MHHadronness.cc:
2823 - no check for sump==0 and sumg==0 in loop necessary anymore
2824
2825 * Changelog, Changelog.02:
2826 - moved everything before 1/2003 to Changelog.02
2827
2828
2829
2830 2003/04/08: Wolfgang Wittek
2831
2832 * mfilter/MFCT1SelFinal.[h,cc]
2833 - add new member function SetHadronnessName()
2834
2835 * mhist/MHHadronness.[h,cc]
2836 - reset to SetOptStat(111100)
2837 - correct acceptance
2838
2839 * manalysis/MMultiDimDistCalc.[h,cc]
2840 - swap arguments in FindCreateObj
2841
2842
2843
2844 2003/04/08: Nicola Galante and Antonio Stamerra
2845
2846 * mhist/MHMcTriggerLvl2.[h,cc]
2847 - New class added (histograms for the MMcTriggerLvl2 class)
2848
2849 * mhist/Makefile
2850 - Added MHMcTrigggerLvl2 in SRCFILES
2851
2852 * manalysis/Makefile
2853 - Reintroduced MMcTriggerLvl2 and MMcTriggerLvl2Calc
2854 (they were removed!!)
2855
2856 * manalysis/MMcTriggerLvl2.h
2857 - 'const' added in inline functions Get****
2858
2859 * manalysis/MMcTriggerLvl2Calc.cc
2860 - added call to Fill method of MHMcTriggerLvl2
2861
2862 * macros/triglvl2.C
2863 - updated to have histograms with MHMcTriggerLvl2
2864
2865 * macros/dohtml.C
2866 - added triglvl2.C
2867
2868 * NEWS
2869 - new comment on L2T selection classes
2870
2871 2003/04/08: Wolfgang Wittek
2872
2873 * mfilter/Makefile
2874 FilterLinkDef.h
2875 - MFCT1Supercuts removed
2876
2877 * manalysis/MMultiDimDistCalc.h
2878 - set ClassDef(MMultiDimDistCalc,1)
2879
2880 * manalysis/MCT1SupercutsCalc.[h,cc]
2881 - new; replaces MFCT1Supercuts in mfilter
2882
2883 * manalysis/Makefile
2884 AnalysisLinkDef.h
2885
2886
2887
2888 2003/04/07: Thomas Bretz
2889
2890 * Makefile:
2891 - changed order
2892
2893 * manalysis/MMultiDimDistCalc.[h,cc]:
2894 - fixed default title
2895 - simplified code
2896 - added fHadronnessName
2897
2898 * manalysis/MRanForestCalc.[h,cc]:
2899 - added fHadronnessName
2900
2901 * mbase/MAGIC.h:
2902 - fixed a bug with rootcint
2903
2904 * meventdisp/MGFadcDisp.cc:
2905 - fixed a variable name
2906
2907 * mhist/MHHadronness.cc:
2908 - removed many old comments
2909 - simplified some code
2910 - uses argument in Fill now
2911
2912 * mmain/MMonteCarlo.cc:
2913 - some code simplification
2914 - fixed a warning
2915
2916 * macros/dohtml.C:
2917 - added testenv.C
2918
2919 * readraw.cc:
2920 - simplified
2921
2922 * mraw/MRawEvtData.cc:
2923 - fixed a bug in the draw function (the drawn pixel has not been the
2924 one with the given Id, but simply the i-th entry in the array)
2925
2926 * mfilter/MFCT1Supercuts.[h,cc]:
2927 - changed naming style of variables
2928 - changes array access
2929
2930 * mhist/MHFadcCam.[h,cc]:
2931 - added HasHi
2932 - added Exists
2933
2934 * mmain/MDataCheck.cc:
2935 - removed unimplemented buttons
2936
2937 * mdatacheck/MGDisplayAdc.[h,cc]:
2938 - tried to implement some unimplemented buttons
2939 - don't display non existing (empty) histograms in list
2940
2941
2942
2943 2003/04/04: Thomas Bretz
2944
2945 * mtools/MagicReversi.[h,cc]:
2946 - added support for Number of Players
2947 - added instructions
2948 - added support for Esc key
2949
2950 * mbase/MAGIC.h:
2951 - added version check to MAGIC.h
2952
2953
2954
2955 2003/04/04: Wolfgang Wittek
2956
2957 * mfilter/Makefile
2958 /FilterLinkDef.h
2959 - added MFCT1SelBasic, MFCT1SelStandard, MFCT1SelFinal,
2960 MFCT1Supercuts
2961
2962 * mfilter/MFCT1SelBasic.[h,cc]
2963 /MFCT1SelStandard.[h,cc]
2964 /MFCT1SelFinal.[h,cc]
2965 - new; they replace manalysis/MSelBasic.[h,cc]
2966 /MSelStandard.[h,cc]
2967 /MSelFinal.[h,cc]
2968
2969 * mfilter/MFCT1Supercuts.[h,cc]
2970 - new (supercuts from Daniel for CT1 Mkn421 2001 data)
2971
2972 * manalysis/MSelBasic.[h,cc]
2973 /MSelStandard.[h,cc]
2974 /MSelFinal.[h,cc]
2975 - deleted
2976
2977 * manalysis/Makefile
2978 AnalysisLinkDef.h
2979 - MSelBasic, MSelStandard, MSelFinal removed
2980
2981 * mfileio/MCT1ReadPreProc.[h,cc]
2982 - smeare theta only for MC events
2983
2984 // The following is not yet commited !!!!!!!!!!!!!
2985 * Mars/Makefile
2986 - in SUBDIRS put mfilter before manalysis
2987 (otherwise get link error)
2988
2989
2990
2991 2003/04/03: Abelardo Moralejo
2992
2993 * mmontecarlo/MMcTriggerRateCalc.cc:
2994 - added #include <math.h> for compilation on alpha (otherwise
2995 floor() is unkown)
2996
2997
2998
2999 2003/04/03: Thomas Bretz
3000
3001 * macros/testenv.C:
3002 - added
3003
3004 * mbase/MEvtLopp.cc, mbase/MParContainer.[h,cc],
3005 mbase/MParList.cc, mbase/MTaskList.cc:
3006 - changed the stuff for reading steering card - didn't really
3007 work like expected
3008
3009 * mhist/MHMatrix.cc, mfileio/MRead.cc, manalysis/MImgCleanStd.cc:
3010 - adapted ReadEnv
3011
3012 * mhist/MHMatrix.[h,cc]:
3013 - added ReadEnv
3014
3015 * mfileio/MCT1ReadPreProc.[h,cc]:
3016 - base SmearTheta on new FindLoEndge
3017 - simplified
3018
3019 * mhist/MBinning.h:
3020 - added FindBinLoEdge
3021 - added FindBinHiEdge
3022
3023 * mdata/MDataArray.[h,cc]:
3024 - added Clear
3025 - added Delete
3026
3027 * mbase/MEvtLoop.cc:
3028 - added output of the name
3029
3030 * mbase/MLog.[h,cc]:
3031 - don't use any pthread stuff if _REENTRANT is not defined
3032
3033 * mfileio/MRead.cc, mhist/MHMatrix.cc:
3034 - fixed waring for unreachable statement
3035
3036 * mhist/MHArray.cc:
3037 - fixed: redifinition of default argument
3038
3039
3040
3041
3042 2003/04/02: Abelardo Moralejo
3043
3044 * mmc/MMcTrigHeader.hxx
3045 - added threshold>0 check in the calculation of
3046 GetMeanThreshold
3047
3048 * mmontecarlo/MMcTriggerRateCalc.cc
3049 - The check of the MC spectral index value is now done by
3050 comparing integers instead of real numbers.
3051 - Found out with GREAT surprise that the graphical output
3052 has been completely commented out by someone(?) because it
3053 produced a memory leak. Also the function comment did not
3054 match the rules (my fault; is it correct now?) This commenting
3055 out has not been logged to this file, as far as I can see. This
3056 is rather unkind, I thought that when somebody finds some bug or
3057 messy code, he should either correct and commit it (and log the
3058 change here) and/or inform the author of the mistake to correct
3059 it. Please try to do so in the future instead of simply
3060 commenting out useful code!
3061
3062 * mdata/MDataValue.h
3063 - added default constructor (otherwise, no constant values
3064 can be used in the parameters used in the random forest
3065 separation)
3066
3067
3068
3069
3070 2003/04/02: Wolfgang Wittek
3071
3072 * mfileio/Makefile
3073 - mhist added, because MBinning is used in MCT1ReadPreproc
3074
3075 * mfileio/MCT1ReadPreProc.[h,cc]
3076 - new member function SmearTheta
3077 - store smeared Theta in MMcEvt::fTelescopeTheta
3078 store original Theta in MParameterD container "ThetaOrig"
3079 store fhourangle in MParameterD container "HourAngle"
3080
3081 * manalysis/MPointingCorr.[h,cc]
3082 - get hour angle from ParameterD container "HourAngle"
3083
3084 * manalysis/MSelBasic.[h,cc]
3085 MSelStandard.[h,cc]
3086 MSelFinal.[h,cc]
3087 - new member functions SetCuts()
3088
3089
3090
3091 2003/04/01: Abelardo Moralejo
3092
3093 * macros/CT1EnergyEst.C
3094 - added argument (maximum dist parameter), changed (reduced) output
3095 histograms, added writing to (and reading from) a file the energy
3096 estimation parameters and the histograms. Added comments.
3097
3098 * manalysis/MEnergyEstParam.[h,cc]
3099 - added member function GetCoeff. Changed comment.
3100
3101
3102
3103 2003/03/31: Thomas Bretz
3104
3105 * manalysis/MParameters.[h,cc]:
3106 - added
3107
3108 * manalysis/AnalysisLinkDef.h, manalysis/Makefile:
3109 - added MParameters, MParameterD, MParameterI
3110
3111 * mhist/MHArray.[h,cc]:
3112 - added default constructor
3113 - added Set-function
3114 - added Init function
3115 - moved code from constructors to Set and Init
3116
3117 * Makefile.conf.linux:
3118 - removed -fno-rtti to make it compatible with root 3.04.02
3119
3120 * NEWS:
3121 - changed
3122
3123 * manalysis/MImgCleanStd.[h,cc]:
3124 - added SetLvl1
3125 - added SetLvl2
3126 - added ReadEnv
3127
3128 * manalysis/MNewImagePar.[h,cc]:
3129 - removed unnecessary fHillas data member
3130 - removed unnecessary fSrcPos data member
3131 - removed unnecessary Set/GetSrcPos
3132
3133 * manalysis/MNewImageParCalc.[h,cc]:
3134 - removed unnecessary SetSrcPos
3135 - removed const-qualifier from fGeomCam, fCerPhotEvt
3136 (trouble with root 3.02/06)
3137
3138 * manalysis/MRanForest.cc:
3139 - changed cout-output
3140
3141 * manalysis/MSigmabar.cc:
3142 - changed Area to area (local variable)
3143
3144 * mbase/MEvtLoop.[h,cc]:
3145 - added evtloop name to constructor (default=Evtloop)
3146 - adapted StreamPrimitive
3147 - added ReadEnv
3148 - added WriteEnv
3149
3150 * mbase/MParContainer.[h,cc]:
3151 - removed TROOT.h
3152 - fixed const-qualifier for Copy-function for root>3.04.01
3153 - added ReadEnv
3154 - added WriteEnv
3155 - added IsEnvDefined
3156 - added GetEnvValue
3157
3158 * mbase/MParList.[h,cc], mbase/MTaskList.[h,cc]:
3159 - added ReadEnv
3160 - added WriteEnv
3161
3162 * mfileio/MCT1ReadAscii.[h,cc], mfileio/MCT1ReadPreProc.[h,cc]:
3163 - changed AddFile declaration to declaration in MRead
3164 - added return value to AddFile
3165
3166 * mfileio/MRead.[h,cc]:
3167 - added template for AddFile
3168 - added ReadEnv
3169
3170 * mgui/MHexagon.[h,cc]:
3171 - fixed const-qualifier for Copy-function for root>3.04.01
3172
3173 * mhist/MH.cc:
3174 - fixed the FindGoodLimit stuff for root> 3.04.01
3175
3176 * mhist/MHRanForest.[h,cc], mhist/MHRanForestGini.[h,cc]:
3177 - removed unnecessary casts
3178 - fixed a copilation error with root 3.04.01 (kFullDotlarge
3179 doesn't exist)
3180 - removed second Draw (one should not add something twice to
3181 the pad)
3182
3183 * mmontecarlo/MMcTriggerRateCalc.cc:
3184 - changes to the header
3185 - changes to the fLog stuff
3186 - added a cast to get rid of a warning
3187
3188 * mtools/Makefile, mtools/ToolsLinkDef.h:
3189 - added MagicReversi
3190
3191 * mtools/MagicRevers.[h,cc]:
3192 - added
3193
3194
3195
3196 2003/03/28: Thomas Bretz
3197
3198 * mbase/MParContainer.h:
3199 - added kEnableGraphicalOutput
3200 - added EnableGraphicalOutput
3201 - added IsGraphicalOutputEnabled
3202
3203 * mbase/MParList.h:
3204 - changed BIT(15) to BIT(17)
3205
3206 * mhist/MH.[h,cc]:
3207 - SetBinning(TH1*, TH1*) --> SetBinning(TH1*, const TH1*)
3208
3209 * mhist/MH3.h:
3210 - changed BIT(15) to BIT(17)
3211 - changed BIT(16) to BIT(18)
3212 - changed BIT(17) to BIT(19)
3213
3214 * mhist/MHMatrix.[h,cc]:
3215 - added DrawDefRefInfo
3216 - added CopyCrop
3217 - added GetRandomArrayI
3218 - changed DefRefMatrix to support the above
3219 - fixed a bug in DefRefMatrix (evtcount2 in the last loop
3220 instead of evtcount1)
3221 - Don't do anything in the finalization if the matrix has the correct
3222 dimensions
3223 - fixed comment of DefRefMatrix
3224 - changed number of first column from 1 to 0
3225 - changed BIT(16) to BIT(17)
3226
3227
3228
3229 2003/03/28: Wolfgang Wittek
3230
3231 * mhist/MHMatrix.cc
3232 - DefRefMatrix: if nmaxevts>fM.GetNrows() set
3233 nmaxevts = fM.GetNrows()
3234
3235 * manalysis/MSelBasic.[h,cc]
3236 - better output
3237
3238 * manalysis/MSelStandard.[h,cc]
3239 - different cut in DIST
3240
3241 * mfileio/MCT1ReadPreProc.[h,cc]
3242 - store hour angle in variable fOtherCphFraction
3243
3244 * manalysis/MHillasSrcCalc.h
3245 - replace in 'SetInput' fHillasName = hilname;
3246 by fHillasInput = hilname;
3247
3248 * manalysis/MNewImagePar.[h,cc]
3249 /MNewImageParCalc.[h,cc]
3250 - new; calculates new image parameters
3251
3252 * mhist/MHNewImagePar.[h,cc]
3253 - new; plots new image parameters
3254
3255 * manalysis/AnalysisLinkDef.h
3256 manalysis/Makefile
3257
3258 * mhist/HistLinkDef.h
3259 mhist/Makefile
3260
3261
3262
3263 2003/03/27: Thomas Hengstebeck
3264
3265 * manalysis/MRanForest.[h,cc]
3266 - allocation of TObjArray fForest moved to constructor.
3267 - use of gRandom
3268
3269 * manalysis/MRanTree.[h,cc]
3270 - use of gRandom
3271
3272 * macros/RanForest.C
3273 - gRandom initialized as TRandom3 object.
3274
3275
3276
3277 2003/03/25: Abelardo Moralejo
3278
3279 * macros/mergecamera.C
3280 - added warning to prevent dangerous misuse of this macro.
3281
3282
3283
3284 2003/03/25: Wolfgang Wittek
3285
3286 * mhist/MHStarMap.[h,cc]
3287 - use constant step size along the main axis of the ellipse
3288
3289 * manalysis/MPointingCorr.[h,cc]
3290 - new class for calculating the pointing correction
3291
3292 * mmc/MMcEvt.hxx
3293 - add GetOtherCphFraction()
3294
3295 * manalysis/Makefile
3296
3297 * manalysis/AnalysisLinkDef.h
3298
3299
3300
3301 2003/03/24: Abelardo Moralejo
3302
3303 * manalysis/MEnergyEstParam.cc
3304 - now energy estimation (for CT1) is done using the same model
3305 as in D.Krannich's thesis.
3306
3307
3308
3309 2003/03/24: Thomas Bretz
3310
3311 * manalysis/MHillasSrcCalc.[h,cc]:
3312 - removed last argument in constructor, replaced by SetInput
3313
3314 * mfilter/MFEventSelector.[h,cc]:
3315 - removed unnecessary last argument
3316
3317
3318
3319 2003/03/21: Thomas Hengstebeck
3320
3321 * manalysis/MRanTree.[h,cc]
3322 - new; parameter container to store a single random tree
3323
3324 * manalysis/MRanForest.[h,cc]
3325 - new; parameter container to store complete forest
3326
3327 * manalysis/MRanForestGrow.[h,cc]
3328 - new; task to grow trees (training)
3329
3330 * manalysis/MRanForestCalc.[h,cc]
3331 - new; task to calculate hadronness using random forest
3332
3333 * manalysis/MRanForestFill.[h,cc]
3334 - new; task to read in the trees of the random forest
3335
3336 * manalysis/Makefile, manalysis/HistLinkDef.h:
3337 - added MRanTree, MRanForest, MRanForestGrow, MRanForestCalc,
3338 MRanForestFill
3339
3340 * mhist/MHRanForest.[h,cc]
3341 - new; histogram showing variance of estimated hadronness as
3342 function of no. of combined trees
3343
3344 * mhist/MHRanForestGini.[h,cc]
3345 - new; histogram showing mean decrease in Gini-index as function
3346 of RF-input-parameters
3347
3348 * mhist/Makefile, mhist/HistLinkDef.h:
3349 - added MHRanForest, MHRanForestHillas
3350
3351 * macros/RanForest.C
3352 - new; g/h-separation by Random Forest-method
3353
3354 * macros/RanForest2.C
3355 - new; reading in saved random forest (using MRanForestFill)
3356
3357
3358
3359 2003/03/21: Abelardo Moralejo
3360
3361 * mhist/MHMatrix.[h,cc]:
3362 - Added third argument (a filter) to the second instantiation
3363 of the Fill procedure.
3364
3365 * macros/CT1EnergyEst.C:
3366 - Example of the parameter calculation and use of the energy
3367 estimation method for CT1.
3368
3369
3370
3371 2003/03/21: Thomas Bretz
3372
3373 * manalysis/MEnergyEstParam.[h,cc]
3374 - Added StopMapping and Print functions.
3375
3376 * manalysis/MSel*.h:
3377 - set default for HilName to MHillas
3378 - set default for HilNameSrc to MHillasSrc
3379
3380 * mfileio/MCT1ReadPreProc.[h,cc]:
3381 - do not flood the output with all events from the first run
3382 - output meaningfull text instead of variable names
3383 - removed a 'goto'!
3384 - changed savePedRMS according to the coding conventions to
3385 fPedRMS and the array of fixed size to a TArrayF
3386
3387 * mbase/MEvtLoop.cc:
3388 - added a events counter which counts the real number of
3389 processed events.
3390
3391 * mdata/MDataChain.[h,cc]:
3392 - implemented random numbers
3393 - implemented a conversion from degrees to radians and vice versa
3394
3395
3396
3397 2003/03/20: Thomas Bretz
3398
3399 * mfilter/MF.[h,cc]:
3400 - changed fFilter (already used in base class MTask) to fF
3401
3402
3403
3404 2003/03/19: Abelardo Moralejo
3405
3406 * macros/CT1collarea.C:
3407 - Added filter to cut in hadronness (now available in new version
3408 of root CT1 Monte Carlo file from Wolfgang).
3409
3410
3411
3412 2003/03/19: Robert Wagner
3413
3414 * mhist/MH3.cc:
3415 - changed MH3::New() such that constructor according to Thomas'
3416 previous changes is supported
3417
3418
3419
3420 2003/03/19: Thomas Bretz
3421
3422 * mhist/MH3.[h,cc]:
3423 - changed default constructor to support different dimensions
3424
3425 * mhist/MHArray.[h,cc]:
3426 - added AddHistogram
3427
3428 * meventdisp/MGEvtDisplay.cc, mfileio/MReadTree.[h,cc],
3429 meventdisp/MReadMarsFile.cc:
3430 - changed MReadTree::GetEventNum to MReadTree::GetNumEntry
3431
3432 * macros/estfit.C:
3433 - adopted to new MChisqEval
3434
3435 * mtools/MChisqEval.[h,cc]:
3436 - added
3437
3438 * mtools/Makefile, mtools/ToolsLinkDef.h:
3439 - added MChisqEval
3440
3441 * manalysis/MEnergyEstParam.[h,cc]:
3442 - slight changes
3443
3444 * mfileio/MCT1ReadPreProc.cc:
3445 - changed name to MRead
3446
3447
3448
3449 2003/03/18: Thomas Bretz
3450
3451 * mfileio/MReadTree.cc:
3452 - fixed a bug in the AddFile function
3453
3454 * mhist/MHMatrix.[h,cc]:
3455 - implemented a request of Th. Hengstebeck: Let DefRefMatrix
3456 return the 'unused' events
3457
3458
3459
3460 2003/03/18: Abelardo Moralejo
3461
3462 * mhist/MHMcCT1CollectionArea.[h,cc]
3463 - Added arguments in constructor: number of bins and ranges of the
3464 x-axis (energy) of the 2-d histograms. Changed type of binning:
3465 now the x-axis is log10(energy) and bins have equal width.
3466
3467 * macros/CT1collarea.C
3468 - The MHMcCT1CollectionArea object is now created and added to the
3469 parlist so that we can choose the binning. Changed the way
3470 histograms are written to the output file.
3471
3472
3473
3474 2003/03/13: Abelardo moralejo
3475
3476 * mhist/MHMcCT1CollectionArea.[h,cc]
3477 - Added for calculations of collection area for CT1.Contains three
3478 2-d histograms with axis energy vs theta angle: one histogram for
3479 all events, one for analyzed events, one for the collection area.
3480
3481 * mmontecarlo/MMcCT1CollectionAreaCalc.[h,cc]
3482 - Added for the same reason.
3483
3484 * macros/CT1collarea.C
3485 - Uses the above classes
3486
3487
3488
3489 2003/03/12: Abelardo Moralejo
3490
3491 * macros/mergecamera.C
3492 - Added. Merges several MC camera output files into a single file.
3493
3494
3495
3496 2003/03/08: Wolfgang Wittek
3497
3498 * macros/AnalyseCT1.C
3499 - for the CT1 data analysis
3500
3501 * mhist/MHMatrix.[h,cc]
3502 - let refcolumn start at 1 (not at 0)
3503
3504 * mhist/MHSigmaTheta.[h,cc]
3505 - Draw replaced by DrawCopy
3506 - add SetDirectory(NULL)
3507
3508 * manalysis/MSelBasic.[h,cc]
3509 MSelStandard.[h,cc]
3510 MSelFinal.[h,cc]
3511 - more detailed output for errors
3512 - bugs removed
3513
3514 * manalysis/MPadSchweizer.[h,cc]
3515 - add SetDirectory(NULL)
3516 - add fErrors
3517
3518 * mfilter/MFEventSelector.[h,cc]
3519 - add fErrors
3520
3521 * manalysis/MMultiDimDistCalc.[h,cc]
3522 - check division by zero
3523
3524 * mhist/MHHadronness.[h,cc]
3525 - check division by zero
3526 - normalize distributions of hadronness
3527
3528 * mfileio/MCT1ReadPreProc.[h,cc]
3529 - add event number (event.isecs_since_midday)
3530 - change definition of "fIsMcFile",
3531 because outpars.bmontecarlo is set wrongly sometimes
3532 - copy pedestalRMS for each event from the header information
3533 - check for the presence of a footer record even after reading
3534 a run header
3535
3536 * mmc/MMcEvt.[hxx,cxx]:
3537 - add GetEvtNumber()
3538
3539
3540
3541 2003/02/27: Abelardo Moralejo
3542
3543 * mmontecarlo/MMcTriggerRateCalc.cc:
3544 - Fixed: MMCTrigHeader could not be found in the case of camera
3545 files containing single trigger condition.
3546
3547 * macros/trigrate.C
3548 - no plot is made in the case of single trigger condition.
3549
3550 * mhist/MHMcRate.[h,cc]
3551 - Added member fTriggerCondNum to keep track of what trigger
3552 condition corresponds to each MHMcRate object, for the case of
3553 files with more than one condition (when running camera in
3554 trigger_loop mode). Added also Set and Get procedures for nre
3555 member.
3556
3557 * mmain/MMonteCarlo.cc
3558 - Fixed bug: matrix BgR was created with dimension "dim", a number
3559 which can be negative. Put "num" instead of "dim".
3560
3561
3562
3563 2003/02/25: Thomas Bretz
3564
3565 * mbase/MParContainer.cc:
3566 - small simplification for Cosy
3567
3568 * mbase/MLog.cc:
3569 - allow a maximum of 1000 lines in the gui
3570
3571
3572
3573 2003/02/25: Abelardo Moralejo
3574
3575 * mmontecarlo/MMcTriggerRateCalc.[h,cc]
3576 - Added axis labels in graphic output
3577 - Added Get function for rate histograms
3578
3579 * macros/trigrate.C
3580 - Added output file with rate histograms
3581
3582
3583
3584 2003/02/24: Abelardo Moralejo
3585
3586 * mmontecarlo/MMcTriggerRateCalc.[h,cc]
3587 - Fixed mistake when analysing camera files containing all
3588 events (including non-triggers): fShowers was always zero.
3589 - Added reading of MMcTrigHeaders in ReInit
3590 - Added procedure Draw for graphics output: rate versus
3591 discriminator threshold (useful for camera files with several
3592 trigger conditions).
3593
3594 * macros/trigrate.C
3595 - Added some explanations. Style improvements in function
3596 GetNSBEvents. Added call to MMcTriggerRateCalc::Draw
3597
3598 * mhist/MHMcRate.[h,cc]
3599 - Added GetTriggerRate() and GetTriggerRateError()
3600 - Added members fMultiplicity and fMeanThreshold, with their
3601 corresponding Set and Get functions
3602 - Added info on discriminator threshold and L1 trigger
3603 multiplicity on the printout.
3604
3605 * mmc/MMcTrigHeader.hxx
3606 - Added GetMultiplicity() and GetMeanThreshold()
3607
3608
3609 2003/02/22: Wolfgang Wittek
3610
3611 * mhist/Makefile
3612 - MHSigmaTheta added
3613
3614 * mhist/HistLinkDef.h
3615 - MHSigmaTheta added
3616
3617 * mhist/MHSigmaTheta.[h,cc]
3618 - type inconsistency removed
3619
3620
3621
3622 2003/02/21: Abelardo Moralejo
3623
3624 * mmontecarlo/MMcTriggerRateCalc.[h,cc]
3625 - adapted to new camera files, added warnings.
3626 - added ReInit procedure to read relevant info from from the
3627 run headers
3628
3629 * mhist/MHMcRate.[h,cc]
3630 - adapted accordingly. Added Set functions for several members.
3631
3632 * mmc/MMcCorsikaRunHeader.h
3633 - added Get functions for fELowLim, fEUppLim and fSlopeSpec.
3634
3635 * mmain/MMontecarlo.cc, macros/trigrate.C
3636 - adapted to changes above, changed MReadTree to MReadMarsFile to
3637 be able to read the run headers.
3638
3639
3640
3641 2003/02/21: Antonio Stamerra
3642
3643 * manalysis/MMcTriggerLvl2.[cc|h]
3644 - new data member fCompactNN needed to define a compact pixels
3645 - new inline functions SetCompactNN and GetCompactNN
3646 - Method Calc(int neighpix) -> Calc(). The value of neighpix
3647 is read from fCompactNN
3648
3649 * manalysis/MMcTriggerLvl2Calc.[cc|h]
3650 - Check on fCompactNN added in the PreProcess
3651
3652 * macros/triglvl2.C
3653 - Set of fCompactNN added
3654
3655
3656
3657 2003/02/21: Wolfgang Wittek
3658
3659 * manalysis/MSelFinal.[h,cc]
3660 - 'const' removed from pointers
3661
3662 * macros/AnalyseCT1.C
3663 - macro for the CT1 analysis (work in progress)
3664
3665
3666
3667 2003/02/20: Wolfgang Wittek
3668
3669 * manalysis/Makefile
3670 - add MSelFinal
3671
3672 * manalysis/AnalysisLinkDef.h
3673 - add MSelFinal
3674
3675 * manalysis/MPadSchweizer.[h,cc]
3676 - slight modification of padding procedure
3677
3678 * manalysis/MSigmabarCalc.[h,cc]
3679 - 'const' removed from pointers
3680
3681 * mhist/MHMatrix.[h,cc]
3682
3683 * mhist/MHSigmaTheta.[h,cc]
3684
3685
3686
3687 2003/02/20: Abelardo Moralejo
3688
3689 * mhist/MH.cc
3690 - Removed call to TGaxis::Optimize for compilation under root
3691 versions > 3.03, since in them this procedure is no longer
3692 existing. I did this to allow compilation under root_3.04,
3693 since earlier versions has a bug which prevents from
3694 plotting in the simple way some variables in a tree
3695 (example: fConc and others in the output of star.C). This
3696 is a temporal fix, I guess something will have to
3697 substitute the call to Optimize...
3698
3699
3700
3701 2003/02/20: Antonio Stamerra
3702
3703 * manalysis/MMcTriggerLvl2.[cc|h]
3704 - new; replaces MTrigLvl2.[cc|h]
3705 - new data members: fLutPseudoSize, fPseudoSize.
3706 - functions renamed:
3707 GetLutPseudoSize -> CalcBiggerLutPseudoSize
3708 GetBiggerFiredCell -> CalcBiggerFiredCell
3709 - new inline functions: GetLutPseudoSize(), GetPseudoSize().
3710 - new member functions:
3711 Calc(); CalcPseudoSize (not yet implemented)
3712 - Redefined Print() function as a TObject.
3713 - pixels_in_cell and pixels_in_lut redefined as static data
3714 members
3715
3716 * manalysis/MMcTriggerLvl2Calc.[cc|h]
3717 - new; replaces MTrigLvl2FillTask.[cc|h]
3718 - creation and filling of histograms commented
3719 - Process() calls the MMcTriggerLvl2::Calc()
3720
3721 * mfilter/MFTriggerLvl2.[h|cc]
3722 - new class to select events using MMcTriggerLvl2 data members.
3723
3724 * macros/triglvl2.C
3725 - added example to use the MFTriggerLvl2 filter.
3726
3727
3728
3729 2003/02/19: Wolfgang Wittek
3730
3731 * manalysis/MSelBasic.[h,cc]
3732 - new; evaluates the Basic Cuts (after the calibration)
3733
3734 * manalysis/MSelStandard.[h,cc]
3735 - new; evaluates the Standard Cuts
3736 (after the calculation of the image parameters and before the
3737 calculation of the hadronness)
3738
3739 * manalysis/MHillasCalc.[h,cc]
3740 - replace
3741 fHillas = (MHillas*)pList->FindCreateObj(fHilName);
3742 by
3743 fHillas = (MHillas*)pList->FindCreateObj("MHillas",
3744 fHilName);
3745 in order to allow MHillas containers with a name
3746 different from "MHillas"
3747
3748 * mhist/MHHillasExt.[h,cc]
3749 - replace
3750 TObject *obj = plist->FindObject("MHillas");
3751 by
3752 TObject *obj = plist->FindObject(fHilName, "MHillas");
3753 in order to allow MHillas containers with a name
3754 different from "MHillas"
3755 - add a 3rd argument in the constructor : fHilName
3756
3757 * manalysis/MHillasSrcCalc.[h,cc]
3758 - add new argument for constructor:
3759 the name of the MHillas input container
3760 in order to allow MHillas input containers with a name
3761 different from "MHillas"
3762
3763 * mhist/MHMatrix.[h,cc]
3764 - add member function DefRefMatrix();
3765 it defines the reference sample for the g/h separation;
3766 the selection of events for the reference sample can be made
3767 such that the distribution of a certain variable (for example
3768 Theta) agrees with a target distribution.
3769
3770 * mfilter/MFEventSelector.[h,cc]
3771 - add new argument for constructor:
3772 the name of the read object
3773 in order to allow also read objects which have a name
3774 different from
3775 "MRead"
3776
3777
3778
3779 2003/02/18: Thomas Bretz
3780
3781 * mfileio/MReadTree.cc:
3782 - added a fix for a bug in the workaround using wildcards
3783
3784
3785
3786 2003/02/14: Thomas Bretz
3787
3788 * mtemp/MObservatory.[h,cc]:
3789 - added
3790
3791
3792
3793 2003/02/10: Abelardo Moralejo
3794
3795 * Makefile.conf.osf1
3796 - Added -lpthread to compilation flags (otherwise linking fails
3797 in alfa)
3798
3799 * manalysis/Makefile, AnalysisLinkDef.h
3800 - Changed MApplyPadding for MPadding
3801
3802
3803
3804 2003/02/07: Wolfgang Wittek
3805
3806 * mhist/MHSigmaTheta.[h,cc]
3807 - new; 2D distribution : Theta, Sigmabar
3808 3D distribution : Theta, pixel number, Sigma
3809 3D distribution : Theta, pixel number, Sigma^2-Sigmabar^2
3810 these histograms may be used for the padding
3811
3812 * manalysis/MPadding.[h,cc]
3813 - new; replaces MApplyPadding.[h,cc]
3814 some errors removed
3815
3816 * manalysis/MSigmabar.[h,cc]
3817 - new definition of Sigmabar (only relevant for MAGIC)
3818 - add in member function 'Calc' a 3rd argument : 'const
3819 MCerPhotEvt &evt'
3820 - calculate sigmabar for 'MCerPhotEvt' pixels
3821 - in member function 'Calc' return Float_t fSigmabar instead of
3822 Bool_t
3823 - copies of objects replaced by references
3824
3825 * manalysis/MSigmabarCalc.[h,cc]
3826 - fSig->Calc(*fCam, *fPed) replaced by
3827 fSig->Calc(*fCam, *fPed, *fEvt)
3828 - change type of result of fSig->Calc from Bool_t to Float_t
3829
3830 * mfileio/MCT1ReadPreProc.cc
3831 - add in member function PreProcess() the initialization of the
3832 total number of pixels :
3833 fPedest->InitSize(iMAXNUMPIX);
3834 - remove statements that cannot be reached ('break' after
3835 'return')
3836
3837 * manalysis/MPadSchweizer.[h,cc]
3838 - alternative to MPadding
3839 - does the padding ala Thomas Schweizer
3840
3841
3842
3843 2003/02/06: Thomas Bretz
3844
3845 * mgeom/MGeomCam.[h,cc]:
3846 - fixed a warning (GetPixRatio(int) --> GetPixRatio(Uint)
3847
3848
3849
3850 2003/02/07: Antonio Stamerra
3851
3852 * manalysis/MTrigLvl2.[cc|h]
3853 - added new function
3854 MTrigLvl2::GetLutCompactPixel(int cell, int lut, int
3855 neighpix=2) which calculates the number of compact pixel
3856 in one lut
3857 - added new function GetLutPseudoSize(int neighpix=2) which
3858 calculates the lut-pseudosize
3859 - added static data member pixel_in_lut
3860 - merging of the PrintCell and PrintStatus functions in a single
3861 Print(int cell) function
3862 - Added comments using the standard layout
3863 - some small changes following Thomas comments (memset, *fLog)
3864
3865
3866
3867 2003/02/06: Thomas Bretz
3868
3869 * mbase/MLog.[h,cc]:
3870 - serialized the GUI output (problems with mutithreded prgs,
3871 eg Cosy)
3872
3873 * mtemp/MObservatoryLocation.[h,cc], mtemp/MVPObject.[h,cc],
3874 mtemp/MVPPlotter.[h,cc]:
3875 - added changes discussed in Wuerzburg
3876
3877 * mfileio/MCT1ReadPreProc.cc:
3878 - some simplifications
3879
3880
3881
3882 2003/01/31: Antonio Stamerra & Marcos Lopez
3883
3884 * mgui/MCamDisplay.[cc|h]
3885 - Added a new function MCamDisplay::SetPix(const Int_t pixnum,
3886 const Int_t color, Float_t min, Float_t max) which just set the
3887 color of a given pixel
3888
3889 * created two new classes for simulating the second level trigger
3890 in the directory manalysis:
3891 - MTrigLvl2.[cc|h] // Implement the Lvl2 topology and
3892 // selection strategies
3893 - MTrigLvl2FillTask.[cc|h] // For a given MMc event, fill the
3894 // MTrigLvl2 with the Lvl1 trigger
3895 // information
3896
3897 * manalysis/Makefile
3898 - Added -I../mgui
3899
3900 * Added macro macros/triglvl2.C which uses the above classes.
3901
3902
3903
3904 2003/01/27: Robert Wagner
3905
3906 * mfileio/MCT1ReadPreProc.[cc|h]
3907 - Added call of MTaskList::ReInit after processing of new
3908 run header
3909 - Filling of MC container complies to Oscar's changes of
3910 MMcEvt.[hxx,cxx] dated 2003/01/20
3911 - Added filling of run number in MRawRunHeader object while
3912 processing a new run header
3913
3914
3915
3916 2003/01/23: Robert Wagner
3917
3918 * manalyis/MSigmabarCalc.cc
3919 - MSigmabarCalc::Process()
3920 Replaced fMcEvt->GetTheta() by fMcEvt->GetTelescopeTheta()
3921
3922
3923
3924 2003/01/20: Oscar Blanch
3925
3926 * mmc/MMcEvt.[hxx,cxx]
3927 - Data members: fElecCphFraction, fMuonCphFraction,
3928 fOtherCphFraction have been introduced.
3929 - Class version updated to 3.
3930
3931 * mmc/MMcCorsikaRunHeader.[h.cc]
3932 - Data members: fWobbleMode and fAtmosphericModel introduced.
3933 - Class version updated to 2.
3934
3935
3936
3937 2003/01/19: Thomas Bretz
3938
3939 * manalysis/MCerPhotCalc.[h,cc]:
3940 - slight changes, mainly to the layout
3941
3942 * manalysis/MCerPhotEvt.[h,cc]:
3943 - some small changes to make the code a bit faster
3944
3945 * manalysis/MCerPhotPix.[h,cc]:
3946 - added AddNumPhotons
3947
3948 * mbase/MContinue.[h,cc]:
3949 - changed comments
3950 - enhanced functionality and fixed some small bugs
3951
3952 * mbase/Makefile:
3953 - added mfilter to paths (to be fixed)
3954
3955 * mfileio/MCT1ReadPreProc.cc:
3956 - Init fNumEvents = 0
3957
3958 * mgeom/MGeomCam.cc:
3959 - return 0 Ratio if the pixel number exceeds the number of pixels
3960
3961 * mgui/MCamDisplay.[h,cc]:
3962 - added sanity check for the maximum number of pixels
3963 - added functions to set the three different palettes
3964 - removed the buttons
3965 - fixed the context menu display
3966
3967 * mhist/HistLinkDef.h, mhist/Makefile:
3968 - added MHCerPhotEvt
3969
3970 * mhist/MHCerPhotEvt.[h,cc]:
3971 - added
3972
3973 * mhist/MFillH.cc:
3974 - changed the initialization of fParContainer from pList to NULL
3975
3976 * mhist/MHHillasExt.cc:
3977 - fixed a smallo bug when filling the histograms (crached when scaling
3978 under some circumstances)
3979
3980 * mhist/MHStarMap.cc:
3981 - added a warning output
3982
3983 * mmontecarlo/MMcCollectionAreaCalc.cc:
3984 - added a check for impact=NaN (some MC Files have this)
3985
3986
3987
3988 2003/01/17: Robert Wagner
3989
3990 * manalysis/MApplyPadding.cc
3991 - bugfix: Effective number of used pixels taken from
3992 MCerPhotEvt container, not from MPedestalCam
3993
3994
3995
3996 2003/01/16: Wolfgang Wittek
3997
3998 * mhist/MHMatrix.[h,cc]
3999 - member function MHMatrix::Read added
4000 the function calls TObject::Read(name) and SetName(name)
4001
4002
4003
4004 2003/01/15: Wolfgang Wittek
4005
4006 * mdata/MDataMember.cc
4007 - in MDataMember::PreProcess()
4008 "if (fCall)" replaced by "if (fCall && !fObject)"
4009 The additional condition "&& !fObject" is to make sure that read
4010 MDataMembers works correctly.
4011
4012
4013
4014 2003/01/08: Oscar Blanch Bigas
4015
4016 * mgeom/MGeomMirror.[h,cc]
4017 - Varible members to store mirror reflectivities have been
4018 introduced: fReflectivity and fWavelength.
4019 - Member function to set reflectivity added: SetReflectivity
4020 - Member function to set TArrayF size: SetArraySize
4021 - Class version number changed to 2.
Note: See TracBrowser for help on using the repository browser.