1 | Please do not write behind the end of line tag so that it is possible
|
---|
2 | to send a Changelog file to a line printer directly. Thanks.
|
---|
3 |
|
---|
4 |
|
---|
5 | -*-*- END OF LINE -*-*-
|
---|
6 |
|
---|
7 | 2004/03/08: Abelardo Moralejo
|
---|
8 |
|
---|
9 | * macros/starmc.C, starmstereo.C, mccalibrate.C
|
---|
10 | - adapted to m. Gaug's changes: now one MBadPixelsCam containers is
|
---|
11 | added for each telescope to the parameter list.
|
---|
12 |
|
---|
13 | * mmain/MEventDisplay.cc, Makefile
|
---|
14 | - added MBadPixelsCam to par list, and mbadpixels/ to includes.
|
---|
15 | Necessary due to changes in MCalibrate.
|
---|
16 |
|
---|
17 | 2004/03/06: Markus Gaug
|
---|
18 |
|
---|
19 | * macros/calibration.C
|
---|
20 | - adapted call to MHCamera::ProjectionS to the new version
|
---|
21 |
|
---|
22 | * mcalib/Makefile
|
---|
23 | - include directory mbadpixels
|
---|
24 |
|
---|
25 | * manalysis/Makefile
|
---|
26 | - include directory mbadpixels
|
---|
27 |
|
---|
28 | * mcalib/MCalibrationChargeCalc.[h,cc]
|
---|
29 | - include MBadPixelsCam
|
---|
30 | - remove exclusion of pixels from ascii-file
|
---|
31 | (now accessible from MBadPixelsCam)
|
---|
32 |
|
---|
33 | * mcalib/MCalibrationChargePix.[h,cc]
|
---|
34 | - include MBadPixelsCam
|
---|
35 |
|
---|
36 | * mcalib/MCalibrationChargeCam.[h,cc]
|
---|
37 | - include MBadPixelsCam
|
---|
38 |
|
---|
39 | * mcalib/MHCalibrationChargeCam.[h,cc]
|
---|
40 | - include MBadPixelsCam
|
---|
41 | - include one additional MBadPixelsPix for the average inner and
|
---|
42 | outer pixel, respectively
|
---|
43 |
|
---|
44 | * mcalib/MHCalibrationChargePix.[h,cc]
|
---|
45 | - make fSaturated and fPickup a Float_t (for average pixel)
|
---|
46 |
|
---|
47 | * mbadpixels/MBadPixelsPix.h
|
---|
48 | - include the CalibrationType_t infos
|
---|
49 | - exchange "SetUnsuitable" by "SetUnsuitableRun"
|
---|
50 |
|
---|
51 | * mbadpixels/MBadPixelsCam.cc
|
---|
52 | * mbadpixels/MMcBadPixelsSet.cc
|
---|
53 | - exchange "SetUnsuitable" by "SetUnsuitableRun"
|
---|
54 |
|
---|
55 | * mbadpixels/MBadPixelsCalc.cc
|
---|
56 | - exchange "SetUnsuitable" by "SetUnsuitableEvt"
|
---|
57 |
|
---|
58 | * manalysis/MGeomApply.cc
|
---|
59 | - remove obsolete MArrivalTime
|
---|
60 | - add MBadPixelsCam
|
---|
61 |
|
---|
62 | * mcalib/MCalibrate.[h,cc]
|
---|
63 | * mcalib/MCalibrateData.[h,cc]
|
---|
64 | - implemented calls to MBadPixelsCam
|
---|
65 |
|
---|
66 | * macros/calibration.C
|
---|
67 | * macros/bootcampstandardanalysis.C
|
---|
68 | * macros/pedphotcalc.C
|
---|
69 | - implemented calls to MBadPixelsCam
|
---|
70 |
|
---|
71 | * mjobs/MJCalibration.cc
|
---|
72 | - call to MBadPixelsCam
|
---|
73 |
|
---|
74 |
|
---|
75 | 2004/03/05: Nadia Tonello
|
---|
76 |
|
---|
77 | * manalysis/MBlindPixelsCalc2.[h,cc]
|
---|
78 | * manalysis/AnalysisLinkDef.h
|
---|
79 | * manalysis/Makefile
|
---|
80 | - Temporary class added (will be included in mbadpixels/ soon)
|
---|
81 | - All the functions of MBlindPixelCalc are kept(with small improvements)
|
---|
82 | - New function added: SetCheckPedestalRms
|
---|
83 |
|
---|
84 | * manalysis/MCerPhotPix.h
|
---|
85 | - Status Unmapped added (not include the pixel in the cleaned image)
|
---|
86 |
|
---|
87 | * mimage/MImgCleanStd.cc
|
---|
88 | - Checks for Unmapped status added
|
---|
89 |
|
---|
90 | * mastro/MAstroCatalog.cc
|
---|
91 | * msql/MSQLServer.cc
|
---|
92 | - include <stdlib.h> to solve compilation error
|
---|
93 |
|
---|
94 |
|
---|
95 | 2004/03/05: Sebastian Raducci
|
---|
96 | * msignal/MArrivalTimeCalc.cc
|
---|
97 | - fixed a little bug (exchanged a - with a + in the Calc() method)
|
---|
98 |
|
---|
99 |
|
---|
100 | 2004/03/05: Markus Gaug
|
---|
101 | * mcalib/MCalibraitonChargeCalc.cc
|
---|
102 | - remove some runheader line:
|
---|
103 | if (runheader->IsMonteCarloRun())
|
---|
104 | return kTRUE;
|
---|
105 | which gave always true since this week, don't know why.
|
---|
106 | - added some information in class description
|
---|
107 |
|
---|
108 |
|
---|
109 | 2004/03/04: Sebastian Raducci
|
---|
110 |
|
---|
111 | * msignal/MArrivalTimeCalc.cc
|
---|
112 | - fixed a memory leak (the spline was not deleted...)
|
---|
113 |
|
---|
114 | 2004/03/04: Thomas Bretz
|
---|
115 |
|
---|
116 | * mgeom/MGeomCam.[h,cc]:
|
---|
117 | - added new data member fNumAreas
|
---|
118 | - added new function CalcNumAreas
|
---|
119 | - increased class version to 3
|
---|
120 |
|
---|
121 | * mgeom/MGeomCamMagic.cc:
|
---|
122 | - added setting of area index
|
---|
123 |
|
---|
124 | * mgeom/MGeomPix.[h,cc]:
|
---|
125 | - added fAidx data member
|
---|
126 | - added getter function fAidx
|
---|
127 | - increased class version to 3
|
---|
128 |
|
---|
129 | * macros/sectorvstime.C:
|
---|
130 | - added example of how to plot the evolution of a sector vs time
|
---|
131 |
|
---|
132 | * mhist/MHVsTime.[h,cc], mhist/MHPixVsTime.[h,cc]:
|
---|
133 | - moved to mhvstime
|
---|
134 |
|
---|
135 | * mhvstime/MHSectorVsTime.[h,cc]:
|
---|
136 | - added
|
---|
137 |
|
---|
138 | * Makefile:
|
---|
139 | - added mhvstime
|
---|
140 |
|
---|
141 | * mhvstime/Makefile, mhvstime/HVsTimeLinkDef.h,
|
---|
142 | mhvstime/HVsTimeIncl.h:
|
---|
143 | - added
|
---|
144 |
|
---|
145 | * mhist/Makefile, mhist/HistLinkDef.h,
|
---|
146 | - removed MHVsTime
|
---|
147 | - removed MHPixVsTime
|
---|
148 |
|
---|
149 | * macros/rootlogon.C, macros/dohtml.C:
|
---|
150 | - added new directory mhvstime
|
---|
151 |
|
---|
152 | * msignal/MExtractSignal.cc, msignal/MExtractSignal2.cc:
|
---|
153 | - changes such, that it doesn't crash if signal has no lo-gain
|
---|
154 | (This might still give wrong results!)
|
---|
155 |
|
---|
156 | * macros/dohtml.C:
|
---|
157 | - added pixvstime.C
|
---|
158 | - added sectorvstime.C
|
---|
159 |
|
---|
160 | * manalysis/MMcCalibrationUpdate.cc:
|
---|
161 | - some changes on file consistency check done by Abelardo,
|
---|
162 | he may comment on it
|
---|
163 |
|
---|
164 | * mhist/MHCamera.[h,cc]:
|
---|
165 | - changed to support also dividing the camera in pixels area indices
|
---|
166 |
|
---|
167 | * mhist/MHEvent.cc:
|
---|
168 | - minor change
|
---|
169 |
|
---|
170 | * mjobs/MJPedestal.cc:
|
---|
171 | - adapted to changes in MHCamera
|
---|
172 |
|
---|
173 |
|
---|
174 |
|
---|
175 | 2004/03/03: Thomas Bretz
|
---|
176 |
|
---|
177 | * mgeom/MGeomCam.cc:
|
---|
178 | - give a name and title also if the default constructor is used
|
---|
179 |
|
---|
180 | * mgeom/MGeomMirror.[h,cc]:
|
---|
181 | - added member function GetReflection
|
---|
182 | - added persistent data member fReflector
|
---|
183 |
|
---|
184 | * mjobs/MJCalibration.cc, mjobs/MJExtractSignal.cc, mjobs/MJPedestal.cc:
|
---|
185 | - fixed a typo in the output
|
---|
186 |
|
---|
187 | * mraw/MRawFileWrite.cc:
|
---|
188 | - added the missing '.' to MRawRunHeader. Because of the design of
|
---|
189 | MReadTree this is backward compatible
|
---|
190 |
|
---|
191 | * mraw/MRawRunHeader.h:
|
---|
192 | - removed last change from Abelardo. '>255' is the correct
|
---|
193 | check for MC files following the definition that all MC files
|
---|
194 | have run types >255 which was made in the past.
|
---|
195 |
|
---|
196 | * manalysis/MCerPhotAnal.[h,cc], manalysis/MCerPhotAnal2.[h,cc]:
|
---|
197 | - created ReInit member function to hold all code (moved from
|
---|
198 | PreProcess) accessing the run header. The run header is not
|
---|
199 | available in PreProcess. That it was working before was only
|
---|
200 | by chance, because the run type is initialized with 65535 which
|
---|
201 | is != 255 but not >255.
|
---|
202 |
|
---|
203 |
|
---|
204 |
|
---|
205 | 2004/03/03: Sebastian Raducci
|
---|
206 |
|
---|
207 | * msignal/MArrivalTimeCalc.cc
|
---|
208 | - The calculation of the arrival times is made only when needed
|
---|
209 | (when the HalfMax is over the pedestal)
|
---|
210 |
|
---|
211 | * mtools/MCubicSpline.cc
|
---|
212 | - Commented out an annoying warn
|
---|
213 |
|
---|
214 |
|
---|
215 |
|
---|
216 | 2004/03/03: Abelardo Moralejo
|
---|
217 |
|
---|
218 | * mraw/MRawRunHeader.h
|
---|
219 | - Replaced
|
---|
220 | Bool_t IsMonteCarloRun() const { return fRunType>0x00ff; } by
|
---|
221 | Bool_t IsMonteCarloRun() const { return (fRunType==0x0100); }
|
---|
222 | since the latter is the exact translation of what the function
|
---|
223 | intends to do. I do not know why, but the display of real data
|
---|
224 | did not work with the upper line!
|
---|
225 |
|
---|
226 | * mgeom/MGeomCam.cc
|
---|
227 | - Undid yesterday change! I do not know why, display completely
|
---|
228 | fails after that change, both for old and new camera files.
|
---|
229 | Put back fPixels[i] = new MGeomPix; in constructor.
|
---|
230 |
|
---|
231 |
|
---|
232 |
|
---|
233 | 2004/03/02: Abelardo Moralejo
|
---|
234 |
|
---|
235 | * mmc/MMcCorsikaRunHeader.[h,cc]
|
---|
236 | - Added operator [] to get references to the objects in
|
---|
237 | TObjArray fTelescopes.
|
---|
238 | - Added Print() function.
|
---|
239 | - Added GetNumCT() function.
|
---|
240 | - Replaced
|
---|
241 | fTelescopes[i]= new MGeomCorsikaCT;
|
---|
242 | by
|
---|
243 | MGeomCorsikaCT* dummy = new MGeomCorsikaCT();
|
---|
244 | fTelescopes.Add(dummy);
|
---|
245 |
|
---|
246 | * mgeom/MGeomCorsikaCT.[h,cc]
|
---|
247 | - Added getter functions for telescope coordinates.
|
---|
248 | - Added Print() function.
|
---|
249 |
|
---|
250 | * mgeom/MGeomCam.cc => NOTE: this change was undone later!
|
---|
251 | - Replaced
|
---|
252 | fPixels[i] = new MGeomPix;
|
---|
253 | by
|
---|
254 | MGeomPix* dummy = new MGeomPix();
|
---|
255 | fPixels.Add(dummy);
|
---|
256 |
|
---|
257 |
|
---|
258 |
|
---|
259 | 2004/03/02: Thomas Bretz
|
---|
260 |
|
---|
261 | * mcalib/MCalibrateData.cc:
|
---|
262 | - removed usage of MGeomCam (you have MGeomApply for this!)
|
---|
263 |
|
---|
264 |
|
---|
265 |
|
---|
266 | 2004/03/01: Nadia Tonello
|
---|
267 |
|
---|
268 | * manalysis/MCerPhotEvt.cc
|
---|
269 | - TObject *MCerPhotEvtIter::Next() now returns Used pixels
|
---|
270 | only if fUsedonly=kTRUE, otherwise it returns all the pixels
|
---|
271 | in the array
|
---|
272 |
|
---|
273 |
|
---|
274 |
|
---|
275 | 2004/03/01: Sebastian Raducci
|
---|
276 |
|
---|
277 | * msignal/MArrivalTimeCalc.[cc,h]
|
---|
278 | - now the arrival time is at the half max of the spline:
|
---|
279 | half max = (maximum - pedestal)/2
|
---|
280 |
|
---|
281 | * mmain/MEventDisplay.cc
|
---|
282 | - fixed an include (from MArrivalTime.h to MArrivalTimeCam.h)
|
---|
283 |
|
---|
284 |
|
---|
285 |
|
---|
286 | 2004/03/01: Wolfgang Wittek
|
---|
287 |
|
---|
288 | * mhist/MHStarMap.[h,cc]
|
---|
289 | - remove bugs
|
---|
290 | - change GetRotationAngle() such that it can be called from outside
|
---|
291 |
|
---|
292 |
|
---|
293 |
|
---|
294 | 2004/03/01: Thomas Bretz
|
---|
295 |
|
---|
296 | * Makefile:
|
---|
297 | - enhanced all calls to subsequent makes by '-f Makefile' to
|
---|
298 | make sure the correct Makefile is called
|
---|
299 |
|
---|
300 | * merpp.cc:
|
---|
301 | - enhanced interpretation of time
|
---|
302 | - fixed a bug in determin the file-type
|
---|
303 |
|
---|
304 | * mbase/MTime.[h,cc]:
|
---|
305 | - added GetGmst() member function
|
---|
306 |
|
---|
307 | * mastro/MAstro.[h,cc]:
|
---|
308 | - added Coordinate2Angle
|
---|
309 | - added AngularDistance
|
---|
310 | - implemented UT2GMST
|
---|
311 | - replaced defined by TMath::Pi()
|
---|
312 |
|
---|
313 | * mastro/MObservatory.[h,cc]:
|
---|
314 | - added data members for sin-/cos-component of latitude
|
---|
315 | - added calculation of rotation angle
|
---|
316 |
|
---|
317 | * mhist/MHStarMap.[h,cc]:
|
---|
318 | - changes to use MObservatory member function
|
---|
319 |
|
---|
320 | * manalysis/MCerPhotAnal.cc, manalysis/MCerPhotAnal2.cc,
|
---|
321 | manalysis/MCerPhotCalc.cc, manalysis/MMcCalibrationUpdate.cc,
|
---|
322 | manalysis/MMcPedestalCopy.cc, manalysis/MMcPedestalNSBAdd.cc,
|
---|
323 | manalysis/MPedCalcPedRun.cc, manalysis/MPedPhotCalc.cc,
|
---|
324 | mcalib/MCalibrationChargeCalc.cc, mcalib/MMcCalibrationCalc.cc
|
---|
325 | - changed to use IsMonteCarloRun() now
|
---|
326 |
|
---|
327 | * manalysis/MMcCalibrationUpdate.cc:
|
---|
328 | - unified output to log-stream
|
---|
329 | - replaced sqrt by TMath::Sqrt
|
---|
330 |
|
---|
331 | * mcalib/MCalibrationChargeCalc.cc:
|
---|
332 | - unified output to log-stream
|
---|
333 | - removed .Data() from TString where obsolete
|
---|
334 | - fixed memory leak using gSystem->ExpandPathName
|
---|
335 |
|
---|
336 | * mpointing/MPointingPosCalc.cc, mraw/MRawFileWrite.cc:
|
---|
337 | - adde class name to used kRT*/kTT* enums
|
---|
338 |
|
---|
339 | * mraw/MRawEvtHeader.h:
|
---|
340 | - made enum data member of class
|
---|
341 |
|
---|
342 | * mraw/MRawRunHeader.[h,cc]:
|
---|
343 | - made kMagicNumber and kMaxFormatVersion a static data
|
---|
344 | member of the class
|
---|
345 | - added IsMonteCarloRun member function
|
---|
346 |
|
---|
347 |
|
---|
348 |
|
---|
349 | 2004/02/27: Markus Gaug
|
---|
350 |
|
---|
351 | * mjobs/MJPedestal.cc, mjobs/MJCalibration.cc, macros/calibration.C:
|
---|
352 | - put in call to MHCamera::Projection the name of the calling
|
---|
353 | class, otherwise the projected hsitogram will be overwritten by
|
---|
354 | an empyt one.
|
---|
355 |
|
---|
356 | * mcalib/MHCalibrationChargePix.[h,cc],
|
---|
357 | mcalib/MHCalibrationHiGainChargePix.[h,cc],
|
---|
358 | mcalib/MHCalibrationLoGainChargePix.[h,cc]:
|
---|
359 | - histogram name setting and title setting moved to constructor,
|
---|
360 | Functions Init and ChangeHistId derive directly from
|
---|
361 | MHcalibrationChargePix
|
---|
362 |
|
---|
363 | * mcalib/MHCalibrationChargeCam.[h,cc],
|
---|
364 | mcalib/MCalibrationChargeCam.[h,cc],
|
---|
365 | mcalib/MCalibrationChargeCalc.[h,cc]:
|
---|
366 | - introduced "average inner" and "average outer" higain and logain
|
---|
367 | pixels.
|
---|
368 |
|
---|
369 |
|
---|
370 |
|
---|
371 | 2004/02/27: Raducci Sebastian
|
---|
372 |
|
---|
373 | * mhist/Makefile
|
---|
374 | - added mastro in the include list
|
---|
375 |
|
---|
376 |
|
---|
377 |
|
---|
378 | 2004/02/27: Abelardo Moralejo
|
---|
379 |
|
---|
380 | * mmain/MEventDisplay.cc
|
---|
381 | - replaced in fill8 obsolete MArrivalTime with MArrivalTimeCam.
|
---|
382 | - Updated display of MC data: removed MCerPhotCalc, and replaced
|
---|
383 | it by MExtractSignal+MMcCalibrationUpdate+MCalibrate. Now
|
---|
384 | MPedPhotCam is filled and all the camera display tabs are shown
|
---|
385 | correctly (most were not working for MC events since a while
|
---|
386 | ago).
|
---|
387 |
|
---|
388 | * mmain/Makefile
|
---|
389 | - Added mcalib to list of include directories.
|
---|
390 |
|
---|
391 | * manalysis/MMcCalibrationUpdate.[h,cc]
|
---|
392 | - Added member variable Bool_t fOuterPixelsScaling, which is
|
---|
393 | kTRUE by default. If set to kFALSE, MCalibrationCam is filled
|
---|
394 | such that MCerPhotEvt will later be filled with the signal as it
|
---|
395 | is, not corrected for the (possibly) different gain of the outer
|
---|
396 | pixels electronic chain. This option was necessary to allow for
|
---|
397 | the change in the camera display (see above).
|
---|
398 |
|
---|
399 | * macros/starmc.C
|
---|
400 | - added (optional) division of output into two, for use as train
|
---|
401 | and test samples in g/h separation studies.
|
---|
402 |
|
---|
403 |
|
---|
404 |
|
---|
405 | 2004/02/26: Hendrik Bartko
|
---|
406 |
|
---|
407 | * macros/dohtml.C
|
---|
408 | - included the path msignals/
|
---|
409 |
|
---|
410 |
|
---|
411 |
|
---|
412 | 2004/02/26: Abelardo Moralejo
|
---|
413 |
|
---|
414 | * macros/starmcstereo.C
|
---|
415 | - changed filters to divide data between train and test sample for
|
---|
416 | gamma hadron separation studies. Now we use the modulus operator
|
---|
417 | applied to (Corsika) event number:
|
---|
418 | MF filter1("{MMcEvt;1.fEvtNumber%2}<0.5");
|
---|
419 | MF filter2("{MMcEvt;1.fEvtNumber%2}>0.5");
|
---|
420 | - cleaned up a bit the way the CT coordinates are fed to the task
|
---|
421 | MStereoCalc.
|
---|
422 | - Changed default FADC integration range (center range to adapt to
|
---|
423 | new camera).
|
---|
424 |
|
---|
425 |
|
---|
426 |
|
---|
427 | 2004/02/26: Thomas Bretz
|
---|
428 |
|
---|
429 | * mhist/MHCamera.cc:
|
---|
430 | - fixed a function description
|
---|
431 |
|
---|
432 | * mreport/MReport.cc, mreport/MReportFileRead.cc:
|
---|
433 | - introduced return case -1
|
---|
434 |
|
---|
435 | * Makefile.rules:
|
---|
436 | - remove all dependancy files when calling 'rmdep'
|
---|
437 |
|
---|
438 | * mbase/MAGIC.h, mmc/MMcEvt.hxx:
|
---|
439 | - moved ParticleId_t to MMcEvt
|
---|
440 | - implemented MMcEvt::GetParticleName
|
---|
441 | - implemented MMcEvt::GetEnergyStr
|
---|
442 |
|
---|
443 | * mfilter/MFGeomag.cc, mfilter/MFParticleId.cc, mhist/MHCompProb.cc,
|
---|
444 | mhist/MHEvent.cc, mhist/MHHadronness.cc,
|
---|
445 | mmontecarlo/MMcTriggerRateCalc.cc, mranforest/MHRanForest.cc:
|
---|
446 | - fixed usage of ParticleId_t
|
---|
447 |
|
---|
448 | * msignal/Makefile:
|
---|
449 | - removed obsolete includes
|
---|
450 |
|
---|
451 | * mastro/Makefile, mastro/AstroLinkDef.h, mastro/MAstro.[h,cc],
|
---|
452 | mastro/MObservatory.[h,cc]:
|
---|
453 | - added
|
---|
454 |
|
---|
455 | * mbase/MAstro.[h,cc]:
|
---|
456 | - removed
|
---|
457 |
|
---|
458 | * mbase/Makefile, mbase/BaseLinkDef.h:
|
---|
459 | - removed MAstro
|
---|
460 |
|
---|
461 | * Makefile:
|
---|
462 | - added mastro
|
---|
463 | - added msql
|
---|
464 | - added mfbase
|
---|
465 |
|
---|
466 | * mtemp/MObservatory.[h,cc], mtemp/MObservatoryLocation.[h,cc]:
|
---|
467 | - removed
|
---|
468 |
|
---|
469 | * merpp.cc:
|
---|
470 | - added Sql support
|
---|
471 |
|
---|
472 | * mraw/MRawFileRead.h:
|
---|
473 | - added GetFileName
|
---|
474 |
|
---|
475 | * msql/Makefile, msql/SqlLinkDef.h, msql/SqlIncl.h,
|
---|
476 | MSQLServer.[h,cc], MSqlInsertRun.[h,cc]:
|
---|
477 | - added
|
---|
478 |
|
---|
479 | * mfilter/MF.[h,cc], mfilter/MFDataChain.[h,cc],
|
---|
480 | mfilter/MFDataMember.[h,cc], mfilter/MFEventSelector.[h,cc],
|
---|
481 | mfilter/MFEventSelector2.[h,cc], mfilter/MFRealTimePeriod.[h,cc]:
|
---|
482 | - moved to mfbase
|
---|
483 |
|
---|
484 | * mfbase/Makefile, mfbase/FBaseLinkDef.h, mfbase/FBaseIncl.h:
|
---|
485 | - added
|
---|
486 |
|
---|
487 | * merpp.cc:
|
---|
488 | - implemented control of gDebug (root debugging)
|
---|
489 |
|
---|
490 | * mfileio/MWriteAsciiFile.[h,cc], mfileio/MWriteFile.[h,cc],
|
---|
491 | mfileio/MWriteRootFile.[h,cc]:
|
---|
492 | - implemented CheckAndWrite return value
|
---|
493 |
|
---|
494 | * mfileio/MWriteRootFile.cc:
|
---|
495 | - fixed updating already existing branches (eg concatenating report
|
---|
496 | files)
|
---|
497 |
|
---|
498 | * macros/dohtml.C, macros/rootlogon.C:
|
---|
499 | - added mastro
|
---|
500 | - added mfbase
|
---|
501 | - added msql
|
---|
502 |
|
---|
503 | * mraw/MRawEvtHeader.h:
|
---|
504 | - implemented GetNumTrigLvl1
|
---|
505 | - implemented GetNumTrigLvl2
|
---|
506 |
|
---|
507 |
|
---|
508 |
|
---|
509 | 2004/02/25: Markus Gaug
|
---|
510 |
|
---|
511 | * mcalib/MExtractBlindPixel.[h,cc],
|
---|
512 | mcalib/MExtractPINDiode.[h,cc],
|
---|
513 | mcalib/MExtractedSignalBlindPixel.[h,cc],
|
---|
514 | mcalib/MExtractedSignalPINDiode.[h,cc],
|
---|
515 | mcalib/Makefile, msignal/Makefile, mcalib/CalibLinkDef.h,
|
---|
516 | msignal/SignalLinkDef.h:
|
---|
517 | - moved blindpixel and PINdiode extractors to msignal
|
---|
518 |
|
---|
519 |
|
---|
520 | * mcalib/MCalibrationQECam.[h,cc], mcalib/MCalibrationQEPix.[h,cc]:
|
---|
521 | - two new classes to hold the quantum efficieny information of the
|
---|
522 | calibration
|
---|
523 |
|
---|
524 | * msignal/MArrivalTimeCalc.[h,cc]
|
---|
525 | - fill now MArrivalTimePix instead of MArrivalTime
|
---|
526 |
|
---|
527 | * mcalib/MHCalibrationChargeCam.cc
|
---|
528 | - display only valid pixels for the corr. values in GetPixelContent
|
---|
529 |
|
---|
530 | * mcalib/MHCalibrationRelTimeCam.cc
|
---|
531 | - is now filled from MArrivalTimeCam instead of MArrivalTime
|
---|
532 |
|
---|
533 | * macros/calibration.C
|
---|
534 | - divided into two macros: calibration.C using the MJPedestal
|
---|
535 | standard procedure and pedestalstudies.C using the old
|
---|
536 | procedures
|
---|
537 |
|
---|
538 | * macros/pedestalstudies.C
|
---|
539 | - new macro containing the first previous part of calibration.C
|
---|
540 |
|
---|
541 | * mcalib/MCalibrationChargeBlindPix.h,
|
---|
542 | mcalib/MCalibrationChargePINDiode.h, mbase/MAGIC.h,
|
---|
543 | mjobs/MJCalibration.cc:
|
---|
544 | - definition of PulserColot_t in MAGIC.h.
|
---|
545 |
|
---|
546 |
|
---|
547 |
|
---|
548 | 2004/02/25: Hendrik Bartko
|
---|
549 |
|
---|
550 | * macros/rootlogon.C
|
---|
551 | - set the include path also to msignals/
|
---|
552 |
|
---|
553 | * manalysis/MExtractSignal.[h,cc], manalysis/MExtractSignal2.[h,cc],
|
---|
554 | manalysis/MExtractedSignalCam.[h,cc],
|
---|
555 | manalysis/MExtractedSignalPix.[h,cc],
|
---|
556 | manalysis/MArrivalTime.[h,cc], manalysis/MArrivalTimeCalc.[h,cc],
|
---|
557 | manalysis/MArrivalTimeCalc2.[h,cc]:
|
---|
558 | - removed
|
---|
559 |
|
---|
560 | * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
|
---|
561 | - removed classes mentioned above
|
---|
562 |
|
---|
563 | * msignal/MExtractSignal.[h,cc], msignal/MExtractSignal2.[h,cc],
|
---|
564 | msignal/MExtractedSignalCam.[h,cc],
|
---|
565 | msignal/MExtractedSignalPix.[h,cc],
|
---|
566 | msignal/MArrivalTime.[h,cc], msignal/MArrivalTimeCalc.[h,cc],
|
---|
567 | msignal/MArrivalTimeCalc2.[h,cc]:
|
---|
568 | - added
|
---|
569 |
|
---|
570 | * msignal/Makefile, msignal/AnalysisLinkDef.h:
|
---|
571 | - added classes mentioned above
|
---|
572 |
|
---|
573 | * mfilter/Makefile, mcalib/Makefile, mjobs/Makefile, mmain/Makefile:
|
---|
574 | - added include msignal
|
---|
575 |
|
---|
576 |
|
---|
577 |
|
---|
578 |
|
---|
579 | 2004/02/25: Wolfgang Wittek
|
---|
580 |
|
---|
581 | * mcalib/MCalibrateData.[h,cc]
|
---|
582 | - initialize size for MPedPhotCam
|
---|
583 |
|
---|
584 |
|
---|
585 |
|
---|
586 | 2004/02/24: Wolfgang Wittek
|
---|
587 |
|
---|
588 | * manalysis/MSourcPosfromStarPos.[h,cc]
|
---|
589 | - change member function SetSourceAndStarPosition() to expect sky
|
---|
590 | coordinates in the standard units
|
---|
591 | - generalize to more than 1 star
|
---|
592 | - the class is not yet fully tested
|
---|
593 |
|
---|
594 | * mfilter/MFSelBasic.[h,cc]
|
---|
595 | - change default values of cuts
|
---|
596 |
|
---|
597 |
|
---|
598 |
|
---|
599 | 2004/02/24: Markus Gaug
|
---|
600 |
|
---|
601 | * mjobs/MJCalibration.cc, macros/calibration.C,
|
---|
602 | macros/bootcampstandardanalysis.C, macros/pedphotcalc.C:
|
---|
603 | - added MCalibrationChargeBlindPix to plist
|
---|
604 | - added new filling of histograms with MFillH
|
---|
605 | - changed SetPulserColor to MCalibrationChargeBlindPix and
|
---|
606 | MCalibrationChargePINDiode
|
---|
607 |
|
---|
608 | * mcalib/MHCalibrationChargeBlindPix.[h,cc]:
|
---|
609 | - receives a pointer to MCalibrationChargePINDiode which is filled
|
---|
610 | with the results and told to calculate the fluxes in the
|
---|
611 | Finalize function
|
---|
612 | - is filled via MFillH from MExtractBlindPixel
|
---|
613 | - SetPulserColor directly in this class
|
---|
614 |
|
---|
615 | * mcalib/MCalibrationChargeBlindPix.[h,cc]
|
---|
616 | - new storage container of the blind pxiel resutls, replaces
|
---|
617 | MCalibrationBlindPix
|
---|
618 |
|
---|
619 | * mcalib/MCalibrationChargeCalc.[h,cc]:
|
---|
620 | - does not fill the histograms any more, but does ony the
|
---|
621 | calculations in the postprocess. No pointer to MExtractPINDidoe
|
---|
622 | or MExtractBlindPixel any more.
|
---|
623 |
|
---|
624 | * mcalib/MCalibrationChargePix.cc
|
---|
625 | - discovered an error in the calculation of phe's in
|
---|
626 | CalcFFactorMethod(). The average QE was applied twice.
|
---|
627 | This error had been introduced on 13/02/04
|
---|
628 | - loosened criterium convFFactorRelErrLimit from 0.1 to 0.2
|
---|
629 | - CalcFFactor asks for IsChargeValid before calculating anything
|
---|
630 |
|
---|
631 | * mcalib/MCalibrationChargePINDiode.[h,cc]
|
---|
632 | - added function SetFluxOutsidePlexiglassAvailable
|
---|
633 | - SetPulserColor directly in this class
|
---|
634 |
|
---|
635 | * mcalib/MCalibrationChargeCam.cc
|
---|
636 | - removed function SetPulserColor from here
|
---|
637 |
|
---|
638 | * mcalib/MCalibrationPINDiode.[h,cc], mcalib/MHCalibrationConfig.h,
|
---|
639 | mcalib/MHCalibrationPINDiode.[h,cc],
|
---|
640 | mcalib/MCalibrationBlindPix.[h,cc],
|
---|
641 | mcalib/MHCalibrationBlindPixel.[h,cc]:
|
---|
642 | - removed since obsolote
|
---|
643 |
|
---|
644 | * mcalib/MHCalibrationChargePix.cc
|
---|
645 | - make fPickup an Int_t
|
---|
646 |
|
---|
647 | * mcalib/MCalibrate.cc
|
---|
648 | - test validity of every calibration method before retrieving
|
---|
649 | conversion factors
|
---|
650 |
|
---|
651 | * mcalib/MHGausEvents.[h,cc]
|
---|
652 | - add possibility to set fit ranges in call to FitGaus
|
---|
653 | - make function CreateXaxis protected
|
---|
654 |
|
---|
655 |
|
---|
656 |
|
---|
657 | 2004/02/23: Markus Gaug
|
---|
658 |
|
---|
659 | * mraw/MRawEvtPixelIter.h
|
---|
660 | - include GetNumHiGainSamples and GetNumLoGainSamples
|
---|
661 |
|
---|
662 | * mcalib/MExtractedSignalBlindPixel.h,
|
---|
663 | mcalib/MExtractBlindPixel.[h,cc]:
|
---|
664 | - included storage of pedestal
|
---|
665 |
|
---|
666 | * mcalib/MHGausEvents.[h,cc]
|
---|
667 | - make the fit functions protected
|
---|
668 |
|
---|
669 |
|
---|
670 |
|
---|
671 | 2004/02/22: Markus Gaug
|
---|
672 |
|
---|
673 | * mfilter/MFCosmics.[h,cc]
|
---|
674 | - fMaxNumEmpty changed from absolute number to relative number of
|
---|
675 | pixels
|
---|
676 |
|
---|
677 | * mcalib/MHGausEvents.h
|
---|
678 | - remove the "->" from the pointers which are initialized only
|
---|
679 | in certain cases. The streamer did not work in case that
|
---|
680 | MFGausFit was left at the NULL pointer.
|
---|
681 |
|
---|
682 |
|
---|
683 |
|
---|
684 | 2004/02/21: Markus Gaug
|
---|
685 |
|
---|
686 | * manalysis/MExtractedSignalPix.[h,cc]
|
---|
687 | - changed variable fIsLoGainUsed to fLoGainUsed
|
---|
688 | - added function GetNumHiGainSaturated()
|
---|
689 |
|
---|
690 |
|
---|
691 | 2004/02/20: Markus Gaug
|
---|
692 |
|
---|
693 | * mcalib/MHCalibrationChargeHiGainPix.[h,cc], mcalib/Makefile,
|
---|
694 | mcalib/MHCalibrationChargeLoGainPix.[h,cc],
|
---|
695 | mcalib/CalibLinkDef.h
|
---|
696 | - new class to replace MHCalibrationPixel,
|
---|
697 | based on MHCalibrationChargePix
|
---|
698 |
|
---|
699 | * mcalib/MCalibrationChargeCalc.[h,cc]
|
---|
700 | mcalib/MCalibrationChargeCam.[h,cc]
|
---|
701 | mcalib/MCalibrationChargePix.[h,cc]
|
---|
702 | mcalib/MCalibrationChargePINDiode.[h,cc]
|
---|
703 | mcalib/MCalibrationCalc.[h,cc], mcalib/MCalibrationCam.[h,cc],
|
---|
704 | mcalib/MCalibrationPINDiode.[h,cc]:
|
---|
705 | - added the "charge" versions, remove the old ones. The histograms
|
---|
706 | should be filled in the MH... versions independently of
|
---|
707 | MCalibrationChargeCalc. This is fully realized for the PIN Didoe
|
---|
708 | now and will later be so for the pixels and the blind pixel.
|
---|
709 |
|
---|
710 | * mcalib/MHCalibrationChargePINDiode.[h,cc]
|
---|
711 | - receives a pointer to MCalibrationChargePINDiode which is filled
|
---|
712 | with the results and told to calculate the fluxes in the
|
---|
713 | Finalize function
|
---|
714 |
|
---|
715 | * mcalib/MCalibrate.[h,cc], mcalib/MCalibrateData.[h,cc],
|
---|
716 | mcalib/MMcCalibrationCalc.[h,cc], mjobs/MJCalibration.[h,cc],
|
---|
717 | manalysis/MMcCalibrationUpdate.[h,cc],
|
---|
718 | mjobs/MJExtractSignal.[h,cc], manalysis/MGeomApply.cc,
|
---|
719 | mcalib/Makefile, mcalib/CalibLinkDef.h, macros/calibration.C,
|
---|
720 | macros/bootcampstandardanalysis.C,
|
---|
721 | macros/pedphotcalc.C:
|
---|
722 | - replace MCalibrationCam by MCalibrationChargeCam
|
---|
723 | - replace MCalibrationCalc by MCalibrationChargeCalc
|
---|
724 |
|
---|
725 |
|
---|
726 |
|
---|
727 | 2004/02/19: Markus Gaug
|
---|
728 |
|
---|
729 | * mcalib/MCalibrationPix.[h,cc], mcalib/MCalibrationCam.cc,
|
---|
730 | mcalib/MCalibrate.cc, mcalib/MCalibrateDate.cc,
|
---|
731 | manalysis/MMcCalibrationUpdate.cc:
|
---|
732 | - standardized naming of variables containing "Error", this also affected
|
---|
733 | the calling functions MCalibrate, MMcCalibrationUpdate and MCalibrateData
|
---|
734 |
|
---|
735 | * mcalib/MCalibrationCam.cc, mcalib/MCalibrationPix.cc,
|
---|
736 | mcalib/MCalibrationCalc.cc, mcalib/MCalibrate.cc,
|
---|
737 | mcalib/MCalibrateData.cc, mcalib/MCalibrationConfig.h:
|
---|
738 | - took out some configuration numbers and put them directly into
|
---|
739 | the class
|
---|
740 | - remove completely MCalibrationConfig.h
|
---|
741 |
|
---|
742 |
|
---|
743 |
|
---|
744 | 2004/02/19: Abelardo Moralejo
|
---|
745 |
|
---|
746 | * mhist/MHEvent.[h,cc]:
|
---|
747 | - Changed names of Event "types" to make them more descriptive.
|
---|
748 | Former kEvtSignal is now called kEvtSignalDensity, and indicates
|
---|
749 | pixel content scaled by area. Added kEvtSignalRaw, which
|
---|
750 | corresponds to pixel content (with no scaling) in whatever units
|
---|
751 | (this depends on how the MHEvent object is filled!). The default
|
---|
752 | constructor initializes type=kEvtSignalRaw.
|
---|
753 |
|
---|
754 | * mmain/MEventDisplay.cc
|
---|
755 | - Changed filling of evt1 and evt2. Now they are filled with raw
|
---|
756 | content of MCerPhotEvt. Since in MEventDisplay, MCerPhotEvt is
|
---|
757 | still filled uncalibrated (hence in ADC counts), this means that
|
---|
758 | what will be now shown in Mars' camera display is now the signal
|
---|
759 | in each pixel without scaling with pixel area. Given that the
|
---|
760 | default flat fielding is such that equal light density
|
---|
761 | corresponds to equal absolute signal (in ADC counts), this is
|
---|
762 | more reasonable, and allows to check for instance how the
|
---|
763 | relative pixel gains are adjusted by looking at calibration
|
---|
764 | events. To be FIXED: there is however an "inconsistency" in
|
---|
765 | MEventDisplay, and it is that MCerPhotEvt is still used to keep
|
---|
766 | uncalibrated signals. To be replaced by MExtractedSignalCam?
|
---|
767 |
|
---|
768 |
|
---|
769 |
|
---|
770 | 2004/02/19: Thomas Bretz
|
---|
771 |
|
---|
772 | * manalysis/MCerPhotEvt.h:
|
---|
773 | - added operator= to MCerPhotEvtIter -- is this correct?
|
---|
774 |
|
---|
775 | * mhist/MHCamera.[h,cc]:
|
---|
776 | - added member function to calculate minimum content and
|
---|
777 | maximum content for a single sector
|
---|
778 | - Added possibility to get a projection for a single sector.
|
---|
779 | - GetMinimum/GetMaximum now only takes used pixels into account
|
---|
780 | (you can request all pixels using a different member function)
|
---|
781 | - fixed projection (projection only took pixels with contents!=0
|
---|
782 | instead of 'used' pixels
|
---|
783 | - Don't call Sumw2() anymore for projection
|
---|
784 |
|
---|
785 | * mjobs/MJPedestal.cc:
|
---|
786 | - added MPedestalCam to output again - MPedestalCam was fixed
|
---|
787 | yesterday
|
---|
788 | - Added Histograms for the two camera halves
|
---|
789 |
|
---|
790 |
|
---|
791 |
|
---|
792 | 2004/02/18: Markus Gaug
|
---|
793 |
|
---|
794 | * macros/calibration.C
|
---|
795 | - fixed a buggy display of the F-Factor method
|
---|
796 |
|
---|
797 | * mcalib/MCalibrationCalc.cc
|
---|
798 | - calculate the F-Factor method already in the post-Process
|
---|
799 |
|
---|
800 | * mcalib/MCalibrationPix.h
|
---|
801 | - move CalcFFactorMethod to public
|
---|
802 |
|
---|
803 |
|
---|
804 |
|
---|
805 | 2004/02/18: Abelardo Moralejo
|
---|
806 |
|
---|
807 | * mtools/MCubicSpline.cc
|
---|
808 | - in Init, corrected initialization of arrays temp and ysd, which
|
---|
809 | was done with n-1 elements instead of n.
|
---|
810 |
|
---|
811 | * mgui/MHexagon.cc
|
---|
812 | - added comment explaining the algorithm.
|
---|
813 | - changed explicit values of Sin and Cos 60 degrees by const
|
---|
814 | variables (more readable).
|
---|
815 |
|
---|
816 |
|
---|
817 |
|
---|
818 | 2004/02/18: Hendrik Bartko
|
---|
819 |
|
---|
820 | * msignal/:
|
---|
821 | - removed the backup files *~
|
---|
822 | - removed the object files *.o
|
---|
823 | - removed the files SignalCint.*
|
---|
824 |
|
---|
825 | * mgui/MHexagon.cc
|
---|
826 | - added comment explaining the algorithm.
|
---|
827 |
|
---|
828 |
|
---|
829 |
|
---|
830 | 2004/02/18: Thomas Bretz
|
---|
831 |
|
---|
832 | * manalysis/MPedestalCam.[h,cc]:
|
---|
833 | - Changed order of derivements - seems to be VERY important!
|
---|
834 | - changed GetSize from UInt_t to Int_t which is the type
|
---|
835 | of TClonesArray::GetSize() !
|
---|
836 |
|
---|
837 | * mfileio/MReadReports.cc:
|
---|
838 | - skip trees with no entries
|
---|
839 |
|
---|
840 | * mgui/MCamEvent.cc:
|
---|
841 | - added a comment
|
---|
842 |
|
---|
843 | * mhbase/MFillH.cc:
|
---|
844 | - in case SetupFill returns kFALSE and kCanSkip is set
|
---|
845 | Skip task
|
---|
846 |
|
---|
847 | * mraw/MRawFileRead.cc:
|
---|
848 | - don't print warning in case of none executions
|
---|
849 |
|
---|
850 | * manalysis/MArrivalTimeCalc2.cc:
|
---|
851 | - added some const-qualifiers
|
---|
852 |
|
---|
853 |
|
---|
854 |
|
---|
855 | 2004/02/17: Raquel de los Reyes
|
---|
856 |
|
---|
857 | * macros/CCDataCheck.C
|
---|
858 | - Added some improvements in the plots.
|
---|
859 |
|
---|
860 |
|
---|
861 |
|
---|
862 | 2004/02/17: Abelardo Moralejo
|
---|
863 |
|
---|
864 | * macros/readrfl.C
|
---|
865 | - Added missing gPad->cd(1), otherwise the display of events was
|
---|
866 | not updated.
|
---|
867 |
|
---|
868 | * mgui/MHexagon.cc
|
---|
869 | - DistanceToPrimitive(Float_t px, Float_t py) Changed check of
|
---|
870 | whether px,py is inside the pixel or not. Previous algorithm
|
---|
871 | was just an approximation.
|
---|
872 |
|
---|
873 |
|
---|
874 |
|
---|
875 | 2004/02/17: Raquel de los Reyes
|
---|
876 |
|
---|
877 | * mcamera/MCameraHV.h
|
---|
878 | - Now it derives from a MCamEvent class and implemented the
|
---|
879 | GetPixContent() and DrawPixelContent() functions. Added the
|
---|
880 | GetMean function to get the mean HV settings of the camera.
|
---|
881 |
|
---|
882 | * macros/CCDataCheck.C
|
---|
883 | - Added the HV settings plots.
|
---|
884 |
|
---|
885 |
|
---|
886 |
|
---|
887 | 2004/02/17: Hendrik Bartko
|
---|
888 |
|
---|
889 | * msignal:
|
---|
890 | - new: directory for all signal and time extraction classes
|
---|
891 |
|
---|
892 | * msignal/MArrivalTimeCam.[h,cc], manalysis/Makefile,
|
---|
893 | msignal/AnalysisLinkDef.h, MGeomApply.cc:
|
---|
894 | - new: Storage Container for the ArrivalTime in the camera
|
---|
895 |
|
---|
896 | * msignal/MArrivalTimePix.[h,cc], manalysis/Makefile,
|
---|
897 | msignal/AnalysisLinkDef.h:
|
---|
898 | - new: Storage Container for ArrivalTime information of one pixel
|
---|
899 |
|
---|
900 | * msignal/Makefile, SignalCint.[h,cc], SignalDep.d, SignalIncl.h,
|
---|
901 | SignalLinkDef.h
|
---|
902 | - auxiliary files for msignal directory
|
---|
903 |
|
---|
904 | * manalysis/MArrivalTimeCalc2.[h,cc]:
|
---|
905 | - added functionality to compute error of the extracted ArrivalTime
|
---|
906 | - calculated ArrivalTime is stored in MArrivalTimeCam
|
---|
907 |
|
---|
908 | * manalysis/MGeomApply.cc
|
---|
909 | - geometry is applied to MArrivalTimeCam
|
---|
910 |
|
---|
911 | * Makefile:
|
---|
912 | - directory msignal is included
|
---|
913 |
|
---|
914 |
|
---|
915 |
|
---|
916 | 2004/02/17: Sebastian Raducci
|
---|
917 |
|
---|
918 | * mtools/MCubicSpline.[h,cc]
|
---|
919 | - little corrections in minimums evalustion methods
|
---|
920 | - changed constructors (they require the fadc slices to be const)
|
---|
921 |
|
---|
922 | * macros/spline.C
|
---|
923 | - changed according to the MCubicSpline new constructors
|
---|
924 |
|
---|
925 | * manalysis/MArrivalTimeCalc.[h,cc]
|
---|
926 | - changed to use the MCubicSpline class intead of the TSpline class
|
---|
927 | - warning: now the arrival time is again the maximum of the spline,
|
---|
928 | soon it will be changed to half maximum
|
---|
929 |
|
---|
930 |
|
---|
931 |
|
---|
932 | 2004/02/17: Wolfgang Wittek
|
---|
933 |
|
---|
934 | * manalysis/MSourcPosfromStarPos.[h,cc]
|
---|
935 | - new class; calculates the position of the source in the camera from
|
---|
936 | the position of a star in the camera and puts it into
|
---|
937 | MSrcPosCam
|
---|
938 |
|
---|
939 |
|
---|
940 |
|
---|
941 | 2004/02/16: Abelardo Moralejo
|
---|
942 |
|
---|
943 | * mcalib/MMcCalibrationCalc.cc
|
---|
944 | - Fixed two typos in screen output.
|
---|
945 |
|
---|
946 |
|
---|
947 |
|
---|
948 | 2004/02/16: Markus Gaug
|
---|
949 |
|
---|
950 | * mcalib/MCalibrationPix.cc
|
---|
951 | - documentation from David's email added
|
---|
952 | - EffectiveQE decreased from 0.2 to 0.18 (see documentation)
|
---|
953 |
|
---|
954 | * mcalib/Makefile, mcalib/CalibLinkDef.h:
|
---|
955 | - added MExtractBlindPixel and MExtractedSignalBlindPixel
|
---|
956 |
|
---|
957 | * mcalib/MExtractBlindPixel.[h,cc]
|
---|
958 | - new signal extractor for the Blind Pixel
|
---|
959 |
|
---|
960 | * mcalib/MExtractedSignalBlindPixel.[h,cc]
|
---|
961 | - new container for the extracted signal of the BlindPixel
|
---|
962 |
|
---|
963 | * mcalib/MCalibrationCalc.[h,cc]
|
---|
964 | - does not extract signal from Blind Pixel any more, searches
|
---|
965 | for MExtractedSignalBlindPixel and fills the hists from there
|
---|
966 |
|
---|
967 | * macros/calibration.C, macros/bootcampstandardanalysis.C,
|
---|
968 | macros/pedphotcalc.C, mjobs/MJCalibration.cc:
|
---|
969 | - introduce the blind pixel and PIN diode extraction in the macro
|
---|
970 |
|
---|
971 | * manalysis/MPedestalCam.h
|
---|
972 | - changed type of fTotalEntries from ULong_t to UInt_t
|
---|
973 | - fixed documentation of fTotalEntries
|
---|
974 |
|
---|
975 | * manalysis/MPedCalcPedRun.h
|
---|
976 | - changed type of fNumSamplesTot from ULong_t to UInt_t
|
---|
977 |
|
---|
978 | * mcalib/MHGausEvents.h
|
---|
979 | - changed type of fCurrentSize from ULong_t to UInt_t
|
---|
980 |
|
---|
981 | * mcalib/MCalibrationConfig.h
|
---|
982 | - removed gkConversionHiLo and gkConversionHiLoErr which is now
|
---|
983 | directly in the class MCalibrationPix
|
---|
984 |
|
---|
985 |
|
---|
986 |
|
---|
987 | 2004/02/16: Thomas Bretz
|
---|
988 |
|
---|
989 | * manalysis/AnalysisLinkDef.h:
|
---|
990 | - added missing MCerPhotEvtIter
|
---|
991 |
|
---|
992 | * merpp.cc:
|
---|
993 | - added possible usage of database
|
---|
994 |
|
---|
995 | * star.cc:
|
---|
996 | - moved source code into new class MJStar - preliminary
|
---|
997 |
|
---|
998 | * manalysis/MCerPhotPix.cc:
|
---|
999 | - updated class header
|
---|
1000 | - fixed Print-output
|
---|
1001 |
|
---|
1002 | * mbase/MAGIC.h:
|
---|
1003 | - removed definition of MLog
|
---|
1004 |
|
---|
1005 | * mbase/MArgs.h:
|
---|
1006 | - removed include of MAGIC.h
|
---|
1007 |
|
---|
1008 | * mbase/MLog.h:
|
---|
1009 | - added extern definition of gLog
|
---|
1010 |
|
---|
1011 | * mbase/MParContainer.[h,cc]:
|
---|
1012 | - move body of constructors to source file
|
---|
1013 |
|
---|
1014 | * mcalib/MCalibrate.cc, mcalib/MCalibrateData.cc,
|
---|
1015 | mraw/MRawCrateArray.cc, mraw/MRawCrateData.cc,
|
---|
1016 | mraw/MRawEvtData.cc, mraw/MRawEvtHeader.cc, mraw/MRawRead.cc,
|
---|
1017 | mraw/MRawEvtPixelIter.cc, mraw/MRawFileWrite.cc:
|
---|
1018 | - fixed documentation header
|
---|
1019 |
|
---|
1020 | * mcalib/MMcCalibrationCalc.[h,cc]:
|
---|
1021 | - fixed documentation header
|
---|
1022 | - fixed usage of FindCreateObj and FindObject
|
---|
1023 | - removed data member to count entries (use histogram instead)
|
---|
1024 | - use TH1 function Integral instead of doing it manually
|
---|
1025 |
|
---|
1026 | * mfilter/MFCosmics.cc:
|
---|
1027 | - fixed documentation
|
---|
1028 |
|
---|
1029 | * mimage/MHillas.cc, mimage/MImgCleanStd.cc,
|
---|
1030 | mimage/MNewImagePar.[h,cc]:
|
---|
1031 | - replaced for-loops by Iterators
|
---|
1032 |
|
---|
1033 | * mraw/MRawFileRead.cc, mraw/MRawSocketRead.cc:
|
---|
1034 | - fixed documentation header
|
---|
1035 | - check return value of MRawRunHeader::ReadEvt
|
---|
1036 |
|
---|
1037 | * mraw/mraw/MRawRunHeader.[h,cc]:
|
---|
1038 | - fixed documentation header
|
---|
1039 | - added return value to MRawRunHeader::ReadEvt
|
---|
1040 | - added constant number for max format version - preliminary
|
---|
1041 | (should by a static data member)
|
---|
1042 |
|
---|
1043 | * mcalib/MHCalibrationPINDiode.cc:
|
---|
1044 | - do not delete pointers in the destructor which are already
|
---|
1045 | deleted in the base class
|
---|
1046 | - reset histograms in Clear()
|
---|
1047 |
|
---|
1048 | * mcalib/MHCalibrationPixel.cc:
|
---|
1049 | - after deletion of instances in Clear() initialize pointer to NULL
|
---|
1050 |
|
---|
1051 | * mcalib/MCalibrationCalc.cc, mcalib/MHCalibrationBlindPixel.cc:
|
---|
1052 | - fixed usage of logging stream output levels
|
---|
1053 |
|
---|
1054 | * manalysis/MPedCalcPedRun.[h,cc]:
|
---|
1055 | - removed obsolete fSignals
|
---|
1056 |
|
---|
1057 | - removed obsolete fNumPixels
|
---|
1058 |
|
---|
1059 | * manalysis/MPedestalCam.h:
|
---|
1060 | - added '->' to fArray
|
---|
1061 |
|
---|
1062 | * mfileio/MWriteRootFile.cc:
|
---|
1063 | - changed some output to make debugging easier
|
---|
1064 |
|
---|
1065 | * mjobs/MJCalibration.cc:
|
---|
1066 | - fixed a bug in drawing
|
---|
1067 |
|
---|
1068 | * mjobs/MJExtractSignal.cc:
|
---|
1069 | - removed MPedestalCam from MWriteRootFile output.
|
---|
1070 | When creating the branch it crashes - reason unknown I'll
|
---|
1071 | investigate further
|
---|
1072 |
|
---|
1073 |
|
---|
1074 |
|
---|
1075 | 2004/02/16: Markus Gaug
|
---|
1076 |
|
---|
1077 | * mcalib/Makefile, mcalib/CalibLinkDef.h, macros/calibration.C:
|
---|
1078 | - added MHCalibrationRelTimePix
|
---|
1079 |
|
---|
1080 | * mcalib/MHCalibrationRelTimePix.[h,cc],
|
---|
1081 | mcalib/MHCalibrationRelTimeCam.[h,cc]:
|
---|
1082 | - new classes to fit and display the relative arrival times.
|
---|
1083 | - filled from MArrivalTime
|
---|
1084 | - need: MFillH("MHCalibrationRelTimeCam","MArrivalTime")
|
---|
1085 |
|
---|
1086 | * manalysis/MCalibrationCalc.cc
|
---|
1087 | - take out all uncommented code referring to the relative arrival time
|
---|
1088 |
|
---|
1089 | * manalysis/MArrivalTime.h
|
---|
1090 | - changed function GetNumPixels to GetSize
|
---|
1091 |
|
---|
1092 | * macros/bootcampstandardanalysis.C, macros/pedphotcalc.C
|
---|
1093 | - included cosmics rejection which was in MCalibrationCalc before
|
---|
1094 |
|
---|
1095 |
|
---|
1096 |
|
---|
1097 | 2004/02/14: Markus Gaug
|
---|
1098 |
|
---|
1099 | * mcalib/Makefile, mcalib/CalibLinkDef.h:
|
---|
1100 | - added MHCalibrationChargePINDiode
|
---|
1101 |
|
---|
1102 | * mcalib/MHCalibrationChargePINDiode.[h,cc]
|
---|
1103 | - new class to fill the PIN Diode histograms. Derives from
|
---|
1104 | MHCalibrationChargePix and is filled with MFillH from the
|
---|
1105 | container MExtractedSignalPINDiode.
|
---|
1106 | Will replace MHCalibrationPINDiode entirely soon.
|
---|
1107 |
|
---|
1108 | * mcalib/MHCalibrationChargePix.[h,cc]
|
---|
1109 | - new base class for the calibration charges histogram pixel.
|
---|
1110 | Derives from MH and can be filled with the MH with the MH
|
---|
1111 | functions.
|
---|
1112 |
|
---|
1113 | * mcalib/MExtractPINDiode.[h,cc]
|
---|
1114 | - new signal extractor for the PIN Diode
|
---|
1115 |
|
---|
1116 | * mcalib/MExtractedSignalPINDiode.[h,cc]
|
---|
1117 | - new container for the extracted signal of the PIN Diode
|
---|
1118 |
|
---|
1119 | * mcalib/MCalibrationCalc.[h,cc]
|
---|
1120 | - remove the PIN Diode signal extraction
|
---|
1121 |
|
---|
1122 | * manalysis/MHPedestalPix.[h,cc]
|
---|
1123 | - new version of MHPedestalPixel, deriving from MHGausEvents.
|
---|
1124 |
|
---|
1125 | * manalysis/MHPedestalPixel.[h,cc]
|
---|
1126 | - old version removed, since obsolete (and erroneous)
|
---|
1127 |
|
---|
1128 | * manalysis/MHPedestalCam.[h,cc]
|
---|
1129 | - histogramming part of MPedestalCam now in own class
|
---|
1130 |
|
---|
1131 | * manalysis/MPedestalPix.h
|
---|
1132 | - removed include of MHPedestalPixel
|
---|
1133 |
|
---|
1134 | * macros/calibration.C
|
---|
1135 | - changed pedestal displays accordingly
|
---|
1136 |
|
---|
1137 | * mjobs/MJPedestal.h
|
---|
1138 | - class TCanvas included (did not compile otherwise)
|
---|
1139 |
|
---|
1140 | * mhbase/MH.cc
|
---|
1141 | - included call to FindGoodLimits(..) in CutEdges()
|
---|
1142 | - axe from pointer to reference
|
---|
1143 | - "CutEdges" renamed to "StripZeros"
|
---|
1144 |
|
---|
1145 | * manalysis/MHPedestalPixel.cc, mcalib/MHCalibrationPixel.cc,
|
---|
1146 | mcalib/MHCalibrationBlindPixel.cc:
|
---|
1147 | - "CutEdges" renamed to "StripZeros"
|
---|
1148 |
|
---|
1149 | * mcalib/MHGausEvent.[h,cc], mcalib/Makefile, mcalib/CalibLinkDef.h:
|
---|
1150 | - replaced by the improved version: MHGausEvents.[h,cc]
|
---|
1151 |
|
---|
1152 |
|
---|
1153 |
|
---|
1154 | 2004/02/14: Thomas Bretz
|
---|
1155 |
|
---|
1156 | * manalysis/MCerPhotEvt.[h,cc]:
|
---|
1157 | - added 'Iterator' facility, this will replace some for-loops
|
---|
1158 | in the near future
|
---|
1159 |
|
---|
1160 | * mbase/MTime.[h,cc]:
|
---|
1161 | - added a more powerfull interface to get and interprete the
|
---|
1162 | MTime contents as string
|
---|
1163 | - added a new constructor
|
---|
1164 |
|
---|
1165 | * mreport/MReportTrigger.h:
|
---|
1166 | - fixed GetPixContent
|
---|
1167 |
|
---|
1168 | * mtools/MCubicCoeff.cc, mtools/MCubicSpline.[h,cc]:
|
---|
1169 | - many small changes to simple details (like order of includes)
|
---|
1170 | - some speed improvements
|
---|
1171 | - many small simplifications
|
---|
1172 | - changed parts of the code to be more C++ like (eg Iterators
|
---|
1173 | instead of for-loops)
|
---|
1174 | - disentangles some if-cases
|
---|
1175 | - replaced some math.h function by TMath::
|
---|
1176 | - removed data-member fN (obsolete with iterators)
|
---|
1177 |
|
---|
1178 |
|
---|
1179 |
|
---|
1180 | 2004/02/13: Wolfgang Wittek
|
---|
1181 |
|
---|
1182 | * mcalib/MCalibrateData.[h,cc]
|
---|
1183 | - new class;
|
---|
1184 | like MCalibrate, but in ReInit it fills the MPedPhot container
|
---|
1185 | using informations from MPedestal, MExtracteSignalCam and
|
---|
1186 | MCalibrationCam
|
---|
1187 |
|
---|
1188 | * mcalib/Makefile, mcalib/CalibLinkDef.h
|
---|
1189 | - added MCalibrateData
|
---|
1190 |
|
---|
1191 | * manalysis/MPedestalWorkaround.[h,cc]
|
---|
1192 | - create MMcEvt container and fill with theta = 10.0
|
---|
1193 | - set pedestalRMS = 0. if it is > 10.0
|
---|
1194 |
|
---|
1195 | * manalysis/MSupercuts.[h,cc]
|
---|
1196 | - change default values of parameters
|
---|
1197 |
|
---|
1198 | * manalysis/MSupercutsCalc.[h,cc]
|
---|
1199 | - change dNOMLOGSIZE from 4.1 to 5.0
|
---|
1200 |
|
---|
1201 | * mhist/MHBlindPixels.[h,cc]
|
---|
1202 | - change MPedestalCam to MPedPhotCam
|
---|
1203 |
|
---|
1204 | * mhist/MHSigmaTheta.[h,cc]
|
---|
1205 | - automatic binning for pixel number doesn't work
|
---|
1206 | use default binning
|
---|
1207 |
|
---|
1208 |
|
---|
1209 |
|
---|
1210 | 2004/02/13: Markus Gaug
|
---|
1211 |
|
---|
1212 | * mcalib/MCalibrationPix.[h,cc]
|
---|
1213 | - added variables gkAverageQE, gkAverageQEErr, and fAverageQE,
|
---|
1214 | fAverageQEErr
|
---|
1215 | - gkAverageQE initializes to 0.2 (according to David)
|
---|
1216 | - gkAverageQEErr initializes to 0.02 (dito)
|
---|
1217 | - added new member function: SetAverageQE
|
---|
1218 | - call to GetMeanConversionFFactorMethod returns:
|
---|
1219 | fMeanConversionFFactorMethod/fAverageQE.
|
---|
1220 | - call to GetErrorConversionFFactorMethod returns:
|
---|
1221 | errors of fMeanConversionFFactorMethod and fAverageQEErr added
|
---|
1222 | quadratically
|
---|
1223 |
|
---|
1224 | * mcalib/Makefile
|
---|
1225 | - split into two parts one comment line
|
---|
1226 |
|
---|
1227 |
|
---|
1228 | 2004/02/13: Thomas Bretz
|
---|
1229 |
|
---|
1230 | * mbadpixels/MBadPixelsTreat.[h.cc]:
|
---|
1231 | - added for new bad pixel treatment
|
---|
1232 |
|
---|
1233 | * mbadpixels/Makefile, mbadpixels/BadPixelsLinkDef.h:
|
---|
1234 | - added MBadPixelsTreat
|
---|
1235 |
|
---|
1236 | * merpp.cc:
|
---|
1237 | - changed the name of the "DC" tree to "Currents" to make
|
---|
1238 | MReportRead work correctly with this tree
|
---|
1239 |
|
---|
1240 | * mbase/MTime.[h,cc]:
|
---|
1241 | - Changed UpDMagicTime to support nanosec instead of millisec
|
---|
1242 | - exchanged Reset() by Clear() not to clear the yy/mm/dd
|
---|
1243 | information away in an eventloop
|
---|
1244 |
|
---|
1245 | * mraw/MRawEvtHeader.[h,cc]:
|
---|
1246 | - implemented decoding of the time-stamp for raw-data files
|
---|
1247 | with version>2. Thanks to Marcos.
|
---|
1248 |
|
---|
1249 | * mraw/MRawRead.[h,c]:
|
---|
1250 | - pipe file version number to MRawEvtHeader::ReadEvt
|
---|
1251 | - create fake time for file-version<3
|
---|
1252 |
|
---|
1253 | * macros/readMagic.C:
|
---|
1254 | - changed to use MInteractiveTask
|
---|
1255 |
|
---|
1256 | * mbase/MPrint.cc:
|
---|
1257 | - fixed debugging level of some output
|
---|
1258 |
|
---|
1259 | * mhist/MHCamera.[h,cc]:
|
---|
1260 | - fixed handling in AddNotify (necessayr due to change of
|
---|
1261 | inheritance from MCamEvent)
|
---|
1262 | - replaced cout by gLog
|
---|
1263 | - added fNotify to list of cleanups
|
---|
1264 |
|
---|
1265 | * mhist/MHEvent.cc, mjobs/MJCalibration.cc,
|
---|
1266 | mjobs/MJPedestal.cc:
|
---|
1267 | - fixed usage of AddNotify
|
---|
1268 |
|
---|
1269 | * mfileio/MReadReports.cc:
|
---|
1270 | - use a different way to determin whether the tree is a valid tree,
|
---|
1271 | skip invalid trees
|
---|
1272 |
|
---|
1273 | * mfileio/MReadTree.cc:
|
---|
1274 | - added another sanity check at the beginning of PreProcess
|
---|
1275 |
|
---|
1276 | * mhbase/MFillH.[h,cc]:
|
---|
1277 | - added bit kCanSkip which skips MFillH in case the necessary container
|
---|
1278 | wasn't found.
|
---|
1279 | - cd into the corresponding canvas before filling the MH
|
---|
1280 |
|
---|
1281 |
|
---|
1282 |
|
---|
1283 | 2004/02/12: Markus Gaug
|
---|
1284 |
|
---|
1285 | * mbase/MArray.[h,cc]:
|
---|
1286 | - changed name of StripZeros
|
---|
1287 |
|
---|
1288 | * mcalib/MHGausEvent.cc:
|
---|
1289 | - corrected call to StripZeros
|
---|
1290 |
|
---|
1291 | * mcalib/MCalibrationPix.[h,cc]
|
---|
1292 | - implemented dummy for combined method
|
---|
1293 |
|
---|
1294 | * mcalib/MCalibrate.[h,cc]
|
---|
1295 | - implemented a dummy for calibration factor 1. (requested by
|
---|
1296 | Javier Rico)
|
---|
1297 | - implemented combined method
|
---|
1298 | - check for valid methods moved to ReInit
|
---|
1299 |
|
---|
1300 | * mcalib/MCalibrationCalc.cc
|
---|
1301 | - removed initialization of non-used nsamples
|
---|
1302 |
|
---|
1303 | * mcalib/MHCalibrationPixel.[h,cc], mcalib/MCalibrationPix.[h,cc],
|
---|
1304 | mcalib/MCalibrationCalc.[h,cc]
|
---|
1305 | macros/calibration.C
|
---|
1306 | - implemented new histograms:
|
---|
1307 | HSinglePheFADCSlices and HPedestalFADCSlices
|
---|
1308 | They are filled with the FADC slice values of either a s.phe.
|
---|
1309 | event or a pedestal event. The decision is taken with the
|
---|
1310 | variable: MCalibrationCalc::fBlindPixelSinglePheCut, to be set
|
---|
1311 | with a setter
|
---|
1312 |
|
---|
1313 | * mtools/MFFT.[h,cc]
|
---|
1314 | - PowerSpectrumDensity of TArrayI implemented
|
---|
1315 |
|
---|
1316 |
|
---|
1317 |
|
---|
1318 | 2004/02/12: Thomas Bretz
|
---|
1319 |
|
---|
1320 | * mbase/MArray.[h,cc]:
|
---|
1321 | - changed argument of CutEdges from pointer to reference
|
---|
1322 |
|
---|
1323 | * mgeom/MGeomPix.h:
|
---|
1324 | - fixed calculation of area of pixel. It was too big for a
|
---|
1325 | factor of 2
|
---|
1326 |
|
---|
1327 | * mjobs/MJCalibration.cc:
|
---|
1328 | - slight change of name of a MHCamera
|
---|
1329 |
|
---|
1330 | * manalysis/MExtractSignal.cc:
|
---|
1331 | - slight change to the creation of the satpixels list
|
---|
1332 |
|
---|
1333 | * mcalib/MHCalibrationBlindPixel.cc, mcalib/MHCalibrationPixel.cc,
|
---|
1334 | mcalib/MHGausEvent.cc:
|
---|
1335 | - corrected call to ProjectArray
|
---|
1336 | - corrected call to CutEdges
|
---|
1337 |
|
---|
1338 | * mfilter/MFCosmics.[h,cc]:
|
---|
1339 | - small fixes to logging output
|
---|
1340 | - small simplification to return statement
|
---|
1341 | - declared CosmicsRejection const
|
---|
1342 |
|
---|
1343 | * mhbase/MH.[h,cc]:
|
---|
1344 | - changed argument of ProjectArray from pointer to reference
|
---|
1345 | - added missing calcualtion of minimum
|
---|
1346 | - removed obsolete SetEntries
|
---|
1347 | - changed SetDirectory from NULL to gROOT
|
---|
1348 |
|
---|
1349 |
|
---|
1350 |
|
---|
1351 | 2004/02/12: Javier López
|
---|
1352 |
|
---|
1353 | * macros/pointspreadfunction.C
|
---|
1354 | - added new macro that fits with a 2D gaussian the DC spot for an
|
---|
1355 | star. It gives you the RMS of the PSF and the center of the star,
|
---|
1356 | very useful for misspointing studies.
|
---|
1357 |
|
---|
1358 |
|
---|
1359 |
|
---|
1360 | 2004/02/11: Hendrik Bartko
|
---|
1361 |
|
---|
1362 | * manalysis/MExtractSignal2.cc:
|
---|
1363 | - introduced a validity check for the set-function of the window
|
---|
1364 | size (even number of slices, WindowSize < NumberSlices)
|
---|
1365 |
|
---|
1366 | * manalysis/MArrivalTimeCalc2.[h,cc], manalysis/Makefile,
|
---|
1367 | manalysis/AnalysisLinkDef.h:
|
---|
1368 | - new: introduced the calculation of the arrival time as the signal
|
---|
1369 | weighted mean of the time slices in the maximum window
|
---|
1370 |
|
---|
1371 |
|
---|
1372 |
|
---|
1373 | 2004/02/11: Markus Gaug
|
---|
1374 |
|
---|
1375 | * mcalib/MCalibrationCalc.cc:
|
---|
1376 | - the blind pixel signal extractor introduced one week ago, counted
|
---|
1377 | one FADC slice too little, thus the normalization w.r.t. pedestals
|
---|
1378 | was wrong. Now corrected.
|
---|
1379 |
|
---|
1380 | * manalysis/MExtractSignal.cc, manalysis/MExtractSignal2.cc:
|
---|
1381 | - when "WARNING - Lo Gain saturated" occurs, display also the
|
---|
1382 | corr. pixel numbers.
|
---|
1383 |
|
---|
1384 | * mbase/MArray.[h,cc]:
|
---|
1385 | - introduced function to cut array edges with zeros.
|
---|
1386 | (Thomas, should we keep it there or move it to another class? )
|
---|
1387 |
|
---|
1388 | * mcalib/MCalibrationCalc.[h,cc]:
|
---|
1389 | - new function SetBlindPixelRange to set start and end of FADC slices
|
---|
1390 | used for the blind pixel signal extraction.
|
---|
1391 | - remove fEvents which are not necessary any more after the shift
|
---|
1392 | to MFCosmics.
|
---|
1393 |
|
---|
1394 | * mcalib/MHCalibration(Blind)Pixel.[h,cc]:
|
---|
1395 | - show the fourier spectrum now with axes in frequency [Hz] instead
|
---|
1396 | of inverted events.
|
---|
1397 |
|
---|
1398 | * mcalib/MHGausEvent.[h,cc], mcalib/Makefile, mcalib/CalibLinkDef.h:
|
---|
1399 | - new base class for all kind of events with variables having a
|
---|
1400 | Gaussian distribution. Will serve as base class for the
|
---|
1401 | existing and new calibration histogram classes.
|
---|
1402 |
|
---|
1403 |
|
---|
1404 |
|
---|
1405 | 2004/02/11: Abelardo Moralejo
|
---|
1406 |
|
---|
1407 | * mmain/MEventDisplay.cc
|
---|
1408 | - Switched order of MMcPedestalCopy and MCerPhotCalc in tasklist:
|
---|
1409 | MMcPedestalCopy must be executed earlier!
|
---|
1410 |
|
---|
1411 |
|
---|
1412 |
|
---|
1413 | 2004/02/10: Raquel de los Reyes
|
---|
1414 |
|
---|
1415 | * mhist/MHPixVsTime.[h,cc]:
|
---|
1416 | - Added a default draw function and replaced the TGraph object
|
---|
1417 | by a pointer to a TGraph object.
|
---|
1418 |
|
---|
1419 | * mreport/MReportTrigger.h:
|
---|
1420 | - Now it dereives from a MCamEvent class and implemented the
|
---|
1421 | GetPixContent() and DrawPixelContent() functions.
|
---|
1422 |
|
---|
1423 | * maccros/CCDataCheck.C:
|
---|
1424 | - An update of the previous macro. New plots: subsystems status and
|
---|
1425 | macrocells trigger.
|
---|
1426 |
|
---|
1427 |
|
---|
1428 |
|
---|
1429 | 2004/02/10: Markus Gaug
|
---|
1430 |
|
---|
1431 | * mcalib/MCalibrationCam.cc:
|
---|
1432 | - fixed documentation
|
---|
1433 |
|
---|
1434 | * mhbase/MH.[h,cc]:
|
---|
1435 | - new function ProjectArray
|
---|
1436 |
|
---|
1437 | * mcalib/MHCalibrationPixel.[h,cc],
|
---|
1438 | mcalib/MHCalibrationBlindPixel.[h,cc]:
|
---|
1439 | - use ProjectArray from MH to plot the projection of the fourier
|
---|
1440 | spectrum
|
---|
1441 |
|
---|
1442 | * mfilter/MFCosmics.[h,cc], mfilter/Makefile,
|
---|
1443 | mfilter/FilterLinkDef.h:
|
---|
1444 | - new filter removing cosmics, the same as in MCalibrationCalc
|
---|
1445 | where it was removed now.
|
---|
1446 | Call: MFCosmics cosmics;
|
---|
1447 | MContinue cont(&cosmics);
|
---|
1448 | tlist.AddToList(&cont);
|
---|
1449 |
|
---|
1450 | * mcalib/MCalibrationCalc.[h,cc]:
|
---|
1451 | - removed cosmics rejection from there
|
---|
1452 |
|
---|
1453 | * macros/calibration.C, mjobs/MJCalibration.cc:
|
---|
1454 | - changed cosmics rejection to the filter algorithm
|
---|
1455 |
|
---|
1456 |
|
---|
1457 |
|
---|
1458 | 2004/02/09: Markus Gaug
|
---|
1459 |
|
---|
1460 | * mcalib/MCalibrationBlindPix.[h,cc]:
|
---|
1461 | - added histogram to display the average in FADC slices of all
|
---|
1462 | single and double phe events
|
---|
1463 |
|
---|
1464 | * mcalib/MCalibrationCalc.cc:
|
---|
1465 | - fill histograms of single-phe events with higain and logain
|
---|
1466 | sampls
|
---|
1467 |
|
---|
1468 | * mcalib/MCalibrationCam.[h,cc], mcalib/MCalibrationCalc.cc,
|
---|
1469 | mcalib/MCalibrationConfig.h:
|
---|
1470 | - take all pixel areas out of MGeomPix::GetA(), remove all previous
|
---|
1471 | areas
|
---|
1472 | - calculate photon fluxes from blind pixel and PIN diode, use
|
---|
1473 | area only to fill the conversion factors in MCalibrationPix
|
---|
1474 |
|
---|
1475 |
|
---|
1476 | * mcalib/MJCalibration.cc:
|
---|
1477 | - display of number of photons for Blindpixel and PIN Diode Method
|
---|
1478 | changed to display of photon flux which is the actually
|
---|
1479 | calculated quantity
|
---|
1480 |
|
---|
1481 |
|
---|
1482 |
|
---|
1483 | 2004/02/09: Thomas Bretz
|
---|
1484 |
|
---|
1485 | * mbadpixels/*:
|
---|
1486 | - added
|
---|
1487 |
|
---|
1488 | * Makefile:
|
---|
1489 | - added MBadPixels
|
---|
1490 |
|
---|
1491 | * manalysis/MGeomApply.cc:
|
---|
1492 | - fixed class description
|
---|
1493 |
|
---|
1494 | * mjobs/MJCalibration.[h,cc], mjobs/MJExtractSignal.[h,cc]:
|
---|
1495 | - added bad pixel treatment
|
---|
1496 |
|
---|
1497 | * mjobs/MJPedestal.[h,cc]:
|
---|
1498 | - reorganized order of functions
|
---|
1499 | - removed a nonsense scrren output (some BLABABLA or so)
|
---|
1500 |
|
---|
1501 | * mjobs/Makefile:
|
---|
1502 | - added include for mbadpixels
|
---|
1503 |
|
---|
1504 | * mmain/MBrowser.cc:
|
---|
1505 | - do not call construtor of TGTReeLBEntry if pic0=0
|
---|
1506 |
|
---|
1507 |
|
---|
1508 |
|
---|
1509 | 2004/02/09: Raquel de los Reyes
|
---|
1510 |
|
---|
1511 | * mcamera/MCameraLids.h, mreport/MReportCamera.h
|
---|
1512 | - Added the "Get" functions to access the private data
|
---|
1513 | members of the class.
|
---|
1514 |
|
---|
1515 |
|
---|
1516 |
|
---|
1517 | 2004/02/09: Markus Gaug
|
---|
1518 |
|
---|
1519 | * MMcCalibrationUpdate.cc, MCalibrate.cc, MCalibrationPix.cc,
|
---|
1520 | MCalibrationPix.h:
|
---|
1521 | - replace MCalibrationPix->IsChargeFitValid() by IsChargeValid()
|
---|
1522 | because we can calibrate with the histogram mean and RMS even
|
---|
1523 | if the fit is not OK. Thus, there is a question: IsFitted() and
|
---|
1524 | IsChargeValid(), i.e. does the charge make any sense?
|
---|
1525 |
|
---|
1526 | * MCalibrationCam.cc, MCalibrationConfig.h, MCalibrationCalc.cc:
|
---|
1527 | - found serious bug in calculation of conversion factors for the
|
---|
1528 | outer pixels:
|
---|
1529 | GetMeanConversionBlindPixelMethod and
|
---|
1530 | GetMeanConversionPINDiodeMethod
|
---|
1531 | did not correct for the area of the outer pixel, this did only
|
---|
1532 | MCalibrationCam::GetPixelContent which is not used by MCalibrate
|
---|
1533 |
|
---|
1534 |
|
---|
1535 |
|
---|
1536 | 2004/02/06: Markus Gaug
|
---|
1537 |
|
---|
1538 | * mgeom/MGeomCam.h
|
---|
1539 | - replaced in Comment of fPixRatio:
|
---|
1540 | "ratio between size of pixel idx and pixel 0" by
|
---|
1541 | "ratio between size of pixel 0 and pixel idx"
|
---|
1542 |
|
---|
1543 | * manalysis/MPedestalCam.cc
|
---|
1544 | - catch calls to MHPedestalPixel in case that they are not filled
|
---|
1545 | This led previous calls to segmentation violations
|
---|
1546 | - remove include of MHExtractedSignalPix
|
---|
1547 |
|
---|
1548 | * manalysis/MHExtractedSignalPix.[h,cc]
|
---|
1549 | - is everything in MHPedestalPixel, so removed it again
|
---|
1550 |
|
---|
1551 | * mjobs/MJPedestal.cc
|
---|
1552 | - put the projections into Display()
|
---|
1553 | - correct the input of Display (0: pedestal, 1: pedestalerror,
|
---|
1554 | 2: pedRMS, 3: pedRMSerror)
|
---|
1555 |
|
---|
1556 | * manalysis/MHPedestalPixel.cc
|
---|
1557 | - increased number of bins in for charges plot
|
---|
1558 |
|
---|
1559 | * mtools/MFFT.[h,cc]
|
---|
1560 | - possibility to have PSD directly from TArray
|
---|
1561 |
|
---|
1562 | * mjobs/MJCalibration.[h,cc]
|
---|
1563 | - fixed displays
|
---|
1564 | - replaced MExtractSignal by MExtractSignal2
|
---|
1565 |
|
---|
1566 | * mcalib/MHCalibrationPixel.[h,cc], mcalib/MHCalibrationBlindPixel.[h,cc],
|
---|
1567 | mcalib/MCalibrationPix.[h,cc], mcalib/MCalibrationBlindPix.[h,cc],
|
---|
1568 | mcalib/MCalibrationPINDiode.[h,cc], mcalib/MHCalibrationPINDiode.[h,cc]:
|
---|
1569 | - remove histograms MHChargevsN..., now keep TArrays directly
|
---|
1570 | - check for oscillations for all pixels (and you will not trust
|
---|
1571 | your eyes when you look at the results :-((((
|
---|
1572 |
|
---|
1573 | * mcalib/MCalibrationCalc.[h,cc]
|
---|
1574 | - remove ArrivalTime -> go to separate class
|
---|
1575 | - remove BlindPixel and PIN Diode overflow, now handled directly
|
---|
1576 | inside the corr. classes.
|
---|
1577 | - remove SkipTimeFits -> go the arrival time class
|
---|
1578 |
|
---|
1579 | * mcalib/MCalibrationCam.h
|
---|
1580 | - new getters for number of photons
|
---|
1581 | - removed timeslicewidth -> go the corr. time containers
|
---|
1582 |
|
---|
1583 | * mcalib/MCalibrationCam.cc
|
---|
1584 | - removed times of GetPixelContent
|
---|
1585 | - added OscillationChecks in GetPixelContent
|
---|
1586 |
|
---|
1587 | * manalysis/MMcCalibrationUpdate.cc
|
---|
1588 | - remove calpix.SkipTimeFits which is now obsolet
|
---|
1589 |
|
---|
1590 | * macros/calibration.C
|
---|
1591 | - all previous changes now in this macro.
|
---|
1592 | - (NB: Thomas, du brauchst in MJCalibration nicht mehr aendern,
|
---|
1593 | das ging diesmal in einem Aufwasch)
|
---|
1594 |
|
---|
1595 |
|
---|
1596 |
|
---|
1597 | 2004/02/06: Thomas Bretz
|
---|
1598 |
|
---|
1599 | * mhist/MHPixVsTime.[h,cc]:
|
---|
1600 | - changed such that you can set the name of the time container now
|
---|
1601 |
|
---|
1602 | * mraw/MRawRunHeader.[h,cc]:
|
---|
1603 | - added GetMaxPixId()
|
---|
1604 |
|
---|
1605 | * mraw/MRawEvtData.cc:
|
---|
1606 | - fixed wrong size calculation for fABflags
|
---|
1607 |
|
---|
1608 |
|
---|
1609 |
|
---|
1610 | 2004/02/06: Oscar Blanch
|
---|
1611 |
|
---|
1612 | * mmc/MFadcDefine.h && mmc/MMcFadcHeader.cxx
|
---|
1613 | - We cahnged the name (and values) of the global variable
|
---|
1614 | MFADC_RESPONSE_AMPLITUDE to MFADC_RESPONSE_INTEGRAL
|
---|
1615 |
|
---|
1616 |
|
---|
1617 |
|
---|
1618 | 2004/02/05: Markus Gaug
|
---|
1619 |
|
---|
1620 | * mcalib/MHCalibrationPixel.[h,cc]
|
---|
1621 | - put an NDF limit for the fit
|
---|
1622 | - removed all TStrings and replace them by Form(..)
|
---|
1623 | - Check for nan's of all returned fit values
|
---|
1624 |
|
---|
1625 | * mcalib/MCalibrationPix.[h,cc], mcalib/MCalibrationCam.cc:
|
---|
1626 | - reshuffled HiLoGainConversion, calculation of F-Factor method,
|
---|
1627 | - calculation of total F-Factor of the readout.
|
---|
1628 |
|
---|
1629 | * mcalib/MCalibrationCam.cc
|
---|
1630 | - include relative times to display with GetPixelContent
|
---|
1631 |
|
---|
1632 | * mcalib/MCalibrationCalc.[h,cc]
|
---|
1633 | - flag to skip Hi-Lo Calibration
|
---|
1634 | - Hi-LO Graph not filled any more after overflow of ChargevsN
|
---|
1635 | - fill the blind pixel differently from the rest of pixels
|
---|
1636 |
|
---|
1637 | * mcalib/MCalibrate.cc:
|
---|
1638 | - call to const MCalibrationPix &pix replaced by MCalibrationPix &pix
|
---|
1639 |
|
---|
1640 | * manalysis/MArrivalTimeCalc.cc
|
---|
1641 | - default step width 100 ps.
|
---|
1642 | - look for half maximum (at rising edge)
|
---|
1643 |
|
---|
1644 | * manalysis/MExtractSignal.[h,cc]
|
---|
1645 | - removed uncommented code (arrival time)
|
---|
1646 | - set start byte back by one like it was before TB's changes
|
---|
1647 | (does not affect the calculation of number of FADC slices)
|
---|
1648 |
|
---|
1649 | * manalysis/MExtractSignal2.[h,cc]
|
---|
1650 | - removed uncommented code (arrival time)
|
---|
1651 |
|
---|
1652 | * manalysis/MHPedestalPixel.[h,cc]
|
---|
1653 | - is now filled with total pedestals (not per slice), but results are
|
---|
1654 | renormalized to values per slice (this is not to screw up with the
|
---|
1655 | pedestal RMS and the derived uncertainties)
|
---|
1656 | - new function Renorm(nslices)
|
---|
1657 |
|
---|
1658 | * manalysis/MPedestalCam.[h,cc]
|
---|
1659 | - introduced function Clone() (like proposed by TB)
|
---|
1660 | - call to MHPedestalPixel operator() not const any more
|
---|
1661 | - take out lots of uncommented code
|
---|
1662 | - found bug in initialization of hists. SetupFill is called in
|
---|
1663 | PreProcess, therefore, TObjArray is not yet enlarged there.
|
---|
1664 | Now, InitUseHists is called in Fill
|
---|
1665 | - MHPedestalPixel is now filled with total pedestals (not per slice),
|
---|
1666 | but results are
|
---|
1667 | renormalized to values per slice (this is not to screw up with the
|
---|
1668 | pedestal RMS and the derived uncertainties)
|
---|
1669 |
|
---|
1670 | * manalysis/MPedCalcPedRun.cc
|
---|
1671 | - added author
|
---|
1672 | - split calculation of RMS into two steps to make it more clear to
|
---|
1673 | the user
|
---|
1674 |
|
---|
1675 | * macros/calibration.C
|
---|
1676 | - found bug introduced two days ago, namely calculating pedestlas with
|
---|
1677 | MExtractSignal2 which is now fixed
|
---|
1678 | - Skip HiLoConversionCalibration
|
---|
1679 |
|
---|
1680 |
|
---|
1681 |
|
---|
1682 | 2004/02/05: Abelardo Moralejo
|
---|
1683 |
|
---|
1684 | * macros/starmc2.C
|
---|
1685 | - added 3rd argument, "kFALSE", to call of MWriteRootFile::Add
|
---|
1686 | for both MMcEvt and MMcRunHeader since these containers are
|
---|
1687 | not present in real data. Name of macro is no longer adequate if
|
---|
1688 | we will use it for calibrated real data (to be changed if so).
|
---|
1689 |
|
---|
1690 |
|
---|
1691 |
|
---|
1692 | 2004/02/05: Sebastian Raducci
|
---|
1693 |
|
---|
1694 | * mtools/MCubicSpline.[h,cc]
|
---|
1695 | - added
|
---|
1696 | - this class will take the place of the TSpline class to
|
---|
1697 | calculate arrival times
|
---|
1698 |
|
---|
1699 | * mtools/MCubicCoeff.[h,cc]
|
---|
1700 | - added
|
---|
1701 | - this class is used by MCubicSpline to store coefficients
|
---|
1702 |
|
---|
1703 | * macros/spline.C
|
---|
1704 | - added
|
---|
1705 | - test macro. Shows how to use the MCubicSpline class
|
---|
1706 | - it could be used to test the methods of the Spline class
|
---|
1707 |
|
---|
1708 |
|
---|
1709 |
|
---|
1710 | 2004/02/05: Thomas Bretz
|
---|
1711 |
|
---|
1712 | * mmain/MBrowser.cc:
|
---|
1713 | - fixed a double deletion of a TGLayoutHints
|
---|
1714 |
|
---|
1715 |
|
---|
1716 |
|
---|
1717 | 2004/02/04: Markus Gaug
|
---|
1718 |
|
---|
1719 | * mmain/MBrowser.cc:
|
---|
1720 | - corrected TGTReeLBEntry for TGTreeLBEntry
|
---|
1721 |
|
---|
1722 |
|
---|
1723 |
|
---|
1724 | 2004/02/04: Thomas Bretz
|
---|
1725 |
|
---|
1726 | * manalysis/MExtractSignal2.cc:
|
---|
1727 | - don't allow odd numbers for the window size
|
---|
1728 |
|
---|
1729 | * mfilter/MFilterList.cc:
|
---|
1730 | - corrected a wrong logging message
|
---|
1731 |
|
---|
1732 | * mmain/MBrowser.cc:
|
---|
1733 | - added '/data/MAGIC' as shortcut in the combo box
|
---|
1734 |
|
---|
1735 | * mraw/MRawEvtPixelIter.cc:
|
---|
1736 | - optimized calculation of MaxIdx
|
---|
1737 |
|
---|
1738 |
|
---|
1739 |
|
---|
1740 | 2004/02/04: Abelardo Moralejo
|
---|
1741 |
|
---|
1742 | * macros/starmc2.C
|
---|
1743 | - removed unnecessary variables BinsHigh, BinsLow
|
---|
1744 |
|
---|
1745 |
|
---|
1746 |
|
---|
1747 | 2004/02/04: Markus Gaug
|
---|
1748 |
|
---|
1749 | * manalysis/MPedestalCam.[h,cc], manalysis/MPedestalPix.[h,cc],
|
---|
1750 | manalysis/MPedCalcPedRun.[h,cc], manalysis/MHPedestalPixel.[h,cc],
|
---|
1751 | macros/calibration.C:
|
---|
1752 | - histograms are now filled with MFillH as proposed and coded by
|
---|
1753 | Thomas Bretz. Some modifications had to be done, however.
|
---|
1754 | - Class to hold MHPedestalPixel is still MPedestalCam
|
---|
1755 | - MPedCalcPedRun does nothing any more (except from what is was
|
---|
1756 | doing before)
|
---|
1757 |
|
---|
1758 | * manalysis/MExtractSignal.cc
|
---|
1759 | - remove uncommented code
|
---|
1760 |
|
---|
1761 | * mcalib/MCalibrationCalc.[h,cc]
|
---|
1762 | - modified way to handle histogram overflow: Now flags are set and
|
---|
1763 | ChargevsN histogram is not tried to be filled subsequently
|
---|
1764 |
|
---|
1765 |
|
---|
1766 |
|
---|
1767 | 2004/02/03: Markus Gaug
|
---|
1768 |
|
---|
1769 | * manalysis/MHExtractedSignalPix.[h,cc]
|
---|
1770 | - added Thomas B. modified version of MHPedestalPixel. Later will
|
---|
1771 | remove MHPedestalPixel
|
---|
1772 |
|
---|
1773 | * manalysis/MCalibrationPix.[h,cc], manalysis/MHCalibrationPixel.[h,cc],
|
---|
1774 | manalysis/MCalibrationCam.cc, macros/calibration.C:
|
---|
1775 | - now split completely absolute and relative times. Absolute
|
---|
1776 | times are not fitted, but their histogram mean and rms are
|
---|
1777 | returned.
|
---|
1778 |
|
---|
1779 |
|
---|
1780 |
|
---|
1781 | 2004/02/03: Thomas Bretz
|
---|
1782 |
|
---|
1783 | * mfileio/MReadTree.cc:
|
---|
1784 | - fixed handling of -1 entries in AddFile: root 3.10/02 crashed
|
---|
1785 |
|
---|
1786 | * manalysis/MExtractSignal.[h,cc]:
|
---|
1787 | - moved code to extract the signal from Process to
|
---|
1788 | new member function FindSignal, I left the arrival time
|
---|
1789 | extraction as commented-out code in the code just as a
|
---|
1790 | demonstration to do this very fast.
|
---|
1791 |
|
---|
1792 |
|
---|
1793 |
|
---|
1794 | 2004/02/02: Markus Gaug
|
---|
1795 |
|
---|
1796 | * manalysis/MPedCalcPedRun.cc
|
---|
1797 | - corrected formulae in Class description
|
---|
1798 |
|
---|
1799 | * mcalib/MCalibration.[h,cc], mcalib/MHCalibration.[h,cc],
|
---|
1800 | manalysis/MMcCalibrationUpdate.cc:
|
---|
1801 | - calculate relative times and absolute times. Fit only
|
---|
1802 | the relative ones.
|
---|
1803 |
|
---|
1804 |
|
---|
1805 |
|
---|
1806 | 2004/02/02: Abelardo Moralejo
|
---|
1807 |
|
---|
1808 | * manalysis/MMcCalibrationUpdate.cc, MMcPedestalCopy.cc
|
---|
1809 | - removed file type check (MC or data) from PreProcess since now
|
---|
1810 | run headers are not yet known at that point.
|
---|
1811 |
|
---|
1812 | * mcalib/MMcCalibrationCalc.cc
|
---|
1813 | - same as above.
|
---|
1814 |
|
---|
1815 | * NEWS
|
---|
1816 | - updated.
|
---|
1817 |
|
---|
1818 |
|
---|
1819 |
|
---|
1820 | 2004/02/02: Thomas Bretz
|
---|
1821 |
|
---|
1822 | * manalysis/MExtractSignal2.[h,cc]:
|
---|
1823 | - added new task which takes a given number of slices with the
|
---|
1824 | highest integral content as signal.
|
---|
1825 |
|
---|
1826 | * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
|
---|
1827 | - added MExtractSignal2
|
---|
1828 |
|
---|
1829 |
|
---|
1830 |
|
---|
1831 | 2004/01/30: Abelardo Moralejo
|
---|
1832 |
|
---|
1833 | * macros/starmc.C
|
---|
1834 | - changed default FADC integration range (more adequate for coming
|
---|
1835 | camera version).
|
---|
1836 |
|
---|
1837 | * macros/mccalibrate.C, starmc2.C
|
---|
1838 | - added. First macro transforms input files from camera simulation
|
---|
1839 | into files with pixel data already calibrated in photons. The
|
---|
1840 | second reads in an already calibrated data file and produces an
|
---|
1841 | output file with Hillas parameters. Both together do the same as
|
---|
1842 | starmc.C, but it is convenient to have files containing
|
---|
1843 | calibrated pixel information.
|
---|
1844 |
|
---|
1845 |
|
---|
1846 |
|
---|
1847 | 2004/01/30: Thomas Bretz
|
---|
1848 |
|
---|
1849 | * mbase/MDirIter.h:
|
---|
1850 | - added GetNumEntries
|
---|
1851 |
|
---|
1852 | * mhist/MHEvent.cc:
|
---|
1853 | - added a dynamic_cast from MParContainer to MCamEvent to get the
|
---|
1854 | correct pointer to the correct base-class.
|
---|
1855 |
|
---|
1856 | * mbase/MStatusDisplay.cc:
|
---|
1857 | - In EventInfo check whether gPad==0
|
---|
1858 |
|
---|
1859 | * mfileio/MReadMarsFile.cc:
|
---|
1860 | - removed reading RunHeaders from PreProcess, this resulted
|
---|
1861 | in strange behaviour of writing RunHeaders
|
---|
1862 | - fixed consistency check for RunType accordingly
|
---|
1863 |
|
---|
1864 | * mfilter/MFilterList.cc:
|
---|
1865 | - do not skip adding filter if only a filter with the same name
|
---|
1866 | exists
|
---|
1867 |
|
---|
1868 | * mraw/MRawFileRead.cc:
|
---|
1869 | - added an output message if run header is not accessible
|
---|
1870 |
|
---|
1871 | * mraw/MRawRunHeader.[h,cc]:
|
---|
1872 | - initialize fRunType to new enum kRTNone
|
---|
1873 |
|
---|
1874 | * mfilter/MFGeomag.cc:
|
---|
1875 | - set fResult to kFALSE at the beginning of Process
|
---|
1876 | - according to this removed setting fResult=kFALSE before return
|
---|
1877 | - replaced some float by Float_t
|
---|
1878 | - added some const-qualifiers
|
---|
1879 | - replaced (rig<0.5/pr*R*(r2-r1)+r1) by (rig-r1)*pr<rnd
|
---|
1880 | with rnd = R * (r2-r1)/2 to make sure that we cannot
|
---|
1881 | devide by 0
|
---|
1882 |
|
---|
1883 | * manalysis/MPedCalcPedRun.cc:
|
---|
1884 | - added some comments
|
---|
1885 |
|
---|
1886 | * Makefile:
|
---|
1887 | - added mjobs
|
---|
1888 |
|
---|
1889 | * mjobs/*:
|
---|
1890 | - added
|
---|
1891 |
|
---|
1892 | * mbase/Makefile, mbase/BaseLinkDef.h:
|
---|
1893 | - added MRunIter
|
---|
1894 |
|
---|
1895 | * mbase/MRunIter.[h,cc]:
|
---|
1896 | - added
|
---|
1897 |
|
---|
1898 |
|
---|
1899 |
|
---|
1900 | 2004/01/30: Markus Gaug
|
---|
1901 |
|
---|
1902 | * manalysis/MPedestalCam.h
|
---|
1903 | - added function IsUsedHists()
|
---|
1904 |
|
---|
1905 | * manalysis/MPedestalCam.cc
|
---|
1906 | - modified GetPixelContent
|
---|
1907 |
|
---|
1908 | * manalysis/MPedestalCam.cc, manalysis/MPedCalcPedRun.cc:
|
---|
1909 | - include storage of number of used FADC slices to compare later
|
---|
1910 | the pedestal per slice ( and sigma per slice)
|
---|
1911 | - return relative differences in GetPixelContent
|
---|
1912 |
|
---|
1913 | * mcalib/MCalibrationCalc.[h,cc], mcalib/MHCalibrationBlindPixel.[h,cc]:
|
---|
1914 | - fBlindPixelId and fPINDiodeId now like in PedestalCam
|
---|
1915 | - fill Blind Pixel with information about its fitted pedestal if
|
---|
1916 | available
|
---|
1917 | - initialize charges histogram with a bigger range
|
---|
1918 | - use pedestal information to constrain the pedestal fit ranges
|
---|
1919 |
|
---|
1920 | * manalysis/MHPedestalPixel.cc
|
---|
1921 | - initialize charges histogram with a bigger range
|
---|
1922 |
|
---|
1923 | * macros/calibration.C
|
---|
1924 | - SetRange of MExtractSignal to 1,14 (see emails of yesterday)
|
---|
1925 | - apply new GetPixelContents of MPedestalCam (more calculations
|
---|
1926 | and displays of errors, correction for different FADC slice
|
---|
1927 | number)
|
---|
1928 |
|
---|
1929 | * manalysis/MExtractSignal.cc
|
---|
1930 | - not access to MArrivalTime any more. The same information is
|
---|
1931 | stored in MRawEvt->GetPixelContent(...)
|
---|
1932 |
|
---|
1933 | * manalysis/MCalibrationCalc.cc
|
---|
1934 | - retrieve default arrival time from MRawEvt
|
---|
1935 |
|
---|
1936 | * manalysis/MCalibrationBlindPix.cc, manalysis/MCalibrationPix.cc
|
---|
1937 | - check for NaN's in fit results
|
---|
1938 |
|
---|
1939 |
|
---|
1940 |
|
---|
1941 | 2004/01/29: Abelardo Moralejo
|
---|
1942 |
|
---|
1943 | * mfileio/MWriteFile.h
|
---|
1944 | - added missing declaration of ReInit
|
---|
1945 |
|
---|
1946 | * manalysis/MMcCalibrationUpdate.cc
|
---|
1947 | - added call to MCalibrationCam::SetBlindPixelMethodValid(kTRUE)
|
---|
1948 | to adapt to recent changes in MCalibrate.
|
---|
1949 |
|
---|
1950 |
|
---|
1951 |
|
---|
1952 | 2004/01/29: Thomas Bretz
|
---|
1953 |
|
---|
1954 | * manalysis/MArrivalTime.h, manalysis/MCameraData.h,
|
---|
1955 | manalysis/MCerPhotEvt.h, manalysis/MExtractSignalCam.h,
|
---|
1956 | manalysis/MPedPhotCam.h, manalysis/MPedestalCam.h,
|
---|
1957 | mcalib/MCalibrationCam.h, mcamera/MCameraDC.h,
|
---|
1958 | mraw/MRawEvtData.h, mreflector/MRflEvtData.h:
|
---|
1959 | - split derivement into MParContainer and MCamEvent
|
---|
1960 |
|
---|
1961 | * manalysis/MExtractSignalCam.[h,cc]:
|
---|
1962 | - removed obsolete MExtractSignal::ReInit
|
---|
1963 | - added -> to fArray
|
---|
1964 |
|
---|
1965 | * mbase/MParList.h:
|
---|
1966 | - added a new bit kIsProcessing
|
---|
1967 |
|
---|
1968 | * mbase/MTaskList.cc:
|
---|
1969 | - fixed the handling of kDoNotReset and the bahaviour of
|
---|
1970 | SetReadyToSave, such that it is possible to write all
|
---|
1971 | headers
|
---|
1972 |
|
---|
1973 | * mfileio/MWriteFile.cc:
|
---|
1974 | - added ReInit which also calls CheckAndWrite
|
---|
1975 |
|
---|
1976 | * mgui/MCamEvent.h:
|
---|
1977 | - does not derive from MParContainer anymore
|
---|
1978 |
|
---|
1979 |
|
---|
1980 |
|
---|
1981 | 2004/01/29: Markus Gaug
|
---|
1982 |
|
---|
1983 | * mcalib/MCalibrationCalc.[h,cc], mcalib/MCalibrationCam.[h,cc],
|
---|
1984 | mcalib/MCalibrationConfig.h
|
---|
1985 | - put gkCalibrationBlindPixelId and gkCalibrationPINDiodeId
|
---|
1986 | directly into the corresponding classes.
|
---|
1987 |
|
---|
1988 |
|
---|
1989 |
|
---|
1990 | 2004/01/29: Nicola Galante
|
---|
1991 |
|
---|
1992 | * mhistmc/MHMcTriggerLvl2.[h,cc]:
|
---|
1993 | - In method MHMcTriggerLvl2::GetHistByName(const TString name)
|
---|
1994 | added string checking to return also
|
---|
1995 | fHistCellPseudoSize, fHistCellPseudoSizeNorm
|
---|
1996 | and fHistCellPseudoSizeEnergy.
|
---|
1997 | - Added inline functions GetHistCellPseudoSize() and
|
---|
1998 | GetHistCellPseudoSizeNorm().
|
---|
1999 |
|
---|
2000 |
|
---|
2001 |
|
---|
2002 | 2004/01/28: Javier Rico
|
---|
2003 |
|
---|
2004 | * mcalib/MCalibrate.[h.cc]
|
---|
2005 | - include possibility to select the calibration method to be used
|
---|
2006 |
|
---|
2007 |
|
---|
2008 |
|
---|
2009 | 2004/01/28: Markus Gaug
|
---|
2010 |
|
---|
2011 | * mcalib/MCalibrate.[h.cc]
|
---|
2012 | - corrected Int_t ReInit() to Bool_t ReInit(MParList *pList)
|
---|
2013 |
|
---|
2014 | * mcalib/MCalibrationCalc.[h,cc], mcalib/MCalibrationCam.[h,cc]:
|
---|
2015 | - included flags to indicate if Blind Pixel Method or PIn Diode
|
---|
2016 | method was OK. Up to now, program stopped, if one of the two
|
---|
2017 | methods was chosen but not able to being executed.
|
---|
2018 |
|
---|
2019 | * manalysis/MArrivalTimeCalc.cc, manalysis/MExtractSignals.cc,
|
---|
2020 | manalysis/MGeomApply.cc:
|
---|
2021 | - put all missing InitSize(npixels) into MGeomApply
|
---|
2022 |
|
---|
2023 | * manalysis/MPedCalcPedRun.[h,cc], manalysis/MPedestalCam.[h,cc],
|
---|
2024 | manalysis/MPedestalPix.[h,cc], manalysis/MHPedestalPixel.[h,cc],
|
---|
2025 | manalysis/Makefile, manalysis/AnalysisLinkDef.h:
|
---|
2026 | - include possibility to fit the pedestals with Gaussian.
|
---|
2027 | - old methods are not affected.
|
---|
2028 | - add new method with MPedCalcPedRun::SetUseHists()
|
---|
2029 |
|
---|
2030 |
|
---|
2031 |
|
---|
2032 | 2004/01/28: Abelardo Moralejo
|
---|
2033 |
|
---|
2034 | * mcalib/MMcCalibration.cc
|
---|
2035 | - fixed wrong variable type in call to TH1F constructor (number of
|
---|
2036 | bins is now integer), which resulted in a compilation warning.
|
---|
2037 |
|
---|
2038 |
|
---|
2039 |
|
---|
2040 | 2004/01/28: Thomas Bretz
|
---|
2041 |
|
---|
2042 | * manalysis/MPedestalCam.cc:
|
---|
2043 | - removed unwanted CheckBound from operators. CheckBounds is ONLY
|
---|
2044 | ment for really old MC files and will be removed in the future
|
---|
2045 | anyhow.
|
---|
2046 |
|
---|
2047 | * mcalib/MHCalibrationPixel.h:
|
---|
2048 | - removed obsolete include of MFFT
|
---|
2049 |
|
---|
2050 | * manalysis/MCerPhotAnal.cc, manalysis/MCerPhotCalc.cc,
|
---|
2051 | manalysis/MPedestalCam.[h,cc]:
|
---|
2052 | - removed use of obsolete MPedestalCam::CheckBounds. This was
|
---|
2053 | a workaround for a 'bug' in very old camera files, which is not
|
---|
2054 | necessary anymore.
|
---|
2055 |
|
---|
2056 | * manalysis/MCerPhotAnal2.[h,cc]:
|
---|
2057 | - replaced MPedestalCam by MPedPhotCam
|
---|
2058 |
|
---|
2059 | * manalysis/MExtractSignal.cc:
|
---|
2060 | - some small simplification to the signal extraction
|
---|
2061 | - removed some obsolete variables
|
---|
2062 | - replaced for by while
|
---|
2063 | - removed obsolete casts
|
---|
2064 |
|
---|
2065 | * mmain/MEventDisplay.cc:
|
---|
2066 | - gave names to the filters
|
---|
2067 | - removed adding MHCamera to fList because it was deleted twice
|
---|
2068 |
|
---|
2069 | * mhist/MHCamera.cc:
|
---|
2070 | - fixed usage of fPainter in Paint() - title was not updated
|
---|
2071 | correctly
|
---|
2072 |
|
---|
2073 |
|
---|
2074 |
|
---|
2075 | 2004/01/28: Sebastian Raducci
|
---|
2076 |
|
---|
2077 | * manalysis/MArrivalTime.[h,cc]:
|
---|
2078 | - removed all the code relative to the cluster evaluation
|
---|
2079 |
|
---|
2080 |
|
---|
2081 |
|
---|
2082 | 2004/01/27: Markus Gaug
|
---|
2083 |
|
---|
2084 | * manalysis/MPedestalPix.cc:
|
---|
2085 | - initialize default values to 0 instead of -1.
|
---|
2086 |
|
---|
2087 | * manalysis/MPedestalCam.[h,cc]:
|
---|
2088 | - include CheckBounds, also in operator[]
|
---|
2089 |
|
---|
2090 | * mcalib/MCalibrationCam.[h,cc]:
|
---|
2091 | - apparently, there was a reference to InitSize(UInt_t i) instead
|
---|
2092 | of InitSize(Int_t i), where compiler complained, now changed
|
---|
2093 |
|
---|
2094 | * mcalib/MHCalibration*, mcalib/MCalibration*:
|
---|
2095 | - fixed all Clear()'s, Reset()'s, direct intializers
|
---|
2096 |
|
---|
2097 |
|
---|
2098 |
|
---|
2099 | 2004/01/27: Thomas Bretz
|
---|
2100 |
|
---|
2101 | * mdata/MDataChain.cc:
|
---|
2102 | - added '%' to supported operators
|
---|
2103 |
|
---|
2104 |
|
---|
2105 |
|
---|
2106 | 2004/01/26: Nicola Galante
|
---|
2107 |
|
---|
2108 | * manalysis/MMcTriggerLvl2.[cc,h]:
|
---|
2109 |
|
---|
2110 | - Defined some static constants to avoid ugly "magic numbers"
|
---|
2111 | in arrays: gsNCells, gsNTrigPixels,
|
---|
2112 | gsNPixInCell, gsNLutInCell, gsNPixInLut, fNumPixCell.
|
---|
2113 | - Added method
|
---|
2114 | MMcTriggerLvl2::GetCellCompactPixel(int cell, MGeomCam *fCam)
|
---|
2115 | which computes compact pixels into a given L2T macrocell.
|
---|
2116 | - Added method
|
---|
2117 | MMcTriggerLvl2::CalcBiggerCellPseudoSize()
|
---|
2118 | which computes fCellPseudoSize, the maximum Pseudo Size into L2T
|
---|
2119 | macrocells
|
---|
2120 | - Added method
|
---|
2121 | MMcTriggerLvl2::GetCellPseudoSize() const
|
---|
2122 | which returns fCellPseudoSize
|
---|
2123 | - Added method
|
---|
2124 | MMcTriggerLvl2::IsPixelInCell(Int_t pixel, Int_t cell),
|
---|
2125 | which controls whether a pixel belongs to a given L2T cell.
|
---|
2126 | - Added method
|
---|
2127 | MMcTriggerLvl2::GetMaxCell() const
|
---|
2128 | which returns fMaxCell, the cell with the maximum
|
---|
2129 | fCellPseudoSize.
|
---|
2130 |
|
---|
2131 |
|
---|
2132 |
|
---|
2133 | 2004/01/26: Markus Gaug, Michele Doro
|
---|
2134 |
|
---|
2135 | * manalysis/MArrivalTime.[h,cc], manalysis/MArrivalTimeCalc.[h,cc]:
|
---|
2136 | - moved calculation of arrival time from MArrivalTime to
|
---|
2137 | MArrivalTimeCalc. MArrivalTime does not do any Process-job
|
---|
2138 | anymore
|
---|
2139 | - TSpline5 now on stack.
|
---|
2140 | - function to set the stepsize
|
---|
2141 |
|
---|
2142 | * mcalib/MHCalibrationBlindPixel.[h,cc]:
|
---|
2143 | - force mu_{0} in Blind Pixel Fit to be around 0 in fKPoisson4
|
---|
2144 | - implement combined Polya fit and Michele's back-scattered electron
|
---|
2145 | fit
|
---|
2146 |
|
---|
2147 | * mcalib/MHCalibrationPixel.[h,cc], mcalib/MCalibrationPix.cc,
|
---|
2148 | mcalib/MCalibrationPINDiode.cc:
|
---|
2149 | - combine FitChargeHiGain and FitChargeLoGain into one function
|
---|
2150 |
|
---|
2151 | * macros/calibration.C
|
---|
2152 | - improve double gauss fit a bit
|
---|
2153 |
|
---|
2154 |
|
---|
2155 |
|
---|
2156 | 2004/01/26: Thomas Bretz
|
---|
2157 |
|
---|
2158 | * mraw/MRawEvtPixelIter.[h,cc]:
|
---|
2159 | - removed member function GetNumPixels. For more details see mantis.
|
---|
2160 |
|
---|
2161 | * manalysis/MArrivalTime.[h,cc]:
|
---|
2162 | - reorganized includes
|
---|
2163 | - fixed InitSize and ClearArray (now Reset) to fit MParContainer
|
---|
2164 | definition
|
---|
2165 | - for the moment removed usage of fPixelChecked - THIS WILL CRASH YOUR
|
---|
2166 | PROGRAM
|
---|
2167 |
|
---|
2168 | * manalysis/MArrivalTimeCalc.[h,cc]:
|
---|
2169 | - reorganized includes
|
---|
2170 | - removed many obsolete code, exspecially copy&paste relicts!
|
---|
2171 | - fixed usage of InitSize
|
---|
2172 | - removed CleanArray. Reset() is called automatically before Process()
|
---|
2173 |
|
---|
2174 | * manalysis/MExtractedSignalCam.[h,cc]:
|
---|
2175 | - added SetLogStream
|
---|
2176 | - removed obsolete include MGeomCam
|
---|
2177 | - replaced PrintOut by Print
|
---|
2178 | - added const-qualifiers to all Getters
|
---|
2179 | - fixed documentation
|
---|
2180 |
|
---|
2181 | * manalysis/MExtractedSignalPix.[h,cc]:
|
---|
2182 | - replaced PrintOut by Print
|
---|
2183 | - fixed documentation
|
---|
2184 |
|
---|
2185 | * manalysis/MEventRateCalc.cc, manalysis/MPedCalcPedRun.cc:
|
---|
2186 | - replaced memset by Reset()
|
---|
2187 |
|
---|
2188 |
|
---|
2189 |
|
---|
2190 | 2004/01/24: Abelardo Moralejo
|
---|
2191 |
|
---|
2192 | * macros/starmcstereo.C
|
---|
2193 | - Added. Example of how to run the analysis chain for MC files
|
---|
2194 | containing simulation of stereo systems of 2 telescopes.
|
---|
2195 |
|
---|
2196 | * mcalib/MCalibrate.cc
|
---|
2197 | - Added check that value of signal from MExtractedSignalPix is not
|
---|
2198 | the default (error) value. In such a case, the signal in
|
---|
2199 | MCerPhotEvt is now set to 0. Before, all pixels got very high
|
---|
2200 | values in MCerPhotEvt in case the MRawEvtData object for the
|
---|
2201 | event was missing in the file. This happened in MC files, in
|
---|
2202 | which in some circumstances an event is written without the
|
---|
2203 | pixel information (for instance, when running stereo simulations
|
---|
2204 | the pixel data is missing for non-triggered telescopes, but the
|
---|
2205 | event headers are present).
|
---|
2206 |
|
---|
2207 |
|
---|
2208 |
|
---|
2209 | 2004/01/23: Markus Gaug
|
---|
2210 |
|
---|
2211 | * manalysis/MExtractSignal.[h,cc], manalysis/MExtractedSignalPix.[h,cc],
|
---|
2212 | manalysis/MArrivalTime.[h,cc], mcalib/MCalibrationBlindPix.h,
|
---|
2213 | mcalib/MHCalibrationBlindPixel.[h,cc], mcalib/MCalibrationPINDiode.h,
|
---|
2214 | mcalib/MHCalibrationPINDiode.[h,cc], mcalib/MCalibrationPix.[h,cc],
|
---|
2215 | mcalib/MHCalibrationPixel.[h,cc], mcalib/MCalibrationCalc.[h,cc]:
|
---|
2216 | - use MArrivalTime for Storage (or calculation) of time
|
---|
2217 | in MExtractSignal
|
---|
2218 | - pass from TH1I histos to TH1F for times
|
---|
2219 |
|
---|
2220 | * mcalib/MCalibrationBlindPix.h, mcalib/MHCalibrationBlindPixel.[h,cc],
|
---|
2221 | mcalib/MCalibrationPix.[h,cc], mcalib/MHCalibrationPixel.[h,cc],
|
---|
2222 | mcalib/MCalibrationCalc.[h,cc]:
|
---|
2223 | - clean up setters
|
---|
2224 | - pass to bit-fields for all flags
|
---|
2225 |
|
---|
2226 | * mcalib/MCalibrationCam.cc
|
---|
2227 | - exclude Blind Pixel from Camera display
|
---|
2228 | - do not fill &val when return kFALSE
|
---|
2229 |
|
---|
2230 | * macros/calibration.C
|
---|
2231 | - include functions to exclude the blind pixel,
|
---|
2232 | calculation of times and quality checks
|
---|
2233 |
|
---|
2234 |
|
---|
2235 |
|
---|
2236 | 2004/01/23: Abelardo Moralejo
|
---|
2237 |
|
---|
2238 | * mcalib/MCalibrate.cc, manalysis/MExtractSignal.cc
|
---|
2239 | - Added support (using AddSerialNumber) for stereo MC files.
|
---|
2240 |
|
---|
2241 |
|
---|
2242 |
|
---|
2243 | 2004/01/23: Thomas Bretz
|
---|
2244 |
|
---|
2245 | * mbase/MAstro.cc:
|
---|
2246 | - Fixed calculation of MJD. In Ymd2Mjd a plus should be a minus.
|
---|
2247 |
|
---|
2248 | * mreport/MReport*.[h,cc]:
|
---|
2249 | - changed all classes to return Int_t instead of Bool_t in
|
---|
2250 | InterpreteBody
|
---|
2251 | - changed MReportFileRead such, that a wrong line results in
|
---|
2252 | skipping the line instead of abort reading.
|
---|
2253 |
|
---|
2254 | * manalysis/MExtractSignal.cc:
|
---|
2255 | - do not print information for each pixel - it's too much.
|
---|
2256 |
|
---|
2257 | * mbase/MStatusDisplay.cc:
|
---|
2258 | - when reading a status display do not display tabs with
|
---|
2259 | the same name than one which is already existing.
|
---|
2260 |
|
---|
2261 | * mcalib/MCalibrate.cc:
|
---|
2262 | - directly store pointer to pixel when setting saturation flag
|
---|
2263 |
|
---|
2264 | * mcamera/MCameraDC.cc:
|
---|
2265 | - fixed some comments
|
---|
2266 |
|
---|
2267 | * mhist/MHCamEvent.cc:
|
---|
2268 | - fixed a crash when no geometry was available
|
---|
2269 |
|
---|
2270 | * mhist/MHCamera.[h,cc]:
|
---|
2271 | - removed obsolete member function SetPix
|
---|
2272 |
|
---|
2273 | * mbase/MStatusDisplay.[h,cc]:
|
---|
2274 | - added EventInfo member function
|
---|
2275 | - implemented preliminary redirection of GetObjectInfo to
|
---|
2276 | StatusLine2 -> An own status line for this is missing
|
---|
2277 |
|
---|
2278 | * manalysis/MExtractSignal.[h,cc]:
|
---|
2279 | - implemented StreamPrimitive
|
---|
2280 | - changed deafults to be static const data members
|
---|
2281 |
|
---|
2282 | * manalysis/MGeomApply.[h,cc]:
|
---|
2283 | - implemented StreamPrimitive
|
---|
2284 |
|
---|
2285 |
|
---|
2286 |
|
---|
2287 | 2004/01/23: Abelardo Moralejo
|
---|
2288 |
|
---|
2289 | * manalysis/MMcCalibrationUpdate.[h,cc]
|
---|
2290 | - Added check to guarantee that the FADC simulation parameters of
|
---|
2291 | all read files (those used for calibration and those analyzed)
|
---|
2292 | are the same.
|
---|
2293 | - Added missing support for analysis of stereo files.
|
---|
2294 |
|
---|
2295 | * mcalib/MMcCalibrationCalc.cc
|
---|
2296 | - Removed obsolete FIXME comment.
|
---|
2297 | - Added missing support for analysis of stereo files.
|
---|
2298 |
|
---|
2299 |
|
---|
2300 | 2004/01/23: Raquel de los Reyes
|
---|
2301 |
|
---|
2302 | * macros/CCDataCheck.C
|
---|
2303 | - Added the temperature distribution of the optical links
|
---|
2304 | and the plots of the LV power supplies.
|
---|
2305 | * mcamera/MCameraLV.h
|
---|
2306 | - Added the "Get" functions to access the private data
|
---|
2307 | members of the class.
|
---|
2308 |
|
---|
2309 |
|
---|
2310 | 2004/01/22: Abelardo Moralejo
|
---|
2311 |
|
---|
2312 | * manalysis/MMcCalibrationUpdate.[h,cc]
|
---|
2313 | - Now ratio of high to low gain is taken from MCalibrationCam if
|
---|
2314 | it existed previously in the parameter list, instead of being
|
---|
2315 | read again from the MMcFadcHeader. Removed Setter function for
|
---|
2316 | fADC2PhInner, no longer necessary. Fixed error regarding the
|
---|
2317 | pedestal conversion to photons (did not read conversion factor
|
---|
2318 | from preexisting MCalibrationCam object).
|
---|
2319 |
|
---|
2320 | * mcalib/MMcCalibrationCalc.cc
|
---|
2321 | - Changed parameters of the histogram, and also the quantity being
|
---|
2322 | histogrammed. Check that input data come from a noiseless camera
|
---|
2323 | file before proceeding to do the calibration. Introduced lower
|
---|
2324 | size in cut for calibration. Now rhe calibration constant is not
|
---|
2325 | calculated from the mean of photons/ADC counts, but from the peak
|
---|
2326 | of the histogram.
|
---|
2327 |
|
---|
2328 | * macros/starmc.C
|
---|
2329 | - Introduced new scheme. Now there are two loops over two different
|
---|
2330 | sets of files. First loop calculates the calibration constants,
|
---|
2331 | second one does the analysis. Introduced comments. Now the
|
---|
2332 | histogram used in the light calibration is written to the output
|
---|
2333 | file.
|
---|
2334 |
|
---|
2335 |
|
---|
2336 |
|
---|
2337 | 2004/01/22: Thomas Bretz
|
---|
2338 |
|
---|
2339 | * mcalib/MCalibrate.[h,cc], mcalib/MCalibrationCam.[h,cc],
|
---|
2340 | mcalib/MCalibrationBlindPix.[h,cc], mcalib/MCalibrationCalc.[h,cc],
|
---|
2341 | mcalib/MCalibrationPix.[h,cc], mcalib/MCalibrationPINDiode.[h,cc],
|
---|
2342 | mcalib/MCalibrationBlindPixel.[h,cc],
|
---|
2343 | mcalib/MHCalibrationPixel.[h,cc], mcalib/MMcCalibrationCalc.[h,cc],
|
---|
2344 | mcalib/MHCalibrationBlindPixel.[h,cc],
|
---|
2345 | mcalib/MHCalibrationPINDiode.[h,cc]:
|
---|
2346 | - cleaned up includes
|
---|
2347 |
|
---|
2348 |
|
---|
2349 |
|
---|
2350 | 2004/01/22: Raquel de los Reyes
|
---|
2351 |
|
---|
2352 | * macros/CCDataCheck.C
|
---|
2353 | - macro to check the data from the central control (.rep files).
|
---|
2354 |
|
---|
2355 |
|
---|
2356 |
|
---|
2357 | 2004/01/22: Markus Gaug
|
---|
2358 |
|
---|
2359 | * macros/calibration.C
|
---|
2360 | - made MStatusDisplay 3 bit smaller
|
---|
2361 |
|
---|
2362 | * manalysis/MExtractSignal.cc
|
---|
2363 | - put fSignals->SetUsedFADCSlices into PreProcess
|
---|
2364 |
|
---|
2365 | * manalysis/MPedCalcPedRun.cc
|
---|
2366 | - calculate PedRMS as RMS of the sums, later renormalized to units
|
---|
2367 | of RMS/slice (eliminate the wrong effect of odd and even slices)
|
---|
2368 |
|
---|
2369 | * mcalib/MCalibrationCalc.cc
|
---|
2370 | - if bit SkipBlindPixelFit is set, now number of photons outside
|
---|
2371 | plexiglass is not intended to be calculated any more (previous
|
---|
2372 | bug)
|
---|
2373 | - exclude excluded pixels in eventloop
|
---|
2374 |
|
---|
2375 | * mcalib/MHCalibrationBlindPixel.[h,cc]
|
---|
2376 | - move functions to pointer again (otherwise, Clone will give
|
---|
2377 | strange results)
|
---|
2378 |
|
---|
2379 |
|
---|
2380 |
|
---|
2381 | 2004/01/21: Abelardo Moralejo
|
---|
2382 |
|
---|
2383 | * mcalib/MMcCalibrationCalc.[h,cc]
|
---|
2384 | - Added. First version of the task intended to calculate the
|
---|
2385 | conversion factors from ADC counts to photons in the MC. It has
|
---|
2386 | a different aim than the recently renamed class
|
---|
2387 | "MMcCalibrationUpdate" (which takes care that the correct
|
---|
2388 | pedestals and conversion factors are supplied to each event, but
|
---|
2389 | does not really calculate anything).
|
---|
2390 |
|
---|
2391 | * mcalib/Makefile, CalibLinkDef.h
|
---|
2392 | - Added new class MMcCalibrationCalc
|
---|
2393 |
|
---|
2394 | * manalysis/MMcCalibrationUpdate.[h,cc]
|
---|
2395 | - Now the container MCalibrationCam is not created or modified if
|
---|
2396 | it is found that one such container already exists in the
|
---|
2397 | Parameter list (from a previous calibration).
|
---|
2398 |
|
---|
2399 |
|
---|
2400 |
|
---|
2401 | 2004/01/21: Thomas Bretz
|
---|
2402 |
|
---|
2403 | * mraw/MRawRead.cc:
|
---|
2404 | - restore the fake time for all runs (current time stamp in
|
---|
2405 | the data seems to be toally nonsense)
|
---|
2406 |
|
---|
2407 | * mraw/MRawEvtHeader.cc:
|
---|
2408 | - removed decoding of real time (current time stamp in the data
|
---|
2409 | seems to be toally nonsense)
|
---|
2410 |
|
---|
2411 |
|
---|
2412 |
|
---|
2413 | 2004/01/21: Abelardo Moralejo
|
---|
2414 |
|
---|
2415 | * mmc/MMcEvt.hxx
|
---|
2416 | - Uncommented 6 Getter functions (those regarding the number of
|
---|
2417 | photons surviving the different stages of simulation).
|
---|
2418 |
|
---|
2419 | * manalysis/MMcCalibrationUpdate.[h,cc]
|
---|
2420 | - Added (see below).
|
---|
2421 |
|
---|
2422 | * manalysis/MMcCalibrationCalc.[h,cc]
|
---|
2423 | - Removed: changed name of this class to MMcCalibrationUpdate,
|
---|
2424 | which is more representative of what it really does. Moved
|
---|
2425 | the filling of the MCalibrationCam container from Process to
|
---|
2426 | ReInit, since it does not change on an event by event basis.
|
---|
2427 | Simplified PreProcess (MCalibrationCam was searched for twice).
|
---|
2428 | Updated class description and comments.
|
---|
2429 |
|
---|
2430 | * manalysis/Makefile, AnalysisLinkDef.h
|
---|
2431 | - Adapted to change above
|
---|
2432 |
|
---|
2433 | * macros/starmc.C
|
---|
2434 | - Adapted to change above. Changed also task instance name from
|
---|
2435 | mccalibcalc to mccalibupdate.
|
---|
2436 |
|
---|
2437 |
|
---|
2438 |
|
---|
2439 | 2004/01/21: Raquel de los Reyes
|
---|
2440 |
|
---|
2441 | * mreport/MReportCC.h, mreport/MReportTrigger.h, mcamera/MCameraHV.h
|
---|
2442 | and mcamera/MCameraCalibration.h
|
---|
2443 | - Added the "Get" functions (e.g GetStatus() for fStatus) to access
|
---|
2444 | the private data members of the class.
|
---|
2445 |
|
---|
2446 |
|
---|
2447 |
|
---|
2448 | 2004/01/20: Thomas Hengstebeck
|
---|
2449 |
|
---|
2450 | * mranforest/MRanForestCalc.[h,cc]
|
---|
2451 | - Added member functions Grow (training of RF) and Fill (reading in
|
---|
2452 | trained forest from file) which simplify macros.
|
---|
2453 | One just needs to call them instead of using MRanForestGrow and
|
---|
2454 | MRanForestFill (and the related training and fill loops) in a
|
---|
2455 | macro.
|
---|
2456 |
|
---|
2457 |
|
---|
2458 |
|
---|
2459 | 2004/01/20: Abelardo moralejo
|
---|
2460 |
|
---|
2461 | * manalysis/MMcCalibrationCalc.cc
|
---|
2462 | - removed call to MCalibrationPix::SetPedestal, which was not
|
---|
2463 | needed.
|
---|
2464 |
|
---|
2465 |
|
---|
2466 |
|
---|
2467 | 2004/01/20: Thomas Bretz
|
---|
2468 |
|
---|
2469 | * Makefile:
|
---|
2470 | - replaced 'make' by '$(MAKE)'
|
---|
2471 |
|
---|
2472 | * Makefile.rules:
|
---|
2473 | - added Makefile itself to dependencies
|
---|
2474 |
|
---|
2475 | * mbase/MTask.cc:
|
---|
2476 | - added comment about ReInit
|
---|
2477 |
|
---|
2478 | * mhbase/MH.cc:
|
---|
2479 | - do not clear pad in DrawClone if 'same' option given
|
---|
2480 |
|
---|
2481 | * mhist/MHVsTime.cc:
|
---|
2482 | - evaluate 'same' option
|
---|
2483 |
|
---|
2484 | * mfileio/MReadCurrents.[h,cc]:
|
---|
2485 | - obsolete, removed
|
---|
2486 |
|
---|
2487 | * manalysis/MCerPhotEvt.cc, manalysis/MCerPhotPix.cc:
|
---|
2488 | - added some comments
|
---|
2489 |
|
---|
2490 |
|
---|
2491 |
|
---|
2492 | 2004/01/20: Abelardo moralejo
|
---|
2493 |
|
---|
2494 | * mcalib/MHCalibrationPINDiode.cc
|
---|
2495 | - Added call to SetDirecory(0) for histograms fHErrCharge,
|
---|
2496 | fHPCharge, fHPTime.
|
---|
2497 |
|
---|
2498 | * manalysis/MCerPhotPix.h:
|
---|
2499 | - Changed position of declaration of fIsSaturated to be the last
|
---|
2500 | private variable. Otherwise, since in the constructor it is
|
---|
2501 | initialized in the last place, a warning is displayed upon
|
---|
2502 | compilation in some systems.
|
---|
2503 |
|
---|
2504 |
|
---|
2505 |
|
---|
2506 | 2004/01/20: Markus Gaug
|
---|
2507 | * mcalib/Makefile, manalysis/Makefile:
|
---|
2508 | - include directory ../mtools
|
---|
2509 |
|
---|
2510 | * mtools/MFFT.[h,cc]
|
---|
2511 | - class inherits from TObject now
|
---|
2512 |
|
---|
2513 |
|
---|
2514 |
|
---|
2515 | 2004/01/19: Markus Gaug
|
---|
2516 |
|
---|
2517 | * mcalib/MHCalibrationBlindPixel.[h,cc]
|
---|
2518 | - fixed a bug in fFitLegend due to which program crashed by calls
|
---|
2519 | to DrawClone
|
---|
2520 | - Modified way to change the fit function
|
---|
2521 |
|
---|
2522 | * mcalib/MHCalibrationPixel.[h,cc]
|
---|
2523 | - reordered function calls
|
---|
2524 | - removed SetupFill
|
---|
2525 |
|
---|
2526 | * mcalib/MHCalibrationPINDiode.h
|
---|
2527 | - reordered function calls
|
---|
2528 |
|
---|
2529 | * mcalib/MCalibrationPix.[h,cc]
|
---|
2530 | - limits to define fFitValid now as variables in class
|
---|
2531 |
|
---|
2532 | * mcalib/MCalibrationCam.[h,cc]
|
---|
2533 | - reordered function calls
|
---|
2534 | - incorporate option to exclude pixels
|
---|
2535 |
|
---|
2536 | * mcalib/MCalibrationBlindPix.h
|
---|
2537 | - Modified way to change the fit function
|
---|
2538 |
|
---|
2539 | * mcalib/MCalibrationCalc.[h,cc]
|
---|
2540 | - Modified way to change the fit function
|
---|
2541 | - incorporate option to exclude pixels from configuration file
|
---|
2542 |
|
---|
2543 | * macros/calibration.C
|
---|
2544 | - Modified way to change the fit function
|
---|
2545 | - incorporate option to exclude pixels from configuration file
|
---|
2546 |
|
---|
2547 |
|
---|
2548 |
|
---|
2549 | 2004/01/19: Javier Rico
|
---|
2550 |
|
---|
2551 | * manalysis/MPedCalcPedRun.cc, manalysis/MPedPhotCalc.cc
|
---|
2552 | - Added documentation of member functions
|
---|
2553 |
|
---|
2554 |
|
---|
2555 |
|
---|
2556 | 2004/01/19: Abelardo Moralejo
|
---|
2557 |
|
---|
2558 | * manalysis/MCerPhotPix.[h,cc]
|
---|
2559 | - Added fIsSaturated to flag whether low gain of the pixel is
|
---|
2560 | saturated. Added corresponding getter and setter functions.
|
---|
2561 | Updated ClassDef to version 2.
|
---|
2562 |
|
---|
2563 | * mcalib/MCalibrate.cc
|
---|
2564 | - Set the new saturation flag of MCerPhotPix to kTRUE if at least
|
---|
2565 | one low gain FADC slice is saturated.
|
---|
2566 |
|
---|
2567 | * mimage/MNewImagePar.[h,cc]
|
---|
2568 | - Added new member variable fNumSaturatedPixels to count how many
|
---|
2569 | pixels were saturated. Updated ClassDef to version 2.
|
---|
2570 |
|
---|
2571 |
|
---|
2572 |
|
---|
2573 | 2004/01/19: Thomas Bretz
|
---|
2574 |
|
---|
2575 | * manalysis/MPedPhotCalc.[cc,h]:
|
---|
2576 | - fixed order of includes
|
---|
2577 | - removed obsolete forward declarations
|
---|
2578 | - removed obsolete data member fNumPixels (stored already twice in
|
---|
2579 | the two TArrayF)
|
---|
2580 | - fixed some small bugs in the documentation
|
---|
2581 |
|
---|
2582 | * manalysis/MPedCalcPedRun.cc:
|
---|
2583 | - updated my eMail address
|
---|
2584 |
|
---|
2585 |
|
---|
2586 |
|
---|
2587 | 2004/01/19: Javier Rico
|
---|
2588 |
|
---|
2589 | * macros/dohtml.C, NEWS
|
---|
2590 | - include some missing info
|
---|
2591 |
|
---|
2592 |
|
---|
2593 |
|
---|
2594 | 2004/01/19: Abelardo Moralejo
|
---|
2595 |
|
---|
2596 | * manalysis/MExtractedSignalPix.h
|
---|
2597 | - added GetNumLoGainSaturated()
|
---|
2598 |
|
---|
2599 |
|
---|
2600 |
|
---|
2601 | 2004/01/19: Markus Gaug
|
---|
2602 |
|
---|
2603 | * macros/dohtml.C
|
---|
2604 | - include calibration.C
|
---|
2605 |
|
---|
2606 | * manalysis/MExtractSignal.cc
|
---|
2607 | - warning of logain saturation now only once per event (out of loop)
|
---|
2608 |
|
---|
2609 | * mcalib/MCalibrationCalc.cc, mcalib/MCalibrationPix.[h,cc]
|
---|
2610 | - new Flag fExcluded to indicate if pixel has been excluded from
|
---|
2611 | further analysis
|
---|
2612 |
|
---|
2613 |
|
---|
2614 |
|
---|
2615 | 2004/01/16: Javier Rico & Pepe Flix
|
---|
2616 |
|
---|
2617 | * manalysis/MPedPhotCalc.[cc,h]
|
---|
2618 | - added
|
---|
2619 | - new class for the evaluation of pedestals in units of photons
|
---|
2620 | using the extracted signal from pedestal runs and calibration
|
---|
2621 | constants defined in MCalibrate
|
---|
2622 |
|
---|
2623 | * manalysis/AnalysisLinkDef.h, manalysis/Makefile
|
---|
2624 | - added entries for MPedPhotCalc
|
---|
2625 |
|
---|
2626 | * macros/pedphotcalc.C
|
---|
2627 | - added
|
---|
2628 | - example on how to use MPedPhotCalc task
|
---|
2629 |
|
---|
2630 |
|
---|
2631 |
|
---|
2632 | 2004/01/16: Markus Gaug
|
---|
2633 |
|
---|
2634 | * mcalib/MCalibrationFits.h
|
---|
2635 | - removed and incorporated in MHCalibrationBlindPixel.h
|
---|
2636 |
|
---|
2637 | * mcalib/MHCalibrationBlindPixel.[h,cc], mcalib/MHCalibrationConfig.h,
|
---|
2638 | mcalib/MCalibrationBlindPix.h:
|
---|
2639 | - incorporate Fit functions
|
---|
2640 | - fixed a bug due to which DrawClone crashed when class was used
|
---|
2641 | in a compiled macro
|
---|
2642 |
|
---|
2643 | * mcalib/MCalibrationCalc.cc, mcalib/MCalibrationPix.cc,
|
---|
2644 | mcalib/MCalibrationBlindPix.cc, mcalib/MCalibrationPINDiode.cc,
|
---|
2645 | mcalib/MCalibrationCam.cc, mcalib/MHCalibrationBlindPixel.cc,
|
---|
2646 | mcalib/MHCalibrationPixel.cc:
|
---|
2647 | - fixed the warns and errs in fLog's
|
---|
2648 |
|
---|
2649 |
|
---|
2650 |
|
---|
2651 | 2004/01/16: Abelardo Moralejo
|
---|
2652 |
|
---|
2653 | * manalysis/MMcCalibrationCalc.cc
|
---|
2654 | - TMath::Max() is no longer used because it did not compile in some
|
---|
2655 | systems for unkown reasons. I replaced it by a safer (and may be
|
---|
2656 | slower) code.
|
---|
2657 | - Added calpix.SetFitValid();
|
---|
2658 |
|
---|
2659 | * mhist/MHEvent.cc
|
---|
2660 | - In MHEvent::Fill, fixed: second parameter of SetCamContent must
|
---|
2661 | be 1 in case of RMS:
|
---|
2662 | case kEvtPedestalRMS:
|
---|
2663 | fHist->SetCamContent(*(MCamEvent*)par, 1);
|
---|
2664 |
|
---|
2665 |
|
---|
2666 |
|
---|
2667 | 2004/01/15: Abelardo Moralejo
|
---|
2668 |
|
---|
2669 | * macros/starmc.C
|
---|
2670 | - Added. Version of star showing new chain to get Hillas
|
---|
2671 | parameters (with Size calibrated in photons) from MC files.
|
---|
2672 |
|
---|
2673 |
|
---|
2674 |
|
---|
2675 | 2004/01/15: Javier Rico
|
---|
2676 |
|
---|
2677 | * manalysis/MPedCalcPedRun.[h,cc]
|
---|
2678 | - optimize the running time
|
---|
2679 | - add (some) documentation
|
---|
2680 | - correct treatment for the case of several input files
|
---|
2681 |
|
---|
2682 | * macros/pedvsevent.C
|
---|
2683 | - added
|
---|
2684 | - draw pedestal mean and rms vs event# for input pixel# and run
|
---|
2685 | file, and compares them to the global pedestal mean and rms
|
---|
2686 |
|
---|
2687 |
|
---|
2688 |
|
---|
2689 | 2004/01/15: Raquel de los Reyes
|
---|
2690 |
|
---|
2691 | * mhist/MHCamEvent.cc, mhist/MHCamera.cc
|
---|
2692 | - changed the MHCamEvent::SetupFill and MHCamera::GetBinError
|
---|
2693 | functions to compute the estimation of the error of the
|
---|
2694 | mean. It can be done calling to the function
|
---|
2695 | MCamEvent::SetBit(MHCamera::kVariance) in the macro
|
---|
2696 |
|
---|
2697 |
|
---|
2698 |
|
---|
2699 | 2004/01/15: Markus Gaug
|
---|
2700 |
|
---|
2701 | * mhist/MHCamera.[h,cc]
|
---|
2702 | - incorporate Thomas's changes
|
---|
2703 | - replace void CreateProjection() by TH1D *Projection(const char*)
|
---|
2704 |
|
---|
2705 | * macros/calibration.C
|
---|
2706 | - replace MHCamera->Draw("proj") by MHCamera->Projection()
|
---|
2707 | - produce better fits to the projection
|
---|
2708 |
|
---|
2709 | * manalysis/MSimulatedAnnealing.[h,cc],
|
---|
2710 | mhist/MHSimulatedAnnealing.[h,cc]:
|
---|
2711 | - moved to directory mtools
|
---|
2712 | - MSimulatedAnnealing now inherits from TObject
|
---|
2713 |
|
---|
2714 | * manalysis/Makefile, manalysis/AnalysisLinkDef.h,
|
---|
2715 | mhist/Makefile, mhist/HistLinkDef.h:
|
---|
2716 | - removed MSimulatedAnnealing
|
---|
2717 | - removed MHSimulatedAnnealing
|
---|
2718 |
|
---|
2719 | * mtools/Makefile, mtools/AnalysisLinkDef.h:
|
---|
2720 | - added MSimulatedAnnealing
|
---|
2721 | - added MHSimulatedAnnealing
|
---|
2722 |
|
---|
2723 |
|
---|
2724 |
|
---|
2725 | 2004/01/15: Thomas Bretz
|
---|
2726 |
|
---|
2727 | * manalysis/AnalysisLinkDef.h:
|
---|
2728 | - removed MCurrents
|
---|
2729 |
|
---|
2730 | * mhist/MHCamera.[h,cc]:
|
---|
2731 | - added member function Projection
|
---|
2732 | - removed fYproj
|
---|
2733 |
|
---|
2734 | * mreport/MReport*.*:
|
---|
2735 | - added more comments
|
---|
2736 |
|
---|
2737 |
|
---|
2738 |
|
---|
2739 | 2004/01/14: Markus Gaug
|
---|
2740 |
|
---|
2741 | * mtools/MFFT.[h,cc]
|
---|
2742 | - new class to perform Fast Fourier Transforms
|
---|
2743 |
|
---|
2744 | * mtools/Makefile
|
---|
2745 | * mtools/ToolsLinkDef.h
|
---|
2746 | - include MFFT
|
---|
2747 |
|
---|
2748 | * manalysis/MExtractedSignalCam.h
|
---|
2749 | - removed variables fNumHiGainSamples and fNumLoGainSamples
|
---|
2750 | - function SetNumUsedFADCSlices replaced by SetUsedFADCSlices
|
---|
2751 |
|
---|
2752 | * manalysis/MExtractSignal.cc
|
---|
2753 | - updated call to SetUsedFADCSlices
|
---|
2754 |
|
---|
2755 |
|
---|
2756 |
|
---|
2757 | 2004/01/14: Abelardo Moralejo
|
---|
2758 |
|
---|
2759 | * manalysis/MMcCalibrationCalc.cc:
|
---|
2760 | - set pedestal rms per FADC slice to 0.01 counts in case it is 0.
|
---|
2761 | This can happen (depending on camera simulation parameters), and
|
---|
2762 | rms = 0 later resulted in the pixel being eliminated in the
|
---|
2763 | image cleaning.
|
---|
2764 |
|
---|
2765 |
|
---|
2766 |
|
---|
2767 | 2004/01/14: Thomas Bretz
|
---|
2768 |
|
---|
2769 | * Makefile:
|
---|
2770 | - replaced old style Makefile.depend by directory specific
|
---|
2771 | dependancy files
|
---|
2772 |
|
---|
2773 | * Makefile.rules:
|
---|
2774 | - changed obsolete '.cc.o' style to newer style '%.o: %.c'
|
---|
2775 | - added rule to make dependency files
|
---|
2776 | - added rule to remove dependancy files.
|
---|
2777 | - added rmdep as prerequisite to clean
|
---|
2778 | - include dependency file
|
---|
2779 |
|
---|
2780 | * mbase/Makefile, mcalib/Makefile, mcamera/Makefile,
|
---|
2781 | mdata/Makefile, mfileio/Makefile, mfilter/Makefile,
|
---|
2782 | mgeom/Makefile, mgui/Makefile, mhbase/Makefile,
|
---|
2783 | mhist/Makefile, mhistmc/Makefile, mimage/Makefile,
|
---|
2784 | mmain/Makefile, mmc/Makefile, mmontecarlo/Makefile,
|
---|
2785 | mpointing/Makefile, mranforest/Makefile, mraw/Makefile,
|
---|
2786 | mreflector/Makefile, mreport/Makefile, mtemp/Makefile,
|
---|
2787 | mtools/Makefile:
|
---|
2788 | - removed clean-rule, use the one in Makefile.rules instead
|
---|
2789 |
|
---|
2790 | * mreport/Makefile, mreport/ReportLinkDef.h:
|
---|
2791 | - added MReportHelp
|
---|
2792 |
|
---|
2793 | * mreport/MReportFileRead.cc:
|
---|
2794 | - moved code from MReportHelp to new file
|
---|
2795 | - removed usage of MReport class completely
|
---|
2796 |
|
---|
2797 | * mfilter/MFGeomag.[h,cc]:
|
---|
2798 | - fixed a bug which causes MFGeomag to fail if MARSSYS is not set
|
---|
2799 | - changed the second loop from 0->1151 to 1152->2304
|
---|
2800 | - removed dummy arrays used for reading
|
---|
2801 | - output filename in case of 'file not found'
|
---|
2802 | - removed obsolete data members
|
---|
2803 | - removed obsolete Init function
|
---|
2804 | - removed forbidden underscore from member variable
|
---|
2805 | - changed wrong 0/1 in allocation of fResult into kFALSE/TRUE
|
---|
2806 |
|
---|
2807 | * mbase/MStatusDisplay.[h,cc]:
|
---|
2808 | - added new member function Open
|
---|
2809 | - added new menu entry kFileOpen
|
---|
2810 | - changed UpdatePSheader algorithm (the old one was much too slow)
|
---|
2811 |
|
---|
2812 | * manalysis/MCurrents.[h,cc]:
|
---|
2813 | - removed (old outdated)
|
---|
2814 |
|
---|
2815 | * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
|
---|
2816 | - removed MCurrents
|
---|
2817 |
|
---|
2818 |
|
---|
2819 |
|
---|
2820 | 2004/01/14: Wolfgang Wittek
|
---|
2821 |
|
---|
2822 | * macros/ONOFFAnalysis.C:
|
---|
2823 | - current version
|
---|
2824 |
|
---|
2825 | * mhist/MHSigmaTheta.[h,cc]:
|
---|
2826 | - replace MPedestalCam by MPedPhotCam
|
---|
2827 |
|
---|
2828 | * manalysis/MPad.[h,cc], manalysus/MSigmabar.[h,cc],
|
---|
2829 | manalysus/MSigmabarCalc.[h,cc], manalysus/MCT1PadONOFF.[h,cc],
|
---|
2830 | manalysus/MCT1PadSchweizer.[h,cc], manalysus/MPadding.[h,cc]:
|
---|
2831 | - replace MPedestalCam by MPedPhotCam
|
---|
2832 |
|
---|
2833 | * manalysis/MPedPhotPix.[h,cc]
|
---|
2834 | - uncomment SetRms()
|
---|
2835 |
|
---|
2836 |
|
---|
2837 |
|
---|
2838 | 2004/01/13: Markus Gaug
|
---|
2839 |
|
---|
2840 | * manalysis/MExtractSignal.h
|
---|
2841 | - seems that the reduced light intensity of the CT1 Pulser
|
---|
2842 | results in broader pulses -> Set Default time slices to [3,10]
|
---|
2843 |
|
---|
2844 | * mhist/MHCamera.cc
|
---|
2845 | - make Stat Window in option 'proj' bigger
|
---|
2846 | - add comment line at beginning of Draw()
|
---|
2847 |
|
---|
2848 | * mcalib/MHCalibrationBlindPixel.[h.cc]
|
---|
2849 | - add Function DrawClone()
|
---|
2850 | - fix bug in calculation of integral (GetIntegral("width"))
|
---|
2851 | - restrict parameters tighter
|
---|
2852 | - declare fit as not valid, if less than 100 events
|
---|
2853 | in single photo-electron peak
|
---|
2854 |
|
---|
2855 | * mcalib/MCalibrationFits.h, mcalib/MHCalibrationBlindPixel.[h.cc]
|
---|
2856 | - fit now with fixed normalization
|
---|
2857 |
|
---|
2858 | * mcalib/MHCalibrationPixel.[h.cc]
|
---|
2859 | - new function IsEmpty()
|
---|
2860 | - Time fit accepted if ChiSquare less than 30. (instead of 20.)
|
---|
2861 |
|
---|
2862 | * mcalib/MCalibrationPix.[h.cc]
|
---|
2863 | - F-Factor corrected and added error
|
---|
2864 | - Histograms not fitted if they are empty
|
---|
2865 | - rejection criteria of fitted charges now > 5 PedRMS (instead 3)
|
---|
2866 |
|
---|
2867 | * mcalib/MCalibrationCam.cc
|
---|
2868 | - Square Root of Reduced Sigmas not taken, if they are < 0.
|
---|
2869 | - Reduced Sigma / Charge squared replaced by reduced sigma / charge
|
---|
2870 |
|
---|
2871 | * mcalib/MCalibrationCalc.cc
|
---|
2872 | - Blind Pixel is not additionally treated as normal pixel any more
|
---|
2873 | - Blind Pixel Draw replaced by DrawClone
|
---|
2874 |
|
---|
2875 | * macros/calibration.C
|
---|
2876 | - took out some unused code
|
---|
2877 | - some default axis labelling corrected
|
---|
2878 |
|
---|
2879 |
|
---|
2880 |
|
---|
2881 | 2004/01/13: Abelardo Moralejo
|
---|
2882 |
|
---|
2883 | * manalysis/MMcPedestalCopy.cc
|
---|
2884 | - added check of whether input file is a MC file before executing
|
---|
2885 | the PreProcess.
|
---|
2886 |
|
---|
2887 |
|
---|
2888 |
|
---|
2889 | 2004/01/13: Wolfgang Wittek
|
---|
2890 |
|
---|
2891 | * macros/ONOFFAnalysis.C, macros/ONAnalysis.C:
|
---|
2892 | - change macro to handle also MC events with finite sigmabar
|
---|
2893 |
|
---|
2894 | * manalysis/MPadOn.[h,cc]:
|
---|
2895 | - deleted, is replaced by MPad
|
---|
2896 |
|
---|
2897 | * manalysis/MPadOnOFF.[h,cc]:
|
---|
2898 | - deleted, is replaced by MPad
|
---|
2899 |
|
---|
2900 | * manalysis/MPad.[h,cc]:
|
---|
2901 | - new class, replacing MPadON and MPadONOFF
|
---|
2902 | - handle also MC events with finite sigmabar
|
---|
2903 |
|
---|
2904 | * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
|
---|
2905 | - replace MPadON and MPadONOFF by MPad
|
---|
2906 |
|
---|
2907 |
|
---|
2908 |
|
---|
2909 | 2004/01/13: Thomas Bretz
|
---|
2910 |
|
---|
2911 | * mraw/MRawRunHeader.[h,cc]:
|
---|
2912 | - implemented new member function GetRunTypeStr
|
---|
2913 |
|
---|
2914 | * Changelog.03:
|
---|
2915 | - added (contains entries of 2003)
|
---|
2916 |
|
---|
2917 | * Changelog:
|
---|
2918 | - removed entries of 2003
|
---|
2919 |
|
---|
2920 | * mfilter/MFGeomag.cc:
|
---|
2921 | - simplified open/close of input files
|
---|
2922 |
|
---|
2923 | * manalysis/MEventRate.[h,cc], manalysis/MEventRateCalc.cc:
|
---|
2924 | - added some comments
|
---|
2925 | - added new member function GetError
|
---|
2926 |
|
---|
2927 | * Makefile:
|
---|
2928 | - updated 'make dox' output for convinience
|
---|
2929 |
|
---|
2930 | * macros/dohtml.C:
|
---|
2931 | - do not print Info's
|
---|
2932 | - added mcamera
|
---|
2933 | - added mpointing
|
---|
2934 | - added mreport
|
---|
2935 |
|
---|
2936 | * mreport/MReportCurrents.cc, mreport/MReportDAQ.cc:
|
---|
2937 | - removed some obsolete comments (these comments confused THtml)
|
---|
2938 |
|
---|
2939 | * manalysis/MCameraData.[h,cc], mfileio/MCT1ReadAscii.[h,cc],
|
---|
2940 | mfileio/MCT1ReadPreProc.[h,cc], mfilter/MFCT1SelBasic.cc,
|
---|
2941 | mfilter/MFSelBasic.cc, mhist/MHCamera.cc, mhist/MHEvent.[h,cc],
|
---|
2942 | mimage/MImgCleanStd.[h,cc], mimage/MImgCleanTGB.[h,cc],
|
---|
2943 | mmain/MAnalysis.cc, mmain/MEventDisplay.cc:
|
---|
2944 | - replaced MPedestalCam by MPedPhotCam
|
---|
2945 | - removed some obsolete includes
|
---|
2946 |
|
---|
2947 | * mbase/BaseLinkDef.h, mbase/Makefile:
|
---|
2948 | - added MLogPlugin
|
---|
2949 | - added MLogHtml
|
---|
2950 |
|
---|
2951 | * mbase/MLog.[h,cc]:
|
---|
2952 | - added use of plugins
|
---|
2953 |
|
---|
2954 | * mbase/MLogPlugin.[h,cc], mbase/MLogHtml.[h,cc]:
|
---|
2955 | - added
|
---|
2956 |
|
---|
2957 | * mbase/MStatusDisplay.[h,cc]:
|
---|
2958 | - added a Save-As dialog
|
---|
2959 |
|
---|
2960 |
|
---|
2961 |
|
---|
2962 | 2004/01/12: Thomas Bretz
|
---|
2963 |
|
---|
2964 | * macros/rootlogon.C:
|
---|
2965 | - added mcamera to include path
|
---|
2966 | - added mpointing to include path
|
---|
2967 | - added mreport to include path
|
---|
2968 |
|
---|
2969 | * mbase/MLog.cc:
|
---|
2970 | - updated my eMail address
|
---|
2971 |
|
---|
2972 | * mbase/MParContainer.h:
|
---|
2973 | - added Read member function
|
---|
2974 |
|
---|
2975 | * mbase/MStatusDisplay.[h,cc]:
|
---|
2976 | - changed size of ps-paper
|
---|
2977 | - added a user defined bottom line to the ps-files
|
---|
2978 | - added name (currently unused)
|
---|
2979 | - added title (used as possible bottom line in ps-file)
|
---|
2980 |
|
---|
2981 | * mraw/MRawRunHeader.cc:
|
---|
2982 | - added some comments
|
---|
2983 |
|
---|
2984 | * status.cc:
|
---|
2985 | - set name of input as bottom line of status display
|
---|
2986 |
|
---|
2987 |
|
---|
2988 |
|
---|
2989 | 2004/01/12: Abelardo Moralejo
|
---|
2990 |
|
---|
2991 | * mimage/MStereoPar.cc
|
---|
2992 | - fixed mistake: now fSourceY = scale1*hillas1.GetMeanY() + ...
|
---|
2993 | instead of fSourceY = scale2*hillas1.GetMeanY() + ...
|
---|
2994 | Bug had no effect unless scale1 != scale2 (-> telescopes of
|
---|
2995 | different size).
|
---|
2996 |
|
---|
2997 |
|
---|
2998 |
|
---|
2999 | 2004/01/12: Markus Gaug
|
---|
3000 |
|
---|
3001 | * manalysis/MExtractSignal.[h,cc]
|
---|
3002 | - take out some uncommented code
|
---|
3003 | - replace logainshift by two independent variables:
|
---|
3004 | logainfirst, logainlast
|
---|
3005 | - because in most data, maximum occurs in slice 4, shift default
|
---|
3006 | from slices 4-9 to slices 3-8.
|
---|
3007 |
|
---|
3008 | * manalysis/MExtractedSignalPix.[h,cc]
|
---|
3009 | - took out some uncommented code
|
---|
3010 | - new initializers: instead of -1. now 99999.9
|
---|
3011 |
|
---|
3012 |
|
---|
3013 |
|
---|
3014 | 2004/01/09: Markus Gaug
|
---|
3015 |
|
---|
3016 | * mcalib/MCalibrationCam.[h,cc]
|
---|
3017 | - take out 1-dim histos because we can use
|
---|
3018 | the projections in MHCamera (s.b.)
|
---|
3019 |
|
---|
3020 | * mcalib/MHCalibrationBlindPixel.h
|
---|
3021 | - make the fit by default quiet
|
---|
3022 |
|
---|
3023 | * mcalib/MHCalibrationPixel.[h,cc]
|
---|
3024 | * mcalib/MCalibrationPix.[h,cc]
|
---|
3025 | - Ranges of time slices stored independently for HiGain and LoGain
|
---|
3026 | in order to allow consecutive checks
|
---|
3027 |
|
---|
3028 | * mhist/MHCamera.[h.cc]
|
---|
3029 | - add the possibility to call a Draw("proj") which will
|
---|
3030 | draw a Y-Projection of the histogram
|
---|
3031 |
|
---|
3032 | * macros/calibration.C
|
---|
3033 | - apply the drawing of the projections and fit them
|
---|
3034 |
|
---|
3035 | * mcalib/MCalibrationCalc.cc
|
---|
3036 | - catch the possibility of a calibration file,
|
---|
3037 | unintendedly being a pedestal or cosmic file.
|
---|
3038 | Program now exits with an error before doing the fits
|
---|
3039 |
|
---|
3040 | * mcalib/MCalibrationPix.[h,cc]
|
---|
3041 | - fixed a bug in calculation of fFitValid.
|
---|
3042 | before, a call to IsFitValid() always returned false
|
---|
3043 |
|
---|
3044 |
|
---|
3045 |
|
---|
3046 | 2004/01/09: Javier L¢pez
|
---|
3047 |
|
---|
3048 | * macros/bootcampstandardanalysis.C
|
---|
3049 | - added new macro that holds the main scheleton discussed in the
|
---|
3050 | december bootcamp in Wuerzburg. It runs first over a pedestal
|
---|
3051 | run, then over a calibration run, again over the pedestal run
|
---|
3052 | to compute de pedestal in number of photons and finally over a
|
---|
3053 | data run to calibrate the data.
|
---|
3054 |
|
---|
3055 |
|
---|
3056 |
|
---|
3057 | 2004/01/06: Sebastian Raducci
|
---|
3058 |
|
---|
3059 | * manalysis/MArrivalTime.[h,cc]
|
---|
3060 | - added new method to calculate photon arrival times. It uses the
|
---|
3061 | TSpline5 Root Class to interpolate the Fadc Slices. The time is
|
---|
3062 | the abscissa value of the absolute maximum of the interpolation
|
---|
3063 | - added new method to find clusters with similar arrival times.
|
---|
3064 | For now it's a preliminary version. It simply search for adiacent
|
---|
3065 | pixels having the same arrival time (color).
|
---|
3066 |
|
---|
3067 | * manalysis/MArrivalTimeCalc.[h,cc]
|
---|
3068 | - modified the Process() method according to the changes in the
|
---|
3069 | Arrival Time Cointainer
|
---|
3070 |
|
---|
3071 | * mmain/MEventDisplay.cc
|
---|
3072 | - added new tab in the camera event display to show the arrival
|
---|
3073 | time. This arrival time is calculated with the spline method
|
---|
3074 | - the old Arrival Time pad now it's called Max Slice Idx, because
|
---|
3075 | it's only the index of the slice with the max content.
|
---|
3076 |
|
---|
3077 | * mhist/MHEvent.[h,cc]
|
---|
3078 | - added new fType in te enumeration to handle the arrival time
|
---|
3079 | histos
|
---|