source: trunk/MagicSoft/Mars/Changelog@ 2528

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