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 | For your entries please follow EXACTLY this style:
|
---|
5 |
|
---|
6 | _yyyy/mm/dd_[Your Name]
|
---|
7 | _
|
---|
8 | ___*_filename:
|
---|
9 | _____-_description
|
---|
10 | _
|
---|
11 | ___*_filename2, filename3:
|
---|
12 | _____-_description
|
---|
13 | _
|
---|
14 | _
|
---|
15 | _
|
---|
16 |
|
---|
17 | While an underscore is a placeholder for a white-space or an empty line.
|
---|
18 |
|
---|
19 | -*-*- END OF LINE -*-*-
|
---|
20 | 2009/02/12 Thomas Bretz
|
---|
21 |
|
---|
22 | * datacenter/macros/fillsources.C:
|
---|
23 | - updated
|
---|
24 |
|
---|
25 | * mfileio/MWriteRootFile.[h,cc]:
|
---|
26 | - added some comments
|
---|
27 | - renamed GetNewFileName to SubstituteName
|
---|
28 | - made SubstituteName static
|
---|
29 |
|
---|
30 | * mhist/MHCamera.cc:
|
---|
31 | - fixed the number in the legend (was wrong since last update)
|
---|
32 |
|
---|
33 | * mjobs/MDataSet.cc:
|
---|
34 | - replaced From by MString::Format
|
---|
35 |
|
---|
36 | * mjobs/MJSimulation.cc:
|
---|
37 | - a lot of things were renamed
|
---|
38 | - the refelctor can now be set from the setup file
|
---|
39 | - changed the binning for the event width
|
---|
40 | - removed plot "CamShadow"
|
---|
41 | - changed rules for file names
|
---|
42 |
|
---|
43 | * ceres.rc:
|
---|
44 | - updated according to the changes in MJSimulation
|
---|
45 |
|
---|
46 | * mjobs/MSequence.cc:
|
---|
47 | - replaced use of Form by MString::Format
|
---|
48 | - allow non-setting of fNight
|
---|
49 | - don't print period if -1
|
---|
50 |
|
---|
51 | * mmain/MEventDisplay.cc:
|
---|
52 | - decode trigger pattern for display
|
---|
53 |
|
---|
54 | * mmain/Makefile:
|
---|
55 | - included mtrigger
|
---|
56 |
|
---|
57 | * msim/MHPhotonEvent.cc:
|
---|
58 | - search Reflector instead of MReflector
|
---|
59 |
|
---|
60 | * msim/MSimAbsorption.cc:
|
---|
61 | - added some info output
|
---|
62 |
|
---|
63 | * msimcamera/MSimAPD.[h,cc]:
|
---|
64 | - added an option to set the geom cam name. Can be used to skip
|
---|
65 | this task
|
---|
66 |
|
---|
67 | * msimcamera/MSimCamera.[h,cc]:
|
---|
68 | - allow to set BaselineGain from resource file
|
---|
69 |
|
---|
70 | * msimreflector/MSimReflector.cc:
|
---|
71 | - removed CamShadow container
|
---|
72 | - search Reflector instead of MReflector
|
---|
73 |
|
---|
74 | * Makefile:
|
---|
75 | - removed mreflector
|
---|
76 |
|
---|
77 | * mcalib/MCalibrationPatternDecode.cc:
|
---|
78 | - in case of pattern==0 and MCs set the color to CT1. This is
|
---|
79 | a workaround because the bits don't allow to set is explicitly
|
---|
80 | - removed the check for the kCT1Pulser bit. It can never be true
|
---|
81 | - consequently removed the kCT1Pulser bit
|
---|
82 |
|
---|
83 | * mpedestal/MMcPedestalCopy.[h,cc]:
|
---|
84 | - fixed for MUX MCs (the pedestal has to be scaled)
|
---|
85 | - added option to process ceres data
|
---|
86 |
|
---|
87 |
|
---|
88 |
|
---|
89 | 2009/02/11 Thomas Bretz
|
---|
90 |
|
---|
91 | * mcalib/MCalibColorSet.[h,cc]:
|
---|
92 | - removed some obsolete break statements
|
---|
93 | - removed obsolete gkMCRunLimit
|
---|
94 | - fixed setting of signal strength for extremely old
|
---|
95 | runs (I think we don't have them anyway)
|
---|
96 |
|
---|
97 | * mcalib/MCalibrateData.cc:
|
---|
98 | - improved output
|
---|
99 |
|
---|
100 | * mcalib/MCalibrationChargeCalc.cc:
|
---|
101 | - stop if no valid pulser colors have been found
|
---|
102 |
|
---|
103 | * mcorsika/MCorsikaRunHeader.h:
|
---|
104 | - some cosmetics
|
---|
105 | - added some getter
|
---|
106 |
|
---|
107 | * mhist/MHEvent.[h,cc]:
|
---|
108 | - some improvements to output
|
---|
109 | - implemented display for trigger pattern
|
---|
110 |
|
---|
111 | * mtrigger/MTriggerPattern.[h,cc]:
|
---|
112 | - added Copy-function
|
---|
113 |
|
---|
114 | * mhist/Makefile:
|
---|
115 | - added -I../mtrigger
|
---|
116 |
|
---|
117 | * mmc/MMcEvtBasic.[h,cc]:
|
---|
118 | - moved the getter returning a TString to the source file
|
---|
119 | - replaced Form by MString::Format
|
---|
120 |
|
---|
121 | * mraw/MRawRunHeader.cc:
|
---|
122 | - initialize fSourceEpochChar[1]
|
---|
123 | - initialize fNumEventsRead
|
---|
124 | - suppress more output which has not been initialized
|
---|
125 | - removed run-type from SetRunInfo
|
---|
126 | - added new function SetRunType
|
---|
127 | - use strncpy instead of memcpy
|
---|
128 | - replaced const char[] arguments by TString
|
---|
129 |
|
---|
130 | * msimreflector/MReflector.[h,cc]:
|
---|
131 | - added Print
|
---|
132 | - added a circle around the mirror showing fMaxR
|
---|
133 |
|
---|
134 | * mastro/MAstro.cc:
|
---|
135 | - updated some typos in comments
|
---|
136 |
|
---|
137 | * mbase/MEnv.cc:
|
---|
138 | - replaced Form by MString::Format
|
---|
139 |
|
---|
140 | * mbase/MTask.cc:
|
---|
141 | - made the total number of executions really count the total
|
---|
142 | number
|
---|
143 |
|
---|
144 | * mcalib/MCalibrationPatternDecode.cc:
|
---|
145 | - some cosmetics
|
---|
146 | - corrected the use of a wrong FindCreateObj
|
---|
147 |
|
---|
148 | * mcorsika/MCorsikaRead.cc:
|
---|
149 | - added a comment
|
---|
150 |
|
---|
151 | * mfileio/MWriteRootFile.cc:
|
---|
152 | - improved output
|
---|
153 | - improved the copy of a tree (now done without unpacking)
|
---|
154 | - made sure that copied trees are shown in the summary
|
---|
155 | - made sure that the copied trees are nevertheless deleted
|
---|
156 |
|
---|
157 | * mfilter/MFDeltaT.cc:
|
---|
158 | - adapted to change in GetNumExecutions
|
---|
159 |
|
---|
160 | * mhbase/MFillH.cc:
|
---|
161 | - set the number of executions (as it is in MTask) before the
|
---|
162 | execution
|
---|
163 |
|
---|
164 | * mhbase/MH.cc:
|
---|
165 | - improved the statistics output
|
---|
166 |
|
---|
167 | * mhist/MHCamera.[h,cc]:
|
---|
168 | - don't create an own pad anymore
|
---|
169 | - removed SetRange
|
---|
170 | - SetRange now done via MH::SetPadRange
|
---|
171 | - some sanity checks if fGeomCam is set
|
---|
172 | - some adaptions to the new layout scheme without
|
---|
173 | an own pad
|
---|
174 | - Changed DrawProjection to a more commonly usable scheme
|
---|
175 | - Removed all dependencies from MGeomCamMagic
|
---|
176 | - start the gaus fit with the maximum not the integral
|
---|
177 |
|
---|
178 | * mjobs/MJCalibrateSignal.cc:
|
---|
179 | - If the input files contain an OriginalMC tree
|
---|
180 | copy it
|
---|
181 | - consequently we make the MMcEvtBasic from the
|
---|
182 | parameter-list optional
|
---|
183 | - fixed the rule (MC files with .root as extension could not
|
---|
184 | be processed)
|
---|
185 |
|
---|
186 | * mjobs/MJCalibration.[h,cc], mjobs/MJPedestal.[h,cc]:
|
---|
187 | - Use MHCamera::CamDraw more extensively
|
---|
188 | - replace use of Form by MString::Format
|
---|
189 |
|
---|
190 | * mjobs/MJSimulation.cc:
|
---|
191 | - added an option to switch the cmaera electronics off
|
---|
192 | - write some more containers to output file (for easy access)
|
---|
193 | - set the MC bit in the header
|
---|
194 | - now use MSimMMCS to "fake" the correct file structure
|
---|
195 | - added three new writers to write the MMcEvtBasic information
|
---|
196 | - added a display of the most important things
|
---|
197 |
|
---|
198 | * mmain/MEventDisplay.cc:
|
---|
199 | - don't change into the not more existing pad of a MHCamera
|
---|
200 |
|
---|
201 | * msimcamera/MSimCalibrationSignal.cc:
|
---|
202 | - adapted GetNumExecution
|
---|
203 | - SetReadyToSave for the run header
|
---|
204 | - jitter the number of emitted photons
|
---|
205 | - corrected the emitted trigger positon
|
---|
206 | - (re)set calibration pattern
|
---|
207 |
|
---|
208 | * mbase/MLut.[h,cc]:
|
---|
209 | - added overload of Delete() function
|
---|
210 | - added IsDefault
|
---|
211 | - added SetDefault
|
---|
212 |
|
---|
213 | * mfileio/MWriteRootFile.cc:
|
---|
214 | - fixed output in OpenFile
|
---|
215 |
|
---|
216 | * mjobs/MSequence.cc:
|
---|
217 | - allow the "Night" resource to be empty
|
---|
218 |
|
---|
219 | * msimcamera/MSimBundlePhotons.cc:
|
---|
220 | - some small improvements in case of empty maps
|
---|
221 |
|
---|
222 | * msimcamera/MSimReadout.[h,cc]:
|
---|
223 | - reset gain. Use the new fConversionFactor instead
|
---|
224 | - removed some setting of fRunHeader
|
---|
225 |
|
---|
226 | * msimcamera/MSimTrigger.[h,cc]:
|
---|
227 | - on useer request now offset and gain can be used to
|
---|
228 | convert the signal back into units of phe
|
---|
229 | - added possibility to use empty lookup tables
|
---|
230 | - added debug output
|
---|
231 |
|
---|
232 | * msimcamera/MSimCamera.[h,cc]:
|
---|
233 | - outsourced the pedestal and gain numbers into ReInit
|
---|
234 | - use an MPedestalCam for Electronic Noise and Gain
|
---|
235 | - allow to switch ob whether the gain is applied to the
|
---|
236 | electronic noise or not
|
---|
237 | - SetPhotElfromShower
|
---|
238 |
|
---|
239 | * msim/Makefile. msim/SimLinkDef.h:
|
---|
240 | - added MSimMMCS
|
---|
241 |
|
---|
242 | * msim/MSimMMCS.[h,cc]:
|
---|
243 | - added
|
---|
244 |
|
---|
245 | * msimcamera/Makefile:
|
---|
246 | - added -I../mpedestal
|
---|
247 |
|
---|
248 | * ceres.rc:
|
---|
249 | - added
|
---|
250 |
|
---|
251 | * msimreflector/MMirrorSquare.cc, msimreflector/MMirrorHex.cc,
|
---|
252 | msimreflector/MMirrorDisk.cc:
|
---|
253 | - changed the grey colors
|
---|
254 |
|
---|
255 | * msimreflector/MMirrorHex.cc:
|
---|
256 | - fixed bugs in CanHit and HasHit
|
---|
257 |
|
---|
258 |
|
---|
259 |
|
---|
260 | 2009/02/10 Thomas Bretz
|
---|
261 |
|
---|
262 | * manalysis/MMcTriggerLvl2Calc.cc:
|
---|
263 | - removed obsolete include of MmcRunHeader
|
---|
264 |
|
---|
265 | * mbase/MSpline3.[h,cc]:
|
---|
266 | - improved the available constructors
|
---|
267 | - added some comments for future use
|
---|
268 | - added default constructor
|
---|
269 | - added GetHistogram()
|
---|
270 |
|
---|
271 | * mcorsika/MCorsikaRunHeader.[h,cc]:
|
---|
272 | - added fImpactMax
|
---|
273 | - added some Getters
|
---|
274 |
|
---|
275 | * melectronics/MPulseShape.[h,cc]:
|
---|
276 | - set class version to 1 to make it storable
|
---|
277 | - set a title for the splines
|
---|
278 | - implemented Paint function
|
---|
279 |
|
---|
280 | * mhbase/MH.[h,cc]:
|
---|
281 | - added SetPadRange
|
---|
282 |
|
---|
283 | * mhist/MHCamEvent.[h,cc]:
|
---|
284 | - Init the geometry in ReInit thus it can work with a geometry stored in a file
|
---|
285 | - Make sure that histogranms already drawn properly to a pad are found in Paint
|
---|
286 | - added RecursiveRemove for sanity
|
---|
287 |
|
---|
288 | * mmc/MMcCorsikaRunHeader.h:
|
---|
289 | - added SetSpectrum
|
---|
290 |
|
---|
291 | * mmc/MMcEvt.hxx:
|
---|
292 | - added SetEvtNumber
|
---|
293 | - added SetPhotElfromShower
|
---|
294 |
|
---|
295 | * mmc/MMcEvtBasic.[h,cc]:
|
---|
296 | - added operator=
|
---|
297 |
|
---|
298 | * mmc/MMcRunHeader.[hxx, cxx]:
|
---|
299 | - set default for the versions to UShort_t(-1)
|
---|
300 | - added some comments
|
---|
301 | - added SetNumSimulatedShowers
|
---|
302 | - added SetImpactMax
|
---|
303 |
|
---|
304 | * mraw/MRawRunHeader.cc:
|
---|
305 | - suppress some information in header if not valid
|
---|
306 |
|
---|
307 | * msignal/MSignalCalc.cc:
|
---|
308 | - if (!fPedestal) we should return kTRUE not kFALSE
|
---|
309 |
|
---|
310 | * msimreflector/MMirror.[h,cc], msimreflector/MMirrorDisk.[h,cc],
|
---|
311 | msimreflector/MMirrorHex.[h,cc], msimreflector/MMirrorSquare.[h,cc],
|
---|
312 | msimreflector/MReflector.[h,cc],
|
---|
313 | - added Print
|
---|
314 | - some cosmetics in header
|
---|
315 | - set class version to 1 to make it storable
|
---|
316 |
|
---|
317 | * mtools/MagicJam.cc:
|
---|
318 | - updated
|
---|
319 |
|
---|
320 |
|
---|
321 |
|
---|
322 | 2009/02/10 Daniela Dorner
|
---|
323 |
|
---|
324 | * datacenter/db/tabs.php:
|
---|
325 | - if csv-file doesn't exist, only logs are displayed now
|
---|
326 |
|
---|
327 |
|
---|
328 |
|
---|
329 | 2009/02/08 Thomas Bretz
|
---|
330 |
|
---|
331 | * Makefile.conf.linux:
|
---|
332 | - added -Winit-self
|
---|
333 |
|
---|
334 | * msimcamera/MSimCalibrationSignal.[h,cc]:
|
---|
335 | - account for the pulse shape/width
|
---|
336 | - make number of photons settable
|
---|
337 | - make time jitter settable
|
---|
338 | - renamned fNumEntries to fNumEvents
|
---|
339 | - don't set daq event number (should be set by the "daq")
|
---|
340 | - set trigger pattern
|
---|
341 | - print number of events in PreProcess
|
---|
342 |
|
---|
343 | * msimreflector/MSimReflector.[h,cc]:
|
---|
344 | - made the detector margin settable
|
---|
345 |
|
---|
346 | * datacenter/macros/insertcacofile.C, datacenter/macros/insertsequence.C:
|
---|
347 | - print an error and exit
|
---|
348 |
|
---|
349 | * macros/optim/optimdisp.C:
|
---|
350 | - set the default values as default
|
---|
351 | - added a short summary what a good strategy for optimization is
|
---|
352 |
|
---|
353 | * mastro/MAstro.cc:
|
---|
354 | - replaced Form by MString::Form
|
---|
355 |
|
---|
356 | * mcorsika/MCorsikaEvtHeader.[h,cc], mcorsika/MCorsikaRunHeader.[h,cc]:
|
---|
357 | - moved fParticleID from event header to run header
|
---|
358 | - increased Class Version accordingly
|
---|
359 | - added an error if more than one observation levels are read
|
---|
360 |
|
---|
361 | * mhcalib/MHGausEvents.cc:
|
---|
362 | - replaced Form by MString::Form
|
---|
363 | - handle the creating of the TF1 fExpFit a bit more "root-safe"
|
---|
364 |
|
---|
365 | * mhist/MHCamEvent.[h,cc]:
|
---|
366 | - added a new option to collect the maximum or minimum contents
|
---|
367 |
|
---|
368 | * mhist/MHCamera.[h,cc]:
|
---|
369 | - added new functions SetMax/MinCamContent
|
---|
370 |
|
---|
371 | * mraw/MRawEvtHeader.cc:
|
---|
372 | - initialize the data members in constructor
|
---|
373 |
|
---|
374 | * mraw/MRawEvtHeader.h:
|
---|
375 | - removed bits for trigger type they were never used
|
---|
376 |
|
---|
377 | * mraw/MRawRunHeader.cc:
|
---|
378 | - tiny cosmetics
|
---|
379 |
|
---|
380 | * msim/MHPhotonEvent.[h,cc]:
|
---|
381 | - added a histogram to display the height
|
---|
382 | - don't fill kNightSky photons
|
---|
383 |
|
---|
384 | * msim/MPhotonData.h:
|
---|
385 | - added getter for fProductionHeight
|
---|
386 |
|
---|
387 | * msim/MPhotonEvent.h:
|
---|
388 | - commented IsValid (was not used anyhow)
|
---|
389 |
|
---|
390 | * msimcamera/MSimGeomCam.[h,cc]:
|
---|
391 | - added one sample to the window to allow for time jitter of one sample
|
---|
392 | - make the code for the window indentical to MSimCalibrationSignal
|
---|
393 |
|
---|
394 | * msimcamera/MSimReadout.[h,cc]:
|
---|
395 | - Set the daq event number (readout number)
|
---|
396 |
|
---|
397 | * msimcamera/MSimTrigger.[h,cc]:
|
---|
398 | - added comments
|
---|
399 | - made the signal length settable
|
---|
400 | - made the coincidence time settable
|
---|
401 | - removed setting of the daq event number (should be done by the "daq")
|
---|
402 | - changed the trigger output from all to inf/inf2
|
---|
403 |
|
---|
404 | * msimcamera/Makefile:
|
---|
405 | - added -I../mtrigger
|
---|
406 |
|
---|
407 | * mjobs/MJSimulation.[h,cc]:
|
---|
408 | - added new mode to force the use of the trigger "electronics"
|
---|
409 | - moved setup of the fadc to the resource file
|
---|
410 | - added a new histogram to show the maximum signal in all pixels
|
---|
411 | - automatically setup the range of the TrigPos histogram
|
---|
412 | - don't show all histograms in all run conditions
|
---|
413 |
|
---|
414 | * mraw/MRawRunHeader.[h,cc]:
|
---|
415 | - added ReadEnv for a setup from a resource file in ceres
|
---|
416 |
|
---|
417 | * msimcamera/MSimAPD.cc:
|
---|
418 | - added a sanity check if ReInit has not been called
|
---|
419 |
|
---|
420 |
|
---|
421 |
|
---|
422 | 2009/02/07 Thomas Bretz
|
---|
423 |
|
---|
424 | * sponde.rc:
|
---|
425 | - fixed a typo
|
---|
426 |
|
---|
427 | * datacenter/scripts/runcorsika:
|
---|
428 | - added a comment
|
---|
429 |
|
---|
430 | * mbase/MContinue.h:
|
---|
431 | - changed a comment
|
---|
432 |
|
---|
433 | * mbase/MEnv.h, mbase/MMath.cc:
|
---|
434 | - Do not assign a temporary TString to const char *
|
---|
435 |
|
---|
436 | * mcamera/MCameraCentralPix.[h,cc]:
|
---|
437 | - changed fDC from Float_t to Int_t
|
---|
438 |
|
---|
439 | * mhflux/MHCollectionArea.cc, mhflux/MHDisp.cc, mhflux/MHEnergyEst.cc,
|
---|
440 | mhflux/MHFalseSource.cc, mhflux/MHThreshold.cc, mhbase/MFillH.cc,
|
---|
441 | mastro/MAstroCamera.cc, mastro/MAstroCatalog.cc, mbase/MContinue.cc,
|
---|
442 | mbase/MFilter.cc, mbase/MLog.cc, mbase/MParContainer.cc, mhbase/MH.cc,
|
---|
443 | mbase/MParEmulated.cc, mbase/MStatusDisplay.cc, mbase/MTime.cc,
|
---|
444 | mhbase/MH3.cc, mhbase/MHn.cc,mhflux/MHAlpha.cc, mhist/MHCamera.cc,
|
---|
445 | mhflux/MHEffectiveOnTime.cc, mmuon/MHMuonPar.cc, mmovie/MMovieWrite.cc,
|
---|
446 | mhflux/MHFalseSource.cc, mhist/MHCamEvent.cc,
|
---|
447 | mmain/MEventDisplay.cc, mreflector/MHReflector.cc:
|
---|
448 | - use MString::Format instead of Form
|
---|
449 |
|
---|
450 | * msim/MHPhotonEvent.cc:
|
---|
451 | - don't fill kNightSky primaries
|
---|
452 |
|
---|
453 | * msim/MPhotonEvent.[h,cc]:
|
---|
454 | - return the number of non NightSky photons
|
---|
455 |
|
---|
456 | * msimcamera/MSimPSF.cc:
|
---|
457 | - changed default for fSigma from 1 to -1
|
---|
458 |
|
---|
459 | * mbase/MContinue.cc:
|
---|
460 | - changed default title
|
---|
461 |
|
---|
462 | * mfileio/MWriteRootFile.cc:
|
---|
463 | - set kMustCleanup bit, otherwise it is not correctly deleted from
|
---|
464 | the list of cleanups
|
---|
465 |
|
---|
466 | * mhbase/MH3.[h,cc]:
|
---|
467 | - added RecursiveRemove
|
---|
468 |
|
---|
469 | * mhflux/MAlphaFitter.[h,cc]:
|
---|
470 | - moved code to source file
|
---|
471 | - improved setting of a new fFunc
|
---|
472 |
|
---|
473 | * mhflux/MHAlpha.[h,cc], mhvstime/MHSectorVsTime.[h,cc]
|
---|
474 | - added RecursiveRemove
|
---|
475 |
|
---|
476 | * mjobs/MJSimulation.cc:
|
---|
477 | - added MSimPSF
|
---|
478 | - Show only the non NightSky photons in the size plot
|
---|
479 | - changed the binning of BinningEvtWidth
|
---|
480 |
|
---|
481 |
|
---|
482 |
|
---|
483 | 2009/02/06 Daniela Dorner
|
---|
484 |
|
---|
485 | * datacenter/db/include.php:
|
---|
486 | - adapted status-query
|
---|
487 |
|
---|
488 |
|
---|
489 |
|
---|
490 | 2009/02/05 Daniel Hoehne-Moench
|
---|
491 |
|
---|
492 | * datacenter/macros/filldotrun.C:
|
---|
493 | - implemented new SuperArehucas version
|
---|
494 |
|
---|
495 |
|
---|
496 |
|
---|
497 | 2009/02/03 Thomas Bretz
|
---|
498 |
|
---|
499 | * mastro/MAstroCatalog.[h,cc]:
|
---|
500 | - searches now all catalogs also in the datacenter default path if
|
---|
501 | the file could not be found
|
---|
502 |
|
---|
503 | * mbase/MStatusDisplay.cc:
|
---|
504 | - also print information about added tabs in batch mode
|
---|
505 |
|
---|
506 | * mcorsika/MCorsikaEvtHeader.h:
|
---|
507 | - fixed a comment
|
---|
508 |
|
---|
509 | * mfileio/MWriteRootFile.cc:
|
---|
510 | - added some more log-output
|
---|
511 | - open a new /dev/null only if none with the same title already exists
|
---|
512 | - added some comments
|
---|
513 |
|
---|
514 | * mhflux/MHEffectiveOnTime.cc:
|
---|
515 | - Don't call PaintText if FitH failed (as suggested by valgrind)
|
---|
516 |
|
---|
517 | * mjobs/MJStar.cc, mjobs/MJCalibrateSignal.cc:
|
---|
518 | - added a title to all MWriteRootFile
|
---|
519 |
|
---|
520 | * mreport/MReportCC.cc:
|
---|
521 | - added more comments
|
---|
522 | - improved log-output
|
---|
523 |
|
---|
524 |
|
---|
525 |
|
---|
526 | 2009/02/03 Daniela Dorner
|
---|
527 |
|
---|
528 | * datacenter/db/plotdb.php:
|
---|
529 | - sequence as default when startup
|
---|
530 |
|
---|
531 | * datacenter/db/plotdb.php, datacenter/db/plot.php:
|
---|
532 | - added possibility to set size of plot
|
---|
533 |
|
---|
534 |
|
---|
535 |
|
---|
536 | 2009/02/03 Stefan Ruegamer
|
---|
537 |
|
---|
538 | * datacenter/scripts/budb:
|
---|
539 | - added getdbsetup
|
---|
540 |
|
---|
541 |
|
---|
542 |
|
---|
543 | 2009/02/02 Thomas Bretz
|
---|
544 |
|
---|
545 | * mcamera/MCameraCentralPix.[h,cc]:
|
---|
546 | - added data member fDC
|
---|
547 | - increased class version number accordingly
|
---|
548 |
|
---|
549 | * mreport/MReportCC.cc:
|
---|
550 | - improved debug output
|
---|
551 | - remove minus from the third argument in SCHEDULE
|
---|
552 |
|
---|
553 | * mreport/MReportCamera.[h,cc]:
|
---|
554 | - fixed for ver>=200812140
|
---|
555 | - added InterpretePSSEN
|
---|
556 | - added InterpreteLIQ
|
---|
557 |
|
---|
558 | * msimcamera/MSimCamera.cc:
|
---|
559 | - added a time-shift uniformly according to the bin-width
|
---|
560 |
|
---|
561 |
|
---|
562 |
|
---|
563 | 2009/01/30 Thomas Bretz
|
---|
564 |
|
---|
565 | * RELEASE V2.2
|
---|
566 |
|
---|
567 |
|
---|
568 | 2009/02/02 Thomas Bretz
|
---|
569 |
|
---|
570 | * mjobs/MJCalibrateSignal.cc, mjobs/MJStar.cc:
|
---|
571 | - fixed the regular expresssion
|
---|
572 |
|
---|
573 |
|
---|
574 |
|
---|
575 | 2009/01/30 Thomas Bretz
|
---|
576 |
|
---|
577 | * datacenter/macros/fillcmt.C:
|
---|
578 | - added
|
---|
579 |
|
---|
580 | * datacenter/macros/plotstat.C:
|
---|
581 | - extended loop to show all periods again
|
---|
582 |
|
---|
583 | * msim/MPhotonData.cc:
|
---|
584 | - don't change the sign of the cosines. The direction of the
|
---|
585 | particle doesn't neet to be changed
|
---|
586 |
|
---|
587 | * msimreflector/MSimReflector.cc:
|
---|
588 | - change the rotation matrix to fit the change in MPhotonData
|
---|
589 |
|
---|
590 |
|
---|
591 |
|
---|
592 | 2009/01/29 Thomas Bretz
|
---|
593 |
|
---|
594 | * melectronics/MPulseShape.cc:
|
---|
595 | - changed spline range from -25/25 to -8/8
|
---|
596 |
|
---|
597 | * mhflux/MAlphaFitter.cc, mhflux/MHAlpha.cc, mhflux/MHDisp.cc:
|
---|
598 | - for sanity (thread safety) replaced Form by MString::Format
|
---|
599 |
|
---|
600 | * mhflux/MHDisp.cc:
|
---|
601 | - initialize fHalf as suggested by valgrind
|
---|
602 |
|
---|
603 | * datacenter/macros/plotdb.C:
|
---|
604 | - updated comments
|
---|
605 |
|
---|
606 | * resources/calibration_spline.rc:
|
---|
607 | - updated
|
---|
608 |
|
---|
609 |
|
---|
610 |
|
---|
611 | 2009/01/27 Thomas Bretz
|
---|
612 |
|
---|
613 | * macros/rootlogon.C:
|
---|
614 | - added new subdirectories
|
---|
615 |
|
---|
616 | * melectronics/MAnalogSignal.[h,cc]:
|
---|
617 | - added the posssibility to add a pulse from a TF1
|
---|
618 | - removed the printout if out of range
|
---|
619 | - returns whether the range had to be adapted
|
---|
620 | - changed the Discriminate function to allow for giving a start
|
---|
621 | and end time of the search
|
---|
622 | - imporved the fining of the falling and rising edge
|
---|
623 | - removed the printout in Discriminate
|
---|
624 |
|
---|
625 | * msimcamera/MSimCamera.[h,cc]:
|
---|
626 | - moved the pulse shape specific code into a new class MPulseShape
|
---|
627 | - Fixed the range of the digitization
|
---|
628 |
|
---|
629 | * melectronics/MPulseShape.[h,cc]:
|
---|
630 | - added
|
---|
631 |
|
---|
632 | * melectronics/Makefile, melectronics/ElectronicsLinkDef.h:
|
---|
633 | - added MPulseShape
|
---|
634 |
|
---|
635 | * msimcamera/MSimGeomCam.[h,cc]:
|
---|
636 | - Fixed the time window for random photons (Maybe move to a later
|
---|
637 | step in the analysis?)
|
---|
638 |
|
---|
639 | * msimcamera/MSimReadout.cc:
|
---|
640 | - call SetReadyToSave for the run-header
|
---|
641 | - added some debug output in case of failure
|
---|
642 |
|
---|
643 | * msimcamera/MSimSignalCam.[h,cc]:
|
---|
644 | - subtract the trigger position of any
|
---|
645 |
|
---|
646 | * msimcamera/MSimTrigger.cc:
|
---|
647 | - some changes to the debug output
|
---|
648 |
|
---|
649 | * mjobs/MJSimulation.[h,cc]:
|
---|
650 | - added
|
---|
651 |
|
---|
652 | * mjobs/Makefile, mjobs/JobsLinkDef.h:
|
---|
653 | - added MJSimulation
|
---|
654 |
|
---|
655 | * ceres.cc, showlog.cc, callisto.cc, star.cc, ganymed.cc, sponde.cc:
|
---|
656 | - added parenthesis suggested by compiler
|
---|
657 |
|
---|
658 | * mbase/MParEnv.cc:
|
---|
659 | - included TClass for newwer root versions
|
---|
660 |
|
---|
661 | * msimreflector/MReflector.cc:
|
---|
662 | - fixed return if read file was not existing
|
---|
663 |
|
---|
664 | * msimrelfector/MSimReflector.cc:
|
---|
665 | - added sanity check if reflector is valid
|
---|
666 |
|
---|
667 | * datacenter/macros/insertdataset.C:
|
---|
668 | - added fPriority
|
---|
669 |
|
---|
670 | * datacenter/macros/plotoptical.C:
|
---|
671 | - write a root-file as the other plot-macros do
|
---|
672 |
|
---|
673 | * mreflector/MHReflector.cc:
|
---|
674 | - added some SetDirectory(NULL), although this class is a candidate
|
---|
675 | for removal
|
---|
676 |
|
---|
677 | * mjobs/MJCut.cc, mjobs/MJCalibrateSignal.cc:
|
---|
678 | - make the CheckEnv fail if kFALSE is returned
|
---|
679 |
|
---|
680 |
|
---|
681 |
|
---|
682 | 2009/01/26 Thomas Bretz
|
---|
683 |
|
---|
684 | * Makefile:
|
---|
685 | - added mcorsika, msim, msimreflector, msimcamera and
|
---|
686 | msimelectronics
|
---|
687 | - added readcorsika
|
---|
688 |
|
---|
689 | * mbase/Makefile, mbase/BaseLinkDef.h:
|
---|
690 | - added MParEnv
|
---|
691 |
|
---|
692 | * mbase/MParEnv.[h,cc]:
|
---|
693 | - added
|
---|
694 |
|
---|
695 | * mbase/MParameters.[h,cc]:
|
---|
696 | - added ReadEnv to all classes
|
---|
697 |
|
---|
698 | * mbase/MParList.cc:
|
---|
699 | - return the container within MParEnv if MParEnv found
|
---|
700 |
|
---|
701 | * mbase/MParContainer.cc:
|
---|
702 | - fixed a typo
|
---|
703 |
|
---|
704 | * manalysis/MEventRateCalc.cc:
|
---|
705 | - added a comment
|
---|
706 |
|
---|
707 | * melectronics/MAnalogChannels.[h,cc]:
|
---|
708 | - made the GetNum* unsigned
|
---|
709 | - added new member functions to just initialize one size
|
---|
710 |
|
---|
711 | * mraw/MRawRunHeader.[h,cc]:
|
---|
712 | - added a possibility to just init the number of pixels
|
---|
713 |
|
---|
714 | * msimcamera/MSimReadout.[h,cc]:
|
---|
715 | - get the number of output channels from the camera geometry
|
---|
716 | - initialize the runheader in ReInit
|
---|
717 | - initialize the data arrays from the run-header in reinit
|
---|
718 |
|
---|
719 | * mimage/MHHillas.cc:
|
---|
720 | - the default binning is not scales by 0.9 anymore
|
---|
721 |
|
---|
722 | * mmc/MMcEvtBasic.h:
|
---|
723 | - added new type "artificial"
|
---|
724 |
|
---|
725 | * mraw/MRawRunHeader.cc:
|
---|
726 | - set header size in constructor to 0
|
---|
727 |
|
---|
728 | * msimcamera/MSimCalibrationSignal.[h,cc]:
|
---|
729 | - we need fEvt and fTrigger always
|
---|
730 | - renamed ReInit to CallReInit
|
---|
731 | - set photon primary type
|
---|
732 | - set number of photons from 50 to 5
|
---|
733 |
|
---|
734 | * msimcamera/MSimRandomPhotons.cc:
|
---|
735 | - explicitly set weight to 1
|
---|
736 |
|
---|
737 | * mjobs/Makefile:
|
---|
738 | - added msim, msimreflector, msimcamera and mcorsika
|
---|
739 |
|
---|
740 |
|
---|
741 |
|
---|
742 | 2009/01/25 Thomas Bretz
|
---|
743 |
|
---|
744 | * mbase/Makefile, mbase/BaseLinkDef.h:
|
---|
745 | - added MLut
|
---|
746 |
|
---|
747 | * mbase/MLut.[h,cc]:
|
---|
748 | - added
|
---|
749 |
|
---|
750 | * msimcamera/MSimCamera.[h,cc], msimcamera/MSimTrigger.[h,cc],
|
---|
751 | msimcamera/MSimRadout.[h,cc], msimcamera/SimCameraLinkDef.h,
|
---|
752 | msimcamera/Makefile, msimcamera/MSimCalibrationSignal.[h,cc],
|
---|
753 | msimcamera/SimCameraIncl,h:
|
---|
754 | - added
|
---|
755 |
|
---|
756 | * mjobs/MJob.cc:
|
---|
757 | - included TClass for newer root versions
|
---|
758 |
|
---|
759 | * mreflector/MRflEvtData.cc:
|
---|
760 | - repaced a use of MHexagon by a direct use of MGeomCam
|
---|
761 |
|
---|
762 | * melectronics/MAvalanchePhotoDiode.[h,cc]:
|
---|
763 | - added some getters
|
---|
764 | - remobved some obsolete comment
|
---|
765 | - set entries to 1 by default
|
---|
766 |
|
---|
767 | * mgeom/MGeomCam.[h,cc]:
|
---|
768 | - split the Get[Max,Min]Radius into two member functions
|
---|
769 | - added the HitDetector based on the maximum radius calculated
|
---|
770 |
|
---|
771 | * mgeom/MGeomCamDwarf.[h,cc], mgeom/MGeomCamMagic.[h,cc]:
|
---|
772 | - removed overloading of the new HitDetector
|
---|
773 |
|
---|
774 | * mgeom/MGeomPix.[h,cc]:
|
---|
775 | - reset fUserBits in constructor according to a suggestion by valgrind
|
---|
776 | - added GetT member function
|
---|
777 |
|
---|
778 | * mjobs/MJSpectrum.cc:
|
---|
779 | - replaced some Form calls for sanity by MString::Format
|
---|
780 | - check the result of CheckEnv
|
---|
781 |
|
---|
782 | * mjobs/MJStar.cc:
|
---|
783 | - check the result of CheckEnv
|
---|
784 |
|
---|
785 | * mjobs/MJob.cc:
|
---|
786 | - fixed a typo in the name for the seed value resource
|
---|
787 |
|
---|
788 | * mraw/MRawRunHeader.h:
|
---|
789 | - added a getter for run type point run
|
---|
790 |
|
---|
791 | * msignal/MSignalCalc.cc:
|
---|
792 | - don't execute Process at all if fPedestal==NULL
|
---|
793 |
|
---|
794 | * msignal/MSignalCam.cc:
|
---|
795 | - aded case 10 and 11 to GetPixelContent
|
---|
796 |
|
---|
797 | * msim/MHPhotonEvent.cc:
|
---|
798 | - replaced case 4 by using the traversal distance in the 0-pixel
|
---|
799 |
|
---|
800 | * msimcamera/MSimSignalCam.cc:
|
---|
801 | - set pixel only to used if contents>0
|
---|
802 |
|
---|
803 | * msimcamera/MSimTrigger.[h,cc]:
|
---|
804 | - added ReadEnv for setup from a resource file
|
---|
805 | - compress the trigger list after deleting slots
|
---|
806 | - initialize descriminator threshold with -1
|
---|
807 | - check for the validity of the discr. th in PreProcess
|
---|
808 |
|
---|
809 | * msimreflector/MReflector.[h,cc]:
|
---|
810 | - store file name in title
|
---|
811 | - added ReadEnv for setup from a resource file
|
---|
812 |
|
---|
813 | * msimreflector/MSimReflector.[h,cc]:
|
---|
814 | - changed copyright notice
|
---|
815 | - added fDetectorMargin
|
---|
816 |
|
---|
817 |
|
---|
818 |
|
---|
819 |
|
---|
820 | 2009/01/24 Thomas Bretz
|
---|
821 |
|
---|
822 | * mbase/MMath.cc:
|
---|
823 | - added two explicit conversion to make it compile on my Ubuntu
|
---|
824 | - Replaced some Form by MString::Format
|
---|
825 | - included MString
|
---|
826 |
|
---|
827 |
|
---|
828 |
|
---|
829 | 2009/01/23 Daniela Dorner
|
---|
830 |
|
---|
831 | * datacenter/db/showplots-ds.php, datacenter/db/tabs.php,
|
---|
832 | datacenter/db/plot.php:
|
---|
833 | - adapted path to new web file structure
|
---|
834 |
|
---|
835 | * datacenter/db/sequinfo-aio.php, datacenter/db/runinfo-aio.php:
|
---|
836 | - added option to group by date (year, month, night): pulldown in
|
---|
837 | menu and adapted query
|
---|
838 |
|
---|
839 | * datacenter/db/sequinfo-aio.php, datacenter/db/runinfo-aio.php
|
---|
840 | datacenter/db/datasetinfo-aio.php:
|
---|
841 | - enabled possibility to combine all group-bys
|
---|
842 |
|
---|
843 | * datacenter/db/datasetinfo-aio.php:
|
---|
844 | - enhances information printed in table in case of group-by
|
---|
845 |
|
---|
846 | * datacenter/db/include.php:
|
---|
847 | - adapted pulldown of status-group-by
|
---|
848 |
|
---|
849 | * datacenter/db/menu.php:
|
---|
850 | - added pulldown for sumtrigger-flag to sequinfo-menu
|
---|
851 | - added function to print pulldown for group-by date
|
---|
852 |
|
---|
853 |
|
---|
854 |
|
---|
855 | 2009/01/23 Thomas Bretz
|
---|
856 |
|
---|
857 | * mcorsika/MCorsikaEvtHeader.[h,cc], msim/MPhotonData.[h,cc],
|
---|
858 | msimcamera/MSimExcessNoise.cc, msimreflector/MMirrorDisk.cc,
|
---|
859 | msimreflector/MMirrorHex.cc, msimreflector/MMirrorSquare.[h,cc],
|
---|
860 | msimreflector/MReflector.cc, msimreflector/MSimReflector.cc,
|
---|
861 | melectronics/MAnalogSignal.cc:
|
---|
862 | - moved code which needs TMath to source file
|
---|
863 | - included TMath for newer root versions
|
---|
864 | - included TObjArray for newer root versions
|
---|
865 |
|
---|
866 | * msimcamera/MSimAPD.[h,cc], msimcamera/MSimBundlePhotons.[h,cc],
|
---|
867 | msimcamera/MSimRandomPhotons.[h,cc]:
|
---|
868 | - added
|
---|
869 |
|
---|
870 | * melectronics/Makefile, melectronics/MAnalogChannels.[h,cc],
|
---|
871 | melectronics/ElectronicsIncl.h, melectronics/ElectronicsLinkDef.h,
|
---|
872 | melectronics/MDigitalSignal.[h,cc],
|
---|
873 | melectronics/MAnalogSignal.[h,cc],
|
---|
874 | melectronics/MAvalanchePhotoDiode.[h,cc]:
|
---|
875 | - added
|
---|
876 |
|
---|
877 | * msim/M*.cc, msimreflector/M*.cc, msimcamera/M*.cc:
|
---|
878 | - changed copyright notice
|
---|
879 |
|
---|
880 | * mjobs/MJob.[h,cc]:
|
---|
881 | - for convinience replaced GetEnvValue by GetEnvValue2
|
---|
882 | - added initialization of the random number generator
|
---|
883 |
|
---|
884 | * ceres.cc, mcorsika/CorsikaIncl.h:
|
---|
885 | - added
|
---|
886 |
|
---|
887 |
|
---|
888 |
|
---|
889 | 2009/01/22 Thomas Bretz
|
---|
890 |
|
---|
891 | * mraw/MRawRunHeader.h:
|
---|
892 | - added new functions to access the runtype
|
---|
893 |
|
---|
894 | * msim/MPhotonData.cc:
|
---|
895 | - removed some obsolete comments
|
---|
896 |
|
---|
897 | * msim/MPhotonEvent.[h,cc]
|
---|
898 | - added some comments
|
---|
899 | - added new member function GetFirst and GetLast
|
---|
900 | - UnSort the array after reading new data
|
---|
901 | - removed some old obsolete code
|
---|
902 | - added new meber function Sort and IsSorted
|
---|
903 |
|
---|
904 | * msimreflector/MSimReflector.cc:
|
---|
905 | - force sorting of the array
|
---|
906 |
|
---|
907 | * msimcamera/MSimPSF.[h,cc], msimcamera/MSimGeomCam.[h,cc],
|
---|
908 | msimcamera/MSimExcessNoise.[h,cc], msimcamera/MSimSignalCam.[h,cc]:
|
---|
909 | - added
|
---|
910 |
|
---|
911 |
|
---|
912 |
|
---|
913 | 2009/01/21 Thomas Bretz
|
---|
914 |
|
---|
915 | * mbase/BaseLinkDef.h, mbase/Makefile:
|
---|
916 | - added MQuaternion
|
---|
917 | - added MReflection
|
---|
918 |
|
---|
919 | * mbase/MQuaternion.[h,cc], mbase/MReflection.[h,cc]:
|
---|
920 | - added
|
---|
921 |
|
---|
922 | * mbase/MArrayI.[h,cc]:
|
---|
923 | - added a few new functions (ReSort, Add, Find and AddUniq)
|
---|
924 |
|
---|
925 | * mbase/MMath.cc:
|
---|
926 | - replaced delete by delete[] where appropriate
|
---|
927 |
|
---|
928 | * mgeom/MGeomCam.h:
|
---|
929 | - added new virtual functions HitFrame and HitDetector
|
---|
930 | - included MQuaternion
|
---|
931 |
|
---|
932 | * mgeom/MGeomCamDwarf.[h,cc], mgeom/MGeomCamMagic.[h,cc]:
|
---|
933 | - added new functions HitFrame and HitDetector:
|
---|
934 |
|
---|
935 | * msim/MHPhotonEvent.cc:
|
---|
936 | - removed the reference to MCamera
|
---|
937 |
|
---|
938 | * mgeom/MGeomPix.[h,cc], mgui/MHexagon.[h,cc]:
|
---|
939 | - moved DistanceToPrimitive from MHexagon to MGeomPix
|
---|
940 | - moved the funtions to calculate overlapping areas
|
---|
941 | also, but they are still in a comment
|
---|
942 |
|
---|
943 | * mgui/MHexagon.[h,cc]:
|
---|
944 | - started implementing a rotation angle
|
---|
945 | - added data meber fPhi
|
---|
946 | - increased class version number
|
---|
947 |
|
---|
948 | * mhist/MHCamera.cc, mtools/MagicJam.cc:
|
---|
949 | - we don't have to use a MHexagon anymore caluclating
|
---|
950 | DistanceToPrimitive
|
---|
951 |
|
---|
952 | * msimreflector/MMirror.[h,cc], msimreflector/MMirrorSquare.[h,cc],
|
---|
953 | msimreflector/MMirrorHex.[h,cc], msimreflector/MMirrorDisk.[h,cc],
|
---|
954 | msimreflector/MReflector.[h,cc], msimreflector/MSimReflector.[h,cc],
|
---|
955 | msimreflector/Makefile, msimreflector/SimReflectorLinkDef.h,
|
---|
956 | msimreflector/SimReflectorIncl.h:
|
---|
957 | - added
|
---|
958 |
|
---|
959 |
|
---|
960 |
|
---|
961 | 2009/01/21 Stefan Ruegamer
|
---|
962 |
|
---|
963 | * datacenter/scripts/read_lapalma-tapes:
|
---|
964 | - added check of the tape slot when exporting the tapes
|
---|
965 |
|
---|
966 |
|
---|
967 |
|
---|
968 | 2009/01/20 Thomas Bretz
|
---|
969 |
|
---|
970 | * mjobs/MJob.h:
|
---|
971 | - added Esc member function
|
---|
972 |
|
---|
973 | * msim/MPhotonData.[h,cc], msim/MPhotonEvent.[h,cc],
|
---|
974 | msim/MSimAbsorption.[h,cc], msim/MSimPointingPos.[h,cc],
|
---|
975 | MHPhotonEvent.[h,cc], msim/Makefile, msim/SimIncl.h
|
---|
976 | msim/SimLinkDef.h:
|
---|
977 | - added
|
---|
978 |
|
---|
979 |
|
---|
980 | 2009/01/19 Thomas Bretz
|
---|
981 |
|
---|
982 | * mfileio/MWriteRootFile.cc:
|
---|
983 | - simplified how the rules are evaluated using TPregexp
|
---|
984 | - by this the rules got more powerful
|
---|
985 |
|
---|
986 | * mjobs/MJCalibrateSignal.cc, mjobs/MJStar.cc:
|
---|
987 | - changed ols style rule to new style
|
---|
988 |
|
---|
989 |
|
---|
990 |
|
---|
991 | 2009/01/18 Thomas Bretz
|
---|
992 |
|
---|
993 | * mbase/BaseLinkDef.h, mbase/Makefile:
|
---|
994 | - added MSpline3
|
---|
995 |
|
---|
996 | * mcorsika/MCorsikaEvtHeader.cc:
|
---|
997 | - some little cosmetics
|
---|
998 |
|
---|
999 | * mcorsika/MCorsikaEvtHeader.h:
|
---|
1000 | - added some missing getters
|
---|
1001 |
|
---|
1002 | * mcorsika/MCorsikaRunHeader.cc:
|
---|
1003 | - removed some obsolete comments
|
---|
1004 | - reordered some comments
|
---|
1005 |
|
---|
1006 | * mextralgo/MExtralgoSpline.h:
|
---|
1007 | - changed default in GetIntegral from true to false
|
---|
1008 |
|
---|
1009 | * mraw/MRawEvtHeader.h:
|
---|
1010 | - added Setter for DAQEventNumber
|
---|
1011 |
|
---|
1012 | * mraw/MRawRunHeader.cc:
|
---|
1013 | - start pixel hardware indices with 1 not with 0
|
---|
1014 |
|
---|
1015 |
|
---|
1016 |
|
---|
1017 | 2009/01/17 Thomas Bretz
|
---|
1018 |
|
---|
1019 | * mbase/MMath.[h,cc]:
|
---|
1020 | - added a new function RndmExp which should be a tiny bit faster than
|
---|
1021 | root's own implementation because it ises Rndm() instead of Uniform()
|
---|
1022 |
|
---|
1023 | * mextralgo/ExtralgoIncl.h:
|
---|
1024 | - added MArrayF
|
---|
1025 |
|
---|
1026 | * mextralgo/MExtralgoSpline.[h,cc]:
|
---|
1027 | - divided FindY into FindYup and FindYdn to avoid an obsolete if-clause
|
---|
1028 | - added a new member function to return the integral function of the
|
---|
1029 | spline. This is useful to init a new spline and use it for
|
---|
1030 | producing the proper random distribution.
|
---|
1031 |
|
---|
1032 | * mpedestal/MPedestalSubtractedEvt.[h,cc]:
|
---|
1033 | - added Print() function
|
---|
1034 |
|
---|
1035 | * mraw/MRawEvtData.[h,cc]:
|
---|
1036 | - added a member function to Reset the arrays
|
---|
1037 | - added member function to set the pixel indices
|
---|
1038 | - Improved the new Set function
|
---|
1039 |
|
---|
1040 | * readcorsika.cc:
|
---|
1041 | - added
|
---|
1042 |
|
---|
1043 |
|
---|
1044 |
|
---|
1045 | 2009/01/16 Daniel Hoehne-Moench
|
---|
1046 |
|
---|
1047 | * datacenter/scripts/mcsequences:
|
---|
1048 | - implemented sumtrigger -> modes, fTriggerFlagKEY
|
---|
1049 | - fPriority(MCSequenceProcessStatus) is now filled into the mcdb
|
---|
1050 |
|
---|
1051 | * datacenter/scripts/fillmccallisto, fillmcstar:
|
---|
1052 | - bugfix: changed argument of $primaries from [$s+$s] to [$s]
|
---|
1053 |
|
---|
1054 | * datacenter/macros/fillcamera.C:
|
---|
1055 | - changed NumPheFromDNSB to float(7,3)
|
---|
1056 | - fPriority(MCRunProcessStatus) is now filled into the mcdb
|
---|
1057 |
|
---|
1058 | * datacenter/macros/fillmccalib.C:
|
---|
1059 | - minor changes, bugfix (wrong column name for mcdb)
|
---|
1060 |
|
---|
1061 | * datacenter/macros/fillmcsignal.C:
|
---|
1062 | - definition of some parameters changed according to fillsignal.C
|
---|
1063 | - minor changes, deleted unnecessary code
|
---|
1064 | - implemented if clause for HiLo-Parameters. Instead of
|
---|
1065 | seqno<200000 the fAmplFadcKEY is queried in the mcdb for each
|
---|
1066 | sequence. For MUX MCs the HiLo-Parameters are not calculated.
|
---|
1067 |
|
---|
1068 |
|
---|
1069 |
|
---|
1070 | 2009/01/15 Thomas Bretz
|
---|
1071 |
|
---|
1072 | * callisto.cc:
|
---|
1073 | - cosmetics to output
|
---|
1074 |
|
---|
1075 | * mcorsika/MCorsikaRunHeader.cc:
|
---|
1076 | - cosmetics (removed a ;;)
|
---|
1077 |
|
---|
1078 | * mhist/MHEvent.[h,cc]:
|
---|
1079 | - ReInit to allow the change of the camera geoemtry in ReInit
|
---|
1080 |
|
---|
1081 |
|
---|
1082 |
|
---|
1083 | 2009/01/15 Stefan Ruegamer
|
---|
1084 |
|
---|
1085 | * datacenter/scripts/dodatacheck:
|
---|
1086 | - removed the _E in the find command; files from 2008/06/04 on do
|
---|
1087 | not have it any more
|
---|
1088 |
|
---|
1089 |
|
---|
1090 |
|
---|
1091 | 2009/01/14 Daniel Hoehne-Moench
|
---|
1092 |
|
---|
1093 | * datacenter/scripts/sourcefile:
|
---|
1094 | - extended errorcoding on mc run process status
|
---|
1095 |
|
---|
1096 | * datacenter/scripts/runmccallisto, runmcstar:
|
---|
1097 | - deleted unnecessary lines, adapted to primary structure
|
---|
1098 |
|
---|
1099 | * datacenter/macros/fillmcsignal.C, fillmccalib.C, fillmcstar.C:
|
---|
1100 | - added
|
---|
1101 |
|
---|
1102 | * datacenter/scripts/fillmccallisto, fillmcstar:
|
---|
1103 | - added
|
---|
1104 |
|
---|
1105 |
|
---|
1106 |
|
---|
1107 | 2009/01/14 Thomas Bretz
|
---|
1108 |
|
---|
1109 | * readraw.cc:
|
---|
1110 | - check first whether the file exist before adding the extension
|
---|
1111 |
|
---|
1112 | * mbase/MMath.[h,cc]:
|
---|
1113 | - added function to Re-sort an array
|
---|
1114 |
|
---|
1115 | * mfileio/MReadMarsFile.cc, mfileio/MWriteRootFile.cc:
|
---|
1116 | - Improved output
|
---|
1117 |
|
---|
1118 | * mfileio/MWriteRootFile.cc:
|
---|
1119 | - fixed a problem which prevented to open more than one /dev/null
|
---|
1120 | devices independantly
|
---|
1121 |
|
---|
1122 | * mgeom/MGeomCam.cc:
|
---|
1123 | - cosmetics
|
---|
1124 |
|
---|
1125 | * mgeom/MGeomCamDwarf.h:
|
---|
1126 | - fixed a typo in an ifdef
|
---|
1127 |
|
---|
1128 | * mgeom/MGeomPix.[h,cc]:
|
---|
1129 | - added funtion to return positon as TVector2
|
---|
1130 | - slightly improved the algorithm to check IsInside
|
---|
1131 | - fixed the conditional signs for the orientation of pixels
|
---|
1132 | in GetDirection
|
---|
1133 |
|
---|
1134 | * mmain/MEventDisplay.cc:
|
---|
1135 | - Give different names to the MPedestalSubtract tasks
|
---|
1136 | - fixed buttons
|
---|
1137 | - call AddGeometryTags after ReInit to allow reading new geometries in
|
---|
1138 | ReInit
|
---|
1139 |
|
---|
1140 | * mmc/MMcEvtBasic.h:
|
---|
1141 | - added a new primary type kNightSky
|
---|
1142 |
|
---|
1143 | * mraw/MRawEvtPixelIter.h:
|
---|
1144 | - replaced type of the number of bytes by UInt_t
|
---|
1145 |
|
---|
1146 | * mraw/MRawRunHeader.h:
|
---|
1147 | - allow to validate the magic-number from outside (for MCs)
|
---|
1148 |
|
---|
1149 | * datacenter/scripts/runcorsika:
|
---|
1150 | - added a lot of comments
|
---|
1151 | - reordered values in input card
|
---|
1152 | - switched off a lot of obsolete output
|
---|
1153 | - changed the Magnetic field to a value corresponding to the location of
|
---|
1154 | MAGIC at 2200m height valid for January 2009. (The old value never took
|
---|
1155 | place there?!) The value was taken from www.noaa.gov/geomagmodels
|
---|
1156 |
|
---|
1157 |
|
---|
1158 |
|
---|
1159 | 2009/01/12 Daniel Hoehne-Moench
|
---|
1160 |
|
---|
1161 | * datacenter/db/menu.php:
|
---|
1162 | - bugfix: now the SumTriggerFlag is correctly displayed in the web
|
---|
1163 | interface
|
---|
1164 |
|
---|
1165 |
|
---|
1166 |
|
---|
1167 | 2009/01/09 Daniel Hoehne-Moench
|
---|
1168 |
|
---|
1169 | * datacenter/macros/fillcamera.C
|
---|
1170 | - implemented new variables: zbinmin, zbinmax, number of
|
---|
1171 | sumtriggers, sum trigger flag
|
---|
1172 | - bugfix: for P and C runs the mirror fraction and the impact
|
---|
1173 | parameter had unreasonable values (negative) which were filled
|
---|
1174 | into the mcdb, now->0
|
---|
1175 |
|
---|
1176 | * datacenter/scripts/fillcamera, mcsequences:
|
---|
1177 | - implemented call of getdbsetup
|
---|
1178 |
|
---|
1179 |
|
---|
1180 |
|
---|
1181 | 2009/01/09 Stefan Ruegamer
|
---|
1182 |
|
---|
1183 | * datacenter/scripts/buildsequenceentries
|
---|
1184 | - corrected IFS argument
|
---|
1185 |
|
---|
1186 |
|
---|
1187 |
|
---|
1188 | 2009/01/08 Stefan Ruegamer
|
---|
1189 |
|
---|
1190 | * datacenter/scripts/filesondisk
|
---|
1191 | - added S and N runs
|
---|
1192 |
|
---|
1193 |
|
---|
1194 |
|
---|
1195 | 2009/01/07 Daniel Hoehne-Moench
|
---|
1196 |
|
---|
1197 | * datacenter/macros/filldotrun.C:
|
---|
1198 | - updated column counting numbers
|
---|
1199 | - included a check for the number of columns in the runfiles
|
---|
1200 |
|
---|
1201 | * datacenter/macros/buildsequenceentries.C:
|
---|
1202 | - implemented SumTriggerFlagKEY for sequence building
|
---|
1203 |
|
---|
1204 |
|
---|
1205 |
|
---|
1206 | 2009/01/06 Thomas Bretz
|
---|
1207 |
|
---|
1208 | * mbase/MArrayB.h, mbase/MArrayD.h, mbase/MArrayF.h,
|
---|
1209 | mbase/MArrayI.h, mbase/MArrayS.h:
|
---|
1210 | - removed GetSize
|
---|
1211 |
|
---|
1212 | * mbase/MArrayF.h:
|
---|
1213 | - added Add()
|
---|
1214 | - added AddClipped
|
---|
1215 |
|
---|
1216 | * mbase/MMath.[h,cc]:
|
---|
1217 | - implemented ReSort
|
---|
1218 |
|
---|
1219 | * mcorsika/MCorsikaEvtHeader.cc:
|
---|
1220 | - removed obsolete comments
|
---|
1221 |
|
---|
1222 | * mcorsika/MCorsikaRead.cc:
|
---|
1223 | - cosmetics
|
---|
1224 |
|
---|
1225 | * mcorsika/MCorsikaRunHeader.[h,cc]:
|
---|
1226 | - added comments about file contents
|
---|
1227 | - added fWavelengthMin/Max
|
---|
1228 |
|
---|
1229 | * mextralgo/MExtralgoSpline.[h,cc]:
|
---|
1230 | - renamed SearchY to SearchYdn
|
---|
1231 | - fixed a problem in SearchYup (must be ++i instead of i++)
|
---|
1232 | (this is relatively unimportant because it was only used
|
---|
1233 | in the determination of the pulse width which we never
|
---|
1234 | really used)
|
---|
1235 | - added a sanity/range-check to SearchYup and SearchYdn
|
---|
1236 | - added a comment
|
---|
1237 | - changed the order of arguments in EvalDeriv1
|
---|
1238 | - changed the order of arguments in EvalDeriv2
|
---|
1239 | - accelerated EvalDeriv1 (one multiplication less)
|
---|
1240 | - added Deriv1 function
|
---|
1241 | - made SearchYup and SearchYdn public
|
---|
1242 |
|
---|
1243 | * mjobs/MDataSet.cc:
|
---|
1244 | - removed an obsolete return statement
|
---|
1245 |
|
---|
1246 | * mraw/MRawEvtData.[h,cc]:
|
---|
1247 | - changed pointer in AddPixel to reference
|
---|
1248 | - added a Set function
|
---|
1249 |
|
---|
1250 | * mraw/MRawRunHeader.[h,cc]:
|
---|
1251 | - added a lot of fixes for wrong run numbers written by Arehucas
|
---|
1252 | - added a fix for strange file numbers written by Arehucas
|
---|
1253 | - added functions as monta carlo interface to set contents
|
---|
1254 |
|
---|
1255 | * msignal/MSignalCam.cc:
|
---|
1256 | - defined a case 9
|
---|
1257 |
|
---|
1258 |
|
---|
1259 |
|
---|
1260 | 2009/01/05 Thomas Bretz
|
---|
1261 |
|
---|
1262 | * mhbase/MH.h:
|
---|
1263 | - commited missing changes from last year
|
---|
1264 |
|
---|
1265 | * merpp.cc:
|
---|
1266 | - fixed a description
|
---|
1267 |
|
---|
1268 | * sponde.cc:
|
---|
1269 | - added "Multiple dataset at once"
|
---|
1270 |
|
---|
1271 | * star.cc:
|
---|
1272 | - removed obsolete -ff option from output
|
---|
1273 |
|
---|
1274 | * mbase/MTime.[h,cc]:
|
---|
1275 | - added GetBinary
|
---|
1276 | - added WriteBinary
|
---|
1277 |
|
---|
1278 | * mbase/MEvtLoop.cc:
|
---|
1279 | - display paused status in status line
|
---|
1280 | - improved pause handling
|
---|