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 | 2008/12/21 Thomas Bretz
|
---|
22 |
|
---|
23 | * Makefile.rules:
|
---|
24 | - removed $(ROOTSYS) from the call to rootcint. It should
|
---|
25 | be in th epath anyway
|
---|
26 |
|
---|
27 | * mars-config.cc, mbase/MZlib.cc:
|
---|
28 | - included string.h
|
---|
29 |
|
---|
30 | * showlog.cc, manalysis/MGeomApply.cc, mbase/MAGIC.cc,
|
---|
31 | mbase/MMath.cc, mbase/MProgressBar.cc, mbase/MSearch.cc,
|
---|
32 | mdata/MDataElement.cc, mfileio/MReadScanFile.cc,
|
---|
33 | mhbase/MH3.cc, mjobs/MSequenceSQL.cc,
|
---|
34 | mpointing/MPointingDevCalc.cc, msql/MSQLMagic.cc:
|
---|
35 | - included stdlib.h
|
---|
36 |
|
---|
37 | * mastro/MAstro.h, mhbase/MHn.h:
|
---|
38 | - fixed the naming of some veriables in the definition
|
---|
39 |
|
---|
40 | * mbase/MGMap.cc, mtools/MagicJam.cc:
|
---|
41 | - inlcude climits
|
---|
42 |
|
---|
43 | * mbase/MStatusDisplay.cc:
|
---|
44 | - implemented a workaround against root's buffer overflows
|
---|
45 | - switched of root's own handling by resetting
|
---|
46 | kShowEventStatus
|
---|
47 |
|
---|
48 | * mhbase/MH.[h,cc]:
|
---|
49 | - added a workaround for the buffor overflow in
|
---|
50 | TH1::GetObjectInfo and TProfile::GetObjectInfo
|
---|
51 |
|
---|
52 | * mhist/MHCamera.cc:
|
---|
53 | - implemented a workaround for the buffer overflow in root's
|
---|
54 | GetObjectInfo
|
---|
55 |
|
---|
56 | * msql/MSQLServer.[h,cc]:
|
---|
57 | - replaced GetPrimaryKey by GetPrimaryKeys
|
---|
58 |
|
---|
59 |
|
---|
60 |
|
---|
61 | 2008/12/19 Daniel Hoehne-Moench
|
---|
62 |
|
---|
63 | * datacenter/macros/filldotrun.C:
|
---|
64 | - implemented SuperArehucas version 081204-0 incl. sumtrigger
|
---|
65 | flag
|
---|
66 |
|
---|
67 | * datacenter/db/magicdefs.php, datacenter/db/menu.php:
|
---|
68 | - implemented sumtrigger flag (in runinfo and sequinfo menus)
|
---|
69 |
|
---|
70 |
|
---|
71 |
|
---|
72 | 2008/12/09 Thomas Bretz
|
---|
73 |
|
---|
74 | * datacenter/macros/buildsequenceentries.C:
|
---|
75 | - propagate the condition to get the sequences of one day
|
---|
76 | to the subsequent splitting of the block to decreasde
|
---|
77 | strange results in case of incosistency in the db (for example
|
---|
78 | if Arehucas write nonsense run numbers)
|
---|
79 |
|
---|
80 |
|
---|
81 |
|
---|
82 | 2008/12/02 Daniela Dorner
|
---|
83 |
|
---|
84 | * datacenter/db/showplots.php:
|
---|
85 | - bugfix: added removing of spaces in seq-string
|
---|
86 | - changed number of star-tabs from 19 to 20 (temporary)
|
---|
87 |
|
---|
88 |
|
---|
89 |
|
---|
90 | 2008/12/02 Thomas Bretz
|
---|
91 |
|
---|
92 | * mbase/MStatusDisplay.[h,cc], mbase/MEvtLoop.cc:
|
---|
93 | - added Pause and Single Step option
|
---|
94 |
|
---|
95 | * mcorsika/MCorsikaEvtHeader.[h,cc], mcorsika/MCorsikaRead.[h,cc].,
|
---|
96 | mcorsika/MCorsikaRunHeader.[h,cc]:
|
---|
97 | - moved filling of run header from first event header to
|
---|
98 | MCorsikaRunHeader
|
---|
99 |
|
---|
100 | * mfileio/MWriteRootFile.cc:
|
---|
101 | - improved a check in the constructor if no filename is given
|
---|
102 |
|
---|
103 | * mhbase/MH.cc:
|
---|
104 | - make SetBinning also work for TProfile2D
|
---|
105 |
|
---|
106 | * mhist/MHCamera.[h,cc]:
|
---|
107 | - added functions to return the number of used pixels
|
---|
108 |
|
---|
109 | * mjobs/MDataSet.cc, mjobs/MSequence.cc:
|
---|
110 | - improved by using new GetEnvValue3
|
---|
111 |
|
---|
112 | * mbase/MParContainer.[h,cc]:
|
---|
113 | - added new member function GetEnvValue3 which is more flexible
|
---|
114 | in the number of leading zeroes within a resource name
|
---|
115 |
|
---|
116 |
|
---|
117 |
|
---|
118 | 2008/12/01 Daniela Dorner
|
---|
119 |
|
---|
120 | * datacenter/scripts/runcorsika:
|
---|
121 | - removed not needed query
|
---|
122 |
|
---|
123 | * datacenter/scripts/sourcefile:
|
---|
124 | - added check if script is executed with the full path
|
---|
125 | - added check if rc-files are existing
|
---|
126 |
|
---|
127 | * datacenter/db/menu.php:
|
---|
128 | - removed not needed lines
|
---|
129 |
|
---|
130 | * datacenter/db/include.php:
|
---|
131 | - valign='top' for queryrbk.php
|
---|
132 |
|
---|
133 | * datacenter/db/queryrbk.php:
|
---|
134 | - added print button
|
---|
135 |
|
---|
136 |
|
---|
137 |
|
---|
138 | 2008/11/28 Thomas Bretz
|
---|
139 |
|
---|
140 | * mjobs/MJSpectrum.cc:
|
---|
141 | - fixed a problem in FormFlux which did not handle the nagative slope
|
---|
142 | correctly
|
---|
143 | - Changed the title of the Spectrum histogram to make the fit
|
---|
144 | result fit better
|
---|
145 | - added a histogram showing the readin source position of the MCs
|
---|
146 |
|
---|
147 | * mcorsika/CorsikaLinkDef.h, mcorsika/Makefile,
|
---|
148 | mcorsika/MCorsikaEvtHeader.[h,cc], mcorsika/MCorsikaRead.[h,cc],
|
---|
149 | mcorsika/MCorsikaRunHeader.[h,cc]:
|
---|
150 | - addedcc MCorsikaRunHeader.h
|
---|
151 |
|
---|
152 |
|
---|
153 |
|
---|
154 | 2008/11/27 Thomas Bretz
|
---|
155 |
|
---|
156 | * mbase/MContinue.[h,cc]:
|
---|
157 | - updated ClassVersion number according to last change
|
---|
158 |
|
---|
159 | * mraw/MRawFilesRead.cc:
|
---|
160 | - fixed a bug when errno==0
|
---|
161 |
|
---|
162 | * mjobs/MJStar.cc:
|
---|
163 | - in case of sum trigger skip only events with only sum-trigger not
|
---|
164 | all events with sum-trigger for effective on time calculation
|
---|
165 |
|
---|
166 | * datacenter/plotdb.C:
|
---|
167 | - fixed a problem with the order in the select if case of Groups
|
---|
168 | - removed automatic Postscript storage
|
---|
169 | - added some plots about currents
|
---|
170 |
|
---|
171 | * mraw/MRawRunHeader.[h,cc]:
|
---|
172 | - added new run-type "Linearity"
|
---|
173 |
|
---|
174 |
|
---|
175 |
|
---|
176 | 2008/11/24 Daniela Dorner
|
---|
177 |
|
---|
178 | * datacenter/scripts/runcorsika:
|
---|
179 | - changed fAzimuth* to 180-fAzimuth* (different coordinate system
|
---|
180 | of CORSIKA
|
---|
181 |
|
---|
182 |
|
---|
183 |
|
---|
184 | 2008/11/21 Daniela Dorner
|
---|
185 |
|
---|
186 | * datacenter/db/showplots.php:
|
---|
187 | - adapted number of tabs
|
---|
188 |
|
---|
189 |
|
---|
190 |
|
---|
191 | 2008/11/18 Daniela Dorner
|
---|
192 |
|
---|
193 | * datacenter/scripts/runcamera:
|
---|
194 | - redirect output from camera program to scriptlog
|
---|
195 | - changed expected return code (Julian has adapted reflector to
|
---|
196 | return something in case of successful completion of the
|
---|
197 | program)
|
---|
198 | - fixed logging
|
---|
199 | - adapted redirect to delete old logging output in case of
|
---|
200 | restarting
|
---|
201 |
|
---|
202 | * datacenter/scripts/runcorsika:
|
---|
203 | - adapted redirect to delete old logging output in case of
|
---|
204 | restarting
|
---|
205 |
|
---|
206 | * datacenter/scripts/runcamera:
|
---|
207 | - redirect output from camera program to scriptlog
|
---|
208 | - own failed variable
|
---|
209 | - changed misleading variable name
|
---|
210 |
|
---|
211 | * datacenter/scripts/setup, datacenter/scripts/runcorsika:
|
---|
212 | - moved FLUPRO to setup
|
---|
213 |
|
---|
214 |
|
---|
215 |
|
---|
216 | 2008/11/18 Stefan Ruegamer
|
---|
217 |
|
---|
218 | * datacenter/scripts/read_lapalma_tapes
|
---|
219 | - added this script which is used to read raw file tapes sent from
|
---|
220 | La Palma; executed by root on phoenix (because he should know
|
---|
221 | about the free disc space status)
|
---|
222 |
|
---|
223 | * datacenter/scripts/checkmd5sum
|
---|
224 | - prevented date echo on the executing shell
|
---|
225 |
|
---|
226 | * datacenter/scripts/checktransfer
|
---|
227 | - removed check for .finished files (.finished are no longer used)
|
---|
228 |
|
---|
229 |
|
---|
230 |
|
---|
231 | 2008/11/16 Daniela Dorner
|
---|
232 |
|
---|
233 | * datacenter/db/menu.php, datacenter/db/sequinfo-aio.php:
|
---|
234 | - added option to query only sumtrigger data
|
---|
235 |
|
---|
236 |
|
---|
237 |
|
---|
238 | 2008/11/14 Daniela Dorner
|
---|
239 |
|
---|
240 | * datacenter/scripts/sourcefile:
|
---|
241 | - added variable for sql.rc
|
---|
242 | - simplified code of two for-loops
|
---|
243 |
|
---|
244 | * datacenter/scripts/setup:
|
---|
245 | - fixed typo
|
---|
246 |
|
---|
247 | * datacenter/scripts/runcorsika:
|
---|
248 | - fixed query
|
---|
249 | - fixed logging
|
---|
250 |
|
---|
251 |
|
---|
252 |
|
---|
253 | 2008/11/13 Daniela Dorner
|
---|
254 |
|
---|
255 | * datacenter/scripts/runcorsika:
|
---|
256 | - added that maximum viewcone is queried from the database
|
---|
257 | - added that number of reuses for shower is queried from the
|
---|
258 | database
|
---|
259 | - added that mirror diameter is queried from the database
|
---|
260 | - added that starting altitude is queried from the database
|
---|
261 | - changed fImpactParameter to fImpactMax
|
---|
262 |
|
---|
263 |
|
---|
264 |
|
---|
265 | 2008/11/12 Daniela Dorner
|
---|
266 |
|
---|
267 | * datacenter/db/menu.js, datacenter/db/include.php:
|
---|
268 | - added feature to remove lines for table ('-' button at beginning
|
---|
269 | of each line) and button to get all lines back ('+' at top of
|
---|
270 | the column)
|
---|
271 |
|
---|
272 |
|
---|
273 |
|
---|
274 | 2008/11/12 Thomas Bretz
|
---|
275 |
|
---|
276 | * datacenter/macros/plotstat.C:
|
---|
277 | - added descriptions for the tabs
|
---|
278 | - added legend to all tabs
|
---|
279 | - added beginning and end of period to all tabs
|
---|
280 |
|
---|
281 | * mastro/MAstro.[h,cc]:
|
---|
282 | - added new member function GetMoonPeriodMjd
|
---|
283 | - added new member function GetMagicPeriodStart
|
---|
284 |
|
---|
285 | * mbase/MTime.[h,cc]:
|
---|
286 | - added new member function SetMoonPeriod
|
---|
287 | - added new member function SetMagicPeriodStart
|
---|
288 |
|
---|
289 | * callisto.rc, callisto_Dec04Jan05.rc, callisto_MarApr05.rc,
|
---|
290 | callisto_mux.rc:
|
---|
291 | - adapted number of max events for extraction of
|
---|
292 | pedestals from data runs and set the number of events
|
---|
293 | used for pedestal extraction instead.
|
---|
294 |
|
---|
295 | * callisto_mux.rc:
|
---|
296 | - adapted valued for pulse position dtermination to fit better
|
---|
297 | the MUX data (especially get rid of a bias towards higher
|
---|
298 | values from saturating pixels)
|
---|
299 |
|
---|
300 | * mhcalib/MHCalibrationPulseTimeCam.[h,cc]:
|
---|
301 | - added member function GetNumEvents
|
---|
302 | - changed number of required pixels to 3
|
---|
303 | - made sure that the number of required pixels is correctly
|
---|
304 | applied
|
---|
305 |
|
---|
306 | * mjobs/MJPedestal.[h,cc]:
|
---|
307 | - added new data members to better describe the number of required
|
---|
308 | and aimed events for pulse position and pedestal extraction
|
---|
309 | - changed the filters for the pedestal and pulse position
|
---|
310 | in a way that not more than the requested events will be
|
---|
311 | extracted
|
---|
312 | - added a MContinue which will stop the lop if the pedestal and
|
---|
313 | pulse position extraction has been finished
|
---|
314 | - added more precise checks after the loop to check if enough events
|
---|
315 | were found
|
---|
316 |
|
---|
317 | * mpedestal/MExtractPedestal.[h,cc]:
|
---|
318 | - set fCounter already in Process
|
---|
319 |
|
---|
320 | * mpedestal/MExtractPedestal.[h,cc], mpedestal/MPedCalcPedRun.[h,cc],
|
---|
321 | mpedestal/MPedCalcFromLoGain.[h,cc]:
|
---|
322 | - changed type of Calc from Int_t to void
|
---|
323 |
|
---|
324 | * mbase/MContinue.[h,cc]:
|
---|
325 | - allow to use MContinue also to return something else in Process()
|
---|
326 | than just kCONTNUE
|
---|
327 |
|
---|
328 | * mfbase/MFilterList.h:
|
---|
329 | - added member function GetNumEntries to get the number of
|
---|
330 | list elements
|
---|
331 |
|
---|
332 | * mhcalib/MHGausEvents.h:
|
---|
333 | - added member function GetEntries
|
---|
334 |
|
---|
335 | * mjobs/MJStar.cc:
|
---|
336 | - only plot the source position in the case of Monte Carlos
|
---|
337 | otherwise it is always 0/0 anyway
|
---|
338 |
|
---|
339 | * mraw/MRawRunHeader.cc:
|
---|
340 | - be more precise when printing the run number
|
---|
341 |
|
---|
342 | * mtrigger/MTriggerPattern.[h,cc]:
|
---|
343 | - added a Print function to be able to use MPrint
|
---|
344 |
|
---|
345 |
|
---|
346 |
|
---|
347 | 2008/11/11 Thomas Bretz
|
---|
348 |
|
---|
349 | * mbase/MStatusDisplay.cc:
|
---|
350 | - removed obsolete code of rot128
|
---|
351 | - Increased size of ListBox in MARS tab
|
---|
352 |
|
---|
353 | * mgeom/MGeomCamDwarf.h:
|
---|
354 | - changed to have the APD camera layout as default
|
---|
355 |
|
---|
356 | * manalysis/AnalysisLinkDef.h, manalysis/Makefile:
|
---|
357 | - removed MMcTriggerLvl2
|
---|
358 | - removed MMcTriggerLvl2Calc
|
---|
359 |
|
---|
360 | * mhbase/MH.[h,cc], mhbase/MH3.[h,cc], mhbase/MHArray.[h,cc],
|
---|
361 | mhbase/MHMatrix.[h,cc], mhbase/MHn.[h,cc],
|
---|
362 | mhcalib/MHCalibrationCam.[h,cc], mhist/MHRate.[h,cc],
|
---|
363 | mhcalib/MHCalibrationChargePINDiode.[h,cc], mhflux/MHAlpha.[h,cc],
|
---|
364 | mhflux/MHCollectionArea.[h,cc], mhflux/MHDisp.[h,cc],
|
---|
365 | mhflux/MHEffectiveOnTime.[h,cc], mhflux/MHEnergyEst.[h,cc],
|
---|
366 | mhflux/MHFalseSource.[h,cc], mhflux/MHPhi.[h,cc],
|
---|
367 | mhflux/MHThetaSqN.[h,cc], mhflux/MHThreshold.[h,cc],
|
---|
368 | mhist/MHCamEvent.[h,cc], mhist/MHCamEventRot.[h,cc],
|
---|
369 | mhist/MHEvent.[h,cc], mhist/MHHadronness.[h,cc],
|
---|
370 | mhist/MHStarMap.[h,cc], mhist/MHTriggerLvl0.[h,cc],
|
---|
371 | mhist/MHWeather.[h,cc], mhvstime/MHPixVsTime.[h,cc],
|
---|
372 | mhvstime/MHSectorVsTime.[h,cc], mhvstime/MHVsTime.[h,cc],
|
---|
373 | mimage/MHHillas.[h,cc], mimage/MHHillasExt.[h,cc],
|
---|
374 | mimage/MHHillasSrc.[h,cc], mimage/MHImagePar.[h,cc],
|
---|
375 | mimage/MHNewImagePar.[h,cc], mimage/MHNewImagePar2.[h,cc],
|
---|
376 | mimage/MHVsSize.[h,cc], mbadpixels/MHBadPixels.[h,cc],
|
---|
377 | mmuon/MHMuonPar.[h,cc], mmuon/MHSingleMuon.[h,cc],
|
---|
378 | mpedestal/MHPedestalCor.[h,cc], mpointing/MHPointing.[h,cc],
|
---|
379 | mranforest/MHRanForest.[h,cc], mranforest/MHRanForestGini.[h,cc],
|
---|
380 | mreflector/MHReflector.[h,cc]:
|
---|
381 | - changed return type of Fill from bool to int
|
---|
382 | - fixed return value where necessary
|
---|
383 |
|
---|
384 | * mhbase/MFillH.cc:
|
---|
385 | - return Int from Fill instead of Bool
|
---|
386 |
|
---|
387 |
|
---|
388 |
|
---|
389 | 2008/11/11 Thomas Bretz, Daniela Dorner
|
---|
390 |
|
---|
391 | * datacenter/db/tabs.php:
|
---|
392 | - new script (by chance with the name of an existing sctipt)
|
---|
393 | plotting the tabs of status displays
|
---|
394 | the old script is not needed anymore and is therefore
|
---|
395 | overwritten
|
---|
396 |
|
---|
397 | * datacenter/db/tabs.js:
|
---|
398 | - added (js for tabs.php)
|
---|
399 |
|
---|
400 | * datacenter/db/tabs.css:
|
---|
401 | - added (layout for tabs.php)
|
---|
402 |
|
---|
403 |
|
---|
404 |
|
---|
405 | 2008/11/11 Daniela Dorner
|
---|
406 |
|
---|
407 | * datacenter/db/tabs.php:
|
---|
408 | - fixed path for ganymed
|
---|
409 | - added plotdb for ganymed
|
---|
410 |
|
---|
411 | * datacenter/db/datasetinfo-aio.php:
|
---|
412 | - added link for plotdb for ganymed
|
---|
413 |
|
---|
414 | * datacenter/db/datasetinfo-aio.php, datacenter/db/sequinfo-aio.php:,
|
---|
415 | datacenter/db/index-header.html:
|
---|
416 | - uncommented link to ganymed.php and sequences.php, as these
|
---|
417 | scripts are not yet updated to new data structure
|
---|
418 |
|
---|
419 | * datacenter/db/datasetinfo-aio.php, datacenter/db/sequinfo-aio.php:
|
---|
420 | - implemented link to new tabs.php
|
---|
421 |
|
---|
422 | * datacenter/db/plotinclude.php:
|
---|
423 | - implemented new files names for showplots*.php
|
---|
424 |
|
---|
425 | * datacenter/db/runinfo-aio.php:
|
---|
426 | - ranges are now expanded when page is loaded
|
---|
427 |
|
---|
428 | * datacenter/scripts/budb, datacenter/scripts/fillcamera,
|
---|
429 | datacenter/scripts/mcsequences:
|
---|
430 | - exchanged vela by variable for host
|
---|
431 |
|
---|
432 | * datacenter/scripts/dowebplots:
|
---|
433 | - removed sequence/dataset number from file name of csv file
|
---|
434 | - removed general rsync of callisto/star/ganymed at the end of the
|
---|
435 | script, as --delete was not working in the intended way and
|
---|
436 | the single directories are rsynced anyhow
|
---|
437 |
|
---|
438 |
|
---|
439 |
|
---|
440 | 2008/10/29 Thomas Bretz
|
---|
441 |
|
---|
442 | * mpointing/MSrcPosCalc.cc:
|
---|
443 | - return kERROR instead of kFALSE if source position is too far
|
---|
444 | away from the camera center
|
---|
445 | - DeltaPhi replaced by Angle to take declination into account
|
---|
446 |
|
---|
447 | * mreport/MReport.cc:
|
---|
448 | - fixed a typo (200805190 instead of 200605190)
|
---|
449 |
|
---|
450 |
|
---|
451 |
|
---|
452 | 2008/10/23 Daniel Hoehne-Moench
|
---|
453 |
|
---|
454 | * datacenter/macros/fillcamera.C:
|
---|
455 | - added and changed some parameters
|
---|
456 |
|
---|
457 | * datacenter/scripts/fillcamera:
|
---|
458 | - rewritten
|
---|
459 |
|
---|
460 |
|
---|
461 |
|
---|
462 | 2008/10/14 Thomas Bretz
|
---|
463 |
|
---|
464 | * mjobs/MJPedestal.cc:
|
---|
465 | - for extracting the pulse position we have to allow sum events
|
---|
466 | but require level 1 trigger instead of disallowing sum-events
|
---|
467 |
|
---|
468 |
|
---|
469 |
|
---|
470 | 2008/10/13 Thomas Bretz
|
---|
471 |
|
---|
472 | * callisto.cc, ganymed.cc, mars.cc, merpp.cc, readdaq.cc,
|
---|
473 | readraw.cc, showlog.cc, showplot.cc, sinope.cc,
|
---|
474 | sponde.cc, star.cc:
|
---|
475 | - adapted to changes in MArgs
|
---|
476 |
|
---|
477 | * mbase/MArgs.[h,cc]:
|
---|
478 | - interprete all options after -- as arguments
|
---|
479 | - moved removing of root options to a new member function
|
---|
480 |
|
---|
481 | * mhist/MHEvent.cc:
|
---|
482 | - removed the obsolete M before the run id
|
---|
483 |
|
---|
484 | * mjobs/MJMerpp.cc:
|
---|
485 | - fixed a bug which caused RunHedears to be merpped as RunHeader
|
---|
486 |
|
---|
487 | * mraw/MRawRunHeader.cc:
|
---|
488 | - only use the event-number fix after run 326152, which is
|
---|
489 | more accurate
|
---|
490 |
|
---|
491 | * mreport/MReport.cc:
|
---|
492 | - implemented a new version fix, namely 200809300
|
---|
493 |
|
---|
494 | * mreport/MReportCC.cc:
|
---|
495 | - implemented interpretation of new format 200809030
|
---|
496 |
|
---|
497 |
|
---|
498 |
|
---|
499 | 2008/10/13 Daniel Hoehne-Moench
|
---|
500 |
|
---|
501 | * datacenter/macros/filldotrun.C:
|
---|
502 | - implemented SuperArehucas version 080912-0
|
---|
503 |
|
---|
504 |
|
---|
505 |
|
---|
506 | 2008/09/16 Stefan Ruegamer
|
---|
507 |
|
---|
508 | * datacenter/scripts/budb:
|
---|
509 | - redirection to a not existing file changed for the finish command
|
---|
510 |
|
---|
511 | * datacenter/scripts/checkmd5sum:
|
---|
512 | - script is now executed specifying the tape number in the command
|
---|
513 | line
|
---|
514 | - added several outputs to the logfile
|
---|
515 | - removed phoenix login, the script is being executed now via
|
---|
516 | read_lapalma_tapes from phoenix
|
---|
517 | - added check for empty md5 files
|
---|
518 |
|
---|
519 | * datacenter/scripts/runstar:
|
---|
520 | - corrected staging of files, _E-files are no longer existing
|
---|
521 |
|
---|
522 |
|
---|
523 |
|
---|
524 | 2008/09/05 Daniela Dorner
|
---|
525 |
|
---|
526 | * datacenter/scripts/sourcfile:
|
---|
527 | - fixed bug (setstatus was not working for datasets and runs)
|
---|
528 |
|
---|
529 |
|
---|
530 |
|
---|
531 | 2008/08/27 Daniela Dorner
|
---|
532 |
|
---|
533 | * datacenter/scripts/fillganymed:
|
---|
534 | - fixed bug in getting the dataset number (removed telescope
|
---|
535 | number)
|
---|
536 |
|
---|
537 | * datacenter/scripts/copyscript:
|
---|
538 | - fixed bug in find for optical files
|
---|
539 | - added some logging
|
---|
540 |
|
---|
541 |
|
---|
542 |
|
---|
543 | 2008/08/25 Daniela Dorner
|
---|
544 |
|
---|
545 | * datacenter/macros/filloptical.C:
|
---|
546 | - added different return values in case of not matching lines
|
---|
547 | - added new columns (ellipticity and position angle)
|
---|
548 |
|
---|
549 | * datacenter/macros/fillobjects.C, datacenter/macros/fillobjects2.C:
|
---|
550 | - InsertUpdate instead of Insert now
|
---|
551 |
|
---|
552 | * resources/TeVsources.txt, resources/good_compstars_R.txt:
|
---|
553 | - added new sources
|
---|
554 |
|
---|
555 | * datacenter/scripts/copyscript:
|
---|
556 | - implemented new return values
|
---|
557 | - improved find for optical files
|
---|
558 |
|
---|
559 | * datacenter/scripts/dbchk:
|
---|
560 | - adapted check for consistency between sequencefiles and content
|
---|
561 | of database: now only done for sequences where the file is
|
---|
562 | already written
|
---|
563 |
|
---|
564 |
|
---|
565 |
|
---|
566 | 2008/08/22 Daniela Dorner
|
---|
567 |
|
---|
568 | * datacenter/scripts/scriptlauncher:
|
---|
569 | - fixed bug in starting scripts with command line options
|
---|
570 |
|
---|
571 | * datacenter/scripts/dowebplots:
|
---|
572 | - fixed bug (showplot was not executed in the mars directory)
|
---|
573 | - moved all general rsyncs to the end of the script
|
---|
574 |
|
---|
575 |
|
---|
576 |
|
---|
577 | 2008/08/21 Daniela Dorner
|
---|
578 |
|
---|
579 | * datacenter/db/plotdb.php:
|
---|
580 | - changed input field from 6 to 8 digits
|
---|
581 |
|
---|
582 | * datacenter/scripts/dbchk:
|
---|
583 | - added check if something on nightly basis failed
|
---|
584 |
|
---|
585 | * datacenter/scripts/dowebplots:
|
---|
586 | - fixed sequencepath in rsync
|
---|
587 |
|
---|
588 | * datacenter/scripts/jobmanager:
|
---|
589 | - changed choosing of jobmanager (data or mc) from if to case
|
---|
590 | - implemented case-statement for the choice of the queueing
|
---|
591 | system (condor and sun grid engine implemented up to now)
|
---|
592 | - implemented commands for sun grid engine
|
---|
593 |
|
---|
594 | * datacenter/scripts/jobmanager, datacenter/scripts/setup:
|
---|
595 | - moved defining of array scripts and pnoswe(ek) from sourcefile
|
---|
596 | to jobmanager
|
---|
597 | - fixed problem with mc jobmanager pnos
|
---|
598 |
|
---|
599 | * datacenter/scripts/setup:
|
---|
600 | - implemented definition of queueing system
|
---|
601 | - exchanged camera version
|
---|
602 |
|
---|
603 | * datacenter/scripts/sourcefile:
|
---|
604 | - host is retrieved from sql.rc now
|
---|
605 |
|
---|
606 | * datacenter/scripts/runcorsika, datacenter/scripts/runreflector,
|
---|
607 | datacenter/scripts/runcamera, datacenter/scripts/setup:
|
---|
608 | - moved defining of detectorpath from scripts to sourcefile
|
---|
609 |
|
---|
610 | * datacenter/scripts/runcorsika, datacenter/scripts/setup:
|
---|
611 | - implemented variable for path of Mmcs
|
---|
612 |
|
---|
613 | * datacenter/scripts/runcorsika:
|
---|
614 | - exchanged 'operator' in inputcard by `whoami`
|
---|
615 | - implemented usage of function for new datastructure
|
---|
616 |
|
---|
617 | * resources/steps.rc:
|
---|
618 | - added line for primaries for MCRunProcessingStatus
|
---|
619 |
|
---|
620 |
|
---|
621 |
|
---|
622 | 2008/08/15 Daniela Dorner
|
---|
623 |
|
---|
624 | * datacenter/macros/plotdb.C, datacenter/macros/plotoptical.C,
|
---|
625 | datacenter/macros/plotstat.C, datacenter/macros/plotusage.C:
|
---|
626 | - added call plot*(TString path) needed for the script
|
---|
627 | dowebplots
|
---|
628 | - added path to output file
|
---|
629 |
|
---|
630 | * datacenter/macros/plotdb.C:
|
---|
631 | - added path to call plotdb(dataset)
|
---|
632 |
|
---|
633 | * datacenter/macros/plotoptical.C:
|
---|
634 | - added path to call plotoptical(source)
|
---|
635 |
|
---|
636 | * datacenter/macros/plotstat.C:
|
---|
637 | - fixed bug in query
|
---|
638 |
|
---|
639 | * datacenter/macros/plotusage.C:
|
---|
640 | - adapted comment
|
---|
641 | - removed not needed calls
|
---|
642 |
|
---|
643 | * datacenter/scripts/doqualityplots,
|
---|
644 | datacenter/scripts/webupdate-star,
|
---|
645 | datacenter/scripts/webupdate-sinope,
|
---|
646 | datacenter/scripts/webupdate-callisto,
|
---|
647 | datacenter/scripts/webupdate-ganymed:
|
---|
648 | - deleted (not needed anymore, done by dowebplots now)
|
---|
649 |
|
---|
650 | * datacenter/scripts/dowebplots:
|
---|
651 | - rewritten completely: script now handles not only creating
|
---|
652 | web plots for ganymed, star and callisto, but also plotdb,
|
---|
653 | plotusage, plotstat and plotoptical
|
---|
654 | - implemented steering via DB for ganymed, star and callisto to
|
---|
655 | make sure that all plots are produced
|
---|
656 | - added rsync to this script
|
---|
657 | - via command line options it is possible to choose which plots
|
---|
658 | should be produced
|
---|
659 | - redirect of the root error (used to output mean values) to
|
---|
660 | txt files in the webdirectory
|
---|
661 | - added writing of csv file (read by tabs.php)
|
---|
662 |
|
---|
663 | * datacenter/scripts/run.condor:
|
---|
664 | - added 'Arguments' (needed to submit dowebplots including
|
---|
665 | command line opticon to condor)
|
---|
666 |
|
---|
667 | * datacenter/scripts/scriptlauncher:
|
---|
668 | - removed makedir of $listpath and $lockpath (done in setup
|
---|
669 | already)
|
---|
670 | - exchanged algorithm to loop over scripts to allow for scripts
|
---|
671 | with command line option
|
---|
672 |
|
---|
673 | * datacenter/scripts/sourcefile, datacenter/scripts/jobmanager:
|
---|
674 | - moved definition of $column from sourcefile to jobmanager
|
---|
675 | to allow for usage of the function getstatus by other scripts
|
---|
676 | than the jobmanager
|
---|
677 |
|
---|
678 | * datacenter/scripts/sourcefile:
|
---|
679 | - removed definition of webpath (already defined in setup)
|
---|
680 | - removed making of $listpath (not needed anymore)
|
---|
681 | - added fail code for dowebplots (27)
|
---|
682 | - additional if-clause in the getstatus function to allow
|
---|
683 | for using it even if no column is defined
|
---|
684 | - removed not needed 'numproc=0'
|
---|
685 |
|
---|
686 | * resources/steps.rc:
|
---|
687 | - added steps for webplots (fWebCalib, fWebStar, fWebGanymed,
|
---|
688 | fWebPlotDBGanymed)
|
---|
689 |
|
---|
690 |
|
---|
691 |
|
---|
692 | 2008/08/14 Daniela Dorner
|
---|
693 |
|
---|
694 | * datacenter/macros/plotusage.C:
|
---|
695 | - added (macro to plot condor usage from DB)
|
---|
696 |
|
---|
697 |
|
---|
698 |
|
---|
699 | 2008/08/13 Daniela Dorner
|
---|
700 |
|
---|
701 | * datacenter/scripts/setup:
|
---|
702 | - removed listpath (not used anymore)
|
---|
703 | - removed commented, not needed lines
|
---|
704 |
|
---|
705 |
|
---|
706 |
|
---|
707 | 2008/08/13 Stefan Ruegamer
|
---|
708 |
|
---|
709 | * datacenter/scripts/webupdate-star:
|
---|
710 | - added option to prevent melibea-Q-files from being rsynced
|
---|
711 |
|
---|
712 |
|
---|
713 |
|
---|
714 | 2008/08/12 Stefan Ruegamer
|
---|
715 |
|
---|
716 | * datacenter/script/checkmd5sum:
|
---|
717 | - fixed the check for raw files
|
---|
718 | - added a check for the nunmber of checked files
|
---|
719 |
|
---|
720 | * datacenter/scripts/webupdate-callisto,
|
---|
721 | datacenter/scripts/webupdate-star:
|
---|
722 | - fixed the --exclude option so Y and I file do no longer get
|
---|
723 | synced
|
---|
724 |
|
---|
725 | * datacenter/script/zipscript:
|
---|
726 | - added check if the raw file is no longer existing (happens when
|
---|
727 | multiple zipscripts are started)
|
---|
728 | - added check for the case that the sequence number is 0
|
---|
729 | - fixed some echos
|
---|
730 | - added telescope number for the db update query
|
---|
731 |
|
---|
732 |
|
---|
733 |
|
---|
734 | 2008/08/08 Daniela Dorner
|
---|
735 |
|
---|
736 | * datacenter/db/magicdefs.php:
|
---|
737 | - fixed sorting for sequences
|
---|
738 |
|
---|
739 | * datacenter/scripts/checkstardone,
|
---|
740 | datacenter/scripts/writedatasetfiles:
|
---|
741 | - fixed bug in getting the dataset number (removed telescope
|
---|
742 | number)
|
---|
743 |
|
---|
744 |
|
---|
745 |
|
---|
746 | 2008/08/07 Daniela Dorner
|
---|
747 |
|
---|
748 | * datacenter/scripts/runganymed:
|
---|
749 | - removed telescope number
|
---|
750 |
|
---|
751 | * datacenter/scripts/checkstardone:
|
---|
752 | - added dataset number to output
|
---|
753 |
|
---|
754 | * datacenter/db/runinfo-aio.php, datacenter/db/sequinfo-aio.php
|
---|
755 | datacenter/db/magicdefs.php:
|
---|
756 | - improved sorting with combination of (file-,) run/sequ- and
|
---|
757 | telescope number
|
---|
758 |
|
---|
759 |
|
---|
760 |
|
---|
761 | 2008/08/07 Thomas Bretz
|
---|
762 |
|
---|
763 | * datacenter/macros/buildsequenceentries.C:
|
---|
764 | - fixed a problem with the check whether a sequence already
|
---|
765 | exists. It was always belived that the sequence doesn't exist.
|
---|
766 |
|
---|
767 |
|
---|
768 |
|
---|
769 | 2008/08/07 Stefan Ruegamer
|
---|
770 |
|
---|
771 | * datacenter/scripts/makecallistolinks
|
---|
772 | - added a condition to prevent the linking of the old Dec04Jan05.rc
|
---|
773 | for mux data
|
---|
774 |
|
---|
775 | * datacenter/scripts/cutslices
|
---|
776 | - changed checklock to checklock continue to prevent the program
|
---|
777 | from exiting if a lock file already exists
|
---|
778 |
|
---|
779 |
|
---|
780 |
|
---|
781 | 2008/08/06 Daniela Dorner
|
---|
782 |
|
---|
783 | * datacenter/db/sequinfo.php, datacenter/db/sequinfo-aio.php,
|
---|
784 | datacenter/db/sequence.php, datacenter/db/runinfo.php,
|
---|
785 | datacenter/db/runinfo-aio.php, datacenter/db/resetseq.php,
|
---|
786 | datacenter/db/plotinclude.php, datacenter/db/magicdefs.php,
|
---|
787 | datacenter/db/ganymed.php, datacenter/db/findoffdata.php,
|
---|
788 | datacenter/db/dbstatus.php, datacenter/db/datasetinfo-aio.php,
|
---|
789 | datacenter/db/datasetinfo.php, datacenter/db/datacheck.php,
|
---|
790 | datacenter/db/builddatasets.php:
|
---|
791 | - changed syntax of left join to 'using(columnname)'
|
---|
792 |
|
---|
793 | * datacenter/db/sequinfo-aio.php, datacenter/db/runinfo-aio.php,
|
---|
794 | datacenter/db/magicdefs.php, datacenter/db/builddatasets.php
|
---|
795 | datacenter/db/dbstatus.php, datacenter/db/findoffdata.php,
|
---|
796 | datacenter/db/plotinclude.php, datacenter/db/resetseq.php,
|
---|
797 | datacenter/db/sequence.php, datacenter/db/sequinfo.php:
|
---|
798 | - implemented telescope number
|
---|
799 |
|
---|
800 | * datacenter/db/runinfo-aio.php:
|
---|
801 | - moved pulldown for number of results
|
---|
802 |
|
---|
803 | * datacenter/db/resetseq.php:
|
---|
804 | - removed unknown ip adresses, added names to known ip adresses
|
---|
805 |
|
---|
806 | * datacenter/db/menu.php:
|
---|
807 | - changed width input field for sequence number in run menu from
|
---|
808 | 6 to 8
|
---|
809 |
|
---|
810 |
|
---|
811 |
|
---|
812 | 2008/08/06 Thomas Bretz
|
---|
813 |
|
---|
814 | * mfileio/MReadTree.cc:
|
---|
815 | - removed some debug out
|
---|
816 |
|
---|
817 |
|
---|
818 |
|
---|
819 | 2008/08/06 Stefan Ruegamer
|
---|
820 |
|
---|
821 | * callisto_mux.rc
|
---|
822 | - changed the extractor window from 15 64 to 0 49
|
---|
823 |
|
---|
824 | * datacenter/scripts/setup
|
---|
825 | - commented the lines containing cutslices out
|
---|
826 |
|
---|
827 |
|
---|
828 |
|
---|
829 | 2008/08/05 Stefan Ruegamer
|
---|
830 |
|
---|
831 | * datacenter/scripts/movingrawfiles:
|
---|
832 | - added checks for owner of the file
|
---|
833 | - adapted the script to the different pathes
|
---|
834 |
|
---|
835 | * datacenter/scripts/zipscript:
|
---|
836 | - added telno and fileno so it works with the new files
|
---|
837 | - added the telno to the calzip-lock file
|
---|
838 |
|
---|
839 | * datacenter/scripts/runcallisto:
|
---|
840 | - added the telno to the calzip-lock file
|
---|
841 | - removed the link to callisto_mux_new.rc, it is no longer needed
|
---|
842 |
|
---|
843 |
|
---|
844 |
|
---|
845 | 2008/08/05 Thomas Bretz
|
---|
846 |
|
---|
847 | * datacenter/macros/fillstar.C:
|
---|
848 | - fixed the case of invalid effective on times
|
---|
849 | - fixed the regular expression to find the MSequence in old files
|
---|
850 | - added information about the dc currents
|
---|
851 |
|
---|
852 | * datacenter/macros/fillcondor.C:
|
---|
853 | - added
|
---|
854 |
|
---|
855 |
|
---|
856 |
|
---|
857 | 2008/08/05 Daniela Dorner
|
---|
858 |
|
---|
859 | * datacenter/tools/resetpriorities:
|
---|
860 | - added (script to reset priorities in the tables RunProcessStatus,
|
---|
861 | SequenceProcessStatus and DataSetProcessStatus)
|
---|
862 |
|
---|
863 | * datacenter/scripts/makecallistolinks:
|
---|
864 | - removed not needed output
|
---|
865 |
|
---|
866 | * datacenter/scripts/sourcefile:
|
---|
867 | - fixed bug in query of setstatus
|
---|
868 | - improved if-clause to avoid unneccessary output
|
---|
869 |
|
---|
870 | * datacenter/db/menu.php:
|
---|
871 | - changed width input fields for ranges from 6 to 8
|
---|
872 |
|
---|
873 | * datacenter/scripts/condorstatistic:
|
---|
874 | - fixed logging output
|
---|
875 |
|
---|
876 | * datacenter/scripts/dbchk:
|
---|
877 | - added checking of consistency with table SequenceProcessStatus
|
---|
878 |
|
---|
879 | * resources/steps.rc:
|
---|
880 | - fixed primaries of DataSetProcessStatus
|
---|
881 |
|
---|
882 |
|
---|
883 |
|
---|
884 | 2008/08/04 Daniela Dorner
|
---|
885 |
|
---|
886 | * datacenter/scripts/runstar:
|
---|
887 | - removed linking of rc-files and command line argument --config
|
---|
888 | (usage of star_mux.rc not needed anymore)
|
---|
889 |
|
---|
890 |
|
---|
891 |
|
---|
892 | 2008/08/04 Thomas Bretz
|
---|
893 |
|
---|
894 | * RELEASE V2.1.1
|
---|
895 |
|
---|
896 |
|
---|
897 |
|
---|
898 | 2008/08/04 Stefan Ruegamer
|
---|
899 |
|
---|
900 | * datacenter/scripts/setup:
|
---|
901 | - added compux/cutslices to the jobmanager queue
|
---|
902 |
|
---|
903 | * datacenter/scripts/movingrawfiles:
|
---|
904 | - modified the regex for finding the run number such that it
|
---|
905 | satisfies the new raw file convention
|
---|
906 | - the script now searches for files in /magic and /data, so
|
---|
907 | movingrawfiles2 is obsolete
|
---|
908 |
|
---|
909 | * datacenter/scripts/cutslices:
|
---|
910 | - adapted the script for jobmanager use
|
---|
911 | - included some more checks
|
---|
912 |
|
---|
913 |
|
---|
914 |
|
---|
915 | 2008/08/04 Thomas Bretz
|
---|
916 |
|
---|
917 | * mjobs/MJCalibrateSignal.cc:
|
---|
918 | - added a filter against very bright events cleaning the
|
---|
919 | bad pixel plot
|
---|
920 |
|
---|
921 | * ganymed.rc, ganymed_wobble.rc, ganymed_onoff.rc:
|
---|
922 | - slightly tightened the spark cut in length vs size
|
---|
923 |
|
---|
924 | * ganymed_wobble.rc:
|
---|
925 | - now uses the default (still 3) for the number of wobble
|
---|
926 | positions
|
---|
927 |
|
---|
928 | * mbase/MParEmulated.[h,cc]:
|
---|
929 | - some improvements to support collection (still not finished)
|
---|
930 |
|
---|
931 | * mraw/MRawRunHeader.cc:
|
---|
932 | - Implemented a fix for run-numbers between 1001348 and 1001396
|
---|
933 | which were incorrectly assigned by the cc.
|
---|
934 | - changed order of fix and check
|
---|
935 |
|
---|
936 | * resources/calibration_spline.rc:
|
---|
937 | - updated muon calibration constants for the periods 51-57,
|
---|
938 | 58-63 and 67-
|
---|
939 |
|
---|
940 |
|
---|
941 |
|
---|
942 | 2008/08/04 Daniela Dorner
|
---|
943 |
|
---|
944 | * datacenter/scripts/setup:
|
---|
945 | - changed order of scripts (now: ganymed, star, callisto)
|
---|
946 | - adapted number of allowed processes (more CPUs available now)
|
---|
947 | - commented mc jobmanager stuff out, as it is not yet working
|
---|
948 | completely
|
---|
949 |
|
---|
950 |
|
---|
951 |
|
---|
952 | 2008/08/03 Daniela Dorner
|
---|
953 |
|
---|
954 | * datacenter/scripts/runcamera, datacenter/scripts/runcorsika,
|
---|
955 | datacenter/scripts/runreflector:
|
---|
956 | - removed primvar
|
---|
957 |
|
---|
958 | * datacenter/scripts/condorstatistics:
|
---|
959 | - added (script calling the macro fillcondor.C to fill condor
|
---|
960 | statistics to the database, tars the condor-statistic files
|
---|
961 | afterwards)
|
---|
962 |
|
---|
963 | * datacenter/scripts/dowebplots:
|
---|
964 | - added converting from ps to pdf and removing of ps
|
---|
965 |
|
---|
966 |
|
---|
967 |
|
---|
968 | 2008/08/02 Thomas Bretz
|
---|
969 |
|
---|
970 | * datacenter/scripts/dbchk:
|
---|
971 | - if the regular expression in sed doesn't find anything
|
---|
972 | nothing is replaced (this case is now handled)
|
---|
973 |
|
---|
974 | * mjobs/MJPedestal.cc:
|
---|
975 | - removed the obsolete shift variable in PosePosCheck
|
---|
976 | - do not allow lo-gain starts < 0
|
---|
977 |
|
---|
978 | * msignal/MExtractTimeAndCharge.cc:
|
---|
979 | - changed lo-gain stat sift to -1.0 (which is the valie which
|
---|
980 | in use anyway)
|
---|
981 |
|
---|
982 | * msignal/MExtractTimeAndCharge.h:
|
---|
983 | - do not add the lo-gain offset wehen setting the start-shift
|
---|
984 |
|
---|
985 | * msignal/MExtractor.cc:
|
---|
986 | - make sure Print() prints the class description
|
---|
987 |
|
---|
988 | * mpointing/MSrcPosCalc.[h,cc]:
|
---|
989 | - if the MC camera files are new enough the source position on the
|
---|
990 | camera is now calculated from the stored telescope and shower
|
---|
991 | orientation
|
---|
992 |
|
---|
993 |
|
---|
994 |
|
---|
995 | 2008/08/01 Thomas Bretz
|
---|
996 |
|
---|
997 | * ganymed.rc, ganymed_wobble.rc, ganymed_onoff.rc:
|
---|
998 | - added starguider calibration 328198
|
---|
999 |
|
---|
1000 | * resources/starguider00328198.txt:
|
---|
1001 | - added
|
---|
1002 |
|
---|
1003 | * datacenter/macros/plotdb.C:
|
---|
1004 | - added fMedNumPheInner/outer
|
---|
1005 | - added fRelChargeRmsOuter
|
---|
1006 |
|
---|
1007 | * mbase/MStatusDisplay.[h,cc]:
|
---|
1008 | - added %%title%% as a possibility in the filename
|
---|
1009 | - added some code to write an XML instead of a csv file
|
---|
1010 | (still not in-use)
|
---|
1011 |
|
---|
1012 | * mjobs/MJCut.cc, mjobs/MJSpectrum.cc:
|
---|
1013 | - replaced RunNumber by FileId
|
---|
1014 |
|
---|
1015 |
|
---|
1016 |
|
---|
1017 | 2008/07/31 Daniela Dorner
|
---|
1018 |
|
---|
1019 | * resources/steps.rc:
|
---|
1020 | - added missing influences and needs for DataSetProcessStatus
|
---|
1021 |
|
---|
1022 | * datacenter/scripts/checkstardone:
|
---|
1023 | - removed breaks
|
---|
1024 | - removed not needed variables
|
---|
1025 | - changed dataset from string to int in call of macro
|
---|
1026 |
|
---|
1027 | * datacenter/scripts/budb:
|
---|
1028 | - added output how to create database MyMagic
|
---|
1029 | - added removing of logfiles
|
---|
1030 | - some small inprovements
|
---|
1031 |
|
---|
1032 |
|
---|
1033 |
|
---|
1034 | 2008/07/31 Thomas Bretz
|
---|
1035 |
|
---|
1036 | * merpp.cc:
|
---|
1037 | - fixed merpping a single report file
|
---|
1038 | - Strip the dir name from MJMerpp's name
|
---|
1039 |
|
---|
1040 | * mreports/MReportCamera.cc:
|
---|
1041 | - also allow empty HV Settings file names
|
---|
1042 |
|
---|
1043 | * datacenter/macros/checkstardone.C:
|
---|
1044 | - fixed the query
|
---|
1045 | - fixed a typo
|
---|
1046 |
|
---|
1047 | * datacenter/macros/fillcalib.C:
|
---|
1048 | - changed ouput
|
---|
1049 | - get seq-number from sequence instead of file-name
|
---|
1050 | - added telescope number
|
---|
1051 | - added fRelChargeRmsInner/Outer
|
---|
1052 | - added fMedNumPheInner/Outer
|
---|
1053 | - don't user TEnv anymore
|
---|
1054 |
|
---|
1055 | * datacenter/macros/fillsignal.C
|
---|
1056 | - get seq-number from sequence instead of file-name
|
---|
1057 | - added telescope number
|
---|
1058 |
|
---|
1059 | * datacenter/macros/fillstar.C:
|
---|
1060 | - changed ouput
|
---|
1061 | - get seq-number from sequence instead of file-name
|
---|
1062 | - added telescope number
|
---|
1063 | - added fTotOnTime
|
---|
1064 |
|
---|
1065 | * callisto.rc, callisto_Dec04Jan05.rc, callisto_mux.rc:
|
---|
1066 | - removed obsolete reference to ExtractTime
|
---|
1067 |
|
---|
1068 |
|
---|
1069 |
|
---|
1070 | 2008/07/30 Thomas Bretz
|
---|
1071 |
|
---|
1072 | * mjobs/MSequence.cc:
|
---|
1073 | - fixed a typo in the new Read function
|
---|
1074 |
|
---|
1075 |
|
---|
1076 |
|
---|
1077 | 2008/07/30 Daniela Dorner
|
---|
1078 |
|
---|
1079 | * resources/steps.rc:
|
---|
1080 | - added
|
---|
1081 | - adapted to new data structure
|
---|
1082 |
|
---|
1083 | * steps.rc:
|
---|
1084 | - removed
|
---|
1085 |
|
---|
1086 | * datacenter/macros/setupdb.C, datacenter/macros/setstatus.C,
|
---|
1087 | datacenter/macros/getdolist.C:
|
---|
1088 | - removed
|
---|
1089 |
|
---|
1090 | * datacenter/db/datacheck.php, datacenter/db/datasetinfo.php,
|
---|
1091 | datacenter/db/magicdefs.php, datacenter/db/menu.php,
|
---|
1092 | datacenter/db/resetseq.php, datacenter/db/runinfo.php,
|
---|
1093 | datacenter/db/sequinfo.php, datacenter/macros/resetcolumn.C:
|
---|
1094 | - removed fFailedCodeAdd
|
---|
1095 | - changed fFailedCode to fProgramId
|
---|
1096 |
|
---|
1097 | * datacenter/scripts/sourcefile:
|
---|
1098 | - adapted path of steps.rc
|
---|
1099 | - added new additional primaries to functions setstatus, getstatus
|
---|
1100 | gettodo and getdolist
|
---|
1101 | - merged function gettodo and getdolist
|
---|
1102 | - removed todofile
|
---|
1103 | - removed fFailedCodeAdd
|
---|
1104 | - changed fFailedCode to fProgramId
|
---|
1105 |
|
---|
1106 | * datacenter/scripts/buildsequenceentries,
|
---|
1107 | datacenter/scripts/checkfilesforsequenceavail,
|
---|
1108 | datacenter/scripts/checkstardone, datacenter/scripts/doexclusions,
|
---|
1109 | datacenter/scripts/fillcallisto, datacenter/scripts/fillstar,
|
---|
1110 | datacenter/scripts/fillganymed,
|
---|
1111 | datacenter/scripts/writedatasetfiles,
|
---|
1112 | datacenter/scripts/writesequencefiles:
|
---|
1113 | - implemented usage of getodo (new merged function)
|
---|
1114 | - removed todofile
|
---|
1115 | - removed primval
|
---|
1116 |
|
---|
1117 | * datacenter/scripts/runcallisto, datacenter/scripts/dodatacheck,
|
---|
1118 | datacenter/scripts/runganymed, datacenter/scripts/runstar:
|
---|
1119 | - implemented usage of getodo (new merged function)
|
---|
1120 | - removed primval
|
---|
1121 |
|
---|
1122 | * datacenter/scripts/checkstardone
|
---|
1123 | - removed comadd
|
---|
1124 |
|
---|
1125 | * datacenter/scripts/runcallisto
|
---|
1126 | - append output of stage.C instead of overwriting logfile
|
---|
1127 |
|
---|
1128 | * datacenter/macros/resetcolumn.C:
|
---|
1129 | - added return 0 and output, as this macro is not yes adapted to
|
---|
1130 | the new data structure for MAGIC II
|
---|
1131 |
|
---|
1132 | * datacenter/scripts/makecallistolinks:
|
---|
1133 | - exchanged grepping for reason by db-query (return code 13)
|
---|
1134 | - exchanged call of resetcolumn.C by direct db-query
|
---|
1135 |
|
---|
1136 |
|
---|
1137 |
|
---|
1138 | 2008/07/29 Stefan Ruegamer
|
---|
1139 |
|
---|
1140 | * datacenter/scripts/zipscript
|
---|
1141 | - modified the regex for finding the run number such that it
|
---|
1142 | satisfies the new raw file convention
|
---|
1143 |
|
---|
1144 |
|
---|
1145 |
|
---|
1146 | 2008/07/28 Daniela Dorner
|
---|
1147 |
|
---|
1148 | * datacenter/scripts/correcttime, datacenter/scripts/cutslices,
|
---|
1149 | datacenter/scripts/dodatacheck:
|
---|
1150 | - added exit and output, as these scripts are not adapted to the
|
---|
1151 | new data structure for MAGIC II
|
---|
1152 |
|
---|
1153 | * datacenter/scripts/dbchk:
|
---|
1154 | - added outputs to processlog
|
---|
1155 |
|
---|
1156 | * datacenter/scripts/doexclusions,
|
---|
1157 | datacenter/scripts/writesequencefiles,
|
---|
1158 | datacenter/scripts/buildsequenceentries:
|
---|
1159 | - added telescope number 1 to call of macro
|
---|
1160 |
|
---|
1161 | * datacenter/scripts/sourcefile:
|
---|
1162 | - added priority
|
---|
1163 |
|
---|
1164 |
|
---|
1165 |
|
---|
1166 | 2008/07/27 Thomas Bretz
|
---|
1167 |
|
---|
1168 | * merpp.cc:
|
---|
1169 | - added include of TClass to work with root 5.20
|
---|
1170 |
|
---|
1171 | * mbase/MParEmulated.[h,cc]:
|
---|
1172 | - for root 5.20/00 we have to use TVirtualStreamer instead
|
---|
1173 | of TStremaer
|
---|
1174 |
|
---|
1175 | * mbase/MStatusDisplay.cc:
|
---|
1176 | - the workaround had to be fixed because since we don't change
|
---|
1177 | gPad for printing anymore all following line and text drawings
|
---|
1178 | reffered to the wrong gPad
|
---|
1179 |
|
---|
1180 | * datacenter/scripts/doqualityplots, datacenter/scripts/dowebplots:
|
---|
1181 | - also antialias text
|
---|
1182 | - save as interlaced png
|
---|
1183 |
|
---|
1184 | * mbase/MThread.h:
|
---|
1185 | - use a reinterpret_cast when returning the Thresd's result
|
---|
1186 | (this gave a correct warning on 32bit systems)
|
---|
1187 |
|
---|
1188 | * mhbase/MH3.h:
|
---|
1189 | - when available return the histogram title as title (without axis)
|
---|
1190 | - implemented GetFullTitle member function to return the full title
|
---|
1191 |
|
---|
1192 |
|
---|
1193 |
|
---|
1194 | 2008/07/25 Thomas Bretz
|
---|
1195 |
|
---|
1196 | * mbase/MStatusDisplay.cc:
|
---|
1197 | - expand path name for csv files
|
---|
1198 |
|
---|
1199 | * mfileio/MReadFiles.cc:
|
---|
1200 | - print a warning if no file was added
|
---|
1201 |
|
---|
1202 | * mfileio/MReadTree.cc:
|
---|
1203 | - updated warning if no file was added
|
---|
1204 |
|
---|
1205 | * mfileio/MReadScanFile.[h,cc]:
|
---|
1206 | - for safety add a postprocessing removing the contents
|
---|
1207 | from the list
|
---|
1208 | - also removing the contents from the list before filling
|
---|
1209 |
|
---|
1210 | * mhbase/MH3.cc:
|
---|
1211 | - fixed an output
|
---|
1212 |
|
---|
1213 | * mtools/MTFillMatrix.[h,cc]:
|
---|
1214 | - added a maximum number the eventloop is running over
|
---|
1215 |
|
---|
1216 | * mjobs/MSequence.cc:
|
---|
1217 | - replaced gFile by gDirectory
|
---|
1218 |
|
---|
1219 |
|
---|
1220 |
|
---|
1221 | 2008/07/23 Thomas Bretz
|
---|
1222 |
|
---|
1223 | * showplot.cc:
|
---|
1224 | - allow to read more than one file
|
---|
1225 |
|
---|
1226 | * datacenter/macros/stage.C:
|
---|
1227 | - changed the return type to int
|
---|
1228 |
|
---|
1229 | * mbase/MStatusArray.cc:
|
---|
1230 | - added a check for the key in read to supress the root error
|
---|
1231 | on the console
|
---|
1232 |
|
---|
1233 | * mbase/MStatusDisplay.[h,cc]:
|
---|
1234 | - stop update timer in destructor
|
---|
1235 | - added new member function GetNumTabs
|
---|
1236 | - we don't need to switch to batchmore when painting canvases
|
---|
1237 | anymore
|
---|
1238 | - removed an obsolete cout
|
---|
1239 |
|
---|
1240 | * mjobs/MJCalibrateSignal.cc:
|
---|
1241 | - changed again the wrong names of the tasklists
|
---|
1242 |
|
---|
1243 | * mjobs/MSequence.[h,cc]:
|
---|
1244 | - set default telescope to 1 so that reading old sequence files
|
---|
1245 | gives valid sequences.
|
---|
1246 | - overwrote Read to allow reading also old sequences which
|
---|
1247 | have no default name in the files
|
---|
1248 | - removed output of "DataPath" from Print
|
---|
1249 |
|
---|
1250 | * msql/MSQLMagic.[h,cc]:
|
---|
1251 | - added a second InsertUpdate
|
---|
1252 | - added ExistRow
|
---|
1253 |
|
---|
1254 | * datacenter/scripts/runcallisto:
|
---|
1255 | - adapted to all other changes
|
---|
1256 | - removed merpping of caco-files
|
---|
1257 |
|
---|
1258 |
|
---|
1259 |
|
---|
1260 | 2008/07/22 Thomas Bretz
|
---|
1261 |
|
---|
1262 | * mbase/MTime.cc:
|
---|
1263 | - do not check the return value of mktime (this would
|
---|
1264 | fail for dates before 1970)
|
---|
1265 |
|
---|
1266 | * mjobs/MJCalibrateSignal.cc, mjobs/MJStar.cc:
|
---|
1267 | - distinguish between data-runs and mc-runs for the rate plot
|
---|
1268 | - named the tasklist for pedestal and calib extraction
|
---|
1269 |
|
---|
1270 | * mjobs/MJMerpp.cc:
|
---|
1271 | - precheck the accessibility of all files if a sequence
|
---|
1272 | is processed
|
---|
1273 |
|
---|
1274 | * mjobs/MSequence.cc:
|
---|
1275 | - the file number is three digits
|
---|
1276 | - the Tag for data runs is DatRuns not DataRuns
|
---|
1277 |
|
---|
1278 | * mfileio/Makefile, mfileio/FileIOLinkDef.h:
|
---|
1279 | - added MReadFiles
|
---|
1280 | - added MReadScanFile
|
---|
1281 |
|
---|
1282 | * mfileio/MReadFiles.[h,cc], mfileio/MReadScanFile.[h,cc]:
|
---|
1283 | - added
|
---|
1284 |
|
---|
1285 | * mfileio/MreadRflFile.[h,cc]:
|
---|
1286 | - derived from MReadFiles (untested)
|
---|
1287 |
|
---|
1288 | * datacenter/macros/checkfileavail.C:
|
---|
1289 | - fixed a type (TSQLRow instead of TSQlRow)
|
---|
1290 | - added a missing ;
|
---|
1291 |
|
---|
1292 | * mfileio/MReadTree.[h,cc]:
|
---|
1293 | - added some includes
|
---|
1294 | - added the IsOwned member function to make sure we don't
|
---|
1295 | spoil memory when out pointers are deleted in the destructor
|
---|
1296 | - removed some really obsolete workarounds
|
---|
1297 | - added a member function to add friends
|
---|
1298 | - don't allocate memory in AddFile
|
---|
1299 | - implemented the possibility to process also friends
|
---|
1300 | - implemented the possibility to read branches from unknown
|
---|
1301 | "vendors", i.e. branches for which the class is not available
|
---|
1302 | in the dictionary
|
---|
1303 | - added a list to hold all parameter containers to be able to
|
---|
1304 | call SetReadyToSave more easily than previously
|
---|
1305 |
|
---|
1306 | * mbase/MParEmulated.[h,cc]:
|
---|
1307 | - added
|
---|
1308 |
|
---|
1309 | * mbase/Makefile, mbase/BaseLinkDef.h:
|
---|
1310 | - added MParEmulated
|
---|
1311 |
|
---|
1312 | * mbase/MParameters.h:
|
---|
1313 | - added functions to get the pointer to the values. Handle this
|
---|
1314 | with care.
|
---|
1315 |
|
---|
1316 | * mbase/MParConatiner.h:
|
---|
1317 | - made GetterMethod virtual to allow MParEmulated to overwrite it
|
---|
1318 | - made fgListMethodCall protected to allow MParEmulated to
|
---|
1319 | add its new TMethodCalls
|
---|
1320 |
|
---|
1321 | * datacenter/macros/checkfileavail.C:
|
---|
1322 | - removed dependence on caco-files.
|
---|
1323 | - fixed query
|
---|
1324 | - output query in case of failure
|
---|
1325 |
|
---|
1326 | * datacenter/scripts/checkfilesforsequenceavail:
|
---|
1327 | - fixed to use new checkfileavail.C
|
---|
1328 |
|
---|
1329 | * mcalib/MCalibrateData.cc:
|
---|
1330 | - removed the fixed scale factor for MCs. It is now left open,
|
---|
1331 | thus it can be changed from the callisto resource file
|
---|
1332 |
|
---|
1333 | * mdata/MDataMember.cc:
|
---|
1334 | - small improvement to error output
|
---|
1335 |
|
---|
1336 | * mfileio/MWriteRootFile.cc:
|
---|
1337 | - small change to log-level
|
---|
1338 |
|
---|
1339 | * mbase/MTaskList.cc:
|
---|
1340 | - in case of an unknown return value stop event loop
|
---|
1341 |
|
---|
1342 | * mfileio/MRead.cc:
|
---|
1343 | - use gSystem->BaseName to get file name
|
---|
1344 |
|
---|
1345 |
|
---|
1346 |
|
---|
1347 | 2008/07/21 Thomas Bretz
|
---|
1348 |
|
---|
1349 | * mbase/MParContainer.[h,cc]:
|
---|
1350 | - adde new static ember functions GetClass
|
---|
1351 |
|
---|
1352 | * mbase/MParList.[h,cc], mbase/MStatusArray.[h,cc],
|
---|
1353 | mreport/MReportHelp.cc:
|
---|
1354 | - use new GetClass function
|
---|
1355 |
|
---|
1356 |
|
---|
1357 |
|
---|
1358 | 2008/07/20 Thomas Bretz
|
---|
1359 |
|
---|
1360 | * callisto.cc, star.cc, mjobs/MDataSet.cc, mjobs/MJCalibrateSignal.cc,
|
---|
1361 | mjobs/MJCalibration.cc, mjobs/MJPedestal.cc, mjoptim/MJOptimize.cc,
|
---|
1362 | mmain/MEventDisplay.cc:
|
---|
1363 | - replaced Setup*Runs by GetRuns
|
---|
1364 |
|
---|
1365 | * datacenter/macros/buildsequenceentries.C:
|
---|
1366 | - output if something is deleted
|
---|
1367 |
|
---|
1368 | * datacenter/macros/plotdb.C:
|
---|
1369 | - added kGroupByDay option
|
---|
1370 | - some small changes
|
---|
1371 | - made group by work with "as"
|
---|
1372 | - made use of TEnv obsolete
|
---|
1373 |
|
---|
1374 | * datacenter/macros/plotrundb.C:
|
---|
1375 | - added telescope number as otpion
|
---|
1376 |
|
---|
1377 | * datacenter/scripts/checkfilesforsequenceavail:
|
---|
1378 | - added telescope number 1 to call of checkfileavail.C
|
---|
1379 |
|
---|
1380 | * mbase/MTime.cc:
|
---|
1381 | - made SetSqlDateTime more flexible
|
---|
1382 |
|
---|
1383 | * mjobs/MJMerpp.[h,cc]:
|
---|
1384 | - added (basically the code from merpp.cc)
|
---|
1385 | - enhanced with the possibility to merpp a whole sequence
|
---|
1386 |
|
---|
1387 | * merpp.cc:
|
---|
1388 | - use new MJMerpp
|
---|
1389 |
|
---|
1390 | * mjobs/Makefile, mjobs/JobsLinkDef.h:
|
---|
1391 | - added MJMerpp
|
---|
1392 |
|
---|
1393 | * datacenter/macros/checkfileavail.C, datacenter/macros/checkstardone.C:
|
---|
1394 | - reduced queries to a single query
|
---|
1395 | - take sequence number as argumenet instead of filename
|
---|
1396 |
|
---|
1397 | * datacenter/scripts/checkstardone:
|
---|
1398 | - adapted to changes in checkstardone.C
|
---|
1399 |
|
---|
1400 | * mjobs/MSequence.[h,cc]:
|
---|
1401 | - a lot of rework to the file-interface
|
---|
1402 | - included subsystem (cc) files
|
---|
1403 | - some renaming to some functions
|
---|
1404 | - improved the interface to the database
|
---|
1405 | - unified the Setup*Runs into GetRuns
|
---|
1406 | - when inflating a sequence name allow to use [tel:]squence now
|
---|
1407 |
|
---|
1408 | * mjobs/MSequenceSQL.[h,cc]:
|
---|
1409 | - adapted to changes in MSequence
|
---|
1410 |
|
---|
1411 | * datacenter/macros/stage.C
|
---|
1412 | - added
|
---|
1413 |
|
---|
1414 | * mjobs/MJStar.cc:
|
---|
1415 | - changed displayed title according to the other jobs
|
---|
1416 | - changed Setup*Runs to GetRuns
|
---|
1417 | - unified output when finished
|
---|
1418 | - make sure the weight for the rate tab is not 0
|
---|
1419 | - read the currents now from the camera instead of the currents tree
|
---|
1420 |
|
---|
1421 |
|
---|
1422 |
|
---|
1423 | 2008/07/19 Thomas Bretz
|
---|
1424 |
|
---|
1425 | * datacenter/macros/buildsequenceentries.C:
|
---|
1426 | - Use the GetId also in the constructor of Rule
|
---|
1427 | - fixed reading of the sections in the sequences.rc
|
---|
1428 |
|
---|
1429 | * datacenter/macros/writesequencefile.C:
|
---|
1430 | - included iostream
|
---|
1431 |
|
---|
1432 | * mjobs/MSequence.[h,cc]:
|
---|
1433 | - updates some comments
|
---|
1434 | - simplified the comparison functions
|
---|
1435 | - calculate fPeriod automatically in any case
|
---|
1436 | (do not read from file)
|
---|
1437 | - added X for excluded to AddFile
|
---|
1438 | - use AddFile in ExludeFile
|
---|
1439 | - removed incorrect calles to MJob::SortArray
|
---|
1440 | - call SortArrays correctly in AddFile
|
---|
1441 | - changed default for telescope from 1 to 0 in SQL constructor
|
---|
1442 | - allow to set a default path from within the sequence file
|
---|
1443 | (in most cases this won't help much)
|
---|
1444 |
|
---|
1445 | * mjobs/MSequenceSQL.[h,cc]:
|
---|
1446 | - if telescope number is 0 check whether an unambiguous
|
---|
1447 | sequence with this number exists. If existing set the
|
---|
1448 | telescope number accordingly
|
---|
1449 | - changed default for telescope in constructor to 0 accordingly
|
---|
1450 |
|
---|
1451 |
|
---|
1452 |
|
---|
1453 | 2008/07/18 Thomas Bretz
|
---|
1454 |
|
---|
1455 | * mbase/MTime.cc:
|
---|
1456 | - GetStringFmt was taking the daylight saving time into account
|
---|
1457 | (hopefully this fix is not too much dependent on the kernel)
|
---|
1458 |
|
---|
1459 | * mjobs/MSequence.cc:
|
---|
1460 | - added some preliminary code for comparing two sequences
|
---|
1461 | - fixed output in Print (the "s" was missing in LightConditions)
|
---|
1462 | - do not write the "Run[0-]*" line for anything else than
|
---|
1463 | the "Runs" (needs more fixes)
|
---|
1464 |
|
---|
1465 | * mjobs/MSequenceSQL.cc:
|
---|
1466 | - added a sanity check
|
---|
1467 |
|
---|
1468 |
|
---|
1469 |
|
---|
1470 | 2008/07/17 Thomas Bretz
|
---|
1471 |
|
---|
1472 | * mjobs/MSequence.[h,cc]:
|
---|
1473 | - added fTelescope data member
|
---|
1474 | - increased class version number accordingly
|
---|
1475 | - added return value to WriteFile
|
---|
1476 |
|
---|
1477 | * mjobs/MSequenceSQL.cc:
|
---|
1478 | - added TelescopeNumber to where-clause
|
---|
1479 | - get fFileNumber from RunData
|
---|
1480 | - use File-Id to order files
|
---|
1481 | - added telescope number to all constructors
|
---|
1482 |
|
---|
1483 | * automatic-exclusions.rc:
|
---|
1484 | - moved as exclusions.rc to resources and updated contents
|
---|
1485 | to new doeclusion.C
|
---|
1486 |
|
---|
1487 | * ganymed.cc:
|
---|
1488 | - updated Usage output
|
---|
1489 | - added new option to change meximum file size
|
---|
1490 |
|
---|
1491 | * merpp.cc:
|
---|
1492 | - merpp also MCameraDC from cc-report
|
---|
1493 |
|
---|
1494 | * datacenter/macros/fillsignal.C:
|
---|
1495 | - replaces WARNING by ERROR if an error is returned
|
---|
1496 |
|
---|
1497 | * datacenter/macros/writesequencefile.C:
|
---|
1498 | - completely redone using new MSequenceSQL
|
---|
1499 |
|
---|
1500 | * mcamera/MCameraDC.[h,cc]:
|
---|
1501 | - added the Interprete member function
|
---|
1502 | - made MReportCamera and MReportCurrents friends clases
|
---|
1503 | - added fStatus
|
---|
1504 | - increased class version accordingly
|
---|
1505 |
|
---|
1506 | * mjobs/MJCalibration.cc, mjobs/MJPedestal.cc:
|
---|
1507 | - tiny changes to output
|
---|
1508 |
|
---|
1509 | * mreport/MReportCamera.[h,cc]:
|
---|
1510 | - removed fStatusDC
|
---|
1511 | - removed gkActiveLoadControlVersNum
|
---|
1512 | - added interpretation of DC
|
---|
1513 | - increased class version by one
|
---|
1514 |
|
---|
1515 | * mreport/MReportCurrents.cc:
|
---|
1516 | - moved interpretation of DCs to MCameraDC
|
---|
1517 |
|
---|
1518 | * resources/sequences.rc:
|
---|
1519 | - changed some comments
|
---|
1520 | - added telescope number to rules
|
---|
1521 |
|
---|
1522 | * datacenter/macros/buildsequenceentries.C:
|
---|
1523 | - the building is now based on the file-id (run*1000+file)
|
---|
1524 | and it is only done for a single telescope
|
---|
1525 | - added telescope number as srgument
|
---|
1526 | - added fPriority to SequenceProcessStatus
|
---|
1527 | - added fTelescopeNumber to the Sequence table
|
---|
1528 | - the sequence number is still idetical to the first run-number
|
---|
1529 | - changed reading of resource file such that the telescope
|
---|
1530 | number can be given for each subsection
|
---|
1531 |
|
---|
1532 | * datacenter/macros/doexclusions.C:
|
---|
1533 | - many simplifications
|
---|
1534 | - use telescope number as argument
|
---|
1535 | - simplified and improved
|
---|
1536 |
|
---|
1537 | * datacenter/macros/filldotrun.C:
|
---|
1538 | - some changes to output
|
---|
1539 | - skip comment line at the beginning
|
---|
1540 | - skip the line with the telescope number
|
---|
1541 | - removed ISNULL from telescope/run/file check
|
---|
1542 | - added fPriority to RunProcessStatus
|
---|
1543 | - added telescope und file number to RunData and RunProcessStatus
|
---|
1544 |
|
---|
1545 | * datacenter/macros/resetallruns.C:
|
---|
1546 | - adapted to new ten:run/file scheme and the new contents
|
---|
1547 | of the input file
|
---|
1548 |
|
---|
1549 | * datacenter/scripts/filesondisk:
|
---|
1550 | - improved regular expressions to find runs
|
---|
1551 | - commmented out caco files
|
---|
1552 | - write telescope run and file-number to the file
|
---|
1553 | - some simplification
|
---|
1554 |
|
---|
1555 |
|
---|
1556 |
|
---|
1557 | 2008/07/16 Thomas Bretz
|
---|
1558 |
|
---|
1559 | * msql/MSQLMagic.[h,cc]:
|
---|
1560 | - the wehere clause can now be omitted in Update
|
---|
1561 |
|
---|
1562 |
|
---|
1563 |
|
---|
1564 | 2008/07/14 Thomas Bretz
|
---|
1565 |
|
---|
1566 | * datacenter/macros/fillsignal.C:
|
---|
1567 | - moved sql.rc to constructor of MSQLMagic
|
---|
1568 |
|
---|
1569 | * datacenter/macros/plotstat.C:
|
---|
1570 | - improved beauty of the SQL queries
|
---|
1571 | - join by telescope number, run number and file number
|
---|
1572 |
|
---|
1573 | * mbase/MString.[h,cc]:
|
---|
1574 | - removed everything except Format which is then identical to
|
---|
1575 | newwer root versions TString::Format
|
---|
1576 |
|
---|
1577 | * mastro/MAstro.cc, mastro/MAstroCatalog.cc:
|
---|
1578 | - replaced MString::Print by MString::Format
|
---|
1579 |
|
---|
1580 | * mbase/MTime.cc:
|
---|
1581 | - In SetSqlDateTime allow also to set dates without time
|
---|
1582 |
|
---|
1583 | * mbase/Makefile, mbase/BaseLinkDef.h:
|
---|
1584 | - removed MRunIter
|
---|
1585 |
|
---|
1586 | * mfileio/MWriteRootFile.cc:
|
---|
1587 | - sow in status line if a tree has been finally copied
|
---|
1588 |
|
---|
1589 | * mhist/MHEvent.cc:
|
---|
1590 | - replaced GetRunNumber by GetStringID
|
---|
1591 |
|
---|
1592 | * mjobs/MJCalibrateSignal.cc:
|
---|
1593 | - Replaced RunNumber by FileId in trogger pattern display
|
---|
1594 | - do not allow to divide by 0
|
---|
1595 |
|
---|
1596 | * mjobs/MJExtractSignal.cc, mjobs/MJCalibTest.cc:
|
---|
1597 | - removed obsolete include of MDirIter
|
---|
1598 |
|
---|
1599 | * mjobs/MJPedestal.cc, mjobs/MJCalibration.cc:
|
---|
1600 | - replaced MRunIter by MDirIter
|
---|
1601 |
|
---|
1602 | * mjobs/MSequence.[h,cc]:
|
---|
1603 | - moved code to compile (inflate) a run filename or a its path
|
---|
1604 | to new static function such that they can be accessed from the outside
|
---|
1605 |
|
---|
1606 | * star.cc, callisto.cc, mjobs/MSequence.[h,cc], mmain/MEventDisplay.cc
|
---|
1607 | - renamed InflatePath to InflateSeq
|
---|
1608 |
|
---|
1609 | * mpedestal/MPedCalcPedRun.cc:
|
---|
1610 | - when checking the runnumber check also for the telescope number
|
---|
1611 |
|
---|
1612 | * mraw/MRawRunHeader.[h,cc]:
|
---|
1613 | - added new function GetStringID
|
---|
1614 |
|
---|
1615 | * mraw/RawLinkDef.h, mraw/Makefile:
|
---|
1616 | - removed MRawSocketRead
|
---|
1617 |
|
---|
1618 | * mpointing/MHSrcPosCam.[h,cc]:
|
---|
1619 | - fixed ouput in case a container is not found
|
---|
1620 | - made it work for monte carlos, too
|
---|
1621 | - use weight when filling histogram
|
---|
1622 | - changed circle line styles
|
---|
1623 | - changed default in constructor to wobble=kTRUE
|
---|
1624 |
|
---|
1625 |
|
---|
1626 |
|
---|
1627 | 2008/07/08 Daniel Hoehne
|
---|
1628 |
|
---|
1629 | * datacenter/db/menu.php, datacenter/db/magicdefs.php:
|
---|
1630 | - added new columns (fRateTrigEvts, fRateSumEvts, fRatePedEvts,
|
---|
1631 | fRatePedTrigEvts, fRateCalEvts, fRateNullEvts, fRateUnknownEvts,
|
---|
1632 | fRatioCalEvents, fPulsePosCalib, fAvgWindSpeed, fAvgTemperature,
|
---|
1633 | fAvgHumidity, fAvgTempSky, fAvgCloudiness, fRmsCloudiness)
|
---|
1634 |
|
---|
1635 |
|
---|
1636 |
|
---|
1637 | 2008/07/05 Thomas Bretz
|
---|
1638 |
|
---|
1639 | * datacenter/macros/fillcamera.C, datacenter/macros/findcacofiles.C:
|
---|
1640 | - changed JOIN to use USING
|
---|
1641 | - removed dependence on TEnv
|
---|
1642 | - some improvement to includes
|
---|
1643 |
|
---|
1644 | * datacenter/macros/filldotrbk.C, datacenter/macros/fillganymed.C,
|
---|
1645 | datacenter/macros/filloptical.C, datacenter/macros/fillsignal.C,
|
---|
1646 | datacenter/macros/fillsources.C, datacenter/macros/fillstar.C,
|
---|
1647 | datacenter/macros/getdolist.C, datacenter/macros/insertcacofile.C,
|
---|
1648 | datacenter/macros/insertdataset.C, datacenter/macros/plotoptical.C,
|
---|
1649 | datacenter/macros/plotrundb.C, datacenter/macros/plotstat.C,
|
---|
1650 | datacenter/macros/resetallruns.C,
|
---|
1651 | datacenter/macros/writedatasetfile.C:
|
---|
1652 | - removed dependence on TEnv
|
---|
1653 | - some improvement to includes
|
---|
1654 |
|
---|
1655 | * datacenter/macros/filldotrun.C:
|
---|
1656 | - make it fail for everything except Magic 1
|
---|
1657 | - removed dependence on TEnv
|
---|
1658 | - some improvement to includes
|
---|
1659 |
|
---|
1660 | * datacenter/macros/plotoptical.C:
|
---|
1661 | - removed MPlot, use MPlot from plotdb instead
|
---|
1662 |
|
---|
1663 | * datacenter/macros/setstatus.C:
|
---|
1664 | - some improvement to includes
|
---|
1665 |
|
---|
1666 | * mbase/MTime.[h,cc]:
|
---|
1667 | - added function returning day of sunrise as MTime
|
---|
1668 |
|
---|
1669 | * mhflux/MHAlpha.cc:
|
---|
1670 | - use BinError instead of BinContents to decide whether the
|
---|
1671 | excess time is plotted or not
|
---|
1672 |
|
---|
1673 | * mimage/MHHillas.cc:
|
---|
1674 | - changed title of "Center"
|
---|
1675 |
|
---|
1676 | * mjobs/JobsLinkDef.h, mjobs/Makefile:
|
---|
1677 | - added new class MSequenceSQL
|
---|
1678 |
|
---|
1679 | * mjobs/MSequenceSQL.[h,cc]:
|
---|
1680 | - added
|
---|
1681 |
|
---|
1682 | * mjobs/MSequence.[h,cc]:
|
---|
1683 | - replaced ReadLightCondition by the more flexible GetLightCondition
|
---|
1684 | - added a new constrcutor constructing a MSequence from the database
|
---|
1685 | - fixed the output in the comments in Print()
|
---|
1686 | - The day and night was printed in a different format than
|
---|
1687 | expected when readin a sequence
|
---|
1688 | - fLightCondition and the f*RunsSub were missing in the copy-
|
---|
1689 | constructor
|
---|
1690 |
|
---|
1691 | * mjobs/Makefile:
|
---|
1692 | - added include of msql
|
---|
1693 |
|
---|
1694 | * msql/MSQLMagic.[h,cc]:
|
---|
1695 | - added a comment to ExistStr and allow to set an additional
|
---|
1696 | where-clause
|
---|
1697 |
|
---|
1698 | * msql/MSQLServer.cc:
|
---|
1699 | - allow to init MSQLServer either by an url or from a named
|
---|
1700 | resource file
|
---|
1701 | - changed JOIN to use USING
|
---|
1702 | - if doing an automatic join join _all_ primaries
|
---|
1703 |
|
---|
1704 | * mtools/MCalendar.cc:
|
---|
1705 | - added include of TObjArray needed in newer root versions
|
---|
1706 |
|
---|
1707 |
|
---|
1708 |
|
---|
1709 | 2008/07/03 Thomas Bretz
|
---|
1710 |
|
---|
1711 | * datacenter/macros/filldotrun.C:
|
---|
1712 | - Replaced MSQKServer by MSQLMagic
|
---|
1713 | - this made local functions obsolete
|
---|
1714 | - added new format 20080519 including telescope- and file-number
|
---|
1715 | - simplified the if-clauses testing for version numbers (due to
|
---|
1716 | the initial check only some version numbers allowed anyway)
|
---|
1717 | - check for the combination of telescope-, run- and file-number
|
---|
1718 | to be unique.
|
---|
1719 |
|
---|
1720 | * datacenter/macros/plotrundb.C:
|
---|
1721 | - use MPlot from plotdb
|
---|
1722 | - removed obsolete DataCheck plots
|
---|
1723 | - plot only range of dates which makes sense
|
---|
1724 |
|
---|
1725 |
|
---|
1726 |
|
---|
1727 | 2008/07/01 Thomas Bretz
|
---|
1728 |
|
---|
1729 | * ganymed.cc:
|
---|
1730 | - removed the checks for the accessability of the files. They
|
---|
1731 | are checked in the corresponding classes instead
|
---|
1732 |
|
---|
1733 | * sponde.cc:
|
---|
1734 | - display only the base name of the ganymed file, not the
|
---|
1735 | full path
|
---|
1736 |
|
---|
1737 | * mbase/MMath.[h,cc]:
|
---|
1738 | - added a new member function ErrorExc
|
---|
1739 | - Let SignificanceExc (former SignificanceLiMaExc) use ErrorExc
|
---|
1740 |
|
---|
1741 | * mhflux/MAlphaFitter.[h,cc]:
|
---|
1742 | - replaced fSignificanceExc by fErrorExcess
|
---|
1743 | - calculate the error instead of the significance (otherwise we
|
---|
1744 | get infinity at 0)
|
---|
1745 | - also store a negative number of excess events
|
---|
1746 | - replaced all -1 in ProjectionZ calls by the histogram limits
|
---|
1747 | (including under- and overflows) This is necessary to get
|
---|
1748 | root 5.20/00 working
|
---|
1749 | - increased class version number according to the changes
|
---|
1750 |
|
---|
1751 | * mjobs/MDataSet.[h,cc], mjobs/MSequence.[h,cc]:
|
---|
1752 | - removed wrong usage of fName and fTitle, introduced new data
|
---|
1753 | members instead
|
---|
1754 | - initialize fName and fTitle in the constructors correctly
|
---|
1755 | - always store the full qualified path name
|
---|
1756 | - introduced new member functions GetBaseName and GetFilePath
|
---|
1757 | - give the ostream as an argument to Print
|
---|
1758 | - added new member function WriteFile to directly Print to
|
---|
1759 | an fostream
|
---|
1760 | - do not print empty values in Print
|
---|
1761 | - increased class version number accordingly
|
---|
1762 | - removed GetName and GetRcName accordingly
|
---|
1763 |
|
---|
1764 | * mjobs/MDataSet.cc:
|
---|
1765 | - set the dataset number to an invalid status if the file could
|
---|
1766 | not be accessed
|
---|
1767 |
|
---|
1768 | * mjobs/MJCut.cc:
|
---|
1769 | - replaced GetName for the dataset by GetBaseName
|
---|
1770 | - make sure the summary file is not created if not requested
|
---|
1771 | - do not use pointers to MWriteRootFile to make sure the instances
|
---|
1772 | always get deleted
|
---|
1773 |
|
---|
1774 | * mjobs/MJSpectrum.cc:
|
---|
1775 | - fixed a bug in the check for the existence of the excess time
|
---|
1776 | - replaced GetName for the dataset by GetBaseName
|
---|
1777 | - Write the full path name to the ganymed.root into the file
|
---|
1778 | - fixed typos in determine
|
---|
1779 |
|
---|
1780 | * mpointing/MPointingDevCalc.cc:
|
---|
1781 | - initialize fNsb* members also in PreProcess as correctly
|
---|
1782 | suggested by valgrind
|
---|
1783 |
|
---|
1784 | * mjobs/MJCalibration.[h,cc]:
|
---|
1785 | - made the drawing of the bad pixel explanation more automatic
|
---|
1786 | - some simplifications to the function drawing all the result tabs
|
---|
1787 | - make sure to do the projection without name. Some root versions
|
---|
1788 | don't like several plots with the same name in one tab
|
---|
1789 | - removed several misleading drawing of number of outliers etc
|
---|
1790 | - added setting of min and max to FixDataCheckHist
|
---|
1791 | - simplified DisplayDoubleProjection (also unified in code with
|
---|
1792 | MJPedestal)
|
---|
1793 | - removed all the obsolste and confusing projections of the
|
---|
1794 | individual sectors and camera halves
|
---|
1795 |
|
---|
1796 | * mjobs/MJPedestal.[h,cc]:
|
---|
1797 | - make sure to do the projection without name. Some root versions
|
---|
1798 | don't like several plots with the same name in one tab
|
---|
1799 | - use the unified DisplayDoubleProjection from MJCalibration
|
---|
1800 | - removed all the obsolste and confusing projections of the
|
---|
1801 | individual sectors and camera halves
|
---|
1802 |
|
---|
1803 | * mhflux/MHAlpha.cc:
|
---|
1804 | - replaced EventsExcess/SignificanceExc by just ErrorEvents
|
---|
1805 | - for the moment do not propagate Excesses<=0 to the pads
|
---|
1806 | (not to spoil the logarithmic display, this still needs a fix)
|
---|
1807 | - replaced -1 in ProjectionZ by the bin numbers (including
|
---|
1808 | under- and overflow bins), otherwise it won't work with
|
---|
1809 | root 5.20/00
|
---|
1810 | - propagate all result to the timing histogram (it is not
|
---|
1811 | logarithmic anyway)
|
---|
1812 | - made Paint also work with the new implementation of ProjectionZ
|
---|
1813 | via Project3D in root 5.20/00 (it won't reuse the correct
|
---|
1814 | histogram from the pad :( )
|
---|
1815 | - replaced kFullDotMedium by 0 (no marker) where appropriate
|
---|
1816 | - changed the rule not to display the time-histogram
|
---|
1817 |
|
---|
1818 |
|
---|
1819 |
|
---|
1820 | 2008/06/30 Thomas Bretz
|
---|
1821 |
|
---|
1822 | * datacenter/macros/fillstar.C:
|
---|
1823 | - check whether graphs are empty in a more accurate way
|
---|
1824 |
|
---|
1825 | * datacenter/macros/plotdb.C:
|
---|
1826 | - fixed some axis title
|
---|
1827 | - increased range of fRatePedTrigEvts
|
---|
1828 |
|
---|
1829 | * msql/MSQLMagic.cc:
|
---|
1830 | - added ' around the where clause in UpdateInsert to allowe
|
---|
1831 | also for times etc
|
---|
1832 |
|
---|
1833 | * callisto.cc:
|
---|
1834 | - removed test-option (it was never used anyway and should
|
---|
1835 | be reprogrammed properly)
|
---|
1836 |
|
---|
1837 | * datacenter/macros/plotdb.C, mbase/MStatusDisplay.h, mbase/MTime.h:
|
---|
1838 | - removed unused argument
|
---|
1839 |
|
---|
1840 | * mbadpixels/MBadPixelsPix.h:
|
---|
1841 | - added static functions to get names and numbers of unsuitable
|
---|
1842 | and unreliable levels
|
---|
1843 |
|
---|
1844 | * mbase/MMath.cc:
|
---|
1845 | - made MedianDevImp working properly with a template
|
---|
1846 |
|
---|
1847 | * mhcalib/HCalibLinkDef.h, mhcalib/Makefile:
|
---|
1848 | - removed MHCalibrationTestCam
|
---|
1849 | - removed MHCalibrationTestTimeCam
|
---|
1850 |
|
---|
1851 | * mhcalib/MHCalibrationCam.cc:
|
---|
1852 | - removed an obsolete TPad in Draw()
|
---|
1853 | - removed some obsolete kCanDelete in Drwa()
|
---|
1854 |
|
---|
1855 | * mhcalib/MHCalibrationChargeCam.cc:
|
---|
1856 | - changed some colors to work properly also in root 5.20/00
|
---|
1857 |
|
---|
1858 | * mhflux/MHThreshold.cc:
|
---|
1859 | - made Smooth work with root 5.20/00 (to be checked)
|
---|
1860 |
|
---|
1861 | * mhist/MHCamera.[h,cc]:
|
---|
1862 | - fixed defaults in Profile and Projection function to match code
|
---|
1863 | - fixed some comments
|
---|
1864 | - replaced InheritsFrom arguments by TClass statics
|
---|
1865 |
|
---|
1866 | * mjobs/JobsLinkDef.h:
|
---|
1867 | - removed MJCalibTest
|
---|
1868 |
|
---|
1869 | * mjobs/MJCalibrateSignal.cc, mjobs/Makefile:
|
---|
1870 | - removed obsolete include of MParameterCalc
|
---|
1871 |
|
---|
1872 | * mranforest/MRanForest.cc:
|
---|
1873 | - added a cast in BinarySearch to make it work with the template
|
---|
1874 | of root 5.20/00
|
---|
1875 |
|
---|
1876 | * mtools/MCalendar.h:
|
---|
1877 | - fixed *MENU option
|
---|
1878 |
|
---|
1879 | * mtools/MagicJam.h:
|
---|
1880 | - added the Smooth function of root 5.20/00 to be removed from
|
---|
1881 | the context menu
|
---|
1882 |
|
---|
1883 |
|
---|
1884 |
|
---|
1885 | 2008/06/21 Thomas Bretz
|
---|
1886 |
|
---|
1887 | * callisto.cc, star.cc, ganymed.cc, sponde.cc:
|
---|
1888 | - set the display name to a more convinient name
|
---|
1889 |
|
---|
1890 | * datacenter/macros/plotdb.C:
|
---|
1891 | - some improvement in setting axis titles and titles
|
---|
1892 | automatically from the sql column names
|
---|
1893 | - moved the Muon cut to a SetCondition call
|
---|
1894 | - renamed some functions
|
---|
1895 |
|
---|
1896 | * mbase/MStatusDisplay.h:
|
---|
1897 | - overwrote SetTitle with a function allowing to set a title
|
---|
1898 | only if no title set so far
|
---|
1899 |
|
---|
1900 | * mjobs/MJCalibrateSignal.cc, mjobs/MJCalibration.cc,
|
---|
1901 | mjobs/MJPedestal.cc:
|
---|
1902 | - set a proper display title and set it only if not already set
|
---|
1903 |
|
---|
1904 | * mjobs/MJPedestal.cc:
|
---|
1905 | - changed some filter names to more convinient names
|
---|
1906 |
|
---|
1907 |
|
---|
1908 |
|
---|
1909 | 2008/06/20 Thomas Bretz
|
---|
1910 |
|
---|
1911 | * macros/dohtml.C:
|
---|
1912 | - added missing mmovie directory
|
---|
1913 |
|
---|
1914 | * mhflux/MHEnergyEst.cc:
|
---|
1915 | - changed the fit range to adapt to the new plot
|
---|
1916 | - exchanged the two plots on the right to have the correct plot
|
---|
1917 | near the 1D histogram
|
---|
1918 | - fixed the title of the plot in the top right
|
---|
1919 | - call SetNoExponent and SetMoreLoglabels
|
---|
1920 |
|
---|
1921 | * mjobs/MJSpectrum.[h,cc]:
|
---|
1922 | - outsources producing the spectral function as string to
|
---|
1923 | a new static function FormFlux
|
---|
1924 |
|
---|
1925 | * mpointing/MPointingDevCalc.cc:
|
---|
1926 | - added some info
|
---|
1927 |
|
---|
1928 |
|
---|
1929 |
|
---|
1930 | 2008/06/19 Thomas Bretz
|
---|
1931 |
|
---|
1932 | * mjobs/MJSpectrum.cc:
|
---|
1933 | - small improvement to output
|
---|
1934 | - handle underflow bin of effective on-time more accurate
|
---|
1935 | - reddid the formattig of the spectral fit
|
---|
1936 |
|
---|
1937 | * mbase/MMath.[h,cc]:
|
---|
1938 | - added Format member function
|
---|
1939 |
|
---|
1940 | * datacenter/macros/plotstat.C:
|
---|
1941 | - fixed some axis titles
|
---|
1942 |
|
---|
1943 |
|
---|
1944 |
|
---|
1945 | 2008/06/19 Thomas Bretz
|
---|
1946 |
|
---|
1947 | * RELEASE 2.1
|
---|
1948 |
|
---|
1949 |
|
---|
1950 |
|
---|
1951 | 2008/06/19 Thomas Bretz
|
---|
1952 |
|
---|
1953 | * mraw/MRawRunHeader.cc:
|
---|
1954 | - fixed that the line reading the fNumEventsRead vanished
|
---|
1955 |
|
---|
1956 |
|
---|
1957 |
|
---|
1958 | 2008/06/18 Thomas Bretz
|
---|
1959 |
|
---|
1960 | * datacenter/macros/buildsequenceentries.C:
|
---|
1961 | - replaced the old calculation of the run-time of one sequence
|
---|
1962 | by a more sophisticated using the TIMEDIFF function
|
---|
1963 |
|
---|
1964 | * mjobs/MJStar.cc:
|
---|
1965 | - Use File id instead of run number
|
---|
1966 | - fixed the units in the display (phe not \\gamma)
|
---|
1967 |
|
---|
1968 | * mjobs/MSequence.[h,cc]:
|
---|
1969 | - reorganized header
|
---|
1970 | - implemented new scheme including file numbers
|
---|
1971 | - increased class version number accordingly
|
---|
1972 | - removed some obsolete old, never used, functions and comments
|
---|
1973 |
|
---|
1974 | * mraw/MRawRunHeader.[h,cc]:
|
---|
1975 | - renamed RunID to TypeID
|
---|
1976 | - return 0 in RunLength if one of the times is invalid
|
---|
1977 |
|
---|
1978 | * Makefile:
|
---|
1979 | - removed sinope
|
---|
1980 |
|
---|
1981 |
|
---|
1982 |
|
---|
1983 | 2008/06/17 Daniel Hoehne
|
---|
1984 |
|
---|
1985 | * datacenter/macros/fillcamera.C:
|
---|
1986 | - added and changed some parameters
|
---|
1987 |
|
---|
1988 | * datacenter/scripts/mcsequences:
|
---|
1989 | - added database interaction. Now sequences are built by querying
|
---|
1990 | the relevant parameters in the MC database
|
---|
1991 |
|
---|
1992 | * datacenter/scripts/runmccallisto, datacenter/scripts/runmcstar:
|
---|
1993 | - added
|
---|
1994 |
|
---|
1995 | * datacenter/scripts/sourcefile:
|
---|
1996 | - added failed codes for runmccallisto and runmcstar
|
---|
1997 |
|
---|
1998 |
|
---|
1999 |
|
---|
2000 | 2008/06/17 Thomas Bretz
|
---|
2001 |
|
---|
2002 | * datacenter/macros/plotdb.C:
|
---|
2003 | - SetSelectedPad to 0 before calling DrawClone of TGraph
|
---|
2004 | - small reordering of the tabs
|
---|
2005 | - removed tab with absolute effective on time
|
---|
2006 |
|
---|
2007 | * mbase/MLog.cc:
|
---|
2008 | - make sure that the correct output level is restored after root
|
---|
2009 | called the error handler
|
---|
2010 |
|
---|
2011 | * mbase/MStatusDisplay.cc:
|
---|
2012 | - Changed backround color to white (_not_ kWhite)
|
---|
2013 | - made a sunken border around the canvas
|
---|
2014 | - SetFrameBorderMode(0) per default
|
---|
2015 |
|
---|
2016 | * mraw/MRawRunHeader.[h,cc]:
|
---|
2017 | - added some consistency checks
|
---|
2018 | - make the bug fix for the wrong number of events also for
|
---|
2019 | V10 and V11
|
---|
2020 | - added Getters for RunID and FileID used to idetify
|
---|
2021 | the runs more clever than run-number and file-number
|
---|
2022 |
|
---|
2023 |
|
---|
2024 |
|
---|
2025 | 2008/06/14 Thomas Bretz
|
---|
2026 |
|
---|
2027 | * merpp.cc:
|
---|
2028 | - replaced MRawFileWrite by MWriteRootFile
|
---|
2029 |
|
---|
2030 | * showplot.cc:
|
---|
2031 | - added new options to write tiff files
|
---|
2032 | - added new options to write csv files
|
---|
2033 | - some code simplification
|
---|
2034 |
|
---|
2035 | * datacenter/macros/plotdb.C:
|
---|
2036 | - set the title (without axis descriptions) as Tab-title
|
---|
2037 | - set FrameBorderMode to 0 for canvas
|
---|
2038 |
|
---|
2039 | * mbase/MStatusArray.[h,cc]:
|
---|
2040 | - added a copy constructor taking MStatusDislay as an argument
|
---|
2041 | - set gLog to all in Print()
|
---|
2042 |
|
---|
2043 | * mhbase/MFillH.[h,cc]:
|
---|
2044 | - allow to set a title in SetNameTab which is used as tab title
|
---|
2045 | - therefore added new data member fTitleTab
|
---|
2046 | - increased class version by 1
|
---|
2047 |
|
---|
2048 | * mraw/MRawRead.cc:
|
---|
2049 | - set ReadyToSave for raw data to be able to use MWriteRootFile
|
---|
2050 | in merpp
|
---|
2051 |
|
---|
2052 | * mraw/Makefile, mraw/RawLinkDef.h:
|
---|
2053 | - removed MRawFileWrite
|
---|
2054 |
|
---|
2055 | * mbase/MStatusDisplay.[h,cc]:
|
---|
2056 | - added the tif file format
|
---|
2057 | - added the csv file format
|
---|
2058 | - fixed the bmp and xml menu entries
|
---|
2059 | - added again to list of specials to allow for access from the
|
---|
2060 | interpreter
|
---|
2061 | - added title to AddTab. The title is stored as canvas title
|
---|
2062 | - added some warpper to access FindobjectInCanvas and Print
|
---|
2063 | from the MStatusDisplay to gain access from the interpreter
|
---|
2064 | - Removed obsolete DrawClonePad wrapper in Display and
|
---|
2065 | added title
|
---|
2066 | - added FillArray to add all canvases to a temporary MStatusArray
|
---|
2067 | - removed obsolete CanvasSetFillColor
|
---|
2068 | - use mktemp in UpdatePSHeader
|
---|
2069 | - some code cleanup. Moved some common code from the SaveAs function
|
---|
2070 | to the new InitWrite* functions
|
---|
2071 | - implemented %%tab%% and %%name%%
|
---|
2072 | - added a workround (MyCanvas) to get the title and footer in the
|
---|
2073 | ps-files also in root 5.18
|
---|
2074 | - removed cloning of the canvases whereever possible.Gave problems
|
---|
2075 | in root 5.18 (not yet understood)
|
---|
2076 | - changed color mode of postscrip files from rgb to cmyk
|
---|
2077 | - UpdatePSHeader not long needed in root >=5.12
|
---|
2078 | - reorganized header file
|
---|
2079 |
|
---|
2080 | * mreport/MReportCC.[h,cc]:
|
---|
2081 | - removed obsolete fRecTemp
|
---|
2082 | - call Copy() in the correct direction
|
---|
2083 |
|
---|
2084 | * mreport/MReportFileRead.[h,cc]:
|
---|
2085 | - use a C++ cast instead of a C-cast
|
---|
2086 | - add containers to parameter list _before_ calling SetupReading
|
---|
2087 | - removed some obsolete comments in the header
|
---|
2088 |
|
---|
2089 | * mjobs/MJStar.cc:
|
---|
2090 | - we need to read the new "Rec" tree
|
---|
2091 | - and we need to fill from the Rec _and_ CC tree (could give a bias
|
---|
2092 | if the rate on both trees would once be identical anymore)
|
---|
2093 |
|
---|
2094 | * mhist/MHCamEvent.cc:
|
---|
2095 | - allocate fSum in constructor to allow filling from two different
|
---|
2096 | tasks
|
---|
2097 |
|
---|
2098 |
|
---|
2099 |
|
---|
2100 | 2008/06/14 Thomas Bretz
|
---|
2101 |
|
---|
2102 | * mtrigger/MFTriggerPattern.cc:
|
---|
2103 | - improved documentation
|
---|
2104 |
|
---|
2105 | * mars.cc, mbase/MStatusDisplay.cc:
|
---|
2106 | - changed the M in MARS to "Modular"
|
---|
2107 | - rpelaced year in copyright by current year
|
---|
2108 |
|
---|
2109 | * datacenter/macros/plotdb.C:
|
---|
2110 | - increased range for the rate of the calibration events
|
---|
2111 | - added "RatioCal" tab
|
---|
2112 |
|
---|
2113 | * datacenter/macros/fillstar.C:
|
---|
2114 | - fill NULL also if TGraph is empty
|
---|
2115 |
|
---|
2116 | * mastro/MAstro.cc:
|
---|
2117 | - included math.h for darwin
|
---|
2118 |
|
---|
2119 | * mjobs/MJCalibrateSignal.cc:
|
---|
2120 | - changed the named of the MFTriggerPattern
|
---|
2121 |
|
---|
2122 | * merpp.cc:
|
---|
2123 | - added new option --only, --rep-run, --rep-file, --header-run,
|
---|
2124 | --header-file, --telescope
|
---|
2125 | - moved Receiver information from tree CC to tree Rec
|
---|
2126 |
|
---|
2127 | * mbase/MStatusDisplay.cc:
|
---|
2128 | - replaced MTime by TDatime
|
---|
2129 |
|
---|
2130 | * mcamera/MCameraRecTemp.[h,cc], mcamera/MCameraTD.[h,cc],
|
---|
2131 | mcamera/MCameraTH.[h,cc], mreport/MReportCC.[h,cc]:
|
---|
2132 | - moved interpretation of sub-parts of the reports from
|
---|
2133 | MReportCC to the corresponding MCamera* classes
|
---|
2134 |
|
---|
2135 | * mreport/MReport.[h,cc]:
|
---|
2136 | - added Copy member function to copy time and state
|
---|
2137 | - added CheckTag member function
|
---|
2138 | - Implemented skipping of the Telescope number in the reports
|
---|
2139 | for version >=200805190
|
---|
2140 |
|
---|
2141 | * mreport/MReportCC.[h,cc]:
|
---|
2142 | - access Receiver infomations via new class MReportRec
|
---|
2143 | even for old file formats
|
---|
2144 | - skip this block in new formats
|
---|
2145 | - moved CheckTag to base class
|
---|
2146 |
|
---|
2147 | * mreport/MReportCamera.[h,cc]:
|
---|
2148 | - removed CheckTag
|
---|
2149 |
|
---|
2150 | * mreport/MReportFileRead.[h,cc]:
|
---|
2151 | - don't check for the number of lines anymore but for -1 instead
|
---|
2152 | - changed fNumLine from ULong to Long to allow a negative
|
---|
2153 | return value. We don't expect so many lines in a file anyway,
|
---|
2154 | do we?
|
---|
2155 |
|
---|
2156 | * mreport/MReportFileReadCC.[h,cc]:
|
---|
2157 | - splitted CheckFileHeader into several subfunction
|
---|
2158 | - added checks and reading of telescope number and file number
|
---|
2159 |
|
---|
2160 | * mreport/MReportRun.[h,cc]:
|
---|
2161 | - added file number from new format
|
---|
2162 |
|
---|
2163 | * mreport/Makefile, mreport/ReportLinkDef.h:
|
---|
2164 | - added MReportRec
|
---|
2165 |
|
---|
2166 | * mreport/MReportRec.[h,cc]:
|
---|
2167 | - added
|
---|
2168 |
|
---|
2169 | * mhist/MHCamera.cc:
|
---|
2170 | - fixed a bug in the profile and projection functions namely that
|
---|
2171 | the default was not correctly treated because char* was
|
---|
2172 | compared with char*
|
---|
2173 |
|
---|
2174 | * mbase/MLog.cc, mbase/MMath.cc, mbase/MParContainer.cc,
|
---|
2175 | mcalib/MCalibrateData.cc, mcalib/MCalibrationPulseTimeCam.cc,
|
---|
2176 | mhbase/MBinning.h, mhbase/MH.cc, mhbase/MHMatrix.cc,
|
---|
2177 | mhbase/MHn.cc, mhcalib/MHCalibrationChargeCam.cc, mhflux/MHDisp.cc,
|
---|
2178 | mimage/MCameraSmooth.cc, mimage/MConcentration.cc,
|
---|
2179 | mjobs/MJCalibration.cc, mjoptim/MJOptimize.cc,
|
---|
2180 | mjtrain/MJTrainSeparation.cc, mmuon/MMuonSearchPar.cc,
|
---|
2181 | mreport/MReportCurrents.cc, mreport/MReportRun.cc,
|
---|
2182 | mtools/MChisqEval.cc:
|
---|
2183 | - fixed some cast-away constness warnings
|
---|
2184 | - fixed some shadow declarations
|
---|
2185 |
|
---|
2186 | * mhbase/MH.[h,cc]:
|
---|
2187 | - removed an old obsolete workaround (ProjectionX/Y)
|
---|
2188 |
|
---|
2189 | * mimage/Makefile, mimage/ImageLinkDef.h:
|
---|
2190 | - removed MCameraSmooth
|
---|
2191 |
|
---|
2192 | * mbase/MAGIC.h:
|
---|
2193 | - added a new namespace UTF8 with double char characters
|
---|
2194 |
|
---|
2195 | * mbase/BaseLinkDef.h:
|
---|
2196 | - added the new namespace UTF8
|
---|
2197 |
|
---|
2198 | * mimage/MNewImagePar.cc, mpointing/MPointing.cc,
|
---|
2199 | datacenter/macros/fillstar.C:
|
---|
2200 | - some characters replaced by the new UTF8 characters
|
---|
2201 |
|
---|
2202 |
|
---|
2203 |
|
---|
2204 | 2008/06/13 Thomas Bretz
|
---|
2205 |
|
---|
2206 | * datacenter/macros/fillcalib.C:
|
---|
2207 | - fixed a bug introduced by the usage of InserUpdate
|
---|
2208 |
|
---|
2209 | * datacenter/macros/fillsignal.C:
|
---|
2210 | - fixed a type (the wrong number was printed to the console)
|
---|
2211 |
|
---|
2212 | * mjobs/MJCalibrateSignal.cc:
|
---|
2213 | - let all calibration triggered events pass to calibration
|
---|
2214 |
|
---|
2215 | * mtrigger/MFTriggerPattern.[h,cc]:
|
---|
2216 | - count a bit more to increase the printed amout of
|
---|
2217 | information at the end
|
---|
2218 |
|
---|
2219 |
|
---|
2220 |
|
---|
2221 | 2008/06/12 Thomas Bretz
|
---|
2222 |
|
---|
2223 | * resources/starguider00267253.txt, resources/starguider00291104.txt:
|
---|
2224 | - added
|
---|
2225 |
|
---|
2226 | * ganymed.rc, ganymed_wobble.rc, ganymed_onoff.rc:
|
---|
2227 | - added preliminary pointing models
|
---|
2228 |
|
---|
2229 | * mpointing/MPointingDevCalc.cc:
|
---|
2230 | - updated comments
|
---|
2231 |
|
---|
2232 | * mraw/MRawCrateData.[h,cc], mraw/MRawEvtHeader.[h,cc],
|
---|
2233 | mraw/MRawRunHeader.[h,cc]:
|
---|
2234 | - renamed reading the old format to ReadEvtOld
|
---|
2235 | - implemented reading format>10
|
---|
2236 | - added the header size as new argument to ReadEvt
|
---|
2237 |
|
---|
2238 | * mraw/MRawEvtHeader.cc:
|
---|
2239 | - made the argument to DecodeTime const
|
---|
2240 | - fixed the return value in ReadEvtOld. kCONTINUE could
|
---|
2241 | never be returned
|
---|
2242 |
|
---|
2243 | * mraw/MRawRead.cc:
|
---|
2244 | - gives header size for format>10 to ReadEvt
|
---|
2245 | - if EvtHeader could not be read correctly return kFALSE
|
---|
2246 | - let MRawCrateData::ReadEvt check end-of-file
|
---|
2247 |
|
---|
2248 | * merpp.cc:
|
---|
2249 | - improved explanation for -ff option
|
---|
2250 |
|
---|
2251 | * readdaq.cc:
|
---|
2252 | - added -ff option
|
---|
2253 | - added an option to call MReadRawFiles::SetForceMode
|
---|
2254 |
|
---|
2255 | * mbase/MTime.[h,cc]:
|
---|
2256 | - added new member function SetBinary to easy processing
|
---|
2257 | of the time from the new run header
|
---|
2258 |
|
---|
2259 | * mhflux/MHEffectiveOnTime.cc:
|
---|
2260 | - for the integral (Nm) we have to count also events in under and
|
---|
2261 | overflow bins
|
---|
2262 |
|
---|
2263 | * mjobs/MJCalibrateSignal.cc, mjobs/MJCalibration.cc,
|
---|
2264 | mjobs/MJPedestal.cc:
|
---|
2265 | - call MRawFileRead::SetForceMode to get the (corrected)
|
---|
2266 | old behaviour back (not to stop if an event time is
|
---|
2267 | broken but to skip the event)
|
---|
2268 |
|
---|
2269 | * mraw/MRawRunHeader.[h,cc]:
|
---|
2270 | - the number of events in format version V9 seems to be
|
---|
2271 | to high by one. We correct for this.
|
---|
2272 | - added new data members for the header sizes
|
---|
2273 | - new data member for the file number
|
---|
2274 | - increased cize of fSourceEpochChar
|
---|
2275 | - consequently increased class version number by 1
|
---|
2276 |
|
---|
2277 | * datacenter/macros/plotdb.C:
|
---|
2278 | - improved some titles
|
---|
2279 | - added the new rates
|
---|
2280 | - added the new values from the star-files
|
---|
2281 |
|
---|
2282 | * mbase/MStatusDisplay.cc:
|
---|
2283 | - removing the canvases from the global list didn't work
|
---|
2284 | because some RecursiveRemovs rely on gROOT->FindObject to work
|
---|
2285 | (adding them to another list didn't work either)
|
---|
2286 |
|
---|
2287 | * mhflux/MHEnergyEst.cc:
|
---|
2288 | - renamed the "Resolution" Histogram accordingly.
|
---|
2289 |
|
---|
2290 | * mjobs/MJCalibrateSignal.cc:
|
---|
2291 | - added a histogram showing the arrival time of
|
---|
2292 | extracted interleaved calibration events
|
---|
2293 |
|
---|
2294 | * mraw/MRawEvtData.[h,cc]:
|
---|
2295 | - fixed the Draw function. It was broken since the latest changes
|
---|
2296 | - added fNumBytesPerSample to the Copy-function
|
---|
2297 | - fixed the GetSample-function
|
---|
2298 | - added a new member funtion to return the maximu possible
|
---|
2299 |
|
---|
2300 | * mars.rc:
|
---|
2301 | - changed the default for the MUX spline to the 50 sl window
|
---|
2302 |
|
---|
2303 | * msignal/MSignalCalc.cc:
|
---|
2304 | - scale the pedestal correctly with the scale
|
---|
2305 |
|
---|
2306 | * mjobs/MJStar.cc:
|
---|
2307 | - allow filling of pyrometer information to be skipped
|
---|
2308 |
|
---|
2309 | * mhist/MHWeather.cc:
|
---|
2310 | - show also colored labels
|
---|
2311 |
|
---|
2312 | * Makefile:
|
---|
2313 | - it seems the libmars.so looses read permissions for group
|
---|
2314 | and others when it is moved. Now they are set manually
|
---|
2315 |
|
---|
2316 | * datacenter/fillsignal.C, datacenter/macros/fillstar.C:
|
---|
2317 | - added filling of calibration pulse position
|
---|
2318 | - use more often NULL in case of no entries. This is less
|
---|
2319 | biasing in case of averaging of values
|
---|
2320 |
|
---|
2321 | * macros/tutorials/readrfl.C:
|
---|
2322 | - print run header
|
---|
2323 | - print event header
|
---|
2324 | - skip empty events
|
---|
2325 |
|
---|
2326 | * mhist/MHEvent.cc:
|
---|
2327 | - removed the pointing from the histogram names. It's
|
---|
2328 | simply obsolete
|
---|
2329 |
|
---|
2330 | * mjobs/MJSpectrum.[h,cc]:
|
---|
2331 | - removed the kolmogorov test from output
|
---|
2332 | - added a new tab showing the energy resolution
|
---|
2333 | - therefore added a new BinningImpact to the list of binnings
|
---|
2334 | - store the ganymed file's file name in the output
|
---|
2335 |
|
---|
2336 | * mmain/MEventDisplay.cc:
|
---|
2337 | - skip events without data in the loop not in the code.
|
---|
2338 | This ensures that no task can crash due to this
|
---|
2339 | when processing MCs
|
---|
2340 |
|
---|
2341 | * msql/MSQLMagic.[h,cc]:
|
---|
2342 | - fixed InsertUpdate. The primary key was not inserted
|
---|
2343 | if Insert was called
|
---|
2344 |
|
---|
2345 |
|
---|
2346 |
|
---|
2347 | 2008/06/11 Thomas Bretz
|
---|
2348 |
|
---|
2349 | * mhflux/MHEnergyEst.[h,cc]:
|
---|
2350 | - finally replaced fResolution by more correct histograms
|
---|
2351 | - some code cleanup in projecting, profiling and drawing
|
---|
2352 | - increased class version number by one
|
---|
2353 |
|
---|
2354 | * mbase/MStatusDisplay.cc:
|
---|
2355 | - remove the embedded canvas from the global list to prevent
|
---|
2356 | global access to it
|
---|
2357 |
|
---|
2358 | * mhbase/MH3.cc:
|
---|
2359 | - fixed a bug if in a 2D constructor a 1D profile was created
|
---|
2360 |
|
---|
2361 | * mreport/MReportPyrometer.cc:
|
---|
2362 | - tiny changes to the comments
|
---|
2363 |
|
---|
2364 |
|
---|
2365 |
|
---|
2366 | 2008/06/10 Thomas Bretz
|
---|
2367 |
|
---|
2368 | * mreport/MReportPyrometer.[h,cc]:
|
---|
2369 | - added
|
---|
2370 |
|
---|
2371 | * mreport/Makefile, mreport/ReportLinkDef.h:
|
---|
2372 | - added MReportPyrometer
|
---|
2373 |
|
---|
2374 | * mreport/MReportRun.cc:
|
---|
2375 | - removed obsolete include of MAstro
|
---|
2376 |
|
---|
2377 | * merpp.cc:
|
---|
2378 | - added Pyrometer information
|
---|
2379 |
|
---|
2380 | * mfileio/MWriteRootFile.h:
|
---|
2381 | - added new member function AddTree to add a container with the
|
---|
2382 | corresponding time-stamp
|
---|
2383 |
|
---|
2384 | * mjobs/MCalibrateSignal.cc, mjobs/MJStar.cc:
|
---|
2385 | - replaced some AddContainer by the new AddTree
|
---|
2386 | - added Pyrometer information to in- and output, respectively
|
---|
2387 |
|
---|
2388 | * datacenter/macros/fillstar.C:
|
---|
2389 | - added new columns fAvgHumidity, fAvgCloudiness, fRmsCloudiness
|
---|
2390 | and fAvgTempSky
|
---|
2391 |
|
---|
2392 | * mhist/MHWeather.[h,cc]:
|
---|
2393 | - removed the display of the solar radiation which was
|
---|
2394 | never working
|
---|
2395 | - added display of the pyrometer data to the display
|
---|
2396 | - reorganized display
|
---|
2397 |
|
---|
2398 | * mjobs/MJStar.cc:
|
---|
2399 | - added filling of the weather data also from the pyrometer branch
|
---|
2400 |
|
---|
2401 |
|
---|
2402 |
|
---|
2403 | 2008/06/09 Thomas Bretz
|
---|
2404 |
|
---|
2405 | * mbase/MArgs.[h,cc]:
|
---|
2406 | - for convinience store the full command line as Title
|
---|
2407 | - replaced *fArgv by fArgv
|
---|
2408 |
|
---|
2409 | * mbase/MObjLookup.cc:
|
---|
2410 | - replaced C-style cast by reinterpret_cast
|
---|
2411 |
|
---|
2412 | * datacenter/macros/fillcalib.C, datacenter/macros/fillstar.C:
|
---|
2413 | - removed usage of Nint (obsolete... Form does rounding)
|
---|
2414 |
|
---|
2415 | * datacenter/macros/fillsignal.C:
|
---|
2416 | - removed usage of Nint (obsolete... Form does rounding)
|
---|
2417 | - added new columns to get trigger rates from TrigPat tab
|
---|
2418 | - fixed some small bugs lately introduced
|
---|
2419 |
|
---|
2420 | * mhflux/MHEffectiveOnTime.cc:
|
---|
2421 | - fixed a typo in ReInit
|
---|
2422 |
|
---|
2423 |
|
---|
2424 |
|
---|
2425 | 2008/06/06 Thomas Bretz
|
---|
2426 |
|
---|
2427 | * datacenter/macros/plotdb.C:
|
---|
2428 | - added average temperature and wind speed
|
---|
2429 | - reviewed some ranges
|
---|
2430 |
|
---|
2431 | * mhbase/MH3.cc:
|
---|
2432 | - in the 2D case with labels and boxes use blue line color
|
---|
2433 |
|
---|
2434 | * mhflux/MHEffectiveOnTime.[h,cc]:
|
---|
2435 | - added a new data member fTotalTime counting the total run-time
|
---|
2436 | from the run-headers
|
---|
2437 | - added the new data member to the display
|
---|
2438 | - increased class version number accordingly
|
---|
2439 |
|
---|
2440 | * mjobs/MJCalibrateSignal.cc:
|
---|
2441 | - let sum-trigger events pass to get calibrated
|
---|
2442 | - improved DefineLabel table for trigger patterns
|
---|
2443 | - added MTriggerPattern to output
|
---|
2444 |
|
---|
2445 | * mjobs/MJStar.cc:
|
---|
2446 | - added a new tab "Rate" showing the remaining rates per run and
|
---|
2447 | trigger pattern after image cleaning
|
---|
2448 | - let only event with Lvl1 trigger pass to effective on-time
|
---|
2449 | calculation
|
---|
2450 | - changed title in plot of avg dc currents and pedestal rms
|
---|
2451 |
|
---|
2452 | * mtrigger/MFTriggerPattern.[h,cc]:
|
---|
2453 | - added a counter counting the trigger decision
|
---|
2454 | - print the result in the PostProcess
|
---|
2455 |
|
---|
2456 |
|
---|
2457 |
|
---|
2458 | 2008/06/06 Thomas Bretz
|
---|
2459 |
|
---|
2460 | * datacenter/macros/fillstar.C:
|
---|
2461 | - added windspeed and temperature
|
---|
2462 |
|
---|
2463 | * datacenter/macros/fillcalib.C, datacenter/macros/fillsignal.C,
|
---|
2464 | datacenter/macros/fillstar.C:
|
---|
2465 | - use MSQLMagic instead of MSQLServer
|
---|
2466 |
|
---|
2467 | * datacenter/macros/plotdb.C:
|
---|
2468 | - added wind speed and temperature
|
---|
2469 |
|
---|
2470 | * datacenter/macros/plotstat.C:
|
---|
2471 | - added a plot showing the observation time per exposure (based on
|
---|
2472 | the source key)
|
---|
2473 |
|
---|
2474 | * mbase/MStatusDisplay.cc:
|
---|
2475 | - fixed the SaveAs. A wrong version was comitted
|
---|
2476 |
|
---|
2477 | * mextralgo/MExtralgoSpline.h:
|
---|
2478 | - added the missing inclusion of TMath (root 5.18)
|
---|
2479 |
|
---|
2480 |
|
---|
2481 |
|
---|
2482 | 2008/06/03 Thomas Bretz
|
---|
2483 |
|
---|
2484 | * mbase/MStatusDisplay.cc:
|
---|
2485 | - added missing inclusion of TMath (root 5.18)
|
---|
2486 | - initialize gClient in batch mode to repair broken
|
---|
2487 | batch-mode in root 5.18. Fortunately this doesn't
|
---|
2488 | break root 5.12
|
---|
2489 | - added a SaveAs(const char *c, const Option_t *o)
|
---|
2490 | based on the new SaveAs from TGObject
|
---|
2491 |
|
---|
2492 | * mcalib/MCalibrationChargePix.[h,cc],
|
---|
2493 | mextralgo/MExtralgoDigitalFilter.[h,cc]:
|
---|
2494 | - moved some code to source file to prevent TMath inclusion in
|
---|
2495 | header (root 5.18)
|
---|
2496 |
|
---|
2497 | * mcalib/MCalibrationChargeCam.cc,
|
---|
2498 | mcalib/MCalibrationChargePINDiode.cc:
|
---|
2499 | - added the missing inclusion of TMath (root 5.18)
|
---|
2500 |
|
---|
2501 | * mgeom/MGeomCam.[h,cc]:
|
---|
2502 | - for sanity (a bug in root < 5.18) filling fPixels is now
|
---|
2503 | done via AddAt. This "repairs" the functionality of the
|
---|
2504 | Streamer which before didn't store any contants of fPixels
|
---|
2505 | nor read any contents.
|
---|
2506 | - Removed the custom Clone function. It is now obsolete,
|
---|
2507 | because it works through the fixed Streamer
|
---|
2508 | - a Copy-member function has been implemented
|
---|
2509 | - a custom Streamer has been implemented allowing to read
|
---|
2510 | files containing MGeomCamMagic written with root 5.12
|
---|
2511 | with root 5.18
|
---|
2512 | - A member function containing the workaround has been implemented
|
---|
2513 | - Print got an option ("simple")
|
---|
2514 |
|
---|
2515 | * mgeom/GeomLinkDef.h:
|
---|
2516 | - suppress root-Streamer
|
---|
2517 |
|
---|
2518 | * manalysis/MGeomApply.cc:
|
---|
2519 | - added the newly necessary call to the StreamerWorkaround
|
---|
2520 |
|
---|
2521 | * mgeom/MGeomPix.[h,cc]:
|
---|
2522 | - because with the IgnoreTObjectStreamer set for MParContainer
|
---|
2523 | the bits for the outer rings cannot be stored. This was no
|
---|
2524 | problem before because in reality they have never been written
|
---|
2525 | or read. To store the bits a new data-member fUserBits
|
---|
2526 | has been introduced.
|
---|
2527 | - accordingly all calles to set or remove the bits have been
|
---|
2528 | changed to use fUserBits instead
|
---|
2529 | - the class version number has been increased due to the new
|
---|
2530 | data member
|
---|
2531 | - improved Print-output
|
---|
2532 |
|
---|
2533 |
|
---|
2534 |
|
---|
2535 | 2008/06/02 Thomas Bretz
|
---|
2536 |
|
---|
2537 | * mars.cc, sinope.cc:
|
---|
2538 | - added include of TClass for TIgnoreStreamer (root 5.18)
|
---|
2539 |
|
---|
2540 | * manalysis/MEventRate.[h,cc]:
|
---|
2541 | - moved GetError to source file and included TMath (root 5.18)
|
---|
2542 |
|
---|
2543 | * manalysis/MMultiDimDistCalc.cc, mdata/MDataList.cc:
|
---|
2544 | - included math.h (root 5.18)
|
---|
2545 |
|
---|
2546 | * mastro/MAstro.[h,cc], mastro/MVector3.[h,cc], mbase/MRunIter.[h,cc],
|
---|
2547 | mbase/MTime.[h,cc], mdata/MDataPhrase.[h,cc], mgeom/MGeomPix.[h,cc],
|
---|
2548 | mhcalib/MHCalibrationChargeBlindPix.[h,cc],
|
---|
2549 | mhflux/MHCollectionArea.[h,cc], mhft/MHexagonFreqSpace.[h,cc],
|
---|
2550 | mimage/MHillas.[h,cc], mmuon/MMuonSearchPar..[h,cc],
|
---|
2551 | mpedestal/MPedestalPix.[h,cc], mpointing/MPointingDev.[h,cc],
|
---|
2552 | mpointing/MSrcPosCam.[h,cc], mpointing/MPointingPos.[h,cc],
|
---|
2553 | mpointing/MPointing.[h,cc]:
|
---|
2554 | - moved some code to source file to prevent TMath inclusion in
|
---|
2555 | header (root 5.18)
|
---|
2556 |
|
---|
2557 | * mbase/MEnv.cc:
|
---|
2558 | - added missing include TObjArray (root 5.18)
|
---|
2559 | - removed obsolete EmarkerStyles (root 5.18)
|
---|
2560 |
|
---|
2561 | * mbase/MDirIter.cc:
|
---|
2562 | - added missing include TList (root 5.18)
|
---|
2563 |
|
---|
2564 | * mastro/MAstroCatalog.cc, mhist/MHHadronness.cc, mhist/MHWeather.cc,
|
---|
2565 | mhvstime/MHPixVsTime.cc, mhvstime/MHVsTime.cc,
|
---|
2566 | mpointing/MHPointing.cc, mranforest/MHRanForest.cc,
|
---|
2567 | mranforest/MHRanForestGini.cc, mranforest/MRanForest.cc,
|
---|
2568 | mreflector/MHReflector.cc:
|
---|
2569 | - added missing inlcude TH1 (root 5.18)
|
---|
2570 |
|
---|
2571 | * mbase/MFilter.cc, mbase/MGMap.cc, mbase/MTask.cc,
|
---|
2572 | mcalib/MCalibrationBlindPix.cc, mdata/MDataChain.cc,
|
---|
2573 | mfilter/MFEnergySlope.cc, mgeom/MGeomMirror.cc,
|
---|
2574 | mgui/MCamEvent.cc, mhbase/MBinning.cc, mhbase/MHMatrix.cc,
|
---|
2575 | mhcalib/MHCalibrationPix.cc, mhcalib/MHGausEvents.cc,
|
---|
2576 | mhflux/MHEnergyEst.cc, mhist/MHCamEventRot.cc,
|
---|
2577 | mhist/MHHadronness.cc, mranforest/MHRanForest.cc,
|
---|
2578 | mreflector/MRflEvtHeader.cc, mreflector/MRflSinglePhoton.cc,
|
---|
2579 | msql/MSQLServer.cc, mtools/MSimulatedAnnealing.cc,
|
---|
2580 | mtools/MTFillMatrix.cc, mcalib/MCalibrationPix.cc,
|
---|
2581 | mcalib/MCalibrationQEPix.cc, manalysis/MParameterCalc.cc,
|
---|
2582 | mcalib/MCalibrationTestCalc.cc, mdata/MDataArray.cc,
|
---|
2583 | mgeom/MGeomCamDwarf.cc, mhbase/MH3.cc, mtools/MagicJam.cc,
|
---|
2584 | mhcalib/MHCalibrationRelTimeCam.cc, mhft/MGeomCamMagicXT.cc,
|
---|
2585 | mranforest/MRanForestCalc.cc, mtools/MagicDomino.cc,
|
---|
2586 | mhflux/MHThreshold.cc, mimage/MStereoPar.cc,
|
---|
2587 | mfilter/MFCosmics.cc, mpedestal/MPedestalCam.cc:
|
---|
2588 | - added missing include of TMath (root 5.18)
|
---|
2589 |
|
---|
2590 | * mbase/MGTask.cc, mdata/MDataChain.cc, mhbase/MHArray.cc,
|
---|
2591 | mjobs/MJCut.cc, mjoptim/MJOptimizeCuts.cc, mmc/MMcEvt.cxx:
|
---|
2592 | - added missing include of TClass (root 5.18)
|
---|
2593 |
|
---|
2594 | * mhbase/MH3.cc:
|
---|
2595 | - added missing include of THashList (root 5.18)
|
---|
2596 |
|
---|
2597 | * mcalib/MCalibrationChargeCalc.[h,cc], msignal/MExtractor.[h,cc],
|
---|
2598 | mpedestal/MPedestalSubtract.[h,cc], msignal/MExtractTime.[h,cc]:
|
---|
2599 | - for convinience (rootcint of 5.18) changed "static const TString"
|
---|
2600 | to "static const char *"
|
---|
2601 |
|
---|
2602 | * mhflux/MMcSpectrumWeight.cc:
|
---|
2603 | - Use TString::Data() for second argument in TF1 constructor.
|
---|
2604 | Otherwise it is ambiguous in root 5.18
|
---|
2605 |
|
---|
2606 | * mhbase/MH.cc:
|
---|
2607 | - adde missing includes of TColor, TMath and TClass (root 5.18)
|
---|
2608 | - implemented a workaround which always uses the correct
|
---|
2609 | CreateGradientColorTable (root 5.18)
|
---|
2610 |
|
---|
2611 | * Makefile:
|
---|
2612 | - linking of the shared object is now done in /tmp
|
---|
2613 | - replaced = by := where possible
|
---|
2614 |
|
---|
2615 | * mjobs/MJCalibrateSignal.cc:
|
---|
2616 | - do not invert contcoscal, that's wrong
|
---|
2617 |
|
---|
2618 | * mmovie/MMovieWrite.cc:
|
---|
2619 | - added a #if-directive to use either gStyle or TColor
|
---|
2620 | for CreateGradientColorTable depending on root-version
|
---|
2621 |
|
---|
2622 | * mimage/MStereoPar.[h,cc], mimage/MStereoCal.[h,cc]:
|
---|
2623 | - replaced Monate Carlo container by MPointingPos
|
---|
2624 | - made every algorithm unique
|
---|
2625 |
|
---|
2626 |
|
---|
2627 |
|
---|
2628 | 2008/06/01 Thomas Bretz
|
---|
2629 |
|
---|
2630 | * callisto.cc, star.cc:
|
---|
2631 | - renamed new option to "--null-dev" (clashes with MLog options)
|
---|
2632 |
|
---|
2633 | * mbase/MContinue.cc:
|
---|
2634 | - improved output
|
---|
2635 |
|
---|
2636 | * mbase/MTaskList.cc:
|
---|
2637 | - fixed broken FindTaskList
|
---|
2638 |
|
---|
2639 |
|
---|
2640 |
|
---|
2641 | 2008/05/31 Thomas Bretz
|
---|
2642 |
|
---|
2643 | * callisto.cc, star.cc:
|
---|
2644 | - added new option "--null" to suppress run-wise output files
|
---|
2645 |
|
---|
2646 | * mjobs/MJob.h:
|
---|
2647 | - added new data-member fNullOut to flag suppression of
|
---|
2648 | run-wise output files
|
---|
2649 |
|
---|
2650 | * mjobs/MJCalibrateSignal.cc, mjobs/MJStar.cc:
|
---|
2651 | - use new option HasNullOut from base class
|
---|
2652 |
|
---|
2653 | * mbase/MClone.cc:
|
---|
2654 | - fixed Init (still had a constructor like initializer)
|
---|
2655 |
|
---|
2656 | * mtrigger/MFTriggerPattern.h:
|
---|
2657 | - included missing MTripperPattern
|
---|
2658 |
|
---|
2659 | * mtrigger/MFTriggerPattern.cc:
|
---|
2660 | - removed default arguments
|
---|
2661 | - exchanged ^ by ~
|
---|
2662 | - fixed a few typos in function names
|
---|
2663 |
|
---|
2664 |
|
---|
2665 |
|
---|
2666 | 2008/05/27 Stefan Ruegamer
|
---|
2667 |
|
---|
2668 | * datacenter/scripts/filesondisk
|
---|
2669 | - changed the search for raw files to not search in hidden folders
|
---|
2670 |
|
---|
2671 |
|
---|
2672 |
|
---|
2673 | 2008/05/25 Thomas Bretz
|
---|
2674 |
|
---|
2675 | * mtrigger/MTriggerPattern.cc:
|
---|
2676 | - fixed a typo in a comment
|
---|
2677 |
|
---|
2678 | * mtrigger/MFTriggerPattern.[h,cc]:
|
---|
2679 | - some code cleanup (mainly unified all the Require and Deny
|
---|
2680 | functions into one)
|
---|
2681 | - added a DenyAll member function
|
---|
2682 | - added Allow member functions including an AllowAll member function
|
---|
2683 |
|
---|
2684 | * mjobs/MJPedestal.cc:
|
---|
2685 | - To choose pedestals we now deny all other trigger bits except the
|
---|
2686 | pedestal bit and in the case of data runs we deny all bits
|
---|
2687 | except trigger lvl1 and trigger lvl2
|
---|
2688 |
|
---|
2689 | * mjobs/MJCalibration.cc:
|
---|
2690 | - In addition to denial of prescaled calibration events we
|
---|
2691 | deny any bit in the unprescaled pattern but allow only
|
---|
2692 | calibration events
|
---|
2693 |
|
---|
2694 | * mjobs/MJCalibrateSignal.cc:
|
---|
2695 | - Instead of the denial of only calibration and pedestal events,
|
---|
2696 | we now deny any bit in the pattern, but allow Trigger Lvl1
|
---|
2697 | and Trigger Lvl2 events to choose cosmics
|
---|
2698 | - Instead of the denial of only lvl1 and lvl2 events,
|
---|
2699 | we now deny any bit in the pattern, but allow pedestal
|
---|
2700 | events to choose pedestals
|
---|
2701 | - Instead of requiring only calibration events,
|
---|
2702 | we now deny any bit in the pattern, but require the calibration
|
---|
2703 | bit to choose calibration events
|
---|
2704 |
|
---|
2705 | * mbase/MClone.[h,cc]:
|
---|
2706 | - instead of cloning the object again and again we now clone
|
---|
2707 | it once and then just copy the contents. A new option has
|
---|
2708 | been introduced to switch back to the old behaviour
|
---|
2709 |
|
---|
2710 | * mbase/MStatusDisplay.[h,cc]:
|
---|
2711 | - changed the argument of GetEmbeddedCanvas from a pointer
|
---|
2712 | to a reference
|
---|
2713 |
|
---|
2714 | * macros/rootlogon.C:
|
---|
2715 | - switched on optimization (-O3) for ACLIC
|
---|
2716 |
|
---|
2717 |
|
---|
2718 |
|
---|
2719 | 2008/05/24 Thomas Bretz
|
---|
2720 |
|
---|
2721 | * mjobs/MJCalibrateSignal.cc:
|
---|
2722 | - removed the obsolete fconsmics (what the hell did it do...
|
---|
2723 | it removed the largest events?)
|
---|
2724 | - added a cosmics trigger for calibration events instead
|
---|
2725 |
|
---|
2726 |
|
---|
2727 |
|
---|
2728 |
|
---|
2729 | 2008/05/20 Thomas Bretz
|
---|
2730 |
|
---|
2731 | * mjobs/MJCalibrateSignal.cc:
|
---|
2732 | - added a MH3-histogram to be filled. It contains the
|
---|
2733 | rate of the trigger pattern per run.
|
---|
2734 | - the filter selecting the calibration or pedestal
|
---|
2735 | events has been renamed from ftp to fcalped
|
---|
2736 | - the MContinue rejecting these events has been renamed
|
---|
2737 | from conttp to contcalped
|
---|
2738 | - the filter selecting the pedestal events have been
|
---|
2739 | renamed from ftp2 to fped
|
---|
2740 | - In the case of MUX data (no lo-gain) this filter
|
---|
2741 | is now also rejecting lvl1 and lvl2 triggered events
|
---|
2742 | - the ftp2-filter for the pedestal extraction tasks and
|
---|
2743 | the corresponding histogram fillers is obsolete
|
---|
2744 | - the previouls "PedestalFilter" is obsolete.
|
---|
2745 | - it doesn't make sense not to extract the signal (filter
|
---|
2746 | of teskenv1, taskenv2 and taskenv3) but process the
|
---|
2747 | rest of the tasklist
|
---|
2748 | - the pedestal extraction (as the calibration was already)
|
---|
2749 | has been moved to its own tasklist with the corresponding
|
---|
2750 | filter applied.
|
---|
2751 | - tlist3 has been renamed to tlist4
|
---|
2752 | - contped has been removed from the tasklist
|
---|
2753 |
|
---|
2754 | * mhbase/MH3.cc:
|
---|
2755 | - fixed a bug introduced with the lables (it must be !(x&y)
|
---|
2756 | instead of !x&y
|
---|
2757 |
|
---|
2758 | * mjobs/MDataSet.cc:
|
---|
2759 | - shortened a line of output to fit into 80 characters
|
---|
2760 |
|
---|
2761 |
|
---|
2762 |
|
---|
2763 | 2008/05/19 Thomas Bretz
|
---|
2764 |
|
---|
2765 | * Makefile.conf.general, Makefile.conf.linux:
|
---|
2766 | - distinguish between := (eval once) and = (eval every access)
|
---|
2767 |
|
---|
2768 | * mbase/BaseLinkDef.h, mbase/Makefile:
|
---|
2769 | - added MObjLookup
|
---|
2770 |
|
---|
2771 | * mbase/MObjLookup.[h,cc]:
|
---|
2772 | - added
|
---|
2773 |
|
---|
2774 | * mbase/MEvtLoop.cc:
|
---|
2775 | - set progress bar position to 0 before PreProcessing
|
---|
2776 |
|
---|
2777 | * mdata/MDataMember.[h,cc]:
|
---|
2778 | - added a member function to get a string
|
---|
2779 |
|
---|
2780 | * mfilter/MFCosmics.cc:
|
---|
2781 | - fixed a typo in a comment
|
---|
2782 |
|
---|
2783 | * mhbase/MH.[h,cc]:
|
---|
2784 | - improved SetBinning for newer root-versions
|
---|
2785 | - improved SetBinning to correctly support axis with labels
|
---|
2786 | (keeps the binning unchanged)
|
---|
2787 |
|
---|
2788 | * mhbas/MH3.[h,cc], mhbase/MHn.[h,cc]:
|
---|
2789 | - support for axis labels was added.
|
---|
2790 | - a possibility to set an additional weight has been added
|
---|
2791 | - the version number has been increased accordingly
|
---|
2792 |
|
---|
2793 | * mjobs/MJPedestal.cc:
|
---|
2794 | - deny level1 and level2 triggers choosing pedestal events
|
---|
2795 |
|
---|
2796 | * mraw/MRawRunHeader.h:
|
---|
2797 | - added a member function returning the RunLength (stop-start)
|
---|
2798 |
|
---|
2799 | * mtrigger/MTriggerPattern.[h,cc]:
|
---|
2800 | - wrapped some comments
|
---|
2801 | - improved comments
|
---|
2802 |
|
---|
2803 |
|
---|
2804 |
|
---|
2805 | 2008/05/15 Thomas Bretz
|
---|
2806 |
|
---|
2807 | * mfilter/MFMagicCuts.[h,cc]:
|
---|
2808 | - fixed a few typos in comments and in the output
|
---|
2809 | - added an option kAreaLin with a linear cut in area for special
|
---|
2810 | studies
|
---|
2811 |
|
---|
2812 | * mbase/MStatusDisplay.cc:
|
---|
2813 | - if no MStatusArray is found, keys which store a TCanvas object
|
---|
2814 | are displayed instead if available
|
---|
2815 |
|
---|
2816 | * mhcalib/MHCalibrationPulseTimeCam.[h,cc]:
|
---|
2817 | - the extraction range to get the maximum is now determined
|
---|
2818 | automatically from the MExtractedSignalCam
|
---|
2819 |
|
---|
2820 | * mpedestal/MPedestalSubtract.cc, msignal/MExtractTimeAndCharge.cc:
|
---|
2821 | - raise an error if there is a mismatch in the number of samples
|
---|
2822 |
|
---|
2823 |
|
---|
2824 |
|
---|
2825 |
|
---|
2826 | 2008/05/14 Thomas Bretz
|
---|
2827 |
|
---|
2828 | * mhbase/MH3.[h,cc], mhbase/MHn.[h,cc]:
|
---|
2829 | - enhanced to allow direct filling of Profile histograms
|
---|
2830 |
|
---|
2831 | * mjobs/MDataSet.h:
|
---|
2832 | - fixed a bug in Print() causing an infinite loop
|
---|
2833 |
|
---|
2834 | * mjtrain/MJTrainDisp.cc, mjtrain/MJTrainSeparation.cc:
|
---|
2835 | - write the dataset(s) to the output file
|
---|
2836 |
|
---|
2837 | * mjtrain/MJTrainEnergy.cc
|
---|
2838 | - write the dataset to the output file
|
---|
2839 | - added new plots to show the resolution versus several different
|
---|
2840 | parameters
|
---|
2841 |
|
---|
2842 | * mpedestal/MPedestalSubtract.[h,cc]:
|
---|
2843 | - added an additional check to compate the number of hi-/lo-gain
|
---|
2844 | slices in the run- and event-header
|
---|
2845 |
|
---|
2846 | * mpointing/MPointingDevCalc.cc:
|
---|
2847 | - added the 14th Jan 08 to the list of new pointing models
|
---|
2848 |
|
---|
2849 |
|
---|
2850 |
|
---|
2851 | 2008/05/07 Stefan Ruegamer
|
---|
2852 |
|
---|
2853 | * datacenter/scripts/checkmd5sum
|
---|
2854 | - implemented check of files from /magic and /data
|
---|
2855 |
|
---|
2856 | * datacenter/scripts/checktransfer
|
---|
2857 | - changed the search for temporary zipfiles to not search in hidden
|
---|
2858 | directories
|
---|
2859 |
|
---|
2860 | * datacenter/scripts/movingrawfiles2
|
---|
2861 | - movingrawfiles to move raw files from /data/fromtape
|
---|
2862 |
|
---|
2863 | * datacenter/scripts/runcallisto
|
---|
2864 | - changed default callisto.rc to callisto_mux_new.rc
|
---|
2865 |
|
---|
2866 | * datacenter/scripts/zipscript
|
---|
2867 | - changed the script due to the fact that /magic/data/rawfiles is
|
---|
2868 | now a link
|
---|
2869 | - changed the find to not search in hidden directories
|
---|
2870 | - added the -n option to ssh
|
---|
2871 |
|
---|
2872 | * resources/calibration_spline.rc
|
---|
2873 | - added calibration factors for periods 62-66 but these are not
|
---|
2874 | newly calculated, simply pasted from previous periods!
|
---|
2875 |
|
---|
2876 |
|
---|
2877 |
|
---|
2878 | 2008/04/08 Thomas Bretz
|
---|
2879 |
|
---|
2880 | * mreport/MReportDrive.cc:
|
---|
2881 | - implemented changes of Version 20080220
|
---|
2882 |
|
---|
2883 |
|
---|
2884 |
|
---|
2885 | 2008/03/19 Thomas Bretz
|
---|
2886 |
|
---|
2887 | * mjobs/MJSpectrum.cc:
|
---|
2888 | - fixed a bug introduced yesterday. The overflow bin was not
|
---|
2889 | correctly referenced
|
---|
2890 |
|
---|
2891 |
|
---|
2892 |
|
---|
2893 | 2008/03/18 Thomas Bretz
|
---|
2894 |
|
---|
2895 | * sponde.cc:
|
---|
2896 | - added new option "--force-runtime"
|
---|
2897 |
|
---|
2898 | * mbase/MEnv.h:
|
---|
2899 | - added WriteFile to context menu
|
---|
2900 |
|
---|
2901 | * mjobs/MJSpectrum.[h,cc]:
|
---|
2902 | - added a new option to force using the runtime instead of the
|
---|
2903 | effective observation time (this might bw wrong for very
|
---|
2904 | short datasets)
|
---|
2905 | - added a check if the effective observation time is out of
|
---|
2906 | the histogram range... print a warning if so and include
|
---|
2907 | the overflow bins into the eff. obs time
|
---|
2908 | - added an estimated sensitivity curve for high and low za
|
---|
2909 | to the spectrum plots
|
---|
2910 | - added description text for 1553 and crab spectrum
|
---|
2911 | - write out the MC events after cuts including their weights
|
---|
2912 | - do not fit at 1TeV but 500GeV instead
|
---|
2913 |
|
---|
2914 | * mjobs/MJob.cc:
|
---|
2915 | - check in WriteContainer whether the file is already open
|
---|
2916 |
|
---|
2917 | * mpointing/MPointingDevCalc.cc:
|
---|
2918 | - added some more comments
|
---|
2919 |
|
---|
2920 | * mhflux/MMcSpectrumWeight.[h,cc]:
|
---|
2921 | - added the possibility to extend a spectrum by "fake" statistics
|
---|
2922 |
|
---|
2923 |
|
---|
2924 |
|
---|
2925 | 2008/03/14 Daniel Hoehne
|
---|
2926 |
|
---|
2927 | * datacenter/macros/filldotrun.C:
|
---|
2928 | - inserted new arehucas version
|
---|
2929 |
|
---|
2930 |
|
---|
2931 |
|
---|
2932 | 2008/03/04 Thomas Bretz
|
---|
2933 |
|
---|
2934 | * condor/program.submit, condor/macro.submit, condor/script.submit:
|
---|
2935 | - added
|
---|
2936 |
|
---|
2937 |
|
---|
2938 |
|
---|
2939 | 2008/03/03 Thomas Bretz
|
---|
2940 |
|
---|
2941 | * mhflux/MHAlpha.[h,cc]:
|
---|
2942 | - allow to project individual bins in DrawNicePlot
|
---|
2943 |
|
---|
2944 |
|
---|
2945 |
|
---|
2946 | 2008/02/24 Thomas Bretz
|
---|
2947 |
|
---|
2948 | * mbase/MLog.h:
|
---|
2949 | - added a getter for the OutputLevel (for debugging)
|
---|
2950 |
|
---|
2951 | * mpointing/MPointing.h:
|
---|
2952 | - added a memberfunction to calculate the Abs-value
|
---|
2953 |
|
---|
2954 | * mpointing/PointingLinkDef.h:
|
---|
2955 | - added RaDec
|
---|
2956 |
|
---|
2957 |
|
---|
2958 |
|
---|
2959 | 2008/02/21 Daniela Dorner
|
---|
2960 |
|
---|
2961 | * datacenter/db/builddatasets.php:
|
---|
2962 | - display 'Remark' only in case of errors
|
---|
2963 |
|
---|
2964 |
|
---|
2965 |
|
---|
2966 | 2008/02/08 Stefan Ruegamer
|
---|
2967 |
|
---|
2968 | * datacenter/scripts/checkmd5sum
|
---|
2969 | - added check to prevent that checksums of files not read from tape
|
---|
2970 | enter the .lapalma file
|
---|
2971 |
|
---|
2972 | * datacenter/scripts/dbchk
|
---|
2973 | - added check for crashed runs, sequences and datasets
|
---|
2974 | - corrected bugs in find command and $dir-loops
|
---|
2975 | - adapted to the automatic concept and added it to the cronjobs
|
---|
2976 |
|
---|
2977 |
|
---|
2978 |
|
---|
2979 | 2008/02/01 Stefan Ruegamer
|
---|
2980 |
|
---|
2981 | * datacenter/macros/filldotrun.C
|
---|
2982 | - added default entry for fCompmux for new runs
|
---|
2983 |
|
---|
2984 | * datacenter/macros/checkfileavail.C
|
---|
2985 | - added checking of fCompmux
|
---|
2986 |
|
---|
2987 |
|
---|
2988 |
|
---|
2989 | 2008/02/01 Daniel Hoehne
|
---|
2990 |
|
---|
2991 | * datacenter/db/runinfo-aio.php:
|
---|
2992 | - fixed 'bug' with query. Now runs are displayed in ascending order
|
---|
2993 |
|
---|
2994 |
|
---|
2995 |
|
---|
2996 | 2008/01/31 Thomas Bretz
|
---|
2997 |
|
---|
2998 | * mbase/MThread.[h,cc]:
|
---|
2999 | - imported from Cosy
|
---|
3000 |
|
---|
3001 | * mbase/Makefile:
|
---|
3002 | - added MThread
|
---|
3003 |
|
---|
3004 | * mbase/BaseLinkDef.h:
|
---|
3005 | - added MThread
|
---|
3006 |
|
---|
3007 |
|
---|
3008 |
|
---|
3009 | 2008/01/27 Thomas Bretz
|
---|
3010 |
|
---|
3011 | * .rootrc:
|
---|
3012 | - updated with the correct path to the ViewCVS
|
---|
3013 |
|
---|
3014 |
|
---|
3015 |
|
---|
3016 | 2008/01/24 Thomas Bretz
|
---|
3017 |
|
---|
3018 | * mpointing/MPointing.cc:
|
---|
3019 | - added ClassImp for RaDec
|
---|
3020 |
|
---|
3021 | * mpointing/MPointing.h:
|
---|
3022 | - added code for classes AltAz and RaDec deriving from TVector2
|
---|
3023 | not to be used in Mars and Cosy
|
---|
3024 |
|
---|
3025 |
|
---|
3026 |
|
---|
3027 | 2008/01/24 Daniel Hoehne
|
---|
3028 |
|
---|
3029 | * scripts/preparemc:
|
---|
3030 | - adapted to new rawfile/camera structure in /magic/montecarlo
|
---|
3031 |
|
---|
3032 |
|
---|
3033 |
|
---|
3034 | 2008/01/14 Thomas Bretz
|
---|
3035 |
|
---|
3036 | * mpointing/MPointing.h:
|
---|
3037 | - added enumeration operator[]
|
---|
3038 |
|
---|
3039 |
|
---|
3040 |
|
---|
3041 | 2008/01/11 Thomas Bretz
|
---|
3042 |
|
---|
3043 | * mbase/MLog.cc:
|
---|
3044 | - correctly use delete[] instead of delete for fGuiLInes as
|
---|
3045 | suggested by valgrind.
|
---|
3046 |
|
---|
3047 |
|
---|
3048 |
|
---|
3049 | 2008/01/09 Thomas Bretz
|
---|
3050 |
|
---|
3051 | * mbadpixels/MBadPixelsTreat.[h,cc]:
|
---|
3052 | - removed obsolete fRawHeader
|
---|
3053 |
|
---|
3054 | * mpointing/MSrcPosCam.[h,cc]:
|
---|
3055 | - added Paint member function
|
---|
3056 |
|
---|
3057 | * mpointing/MSrcPosRndm.[h,cc]:
|
---|
3058 | - also produce a antio source position for wobble observations
|
---|
3059 |
|
---|
3060 | * mraw/MRawRunHeader.cc, mjobs/MJCalibration.cc,
|
---|
3061 | mpedestal/MPedestalCam.cc:
|
---|
3062 | - some cosmetics
|
---|