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 |
|
---|
21 |
|
---|
22 | 2008/06/12 Thomas Bretz
|
---|
23 |
|
---|
24 | * datacenter/macros/plotdb.C:
|
---|
25 | - improved some titles
|
---|
26 | - added the new rates
|
---|
27 | - added the new values from the star-files
|
---|
28 |
|
---|
29 | * mbase/MStatusDisplay.cc:
|
---|
30 | - removing the canvases from the global list didn't work
|
---|
31 | because some RecursiveRemovs rely on gROOT->FindObject to work
|
---|
32 | (adding them to another list didn't work either)
|
---|
33 |
|
---|
34 | * mhflux/MHEnergyEst.cc:
|
---|
35 | - renamed the "Resolution" Histogram accordingly.
|
---|
36 |
|
---|
37 | * mjobs/MJCalibrateSignal.cc:
|
---|
38 | - added a histogram showing the arrival time of
|
---|
39 | extracted interleaved calibration events
|
---|
40 |
|
---|
41 | * mraw/MRawEvtData.[h,cc]:
|
---|
42 | - fixed the Draw function. It was broken since the latest changes
|
---|
43 | - added fNumBytesPerSample to the Copy-function
|
---|
44 | - fixed the GetSample-function
|
---|
45 | - added a new member funtion to return the maximu possible
|
---|
46 |
|
---|
47 | * mars.rc:
|
---|
48 | - changed the default for the MUX spline to the 50 sl window
|
---|
49 |
|
---|
50 | * msignal/MSignalCalc.cc:
|
---|
51 | - scale the pedestal correctly with the scale
|
---|
52 |
|
---|
53 |
|
---|
54 |
|
---|
55 | 2008/06/11 Thomas Bretz
|
---|
56 |
|
---|
57 | * mhflux/MHEnergyEst.[h,cc]:
|
---|
58 | - finally replaced fResolution by more correct histograms
|
---|
59 | - some code cleanup in projecting, profiling and drawing
|
---|
60 | - increased class version number by one
|
---|
61 |
|
---|
62 | * mbase/MStatusDisplay.cc:
|
---|
63 | - remove the embedded canvas from the global list to prevent
|
---|
64 | global access to it
|
---|
65 |
|
---|
66 | * mhbase/MH3.cc:
|
---|
67 | - fixed a bug if in a 2D constructor a 1D profile was created
|
---|
68 |
|
---|
69 | * mreport/MReportPyrometer.cc:
|
---|
70 | - tiny changes to the comments
|
---|
71 |
|
---|
72 |
|
---|
73 |
|
---|
74 | 2008/06/10 Thomas Bretz
|
---|
75 |
|
---|
76 | * mreport/MReportPyrometer.[h,cc]:
|
---|
77 | - added
|
---|
78 |
|
---|
79 | * mreport/Makefile, mreport/ReportLinkDef.h:
|
---|
80 | - added MReportPyrometer
|
---|
81 |
|
---|
82 | * mreport/MReportRun.cc:
|
---|
83 | - removed obsolete include of MAstro
|
---|
84 |
|
---|
85 | * merpp.cc:
|
---|
86 | - added Pyrometer information
|
---|
87 |
|
---|
88 | * mfileio/MWriteRootFile.h:
|
---|
89 | - added new member function AddTree to add a container with the
|
---|
90 | corresponding time-stamp
|
---|
91 |
|
---|
92 | * mjobs/MCalibrateSignal.cc, mjobs/MJStar.cc:
|
---|
93 | - replaced some AddContainer by the new AddTree
|
---|
94 | - added Pyrometer information to in- and output, respectively
|
---|
95 |
|
---|
96 | * datacenter/macros/fillstar.C:
|
---|
97 | - added new columns fAvgHumidity, fAvgCloudiness, fRmsCloudiness
|
---|
98 | and fAvgTempSky
|
---|
99 |
|
---|
100 | * mhist/MHWeather.[h,cc]:
|
---|
101 | - removed the display of the solar radiation which was
|
---|
102 | never working
|
---|
103 | - added display of the pyrometer data to the display
|
---|
104 | - reorganized display
|
---|
105 |
|
---|
106 | * mjobs/MJStar.cc:
|
---|
107 | - added filling of the weather data also from the pyrometer branch
|
---|
108 |
|
---|
109 |
|
---|
110 |
|
---|
111 | 2008/06/09 Thomas Bretz
|
---|
112 |
|
---|
113 | * mbase/MArgs.[h,cc]:
|
---|
114 | - for convinience store the full command line as Title
|
---|
115 | - replaced *fArgv by fArgv
|
---|
116 |
|
---|
117 | * mbase/MObjLookup.cc:
|
---|
118 | - replaced C-style cast by reinterpret_cast
|
---|
119 |
|
---|
120 | * datacenter/macros/fillcalib.C, datacenter/macros/fillstar.C:
|
---|
121 | - removed usage of Nint (obsolete... Form does rounding)
|
---|
122 |
|
---|
123 | * datacenter/macros/fillsignal.C:
|
---|
124 | - removed usage of Nint (obsolete... Form does rounding)
|
---|
125 | - added new columns to get trigger rates from TrigPat tab
|
---|
126 | - fixed some small bugs lately introduced
|
---|
127 |
|
---|
128 | * mhflux/MHEffectiveOnTime.cc:
|
---|
129 | - fixed a typo in ReInit
|
---|
130 |
|
---|
131 |
|
---|
132 |
|
---|
133 | 2008/06/06 Thomas Bretz
|
---|
134 |
|
---|
135 | * datacenter/macros/plotdb.C:
|
---|
136 | - added average temperature and wind speed
|
---|
137 | - reviewed some ranges
|
---|
138 |
|
---|
139 | * mhbase/MH3.cc:
|
---|
140 | - in the 2D case with labels and boxes use blue line color
|
---|
141 |
|
---|
142 | * mhflux/MHEffectiveOnTime.[h,cc]:
|
---|
143 | - added a new data member fTotalTime counting the total run-time
|
---|
144 | from the run-headers
|
---|
145 | - added the new data member to the display
|
---|
146 | - increased class version number accordingly
|
---|
147 |
|
---|
148 | * mjobs/MJCalibrateSignal.cc:
|
---|
149 | - let sum-trigger events pass to get calibrated
|
---|
150 | - improved DefineLabel table for trigger patterns
|
---|
151 | - added MTriggerPattern to output
|
---|
152 |
|
---|
153 | * mjobs/MJStar.cc:
|
---|
154 | - added a new tab "Rate" showing the remaining rates per run and
|
---|
155 | trigger pattern after image cleaning
|
---|
156 | - let only event with Lvl1 trigger pass to effective on-time
|
---|
157 | calculation
|
---|
158 | - changed title in plot of avg dc currents and pedestal rms
|
---|
159 |
|
---|
160 | * mtrigger/MFTriggerPattern.[h,cc]:
|
---|
161 | - added a counter counting the trigger decision
|
---|
162 | - print the result in the PostProcess
|
---|
163 |
|
---|
164 |
|
---|
165 |
|
---|
166 | 2008/06/06 Thomas Bretz
|
---|
167 |
|
---|
168 | * datacenter/macros/fillstar.C:
|
---|
169 | - added windspeed and temperature
|
---|
170 |
|
---|
171 | * datacenter/macros/fillcalib.C, datacenter/macros/fillsignal.C,
|
---|
172 | datacenter/macros/fillstar.C:
|
---|
173 | - use MSQLMagic instead of MSQLServer
|
---|
174 |
|
---|
175 | * datacenter/macros/plotdb.C:
|
---|
176 | - added wind speed and temperature
|
---|
177 |
|
---|
178 | * datacenter/macros/plotstat.C:
|
---|
179 | - added a plot showing the observation time per exposure (based on
|
---|
180 | the source key)
|
---|
181 |
|
---|
182 | * mbase/MStatusDisplay.cc:
|
---|
183 | - fixed the SaveAs. A wrong version was comitted
|
---|
184 |
|
---|
185 | * mextralgo/MExtralgoSpline.h:
|
---|
186 | - added the missing inclusion of TMath (root 5.18)
|
---|
187 |
|
---|
188 |
|
---|
189 |
|
---|
190 | 2008/06/03 Thomas Bretz
|
---|
191 |
|
---|
192 | * mbase/MStatusDisplay.cc:
|
---|
193 | - added missing inclusion of TMath (root 5.18)
|
---|
194 | - initialize gClient in batch mode to repair broken
|
---|
195 | batch-mode in root 5.18. Fortunately this doesn't
|
---|
196 | break root 5.12
|
---|
197 | - added a SaveAs(const char *c, const Option_t *o)
|
---|
198 | based on the new SaveAs from TGObject
|
---|
199 |
|
---|
200 | * mcalib/MCalibrationChargePix.[h,cc],
|
---|
201 | mextralgo/MExtralgoDigitalFilter.[h,cc]:
|
---|
202 | - moved some code to source file to prevent TMath inclusion in
|
---|
203 | header (root 5.18)
|
---|
204 |
|
---|
205 | * mcalib/MCalibrationChargeCam.cc,
|
---|
206 | mcalib/MCalibrationChargePINDiode.cc:
|
---|
207 | - added the missing inclusion of TMath (root 5.18)
|
---|
208 |
|
---|
209 | * mgeom/MGeomCam.[h,cc]:
|
---|
210 | - for sanity (a bug in root < 5.18) filling fPixels is now
|
---|
211 | done via AddAt. This "repairs" the functionality of the
|
---|
212 | Streamer which before didn't store any contants of fPixels
|
---|
213 | nor read any contents.
|
---|
214 | - Removed the custom Clone function. It is now obsolete,
|
---|
215 | because it works through the fixed Streamer
|
---|
216 | - a Copy-member function has been implemented
|
---|
217 | - a custom Streamer has been implemented allowing to read
|
---|
218 | files containing MGeomCamMagic written with root 5.12
|
---|
219 | with root 5.18
|
---|
220 | - A member function containing the workaround has been implemented
|
---|
221 | - Print got an option ("simple")
|
---|
222 |
|
---|
223 | * mgeom/GeomLinkDef.h:
|
---|
224 | - suppress root-Streamer
|
---|
225 |
|
---|
226 | * manalysis/MGeomApply.cc:
|
---|
227 | - added the newly necessary call to the StreamerWorkaround
|
---|
228 |
|
---|
229 | * mgeom/MGeomPix.[h,cc]:
|
---|
230 | - because with the IgnoreTObjectStreamer set for MParContainer
|
---|
231 | the bits for the outer rings cannot be stored. This was no
|
---|
232 | problem before because in reality they have never been written
|
---|
233 | or read. To store the bits a new data-member fUserBits
|
---|
234 | has been introduced.
|
---|
235 | - accordingly all calles to set or remove the bits have been
|
---|
236 | changed to use fUserBits instead
|
---|
237 | - the class version number has been increased due to the new
|
---|
238 | data member
|
---|
239 | - improved Print-output
|
---|
240 |
|
---|
241 |
|
---|
242 |
|
---|
243 | 2008/06/02 Thomas Bretz
|
---|
244 |
|
---|
245 | * mars.cc, sinope.cc:
|
---|
246 | - added include of TClass for TIgnoreStreamer (root 5.18)
|
---|
247 |
|
---|
248 | * manalysis/MEventRate.[h,cc]:
|
---|
249 | - moved GetError to source file and included TMath (root 5.18)
|
---|
250 |
|
---|
251 | * manalysis/MMultiDimDistCalc.cc, mdata/MDataList.cc:
|
---|
252 | - included math.h (root 5.18)
|
---|
253 |
|
---|
254 | * mastro/MAstro.[h,cc], mastro/MVector3.[h,cc], mbase/MRunIter.[h,cc],
|
---|
255 | mbase/MTime.[h,cc], mdata/MDataPhrase.[h,cc], mgeom/MGeomPix.[h,cc],
|
---|
256 | mhcalib/MHCalibrationChargeBlindPix.[h,cc],
|
---|
257 | mhflux/MHCollectionArea.[h,cc], mhft/MHexagonFreqSpace.[h,cc],
|
---|
258 | mimage/MHillas.[h,cc], mmuon/MMuonSearchPar..[h,cc],
|
---|
259 | mpedestal/MPedestalPix.[h,cc], mpointing/MPointingDev.[h,cc],
|
---|
260 | mpointing/MSrcPosCam.[h,cc], mpointing/MPointingPos.[h,cc],
|
---|
261 | mpointing/MPointing.[h,cc]:
|
---|
262 | - moved some code to source file to prevent TMath inclusion in
|
---|
263 | header (root 5.18)
|
---|
264 |
|
---|
265 | * mbase/MEnv.cc:
|
---|
266 | - added missing include TObjArray (root 5.18)
|
---|
267 | - removed obsolete EmarkerStyles (root 5.18)
|
---|
268 |
|
---|
269 | * mbase/MDirIter.cc:
|
---|
270 | - added missing include TList (root 5.18)
|
---|
271 |
|
---|
272 | * mastro/MAstroCatalog.cc, mhist/MHHadronness.cc, mhist/MHWeather.cc,
|
---|
273 | mhvstime/MHPixVsTime.cc, mhvstime/MHVsTime.cc,
|
---|
274 | mpointing/MHPointing.cc, mranforest/MHRanForest.cc,
|
---|
275 | mranforest/MHRanForestGini.cc, mranforest/MRanForest.cc,
|
---|
276 | mreflector/MHReflector.cc:
|
---|
277 | - added missing inlcude TH1 (root 5.18)
|
---|
278 |
|
---|
279 | * mbase/MFilter.cc, mbase/MGMap.cc, mbase/MTask.cc,
|
---|
280 | mcalib/MCalibrationBlindPix.cc, mdata/MDataChain.cc,
|
---|
281 | mfilter/MFEnergySlope.cc, mgeom/MGeomMirror.cc,
|
---|
282 | mgui/MCamEvent.cc, mhbase/MBinning.cc, mhbase/MHMatrix.cc,
|
---|
283 | mhcalib/MHCalibrationPix.cc, mhcalib/MHGausEvents.cc,
|
---|
284 | mhflux/MHEnergyEst.cc, mhist/MHCamEventRot.cc,
|
---|
285 | mhist/MHHadronness.cc, mranforest/MHRanForest.cc,
|
---|
286 | mreflector/MRflEvtHeader.cc, mreflector/MRflSinglePhoton.cc,
|
---|
287 | msql/MSQLServer.cc, mtools/MSimulatedAnnealing.cc,
|
---|
288 | mtools/MTFillMatrix.cc, mcalib/MCalibrationPix.cc,
|
---|
289 | mcalib/MCalibrationQEPix.cc, manalysis/MParameterCalc.cc,
|
---|
290 | mcalib/MCalibrationTestCalc.cc, mdata/MDataArray.cc,
|
---|
291 | mgeom/MGeomCamDwarf.cc, mhbase/MH3.cc, mtools/MagicJam.cc,
|
---|
292 | mhcalib/MHCalibrationRelTimeCam.cc, mhft/MGeomCamMagicXT.cc,
|
---|
293 | mranforest/MRanForestCalc.cc, mtools/MagicDomino.cc,
|
---|
294 | mhflux/MHThreshold.cc, mimage/MStereoPar.cc,
|
---|
295 | mfilter/MFCosmics.cc, mpedestal/MPedestalCam.cc:
|
---|
296 | - added missing include of TMath (root 5.18)
|
---|
297 |
|
---|
298 | * mbase/MGTask.cc, mdata/MDataChain.cc, mhbase/MHArray.cc,
|
---|
299 | mjobs/MJCut.cc, mjoptim/MJOptimizeCuts.cc, mmc/MMcEvt.cxx:
|
---|
300 | - added missing include of TClass (root 5.18)
|
---|
301 |
|
---|
302 | * mhbase/MH3.cc:
|
---|
303 | - added missing include of THashList (root 5.18)
|
---|
304 |
|
---|
305 | * mcalib/MCalibrationChargeCalc.[h,cc], msignal/MExtractor.[h,cc],
|
---|
306 | mpedestal/MPedestalSubtract.[h,cc], msignal/MExtractTime.[h,cc]:
|
---|
307 | - for convinience (rootcint of 5.18) changed "static const TString"
|
---|
308 | to "static const char *"
|
---|
309 |
|
---|
310 | * mhflux/MMcSpectrumWeight.cc:
|
---|
311 | - Use TString::Data() for second argument in TF1 constructor.
|
---|
312 | Otherwise it is ambiguous in root 5.18
|
---|
313 |
|
---|
314 | * mhbase/MH.cc:
|
---|
315 | - adde missing includes of TColor, TMath and TClass (root 5.18)
|
---|
316 | - implemented a workaround which always uses the correct
|
---|
317 | CreateGradientColorTable (root 5.18)
|
---|
318 |
|
---|
319 | * Makefile:
|
---|
320 | - linking of the shared object is now done in /tmp
|
---|
321 | - replaced = by := where possible
|
---|
322 |
|
---|
323 | * mjobs/MJCalibrateSignal.cc:
|
---|
324 | - do not invert contcoscal, that's wrong
|
---|
325 |
|
---|
326 | * mmovie/MMovieWrite.cc:
|
---|
327 | - added a #if-directive to use either gStyle or TColor
|
---|
328 | for CreateGradientColorTable depending on root-version
|
---|
329 |
|
---|
330 | * mimage/MStereoPar.[h,cc], mimage/MStereoCal.[h,cc]:
|
---|
331 | - replaced Monate Carlo container by MPointingPos
|
---|
332 | - made every algorithm unique
|
---|
333 |
|
---|
334 |
|
---|
335 |
|
---|
336 | 2008/06/01 Thomas Bretz
|
---|
337 |
|
---|
338 | * callisto.cc, star.cc:
|
---|
339 | - renamed new option to "--null-dev" (clashes with MLog options)
|
---|
340 |
|
---|
341 | * mbase/MContinue.cc:
|
---|
342 | - improved output
|
---|
343 |
|
---|
344 | * mbase/MTaskList.cc:
|
---|
345 | - fixed broken FindTaskList
|
---|
346 |
|
---|
347 |
|
---|
348 |
|
---|
349 | 2008/05/31 Thomas Bretz
|
---|
350 |
|
---|
351 | * callisto.cc, star.cc:
|
---|
352 | - added new option "--null" to suppress run-wise output files
|
---|
353 |
|
---|
354 | * mjobs/MJob.h:
|
---|
355 | - added new data-member fNullOut to flag suppression of
|
---|
356 | run-wise output files
|
---|
357 |
|
---|
358 | * mjobs/MJCalibrateSignal.cc, mjobs/MJStar.cc:
|
---|
359 | - use new option HasNullOut from base class
|
---|
360 |
|
---|
361 | * mbase/MClone.cc:
|
---|
362 | - fixed Init (still had a constructor like initializer)
|
---|
363 |
|
---|
364 | * mtrigger/MFTriggerPattern.h:
|
---|
365 | - included missing MTripperPattern
|
---|
366 |
|
---|
367 | * mtrigger/MFTriggerPattern.cc:
|
---|
368 | - removed default arguments
|
---|
369 | - exchanged ^ by ~
|
---|
370 | - fixed a few typos in function names
|
---|
371 |
|
---|
372 |
|
---|
373 |
|
---|
374 | 2008/05/27 Stefan Ruegamer
|
---|
375 |
|
---|
376 | * datacenter/scripts/filesondisk
|
---|
377 | - changed the search for raw files to not search in hidden folders
|
---|
378 |
|
---|
379 |
|
---|
380 |
|
---|
381 | 2008/05/25 Thomas Bretz
|
---|
382 |
|
---|
383 | * mtrigger/MTriggerPattern.cc:
|
---|
384 | - fixed a typo in a comment
|
---|
385 |
|
---|
386 | * mtrigger/MFTriggerPattern.[h,cc]:
|
---|
387 | - some code cleanup (mainly unified all the Require and Deny
|
---|
388 | functions into one)
|
---|
389 | - added a DenyAll member function
|
---|
390 | - added Allow member functions including an AllowAll member function
|
---|
391 |
|
---|
392 | * mjobs/MJPedestal.cc:
|
---|
393 | - To choose pedestals we now deny all other trigger bits except the
|
---|
394 | pedestal bit and in the case of data runs we deny all bits
|
---|
395 | except trigger lvl1 and trigger lvl2
|
---|
396 |
|
---|
397 | * mjobs/MJCalibration.cc:
|
---|
398 | - In addition to denial of prescaled calibration events we
|
---|
399 | deny any bit in the unprescaled pattern but allow only
|
---|
400 | calibration events
|
---|
401 |
|
---|
402 | * mjobs/MJCalibrateSignal.cc:
|
---|
403 | - Instead of the denial of only calibration and pedestal events,
|
---|
404 | we now deny any bit in the pattern, but allow Trigger Lvl1
|
---|
405 | and Trigger Lvl2 events to choose cosmics
|
---|
406 | - Instead of the denial of only lvl1 and lvl2 events,
|
---|
407 | we now deny any bit in the pattern, but allow pedestal
|
---|
408 | events to choose pedestals
|
---|
409 | - Instead of requiring only calibration events,
|
---|
410 | we now deny any bit in the pattern, but require the calibration
|
---|
411 | bit to choose calibration events
|
---|
412 |
|
---|
413 | * mbase/MClone.[h,cc]:
|
---|
414 | - instead of cloning the object again and again we now clone
|
---|
415 | it once and then just copy the contents. A new option has
|
---|
416 | been introduced to switch back to the old behaviour
|
---|
417 |
|
---|
418 | * mbase/MStatusDisplay.[h,cc]:
|
---|
419 | - changed the argument of GetEmbeddedCanvas from a pointer
|
---|
420 | to a reference
|
---|
421 |
|
---|
422 | * macros/rootlogon.C:
|
---|
423 | - switched on optimization (-O3) for ACLIC
|
---|
424 |
|
---|
425 |
|
---|
426 |
|
---|
427 | 2008/05/24 Thomas Bretz
|
---|
428 |
|
---|
429 | * mjobs/MJCalibrateSignal.cc:
|
---|
430 | - removed the obsolete fconsmics (what the hell did it do...
|
---|
431 | it removed the largest events?)
|
---|
432 | - added a cosmics trigger for calibration events instead
|
---|
433 |
|
---|
434 |
|
---|
435 |
|
---|
436 |
|
---|
437 | 2008/05/20 Thomas Bretz
|
---|
438 |
|
---|
439 | * mjobs/MJCalibrateSignal.cc:
|
---|
440 | - added a MH3-histogram to be filled. It contains the
|
---|
441 | rate of the trigger pattern per run.
|
---|
442 | - the filter selecting the calibration or pedestal
|
---|
443 | events has been renamed from ftp to fcalped
|
---|
444 | - the MContinue rejecting these events has been renamed
|
---|
445 | from conttp to contcalped
|
---|
446 | - the filter selecting the pedestal events have been
|
---|
447 | renamed from ftp2 to fped
|
---|
448 | - In the case of MUX data (no lo-gain) this filter
|
---|
449 | is now also rejecting lvl1 and lvl2 triggered events
|
---|
450 | - the ftp2-filter for the pedestal extraction tasks and
|
---|
451 | the corresponding histogram fillers is obsolete
|
---|
452 | - the previouls "PedestalFilter" is obsolete.
|
---|
453 | - it doesn't make sense not to extract the signal (filter
|
---|
454 | of teskenv1, taskenv2 and taskenv3) but process the
|
---|
455 | rest of the tasklist
|
---|
456 | - the pedestal extraction (as the calibration was already)
|
---|
457 | has been moved to its own tasklist with the corresponding
|
---|
458 | filter applied.
|
---|
459 | - tlist3 has been renamed to tlist4
|
---|
460 | - contped has been removed from the tasklist
|
---|
461 |
|
---|
462 | * mhbase/MH3.cc:
|
---|
463 | - fixed a bug introduced with the lables (it must be !(x&y)
|
---|
464 | instead of !x&y
|
---|
465 |
|
---|
466 | * mjobs/MDataSet.cc:
|
---|
467 | - shortened a line of output to fit into 80 characters
|
---|
468 |
|
---|
469 |
|
---|
470 |
|
---|
471 | 2008/05/19 Thomas Bretz
|
---|
472 |
|
---|
473 | * Makefile.conf.general, Makefile.conf.linux:
|
---|
474 | - distinguish between := (eval once) and = (eval every access)
|
---|
475 |
|
---|
476 | * mbase/BaseLinkDef.h, mbase/Makefile:
|
---|
477 | - added MObjLookup
|
---|
478 |
|
---|
479 | * mbase/MObjLookup.[h,cc]:
|
---|
480 | - added
|
---|
481 |
|
---|
482 | * mbase/MEvtLoop.cc:
|
---|
483 | - set progress bar position to 0 before PreProcessing
|
---|
484 |
|
---|
485 | * mdata/MDataMember.[h,cc]:
|
---|
486 | - added a member function to get a string
|
---|
487 |
|
---|
488 | * mfilter/MFCosmics.cc:
|
---|
489 | - fixed a typo in a comment
|
---|
490 |
|
---|
491 | * mhbase/MH.[h,cc]:
|
---|
492 | - improved SetBinning for newer root-versions
|
---|
493 | - improved SetBinning to correctly support axis with labels
|
---|
494 | (keeps the binning unchanged)
|
---|
495 |
|
---|
496 | * mhbas/MH3.[h,cc], mhbase/MHn.[h,cc]:
|
---|
497 | - support for axis labels was added.
|
---|
498 | - a possibility to set an additional weight has been added
|
---|
499 | - the version number has been increased accordingly
|
---|
500 |
|
---|
501 | * mjobs/MJPedestal.cc:
|
---|
502 | - deny level1 and level2 triggers choosing pedestal events
|
---|
503 |
|
---|
504 | * mraw/MRawRunHeader.h:
|
---|
505 | - added a member function returning the RunLength (stop-start)
|
---|
506 |
|
---|
507 | * mtrigger/MTriggerPattern.[h,cc]:
|
---|
508 | - wrapped some comments
|
---|
509 | - improved comments
|
---|
510 |
|
---|
511 |
|
---|
512 |
|
---|
513 | 2008/05/15 Thomas Bretz
|
---|
514 |
|
---|
515 | * mfilter/MFMagicCuts.[h,cc]:
|
---|
516 | - fixed a few typos in comments and in the output
|
---|
517 | - added an option kAreaLin with a linear cut in area for special
|
---|
518 | studies
|
---|
519 |
|
---|
520 | * mbase/MStatusDisplay.cc:
|
---|
521 | - if no MStatusArray is found, keys which store a TCanvas object
|
---|
522 | are displayed instead if available
|
---|
523 |
|
---|
524 | * mhcalib/MHCalibrationPulseTimeCam.[h,cc]:
|
---|
525 | - the extraction range to get the maximum is now determined
|
---|
526 | automatically from the MExtractedSignalCam
|
---|
527 |
|
---|
528 | * mpedestal/MPedestalSubtract.cc, msignal/MExtractTimeAndCharge.cc:
|
---|
529 | - raise an error if there is a mismatch in the number of samples
|
---|
530 |
|
---|
531 |
|
---|
532 |
|
---|
533 |
|
---|
534 | 2008/05/14 Thomas Bretz
|
---|
535 |
|
---|
536 | * mhbase/MH3.[h,cc], mhbase/MHn.[h,cc]:
|
---|
537 | - enhanced to allow direct filling of Profile histograms
|
---|
538 |
|
---|
539 | * mjobs/MDataSet.h:
|
---|
540 | - fixed a bug in Print() causing an infinite loop
|
---|
541 |
|
---|
542 | * mjtrain/MJTrainDisp.cc, mjtrain/MJTrainSeparation.cc:
|
---|
543 | - write the dataset(s) to the output file
|
---|
544 |
|
---|
545 | * mjtrain/MJTrainEnergy.cc
|
---|
546 | - write the dataset to the output file
|
---|
547 | - added new plots to show the resolution versus several different
|
---|
548 | parameters
|
---|
549 |
|
---|
550 | * mpedestal/MPedestalSubtract.[h,cc]:
|
---|
551 | - added an additional check to compate the number of hi-/lo-gain
|
---|
552 | slices in the run- and event-header
|
---|
553 |
|
---|
554 | * mpointing/MPointingDevCalc.cc:
|
---|
555 | - added the 14th Jan 08 to the list of new pointing models
|
---|
556 |
|
---|
557 |
|
---|
558 |
|
---|
559 | 2008/05/07 Stefan Ruegamer
|
---|
560 |
|
---|
561 | * datacenter/scripts/checkmd5sum
|
---|
562 | - implemented check of files from /magic and /data
|
---|
563 |
|
---|
564 | * datacenter/scripts/checktransfer
|
---|
565 | - changed the search for temporary zipfiles to not search in hidden
|
---|
566 | directories
|
---|
567 |
|
---|
568 | * datacenter/scripts/movingrawfiles2
|
---|
569 | - movingrawfiles to move raw files from /data/fromtape
|
---|
570 |
|
---|
571 | * datacenter/scripts/runcallisto
|
---|
572 | - changed default callisto.rc to callisto_mux_new.rc
|
---|
573 |
|
---|
574 | * datacenter/scripts/zipscript
|
---|
575 | - changed the script due to the fact that /magic/data/rawfiles is
|
---|
576 | now a link
|
---|
577 | - changed the find to not search in hidden directories
|
---|
578 | - added the -n option to ssh
|
---|
579 |
|
---|
580 | * resources/calibration_spline.rc
|
---|
581 | - added calibration factors for periods 62-66 but these are not
|
---|
582 | newly calculated, simply pasted from previous periods!
|
---|
583 |
|
---|
584 |
|
---|
585 |
|
---|
586 | 2008/04/08 Thomas Bretz
|
---|
587 |
|
---|
588 | * mreport/MReportDrive.cc:
|
---|
589 | - implemented changes of Version 20080220
|
---|
590 |
|
---|
591 |
|
---|
592 |
|
---|
593 | 2008/03/19 Thomas Bretz
|
---|
594 |
|
---|
595 | * mjobs/MJSpectrum.cc:
|
---|
596 | - fixed a bug introduced yesterday. The overflow bin was not
|
---|
597 | correctly referenced
|
---|
598 |
|
---|
599 |
|
---|
600 |
|
---|
601 | 2008/03/18 Thomas Bretz
|
---|
602 |
|
---|
603 | * sponde.cc:
|
---|
604 | - added new option "--force-runtime"
|
---|
605 |
|
---|
606 | * mbase/MEnv.h:
|
---|
607 | - added WriteFile to context menu
|
---|
608 |
|
---|
609 | * mjobs/MJSpectrum.[h,cc]:
|
---|
610 | - added a new option to force using the runtime instead of the
|
---|
611 | effective observation time (this might bw wrong for very
|
---|
612 | short datasets)
|
---|
613 | - added a check if the effective observation time is out of
|
---|
614 | the histogram range... print a warning if so and include
|
---|
615 | the overflow bins into the eff. obs time
|
---|
616 | - added an estimated sensitivity curve for high and low za
|
---|
617 | to the spectrum plots
|
---|
618 | - added description text for 1553 and crab spectrum
|
---|
619 | - write out the MC events after cuts including their weights
|
---|
620 | - do not fit at 1TeV but 500GeV instead
|
---|
621 |
|
---|
622 | * mjobs/MJob.cc:
|
---|
623 | - check in WriteContainer whether the file is already open
|
---|
624 |
|
---|
625 | * mpointing/MPointingDevCalc.cc:
|
---|
626 | - added some more comments
|
---|
627 |
|
---|
628 | * mhflux/MMcSpectrumWeight.[h,cc]:
|
---|
629 | - added the possibility to extend a spectrum by "fake" statistics
|
---|
630 |
|
---|
631 |
|
---|
632 |
|
---|
633 | 2008/03/14 Daniel Hoehne
|
---|
634 |
|
---|
635 | * datacenter/macros/filldotrun.C:
|
---|
636 | - inserted new arehucas version
|
---|
637 |
|
---|
638 |
|
---|
639 |
|
---|
640 | 2008/03/04 Thomas Bretz
|
---|
641 |
|
---|
642 | * condor/program.submit, condor/macro.submit, condor/script.submit:
|
---|
643 | - added
|
---|
644 |
|
---|
645 |
|
---|
646 |
|
---|
647 | 2008/03/03 Thomas Bretz
|
---|
648 |
|
---|
649 | * mhflux/MHAlpha.[h,cc]:
|
---|
650 | - allow to project individual bins in DrawNicePlot
|
---|
651 |
|
---|
652 |
|
---|
653 |
|
---|
654 | 2008/02/24 Thomas Bretz
|
---|
655 |
|
---|
656 | * mbase/MLog.h:
|
---|
657 | - added a getter for the OutputLevel (for debugging)
|
---|
658 |
|
---|
659 | * mpointing/MPointing.h:
|
---|
660 | - added a memberfunction to calculate the Abs-value
|
---|
661 |
|
---|
662 | * mpointing/PointingLinkDef.h:
|
---|
663 | - added RaDec
|
---|
664 |
|
---|
665 |
|
---|
666 |
|
---|
667 | 2008/02/21 Daniela Dorner
|
---|
668 |
|
---|
669 | * datacenter/db/builddatasets.php:
|
---|
670 | - display 'Remark' only in case of errors
|
---|
671 |
|
---|
672 |
|
---|
673 |
|
---|
674 | 2008/02/08 Stefan Ruegamer
|
---|
675 |
|
---|
676 | * datacenter/scripts/checkmd5sum
|
---|
677 | - added check to prevent that checksums of files not read from tape
|
---|
678 | enter the .lapalma file
|
---|
679 |
|
---|
680 | * datacenter/scripts/dbchk
|
---|
681 | - added check for crashed runs, sequences and datasets
|
---|
682 | - corrected bugs in find command and $dir-loops
|
---|
683 | - adapted to the automatic concept and added it to the cronjobs
|
---|
684 |
|
---|
685 |
|
---|
686 |
|
---|
687 | 2008/02/01 Stefan Ruegamer
|
---|
688 |
|
---|
689 | * datacenter/macros/filldotrun.C
|
---|
690 | - added default entry for fCompmux for new runs
|
---|
691 |
|
---|
692 | * datacenter/macros/checkfileavail.C
|
---|
693 | - added checking of fCompmux
|
---|
694 |
|
---|
695 |
|
---|
696 |
|
---|
697 | 2008/02/01 Daniel Hoehne
|
---|
698 |
|
---|
699 | * datacenter/db/runinfo-aio.php:
|
---|
700 | - fixed 'bug' with query. Now runs are displayed in ascending order
|
---|
701 |
|
---|
702 |
|
---|
703 |
|
---|
704 | 2008/01/31 Thomas Bretz
|
---|
705 |
|
---|
706 | * mbase/MThread.[h,cc]:
|
---|
707 | - imported from Cosy
|
---|
708 |
|
---|
709 | * mbase/Makefile:
|
---|
710 | - added MThread
|
---|
711 |
|
---|
712 | * mbase/BaseLinkDef.h:
|
---|
713 | - added MThread
|
---|
714 |
|
---|
715 |
|
---|
716 |
|
---|
717 | 2008/01/27 Thomas Bretz
|
---|
718 |
|
---|
719 | * .rootrc:
|
---|
720 | - updated with the correct path to the ViewCVS
|
---|
721 |
|
---|
722 |
|
---|
723 |
|
---|
724 | 2008/01/24 Thomas Bretz
|
---|
725 |
|
---|
726 | * mpointing/MPointing.cc:
|
---|
727 | - added ClassImp for RaDec
|
---|
728 |
|
---|
729 | * mpointing/MPointing.h:
|
---|
730 | - added code for classes AltAz and RaDec deriving from TVector2
|
---|
731 | not to be used in Mars and Cosy
|
---|
732 |
|
---|
733 |
|
---|
734 |
|
---|
735 | 2008/01/24 Daniel Hoehne
|
---|
736 |
|
---|
737 | * scripts/preparemc:
|
---|
738 | - adapted to new rawfile/camera structure in /magic/montecarlo
|
---|
739 |
|
---|
740 |
|
---|
741 |
|
---|
742 | 2008/01/14 Thomas Bretz
|
---|
743 |
|
---|
744 | * mpointing/MPointing.h:
|
---|
745 | - added enumeration operator[]
|
---|
746 |
|
---|
747 |
|
---|
748 |
|
---|
749 | 2008/01/11 Thomas Bretz
|
---|
750 |
|
---|
751 | * mbase/MLog.cc:
|
---|
752 | - correctly use delete[] instead of delete for fGuiLInes as
|
---|
753 | suggested by valgrind.
|
---|
754 |
|
---|
755 |
|
---|
756 |
|
---|
757 | 2008/01/09 Thomas Bretz
|
---|
758 |
|
---|
759 | * mbadpixels/MBadPixelsTreat.[h,cc]:
|
---|
760 | - removed obsolete fRawHeader
|
---|
761 |
|
---|
762 | * mpointing/MSrcPosCam.[h,cc]:
|
---|
763 | - added Paint member function
|
---|
764 |
|
---|
765 | * mpointing/MSrcPosRndm.[h,cc]:
|
---|
766 | - also produce a antio source position for wobble observations
|
---|
767 |
|
---|
768 | * mraw/MRawRunHeader.cc, mjobs/MJCalibration.cc,
|
---|
769 | mpedestal/MPedestalCam.cc:
|
---|
770 | - some cosmetics
|
---|