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/07/23 Thomas Bretz
|
---|
22 |
|
---|
23 | * showplot.cc:
|
---|
24 | - allow to read more than one file
|
---|
25 |
|
---|
26 | * datacenter/macros/stage.C:
|
---|
27 | - chnaged the return type to int
|
---|
28 |
|
---|
29 | * mbase/MStatusArray.cc:
|
---|
30 | - added a check for the key in read to supress the root error
|
---|
31 | on the console
|
---|
32 |
|
---|
33 | * mbase/MStatusDisplay.[h,cc]:
|
---|
34 | - stop update timer in destructor
|
---|
35 | - added new member function GetNumTabs
|
---|
36 | - we don't need to switch to batchmore when painting canvases
|
---|
37 | anymore
|
---|
38 | - removed an obsolete cout
|
---|
39 |
|
---|
40 | * mjobs/MJCalibrateSignal.cc:
|
---|
41 | - changed again the wrong names of the tasklists
|
---|
42 |
|
---|
43 |
|
---|
44 |
|
---|
45 | 2008/07/22 Thomas Bretz
|
---|
46 |
|
---|
47 | * mbase/MTime.cc:
|
---|
48 | - do not check the return value of mktime (this would
|
---|
49 | fail for dates before 1970)
|
---|
50 |
|
---|
51 | * mjobs/MJCalibrateSignal.cc, mjobs/MJStar.cc:
|
---|
52 | - distinguish between data-runs and mc-runs for the rate plot
|
---|
53 | - named the tasklist for pedestal and calib extraction
|
---|
54 |
|
---|
55 | * mjobs/MJMerpp.cc:
|
---|
56 | - precheck the accessibility of all files if a sequence
|
---|
57 | is processed
|
---|
58 |
|
---|
59 | * mjobs/MSequence.cc:
|
---|
60 | - the file number is three digits
|
---|
61 | - the Tag for data runs is DatRuns not DataRuns
|
---|
62 |
|
---|
63 | * mfileio/Makefile, mfileio/FileIOLinkDef.h:
|
---|
64 | - added MReadFiles
|
---|
65 | - added MReadScanFile
|
---|
66 |
|
---|
67 | * mfileio/MReadFiles.[h,cc], mfileio/MReadScanFile.[h,cc]:
|
---|
68 | - added
|
---|
69 |
|
---|
70 | * mfileio/MreadRflFile.[h,cc]:
|
---|
71 | - derived from MReadFiles (untested)
|
---|
72 |
|
---|
73 | * datacenter/macros/checkfileavail.C:
|
---|
74 | - fixed a type (TSQLRow instead of TSQlRow)
|
---|
75 | - added a missing ;
|
---|
76 |
|
---|
77 | * mfileio/MReadTree.[h,cc]:
|
---|
78 | - added some includes
|
---|
79 | - added the IsOwned member function to make sure we don't
|
---|
80 | spoil memory when out pointers are deleted in the destructor
|
---|
81 | - removed some really obsolete workarounds
|
---|
82 | - added a member function to add friends
|
---|
83 | - don't allocate memory in AddFile
|
---|
84 | - implemented the possibility to process also friends
|
---|
85 | - implemented the possibility to read branches from unknown
|
---|
86 | "vendors", i.e. branches for which the class is not available
|
---|
87 | in the dictionary
|
---|
88 | - added a list to hold all parameter containers to be able to
|
---|
89 | call SetReadyToSave more easily than previously
|
---|
90 |
|
---|
91 | * mbase/MParEmulated.[h,cc]:
|
---|
92 | - added
|
---|
93 |
|
---|
94 | * mbase/Makefile, mbase/BaseLinkDef.h:
|
---|
95 | - added MParEmulated
|
---|
96 |
|
---|
97 | * mbase/MParameters.h:
|
---|
98 | - added functions to get the pointer to the values. Handle this
|
---|
99 | with care.
|
---|
100 |
|
---|
101 | * mbase/MParConatiner.h:
|
---|
102 | - made GetterMethod virtual to allow MParEmulated to overwrite it
|
---|
103 | - made fgListMethodCall protected to allow MParEmulated to
|
---|
104 | add its new TMethodCalls
|
---|
105 |
|
---|
106 | * datacenter/macros/checkfileavail.C:
|
---|
107 | - removed dependence on caco-files.
|
---|
108 | - fixed query
|
---|
109 | - output query in case of failure
|
---|
110 |
|
---|
111 | * datacenter/scripts/checkfilesforsequenceavail:
|
---|
112 | - fixed to use new checkfileavail.C
|
---|
113 |
|
---|
114 | * mcalib/MCalibrateData.cc:
|
---|
115 | - removed the fixed scale factor for MCs. It is now left open,
|
---|
116 | thus it can be changed from the callisto resource file
|
---|
117 |
|
---|
118 | * mdata/MDataMember.cc:
|
---|
119 | - small improvement to error output
|
---|
120 |
|
---|
121 | * mfileio/MWriteRootFile.cc:
|
---|
122 | - small change to log-level
|
---|
123 |
|
---|
124 | * mbase/MTaskList.cc:
|
---|
125 | - in case of an unknown return value stop event loop
|
---|
126 |
|
---|
127 | * mfileio/MRead.cc:
|
---|
128 | - use gSystem->BaseName to get file name
|
---|
129 |
|
---|
130 |
|
---|
131 |
|
---|
132 | 2008/07/21 Thomas Bretz
|
---|
133 |
|
---|
134 | * mbase/MParContainer.[h,cc]:
|
---|
135 | - adde new static ember functions GetClass
|
---|
136 |
|
---|
137 | * mbase/MParList.[h,cc], mbase/MStatusArray.[h,cc],
|
---|
138 | mreport/MReportHelp.cc:
|
---|
139 | - use new GetClass function
|
---|
140 |
|
---|
141 |
|
---|
142 |
|
---|
143 | 2008/07/20 Thomas Bretz
|
---|
144 |
|
---|
145 | * callisto.cc, star.cc, mjobs/MDataSet.cc, mjobs/MJCalibrateSignal.cc,
|
---|
146 | mjobs/MJCalibration.cc, mjobs/MJPedestal.cc, mjoptim/MJOptimize.cc,
|
---|
147 | mmain/MEventDisplay.cc:
|
---|
148 | - replaced Setup*Runs by GetRuns
|
---|
149 |
|
---|
150 | * datacenter/macros/buildsequenceentries.C:
|
---|
151 | - output if something is deleted
|
---|
152 |
|
---|
153 | * datacenter/macros/plotdb.C:
|
---|
154 | - added kGroupByDay option
|
---|
155 | - some small changes
|
---|
156 | - made group by work with "as"
|
---|
157 | - made use of TEnv obsolete
|
---|
158 |
|
---|
159 | * datacenter/macros/plotrundb.C:
|
---|
160 | - added telescope number as otpion
|
---|
161 |
|
---|
162 | * datacenter/scripts/checkfilesforsequenceavail:
|
---|
163 | - added telescope number 1 to call of checkfileavail.C
|
---|
164 |
|
---|
165 | * mbase/MTime.cc:
|
---|
166 | - made SetSqlDateTime more flexible
|
---|
167 |
|
---|
168 | * mjobs/MJMerpp.[h,cc]:
|
---|
169 | - added (basically the code from merpp.cc)
|
---|
170 | - enhanced with the possibility to merpp a whole sequence
|
---|
171 |
|
---|
172 | * merpp.cc:
|
---|
173 | - use new MJMerpp
|
---|
174 |
|
---|
175 | * mjobs/Makefile, mjobs/JobsLinkDef.h:
|
---|
176 | - added MJMerpp
|
---|
177 |
|
---|
178 | * datacenter/macros/checkfileavail.C, datacenter/macros/checkstardone.C:
|
---|
179 | - reduced queries to a single query
|
---|
180 | - take sequence number as argumenet instead of filename
|
---|
181 |
|
---|
182 | * datacenter/scripts/checkstardone:
|
---|
183 | - adapted to changes in checkstardone.C
|
---|
184 |
|
---|
185 | * mjobs/MSequence.[h,cc]:
|
---|
186 | - a lot of rework to the file-interface
|
---|
187 | - included subsystem (cc) files
|
---|
188 | - some renaming to some functions
|
---|
189 | - improved the interface to the database
|
---|
190 | - unified the Setup*Runs into GetRuns
|
---|
191 | - when inflating a sequence name allow to use [tel:]squence now
|
---|
192 |
|
---|
193 | * mjobs/MSequenceSQL.[h,cc]:
|
---|
194 | - adapted to changes in MSequence
|
---|
195 |
|
---|
196 | * datacenter/macros/stage.C
|
---|
197 | - added
|
---|
198 |
|
---|
199 | * mjobs/MJStar.cc:
|
---|
200 | - changed displayed title according to the other jobs
|
---|
201 | - changed Setup*Runs to GetRuns
|
---|
202 | - unified output when finished
|
---|
203 | - make sure the weight for the rate tab is not 0
|
---|
204 | - read the currents now from the camera instead of the currents tree
|
---|
205 |
|
---|
206 |
|
---|
207 |
|
---|
208 | 2008/07/19 Thomas Bretz
|
---|
209 |
|
---|
210 | * datacenter/macros/buildsequenceentries.C:
|
---|
211 | - Use the GetId also in the constructor of Rule
|
---|
212 | - fixed reading of the sections in the sequences.rc
|
---|
213 |
|
---|
214 | * datacenter/macros/writesequencefile.C:
|
---|
215 | - included iostream
|
---|
216 |
|
---|
217 | * mjobs/MSequence.[h,cc]:
|
---|
218 | - updates some comments
|
---|
219 | - simplified the comparison functions
|
---|
220 | - calculate fPeriod automatically in any case
|
---|
221 | (do not read from file)
|
---|
222 | - added X for excluded to AddFile
|
---|
223 | - use AddFile in ExludeFile
|
---|
224 | - removed incorrect calles to MJob::SortArray
|
---|
225 | - call SortArrays correctly in AddFile
|
---|
226 | - changed default for telescope from 1 to 0 in SQL constructor
|
---|
227 | - allow to set a default path from within the sequence file
|
---|
228 | (in most cases this won't help much)
|
---|
229 |
|
---|
230 | * mjobs/MSequenceSQL.[h,cc]:
|
---|
231 | - if telescope number is 0 check whether an unambiguous
|
---|
232 | sequence with this number exists. If existing set the
|
---|
233 | telescope number accordingly
|
---|
234 | - changed default for telescope in constructor to 0 accordingly
|
---|
235 |
|
---|
236 |
|
---|
237 |
|
---|
238 | 2008/07/18 Thomas Bretz
|
---|
239 |
|
---|
240 | * mbase/MTime.cc:
|
---|
241 | - GetStringFmt was taking the daylight saving time into account
|
---|
242 | (hopefully this fix is not too much dependent on the kernel)
|
---|
243 |
|
---|
244 | * mjobs/MSequence.cc:
|
---|
245 | - added some preliminary code for comparing two sequences
|
---|
246 | - fixed output in Print (the "s" was missing in LightConditions)
|
---|
247 | - do not write the "Run[0-]*" line for anything else than
|
---|
248 | the "Runs" (needs more fixes)
|
---|
249 |
|
---|
250 | * mjobs/MSequenceSQL.cc:
|
---|
251 | - added a sanity check
|
---|
252 |
|
---|
253 |
|
---|
254 |
|
---|
255 | 2008/07/17 Thomas Bretz
|
---|
256 |
|
---|
257 | * mjobs/MSequence.[h,cc]:
|
---|
258 | - added fTelescope data member
|
---|
259 | - increased class version number accordingly
|
---|
260 | - added return value to WriteFile
|
---|
261 |
|
---|
262 | * mjobs/MSequenceSQL.cc:
|
---|
263 | - added TelescopeNumber to where-clause
|
---|
264 | - get fFileNumber from RunData
|
---|
265 | - use File-Id to order files
|
---|
266 | - added telescope number to all constructors
|
---|
267 |
|
---|
268 | * automatic-exclusions.rc:
|
---|
269 | - moved as exclusions.rc to resources and updated contents
|
---|
270 | to new doeclusion.C
|
---|
271 |
|
---|
272 | * ganymed.cc:
|
---|
273 | - updated Usage output
|
---|
274 | - added new option to change meximum file size
|
---|
275 |
|
---|
276 | * merpp.cc:
|
---|
277 | - merpp also MCameraDC from cc-report
|
---|
278 |
|
---|
279 | * datacenter/macros/fillsignal.C:
|
---|
280 | - replaces WARNING by ERROR if an error is returned
|
---|
281 |
|
---|
282 | * datacenter/macros/writesequencefile.C:
|
---|
283 | - completely redone using new MSequenceSQL
|
---|
284 |
|
---|
285 | * mcamera/MCameraDC.[h,cc]:
|
---|
286 | - added the Interprete member function
|
---|
287 | - made MReportCamera and MReportCurrents friends clases
|
---|
288 | - added fStatus
|
---|
289 | - increased class version accordingly
|
---|
290 |
|
---|
291 | * mjobs/MJCalibration.cc, mjobs/MJPedestal.cc:
|
---|
292 | - tiny changes to output
|
---|
293 |
|
---|
294 | * mreport/MReportCamera.[h,cc]:
|
---|
295 | - removed fStatusDC
|
---|
296 | - removed gkActiveLoadControlVersNum
|
---|
297 | - added interpretation of DC
|
---|
298 | - increased class version by one
|
---|
299 |
|
---|
300 | * mreport/MReportCurrents.cc:
|
---|
301 | - moved interpretation of DCs to MCameraDC
|
---|
302 |
|
---|
303 | * resources/sequences.rc:
|
---|
304 | - changed some comments
|
---|
305 | - added telescope number to rules
|
---|
306 |
|
---|
307 | * datacenter/macros/buildsequenceentries.C:
|
---|
308 | - the building is now based on the file-id (run*1000+file)
|
---|
309 | and it is only done for a single telescope
|
---|
310 | - added telescope number as srgument
|
---|
311 | - added fPriority to SequenceProcessStatus
|
---|
312 | - added fTelescopeNumber to the Sequence table
|
---|
313 | - the sequence number is still idetical to the first run-number
|
---|
314 | - changed reading of resource file such that the telescope
|
---|
315 | number can be given for each subsection
|
---|
316 |
|
---|
317 | * datacenter/macros/doexclusions.C:
|
---|
318 | - many simplifications
|
---|
319 | - use telescope number as argument
|
---|
320 | - simplified and improved
|
---|
321 |
|
---|
322 | * datacenter/macros/filldotrun.C:
|
---|
323 | - some changes to output
|
---|
324 | - skip comment line at the beginning
|
---|
325 | - skip the line with the telescope number
|
---|
326 | - removed ISNULL from telescope/run/file check
|
---|
327 | - added fPriority to RunProcessStatus
|
---|
328 | - added telescope und file number to RunData and RunProcessStatus
|
---|
329 |
|
---|
330 | * datacenter/macros/resetallruns.C:
|
---|
331 | - adapted to new ten:run/file scheme and the new contents
|
---|
332 | of the input file
|
---|
333 |
|
---|
334 | * datacenter/scripts/filesondisk:
|
---|
335 | - improved regular expressions to find runs
|
---|
336 | - commmented out caco files
|
---|
337 | - write telescope run and file-number to the file
|
---|
338 | - some simplification
|
---|
339 |
|
---|
340 |
|
---|
341 |
|
---|
342 | 2008/07/16 Thomas Bretz
|
---|
343 |
|
---|
344 | * msql/MSQLMagic.[h,cc]:
|
---|
345 | - the wehere clause can now be omitted in Update
|
---|
346 |
|
---|
347 |
|
---|
348 |
|
---|
349 | 2008/07/14 Thomas Bretz
|
---|
350 |
|
---|
351 | * datacenter/macros/fillsignal.C:
|
---|
352 | - moved sql.rc to constructor of MSQLMagic
|
---|
353 |
|
---|
354 | * datacenter/macros/plotstat.C:
|
---|
355 | - improved beauty of the SQL queries
|
---|
356 | - join by telescope number, run number and file number
|
---|
357 |
|
---|
358 | * mbase/MString.[h,cc]:
|
---|
359 | - removed everything except Format which is then identical to
|
---|
360 | newwer root versions TString::Format
|
---|
361 |
|
---|
362 | * mastro/MAstro.cc, mastro/MAstroCatalog.cc:
|
---|
363 | - replaced MString::Print by MString::Format
|
---|
364 |
|
---|
365 | * mbase/MTime.cc:
|
---|
366 | - In SetSqlDateTime allow also to set dates without time
|
---|
367 |
|
---|
368 | * mbase/Makefile, mbase/BaseLinkDef.h:
|
---|
369 | - removed MRunIter
|
---|
370 |
|
---|
371 | * mfileio/MWriteRootFile.cc:
|
---|
372 | - sow in status line if a tree has been finally copied
|
---|
373 |
|
---|
374 | * mhist/MHEvent.cc:
|
---|
375 | - replaced GetRunNumber by GetStringID
|
---|
376 |
|
---|
377 | * mjobs/MJCalibrateSignal.cc:
|
---|
378 | - Replaced RunNumber by FileId in trogger pattern display
|
---|
379 | - do not allow to divide by 0
|
---|
380 |
|
---|
381 | * mjobs/MJExtractSignal.cc, mjobs/MJCalibTest.cc:
|
---|
382 | - removed obsolete include of MDirIter
|
---|
383 |
|
---|
384 | * mjobs/MJPedestal.cc, mjobs/MJCalibration.cc:
|
---|
385 | - replaced MRunIter by MDirIter
|
---|
386 |
|
---|
387 | * mjobs/MSequence.[h,cc]:
|
---|
388 | - moved code to compile (inflate) a run filename or a its path
|
---|
389 | to new static function such that they can be accessed from the outside
|
---|
390 |
|
---|
391 | * star.cc, callisto.cc, mjobs/MSequence.[h,cc], mmain/MEventDisplay.cc
|
---|
392 | - renamed InflatePath to InflateSeq
|
---|
393 |
|
---|
394 | * mpedestal/MPedCalcPedRun.cc:
|
---|
395 | - when checking the runnumber check also for the telescope number
|
---|
396 |
|
---|
397 | * mraw/MRawRunHeader.[h,cc]:
|
---|
398 | - added new function GetStringID
|
---|
399 |
|
---|
400 | * mraw/RawLinkDef.h, mraw/Makefile:
|
---|
401 | - removed MRawSocketRead
|
---|
402 |
|
---|
403 | * mpointing/MHSrcPosCam.[h,cc]:
|
---|
404 | - fixed ouput in case a container is not found
|
---|
405 | - made it work for monte carlos, too
|
---|
406 | - use weight when filling histogram
|
---|
407 | - changed circle line styles
|
---|
408 | - changed default in constructor to wobble=kTRUE
|
---|
409 |
|
---|
410 |
|
---|
411 |
|
---|
412 | 2008/07/08 Daniel Hoehne
|
---|
413 |
|
---|
414 | * datacenter/db/menu.php, datacenter/db/magicdefs.php:
|
---|
415 | - added new columns (fRateTrigEvts, fRateSumEvts, fRatePedEvts,
|
---|
416 | fRatePedTrigEvts, fRateCalEvts, fRateNullEvts, fRateUnknownEvts,
|
---|
417 | fRatioCalEvents, fPulsePosCalib, fAvgWindSpeed, fAvgTemperature,
|
---|
418 | fAvgHumidity, fAvgTempSky, fAvgCloudiness, fRmsCloudiness)
|
---|
419 |
|
---|
420 |
|
---|
421 |
|
---|
422 | 2008/07/05 Thomas Bretz
|
---|
423 |
|
---|
424 | * datacenter/macros/fillcamera.C, datacenter/macros/findcacofiles.C:
|
---|
425 | - changed JOIN to use USING
|
---|
426 | - removed dependence on TEnv
|
---|
427 | - some improvement to includes
|
---|
428 |
|
---|
429 | * datacenter/macros/filldotrbk.C, datacenter/macros/fillganymed.C,
|
---|
430 | datacenter/macros/filloptical.C, datacenter/macros/fillsignal.C,
|
---|
431 | datacenter/macros/fillsources.C, datacenter/macros/fillstar.C,
|
---|
432 | datacenter/macros/getdolist.C, datacenter/macros/insertcacofile.C,
|
---|
433 | datacenter/macros/insertdataset.C, datacenter/macros/plotoptical.C,
|
---|
434 | datacenter/macros/plotrundb.C, datacenter/macros/plotstat.C,
|
---|
435 | datacenter/macros/resetallruns.C,
|
---|
436 | datacenter/macros/writedatasetfile.C:
|
---|
437 | - removed dependence on TEnv
|
---|
438 | - some improvement to includes
|
---|
439 |
|
---|
440 | * datacenter/macros/filldotrun.C:
|
---|
441 | - make it fail for everything except Magic 1
|
---|
442 | - removed dependence on TEnv
|
---|
443 | - some improvement to includes
|
---|
444 |
|
---|
445 | * datacenter/macros/plotoptical.C:
|
---|
446 | - removed MPlot, use MPlot from plotdb instead
|
---|
447 |
|
---|
448 | * datacenter/macros/setstatus.C:
|
---|
449 | - some improvement to includes
|
---|
450 |
|
---|
451 | * mbase/MTime.[h,cc]:
|
---|
452 | - added function returning day of sunrise as MTime
|
---|
453 |
|
---|
454 | * mhflux/MHAlpha.cc:
|
---|
455 | - use BinError instead of BinContents to decide whether the
|
---|
456 | excess time is plotted or not
|
---|
457 |
|
---|
458 | * mimage/MHHillas.cc:
|
---|
459 | - changed title of "Center"
|
---|
460 |
|
---|
461 | * mjobs/JobsLinkDef.h, mjobs/Makefile:
|
---|
462 | - added new class MSequenceSQL
|
---|
463 |
|
---|
464 | * mjobs/MSequenceSQL.[h,cc]:
|
---|
465 | - added
|
---|
466 |
|
---|
467 | * mjobs/MSequence.[h,cc]:
|
---|
468 | - replaced ReadLightCondition by the more flexible GetLightCondition
|
---|
469 | - added a new constrcutor constructing a MSequence from the database
|
---|
470 | - fixed the output in the comments in Print()
|
---|
471 | - The day and night was printed in a different format than
|
---|
472 | expected when readin a sequence
|
---|
473 | - fLightCondition and the f*RunsSub were missing in the copy-
|
---|
474 | constructor
|
---|
475 |
|
---|
476 | * mjobs/Makefile:
|
---|
477 | - added include of msql
|
---|
478 |
|
---|
479 | * msql/MSQLMagic.[h,cc]:
|
---|
480 | - added a comment to ExistStr and allow to set an additional
|
---|
481 | where-clause
|
---|
482 |
|
---|
483 | * msql/MSQLServer.cc:
|
---|
484 | - allow to init MSQLServer either by an url or from a named
|
---|
485 | resource file
|
---|
486 | - changed JOIN to use USING
|
---|
487 | - if doing an automatic join join _all_ primaries
|
---|
488 |
|
---|
489 | * mtools/MCalendar.cc:
|
---|
490 | - added include of TObjArray needed in newer root versions
|
---|
491 |
|
---|
492 |
|
---|
493 |
|
---|
494 | 2008/07/03 Thomas Bretz
|
---|
495 |
|
---|
496 | * datacenter/macros/filldotrun.C:
|
---|
497 | - Replaced MSQKServer by MSQLMagic
|
---|
498 | - this made local functions obsolete
|
---|
499 | - added new format 20080519 including telescope- and file-number
|
---|
500 | - simplified the if-clauses testing for version numbers (due to
|
---|
501 | the initial check only some version numbers allowed anyway)
|
---|
502 | - check for the combination of telescope-, run- and file-number
|
---|
503 | to be unique.
|
---|
504 |
|
---|
505 | * datacenter/macros/plotrundb.C:
|
---|
506 | - use MPlot from plotdb
|
---|
507 | - removed obsolete DataCheck plots
|
---|
508 | - plot only range of dates which makes sense
|
---|
509 |
|
---|
510 |
|
---|
511 |
|
---|
512 | 2008/07/01 Thomas Bretz
|
---|
513 |
|
---|
514 | * ganymed.cc:
|
---|
515 | - removed the checks for the accessability of the files. They
|
---|
516 | are checked in the corresponding classes instead
|
---|
517 |
|
---|
518 | * sponde.cc:
|
---|
519 | - display only the base name of the ganymed file, not the
|
---|
520 | full path
|
---|
521 |
|
---|
522 | * mbase/MMath.[h,cc]:
|
---|
523 | - added a new member function ErrorExc
|
---|
524 | - Let SignificanceExc (former SignificanceLiMaExc) use ErrorExc
|
---|
525 |
|
---|
526 | * mhflux/MAlphaFitter.[h,cc]:
|
---|
527 | - replaced fSignificanceExc by fErrorExcess
|
---|
528 | - calculate the error instead of the significance (otherwise we
|
---|
529 | get infinity at 0)
|
---|
530 | - also store a negative number of excess events
|
---|
531 | - replaced all -1 in ProjectionZ calls by the histogram limits
|
---|
532 | (including under- and overflows) This is necessary to get
|
---|
533 | root 5.20/00 working
|
---|
534 | - increased class version number according to the changes
|
---|
535 |
|
---|
536 | * mjobs/MDataSet.[h,cc], mjobs/MSequence.[h,cc]:
|
---|
537 | - removed wrong usage of fName and fTitle, introduced new data
|
---|
538 | members instead
|
---|
539 | - initialize fName and fTitle in the constructors correctly
|
---|
540 | - always store the full qualified path name
|
---|
541 | - introduced new member functions GetBaseName and GetFilePath
|
---|
542 | - give the ostream as an argument to Print
|
---|
543 | - added new member function WriteFile to directly Print to
|
---|
544 | an fostream
|
---|
545 | - do not print empty values in Print
|
---|
546 | - increased class version number accordingly
|
---|
547 | - removed GetName and GetRcName accordingly
|
---|
548 |
|
---|
549 | * mjobs/MDataSet.cc:
|
---|
550 | - set the dataset number to an invalid status if the file could
|
---|
551 | not be accessed
|
---|
552 |
|
---|
553 | * mjobs/MJCut.cc:
|
---|
554 | - replaced GetName for the dataset by GetBaseName
|
---|
555 | - make sure the summary file is not created if not requested
|
---|
556 | - do not use pointers to MWriteRootFile to make sure the instances
|
---|
557 | always get deleted
|
---|
558 |
|
---|
559 | * mjobs/MJSpectrum.cc:
|
---|
560 | - fixed a bug in the check for the existence of the excess time
|
---|
561 | - replaced GetName for the dataset by GetBaseName
|
---|
562 | - Write the full path name to the ganymed.root into the file
|
---|
563 | - fixed typos in determine
|
---|
564 |
|
---|
565 | * mpointing/MPointingDevCalc.cc:
|
---|
566 | - initialize fNsb* members also in PreProcess as correctly
|
---|
567 | suggested by valgrind
|
---|
568 |
|
---|
569 | * mjobs/MJCalibration.[h,cc]:
|
---|
570 | - made the drawing of the bad pixel explanation more automatic
|
---|
571 | - some simplifications to the function drawing all the result tabs
|
---|
572 | - make sure to do the projection without name. Some root versions
|
---|
573 | don't like several plots with the same name in one tab
|
---|
574 | - removed several misleading drawing of number of outliers etc
|
---|
575 | - added setting of min and max to FixDataCheckHist
|
---|
576 | - simplified DisplayDoubleProjection (also unified in code with
|
---|
577 | MJPedestal)
|
---|
578 | - removed all the obsolste and confusing projections of the
|
---|
579 | individual sectors and camera halves
|
---|
580 |
|
---|
581 | * mjobs/MJPedestal.[h,cc]:
|
---|
582 | - make sure to do the projection without name. Some root versions
|
---|
583 | don't like several plots with the same name in one tab
|
---|
584 | - use the unified DisplayDoubleProjection from MJCalibration
|
---|
585 | - removed all the obsolste and confusing projections of the
|
---|
586 | individual sectors and camera halves
|
---|
587 |
|
---|
588 | * mhflux/MHAlpha.cc:
|
---|
589 | - replaced EventsExcess/SignificanceExc by just ErrorEvents
|
---|
590 | - for the moment do not propagate Excesses<=0 to the pads
|
---|
591 | (not to spoil the logarithmic display, this still needs a fix)
|
---|
592 | - replaced -1 in ProjectionZ by the bin numbers (including
|
---|
593 | under- and overflow bins), otherwise it won't work with
|
---|
594 | root 5.20/00
|
---|
595 | - propagate all result to the timing histogram (it is not
|
---|
596 | logarithmic anyway)
|
---|
597 | - made Paint also work with the new implementation of ProjectionZ
|
---|
598 | via Project3D in root 5.20/00 (it won't reuse the correct
|
---|
599 | histogram from the pad :( )
|
---|
600 | - replaced kFullDotMedium by 0 (no marker) where appropriate
|
---|
601 | - changed the rule not to display the time-histogram
|
---|
602 |
|
---|
603 |
|
---|
604 |
|
---|
605 | 2008/06/30 Thomas Bretz
|
---|
606 |
|
---|
607 | * datacenter/macros/fillstar.C:
|
---|
608 | - check whether graphs are empty in a more accurate way
|
---|
609 |
|
---|
610 | * datacenter/macros/plotdb.C:
|
---|
611 | - fixed some axis title
|
---|
612 | - increased range of fRatePedTrigEvts
|
---|
613 |
|
---|
614 | * msql/MSQLMagic.cc:
|
---|
615 | - added ' around the where clause in UpdateInsert to allowe
|
---|
616 | also for times etc
|
---|
617 |
|
---|
618 | * callisto.cc:
|
---|
619 | - removed test-option (it was never used anyway and should
|
---|
620 | be reprogrammed properly)
|
---|
621 |
|
---|
622 | * datacenter/macros/plotdb.C, mbase/MStatusDisplay.h, mbase/MTime.h:
|
---|
623 | - removed unused argument
|
---|
624 |
|
---|
625 | * mbadpixels/MBadPixelsPix.h:
|
---|
626 | - added static functions to get names and numbers of unsuitable
|
---|
627 | and unreliable levels
|
---|
628 |
|
---|
629 | * mbase/MMath.cc:
|
---|
630 | - made MedianDevImp working properly with a template
|
---|
631 |
|
---|
632 | * mhcalib/HCalibLinkDef.h, mhcalib/Makefile:
|
---|
633 | - removed MHCalibrationTestCam
|
---|
634 | - removed MHCalibrationTestTimeCam
|
---|
635 |
|
---|
636 | * mhcalib/MHCalibrationCam.cc:
|
---|
637 | - removed an obsolete TPad in Draw()
|
---|
638 | - removed some obsolete kCanDelete in Drwa()
|
---|
639 |
|
---|
640 | * mhcalib/MHCalibrationChargeCam.cc:
|
---|
641 | - changed some colors to work properly also in root 5.20/00
|
---|
642 |
|
---|
643 | * mhflux/MHThreshold.cc:
|
---|
644 | - made Smooth work with root 5.20/00 (to be checked)
|
---|
645 |
|
---|
646 | * mhist/MHCamera.[h,cc]:
|
---|
647 | - fixed defaults in Profile and Projection function to match code
|
---|
648 | - fixed some comments
|
---|
649 | - replaced InheritsFrom arguments by TClass statics
|
---|
650 |
|
---|
651 | * mjobs/JobsLinkDef.h:
|
---|
652 | - removed MJCalibTest
|
---|
653 |
|
---|
654 | * mjobs/MJCalibrateSignal.cc, mjobs/Makefile:
|
---|
655 | - removed obsolete include of MParameterCalc
|
---|
656 |
|
---|
657 | * mranforest/MRanForest.cc:
|
---|
658 | - added a cast in BinarySearch to make it work with the template
|
---|
659 | of root 5.20/00
|
---|
660 |
|
---|
661 | * mtools/MCalendar.h:
|
---|
662 | - fixed *MENU option
|
---|
663 |
|
---|
664 | * mtools/MagicJam.h:
|
---|
665 | - added the Smooth function of root 5.20/00 to be removed from
|
---|
666 | the context menu
|
---|
667 |
|
---|
668 |
|
---|
669 |
|
---|
670 | 2008/06/21 Thomas Bretz
|
---|
671 |
|
---|
672 | * callisto.cc, star.cc, ganymed.cc, sponde.cc:
|
---|
673 | - set the display name to a more convinient name
|
---|
674 |
|
---|
675 | * datacenter/macros/plotdb.C:
|
---|
676 | - some improvement in setting axis titles and titles
|
---|
677 | automatically from the sql column names
|
---|
678 | - moved the Muon cut to a SetCondition call
|
---|
679 | - renamed some functions
|
---|
680 |
|
---|
681 | * mbase/MStatusDisplay.h:
|
---|
682 | - overwrote SetTitle with a function allowing to set a title
|
---|
683 | only if no title set so far
|
---|
684 |
|
---|
685 | * mjobs/MJCalibrateSignal.cc, mjobs/MJCalibration.cc,
|
---|
686 | mjobs/MJPedestal.cc:
|
---|
687 | - set a proper display title and set it only if not already set
|
---|
688 |
|
---|
689 | * mjobs/MJPedestal.cc:
|
---|
690 | - changed some filter names to more convinient names
|
---|
691 |
|
---|
692 |
|
---|
693 |
|
---|
694 | 2008/06/20 Thomas Bretz
|
---|
695 |
|
---|
696 | * macros/dohtml.C:
|
---|
697 | - added missing mmovie directory
|
---|
698 |
|
---|
699 | * mhflux/MHEnergyEst.cc:
|
---|
700 | - changed the fit range to adapt to the new plot
|
---|
701 | - exchanged the two plots on the right to have the correct plot
|
---|
702 | near the 1D histogram
|
---|
703 | - fixed the title of the plot in the top right
|
---|
704 | - call SetNoExponent and SetMoreLoglabels
|
---|
705 |
|
---|
706 | * mjobs/MJSpectrum.[h,cc]:
|
---|
707 | - outsources producing the spectral function as string to
|
---|
708 | a new static function FormFlux
|
---|
709 |
|
---|
710 | * mpointing/MPointingDevCalc.cc:
|
---|
711 | - added some info
|
---|
712 |
|
---|
713 |
|
---|
714 |
|
---|
715 | 2008/06/19 Thomas Bretz
|
---|
716 |
|
---|
717 | * mjobs/MJSpectrum.cc:
|
---|
718 | - small improvement to output
|
---|
719 | - handle underflow bin of effective on-time more accurate
|
---|
720 | - reddid the formattig of the spectral fit
|
---|
721 |
|
---|
722 | * mbase/MMath.[h,cc]:
|
---|
723 | - added Format member function
|
---|
724 |
|
---|
725 | * datacenter/macros/plotstat.C:
|
---|
726 | - fixed some axis titles
|
---|
727 |
|
---|
728 |
|
---|
729 |
|
---|
730 | 2008/06/19 Thomas Bretz
|
---|
731 |
|
---|
732 | * RELEASE 2.1
|
---|
733 |
|
---|
734 |
|
---|
735 |
|
---|
736 | 2008/06/19 Thomas Bretz
|
---|
737 |
|
---|
738 | * mraw/MRawRunHeader.cc:
|
---|
739 | - fixed that the line reading the fNumEventsRead vanished
|
---|
740 |
|
---|
741 |
|
---|
742 |
|
---|
743 | 2008/06/18 Thomas Bretz
|
---|
744 |
|
---|
745 | * datacenter/macros/buildsequenceentries.C:
|
---|
746 | - replaced the old calculation of the run-time of one sequence
|
---|
747 | by a more sophisticated using the TIMEDIFF function
|
---|
748 |
|
---|
749 | * mjobs/MJStar.cc:
|
---|
750 | - Use File id instead of run number
|
---|
751 | - fixed the units in the display (phe not \\gamma)
|
---|
752 |
|
---|
753 | * mjobs/MSequence.[h,cc]:
|
---|
754 | - reorganized header
|
---|
755 | - implemented new scheme including file numbers
|
---|
756 | - increased class version number accordingly
|
---|
757 | - removed some obsolete old, never used, functions and comments
|
---|
758 |
|
---|
759 | * mraw/MRawRunHeader.[h,cc]:
|
---|
760 | - renamed RunID to TypeID
|
---|
761 | - return 0 in RunLength if one of the times is invalid
|
---|
762 |
|
---|
763 | * Makefile:
|
---|
764 | - removed sinope
|
---|
765 |
|
---|
766 |
|
---|
767 |
|
---|
768 | 2008/06/17 Daniel Hoehne
|
---|
769 |
|
---|
770 | * datacenter/macros/fillcamera.C:
|
---|
771 | - added and changed some parameters
|
---|
772 |
|
---|
773 | * datacenter/scripts/mcsequences:
|
---|
774 | - added database interaction. Now sequences are built by querying
|
---|
775 | the relevant parameters in the MC database
|
---|
776 |
|
---|
777 | * datacenter/scripts/runmccallisto, datacenter/scripts/runmcstar:
|
---|
778 | - added
|
---|
779 |
|
---|
780 | * datacenter/scripts/sourcefile:
|
---|
781 | - added failed codes for runmccallisto and runmcstar
|
---|
782 |
|
---|
783 |
|
---|
784 |
|
---|
785 | 2008/06/17 Thomas Bretz
|
---|
786 |
|
---|
787 | * datacenter/macros/plotdb.C:
|
---|
788 | - SetSelectedPad to 0 before calling DrawClone of TGraph
|
---|
789 | - small reordering of the tabs
|
---|
790 | - removed tab with absolute effective on time
|
---|
791 |
|
---|
792 | * mbase/MLog.cc:
|
---|
793 | - make sure that the correct output level is restored after root
|
---|
794 | called the error handler
|
---|
795 |
|
---|
796 | * mbase/MStatusDisplay.cc:
|
---|
797 | - Changed backround color to white (_not_ kWhite)
|
---|
798 | - made a sunken border around the canvas
|
---|
799 | - SetFrameBorderMode(0) per default
|
---|
800 |
|
---|
801 | * mraw/MRawRunHeader.[h,cc]:
|
---|
802 | - added some consistency checks
|
---|
803 | - make the bug fix for the wrong number of events also for
|
---|
804 | V10 and V11
|
---|
805 | - added Getters for RunID and FileID used to idetify
|
---|
806 | the runs more clever than run-number and file-number
|
---|
807 |
|
---|
808 |
|
---|
809 |
|
---|
810 | 2008/06/14 Thomas Bretz
|
---|
811 |
|
---|
812 | * merpp.cc:
|
---|
813 | - replaced MRawFileWrite by MWriteRootFile
|
---|
814 |
|
---|
815 | * showplot.cc:
|
---|
816 | - added new options to write tiff files
|
---|
817 | - added new options to write csv files
|
---|
818 | - some code simplification
|
---|
819 |
|
---|
820 | * datacenter/macros/plotdb.C:
|
---|
821 | - set the title (without axis descriptions) as Tab-title
|
---|
822 | - set FrameBorderMode to 0 for canvas
|
---|
823 |
|
---|
824 | * mbase/MStatusArray.[h,cc]:
|
---|
825 | - added a copy constructor taking MStatusDislay as an argument
|
---|
826 | - set gLog to all in Print()
|
---|
827 |
|
---|
828 | * mhbase/MFillH.[h,cc]:
|
---|
829 | - allow to set a title in SetNameTab which is used as tab title
|
---|
830 | - therefore added new data member fTitleTab
|
---|
831 | - increased class version by 1
|
---|
832 |
|
---|
833 | * mraw/MRawRead.cc:
|
---|
834 | - set ReadyToSave for raw data to be able to use MWriteRootFile
|
---|
835 | in merpp
|
---|
836 |
|
---|
837 | * mraw/Makefile, mraw/RawLinkDef.h:
|
---|
838 | - removed MRawFileWrite
|
---|
839 |
|
---|
840 | * mbase/MStatusDisplay.[h,cc]:
|
---|
841 | - added the tif file format
|
---|
842 | - added the csv file format
|
---|
843 | - fixed the bmp and xml menu entries
|
---|
844 | - added again to list of specials to allow for access from the
|
---|
845 | interpreter
|
---|
846 | - added title to AddTab. The title is stored as canvas title
|
---|
847 | - added some warpper to access FindobjectInCanvas and Print
|
---|
848 | from the MStatusDisplay to gain access from the interpreter
|
---|
849 | - Removed obsolete DrawClonePad wrapper in Display and
|
---|
850 | added title
|
---|
851 | - added FillArray to add all canvases to a temporary MStatusArray
|
---|
852 | - removed obsolete CanvasSetFillColor
|
---|
853 | - use mktemp in UpdatePSHeader
|
---|
854 | - some code cleanup. Moved some common code from the SaveAs function
|
---|
855 | to the new InitWrite* functions
|
---|
856 | - implemented %%tab%% and %%name%%
|
---|
857 | - added a workround (MyCanvas) to get the title and footer in the
|
---|
858 | ps-files also in root 5.18
|
---|
859 | - removed cloning of the canvases whereever possible.Gave problems
|
---|
860 | in root 5.18 (not yet understood)
|
---|
861 | - changed color mode of postscrip files from rgb to cmyk
|
---|
862 | - UpdatePSHeader not long needed in root >=5.12
|
---|
863 | - reorganized header file
|
---|
864 |
|
---|
865 | * mreport/MReportCC.[h,cc]:
|
---|
866 | - removed obsolete fRecTemp
|
---|
867 | - call Copy() in the correct direction
|
---|
868 |
|
---|
869 | * mreport/MReportFileRead.[h,cc]:
|
---|
870 | - use a C++ cast instead of a C-cast
|
---|
871 | - add containers to parameter list _before_ calling SetupReading
|
---|
872 | - removed some obsolete comments in the header
|
---|
873 |
|
---|
874 | * mjobs/MJStar.cc:
|
---|
875 | - we need to read the new "Rec" tree
|
---|
876 | - and we need to fill from the Rec _and_ CC tree (could give a bias
|
---|
877 | if the rate on both trees would once be identical anymore)
|
---|
878 |
|
---|
879 | * mhist/MHCamEvent.cc:
|
---|
880 | - allocate fSum in constructor to allow filling from two different
|
---|
881 | tasks
|
---|
882 |
|
---|
883 |
|
---|
884 |
|
---|
885 | 2008/06/14 Thomas Bretz
|
---|
886 |
|
---|
887 | * mtrigger/MFTriggerPattern.cc:
|
---|
888 | - improved documentation
|
---|
889 |
|
---|
890 | * mars.cc, mbase/MStatusDisplay.cc:
|
---|
891 | - changed the M in MARS to "Modular"
|
---|
892 | - rpelaced year in copyright by current year
|
---|
893 |
|
---|
894 | * datacenter/macros/plotdb.C:
|
---|
895 | - increased range for the rate of the calibration events
|
---|
896 | - added "RatioCal" tab
|
---|
897 |
|
---|
898 | * datacenter/macros/fillstar.C:
|
---|
899 | - fill NULL also if TGraph is empty
|
---|
900 |
|
---|
901 | * mastro/MAstro.cc:
|
---|
902 | - included math.h for darwin
|
---|
903 |
|
---|
904 | * mjobs/MJCalibrateSignal.cc:
|
---|
905 | - changed the named of the MFTriggerPattern
|
---|
906 |
|
---|
907 | * merpp.cc:
|
---|
908 | - added new option --only, --rep-run, --rep-file, --header-run,
|
---|
909 | --header-file, --telescope
|
---|
910 | - moved Receiver information from tree CC to tree Rec
|
---|
911 |
|
---|
912 | * mbase/MStatusDisplay.cc:
|
---|
913 | - replacedMTime by TDatime
|
---|
914 |
|
---|
915 | * mcamera/MCameraRecTemp.[h,cc], mcamera/MCameraTD.[h,cc],
|
---|
916 | mcamera/MCameraTH.[h,cc], mreport/MReportCC.[h,cc]:
|
---|
917 | - moved interpretation of sub-parts of the reports from
|
---|
918 | MReportCC to the corresponding MCamera* classes
|
---|
919 |
|
---|
920 | * mreport/MReport.[h,cc]:
|
---|
921 | - added Copy member function to copy time and state
|
---|
922 | - added CheckTag member function
|
---|
923 | - Implemented skipping of the Telescope number in the reports
|
---|
924 | for version >=200805190
|
---|
925 |
|
---|
926 | * mreport/MReportCC.[h,cc]:
|
---|
927 | - access Receiver infomations via new class MReportRec
|
---|
928 | even for old file formats
|
---|
929 | - skip this block in new formats
|
---|
930 | - moved CheckTag to base class
|
---|
931 |
|
---|
932 | * mreport/MReportCamera.[h,cc]:
|
---|
933 | - removed CheckTag
|
---|
934 |
|
---|
935 | * mreport/MReportFileRead.[h,cc]:
|
---|
936 | - don't check for the number of lines anymore but for -1 instead
|
---|
937 | - changed fNumLine from ULong to Long to allow a negative
|
---|
938 | return value. We don't expect so many lines in a file anyway,
|
---|
939 | do we?
|
---|
940 |
|
---|
941 | * mreport/MReportFileReadCC.[h,cc]:
|
---|
942 | - splitted CheckFileHeader into several subfunction
|
---|
943 | - added checks and reading of telescope number and file number
|
---|
944 |
|
---|
945 | * mreport/MReportRun.[h,cc]:
|
---|
946 | - added file number from new format
|
---|
947 |
|
---|
948 | * mreport/Makefile, mreport/ReportLinkDef.h:
|
---|
949 | - added MReportRec
|
---|
950 |
|
---|
951 | * mreport/MReportRec.[h,cc]:
|
---|
952 | - added
|
---|
953 |
|
---|
954 | * mhist/MHCamera.cc:
|
---|
955 | - fixed a bug in the profile and projection functions namely that
|
---|
956 | the default was not correctly treated because char* was
|
---|
957 | compared with char*
|
---|
958 |
|
---|
959 | * mbase/MLog.cc, mbase/MMath.cc, mbase/MParContainer.cc,
|
---|
960 | mcalib/MCalibrateData.cc, mcalib/MCalibrationPulseTimeCam.cc,
|
---|
961 | mhbase/MBinning.h, mhbase/MH.cc, mhbase/MHMatrix.cc,
|
---|
962 | mhbase/MHn.cc, mhcalib/MHCalibrationChargeCam.cc, mhflux/MHDisp.cc,
|
---|
963 | mimage/MCameraSmooth.cc, mimage/MConcentration.cc,
|
---|
964 | mjobs/MJCalibration.cc, mjoptim/MJOptimize.cc,
|
---|
965 | mjtrain/MJTrainSeparation.cc, mmuon/MMuonSearchPar.cc,
|
---|
966 | mreport/MReportCurrents.cc, mreport/MReportRun.cc,
|
---|
967 | mtools/MChisqEval.cc:
|
---|
968 | - fixed some cast-away constness warnings
|
---|
969 | - fixed some shadow declarations
|
---|
970 |
|
---|
971 | * mhbase/MH.[h,cc]:
|
---|
972 | - removed an old obsolete workaround (ProjectionX/Y)
|
---|
973 |
|
---|
974 | * mimage/Makefile, mimage/ImageLinkDef.h:
|
---|
975 | - removed MCameraSmooth
|
---|
976 |
|
---|
977 | * mbase/MAGIC.h:
|
---|
978 | - added a new namespace UTF8 with double char characters
|
---|
979 |
|
---|
980 | * mbase/BaseLinkDef.h:
|
---|
981 | - added the new namespace UTF8
|
---|
982 |
|
---|
983 | * mimage/MNewImagePar.cc, mpointing/MPointing.cc,
|
---|
984 | datacenter/macros/fillstar.C:
|
---|
985 | - some characters replaced by the new UTF8 characters
|
---|
986 |
|
---|
987 |
|
---|
988 |
|
---|
989 | 2008/06/13 Thomas Bretz
|
---|
990 |
|
---|
991 | * datacenter/macros/fillcalib.C:
|
---|
992 | - fixed a bug introduced by the usage of InserUpdate
|
---|
993 |
|
---|
994 | * datacenter/macros/fillsignal.C:
|
---|
995 | - fixed a type (the wrong number was printed to the console)
|
---|
996 |
|
---|
997 | * mjobs/MJCalibrateSignal.cc:
|
---|
998 | - let all calibration triggered events pass to calibration
|
---|
999 |
|
---|
1000 | * mtrigger/MFTriggerPattern.[h,cc]:
|
---|
1001 | - count a bit more to increase the printed amout of
|
---|
1002 | information at the end
|
---|
1003 |
|
---|
1004 |
|
---|
1005 |
|
---|
1006 | 2008/06/12 Thomas Bretz
|
---|
1007 |
|
---|
1008 | * resources/starguider00267253.txt, resources/starguider00291104.txt:
|
---|
1009 | - added
|
---|
1010 |
|
---|
1011 | * ganymed.rc, ganymed_wobble.rc, ganymed_onoff.rc:
|
---|
1012 | - added preliminary pointing models
|
---|
1013 |
|
---|
1014 | * mpointing/MPointingDevCalc.cc:
|
---|
1015 | - updated comments
|
---|
1016 |
|
---|
1017 | * mraw/MRawCrateData.[h,cc], mraw/MRawEvtHeader.[h,cc],
|
---|
1018 | mraw/MRawRunHeader.[h,cc]:
|
---|
1019 | - renamed reading the old format to ReadEvtOld
|
---|
1020 | - implemented reading format>10
|
---|
1021 | - added the header size as new argument to ReadEvt
|
---|
1022 |
|
---|
1023 | * mraw/MRawEvtHeader.cc:
|
---|
1024 | - made the argument to DecodeTime const
|
---|
1025 | - fixed the return value in ReadEvtOld. kCONTINUE could
|
---|
1026 | never be returned
|
---|
1027 |
|
---|
1028 | * mraw/MRawRead.cc:
|
---|
1029 | - gives header size for format>10 to ReadEvt
|
---|
1030 | - if EvtHeader could not be read correctly return kFALSE
|
---|
1031 | - let MRawCrateData::ReadEvt check end-of-file
|
---|
1032 |
|
---|
1033 | * merpp.cc:
|
---|
1034 | - improved explanation for -ff option
|
---|
1035 |
|
---|
1036 | * readdaq.cc:
|
---|
1037 | - added -ff option
|
---|
1038 | - added an option to call MReadRawFiles::SetForceMode
|
---|
1039 |
|
---|
1040 | * mbase/MTime.[h,cc]:
|
---|
1041 | - added new member function SetBinary to easy processing
|
---|
1042 | of the time from the new run header
|
---|
1043 |
|
---|
1044 | * mhflux/MHEffectiveOnTime.cc:
|
---|
1045 | - for the integral (Nm) we have to count also events in under and
|
---|
1046 | overflow bins
|
---|
1047 |
|
---|
1048 | * mjobs/MJCalibrateSignal.cc, mjobs/MJCalibration.cc,
|
---|
1049 | mjobs/MJPedestal.cc:
|
---|
1050 | - call MRawFileRead::SetForceMode to get the (corrected)
|
---|
1051 | old behaviour back (not to stop if an event time is
|
---|
1052 | broken but to skip the event)
|
---|
1053 |
|
---|
1054 | * mraw/MRawRunHeader.[h,cc]:
|
---|
1055 | - the number of events in format version V9 seems to be
|
---|
1056 | to high by one. We correct for this.
|
---|
1057 | - added new data members for the header sizes
|
---|
1058 | - new data member for the file number
|
---|
1059 | - increased cize of fSourceEpochChar
|
---|
1060 | - consequently increased class version number by 1
|
---|
1061 |
|
---|
1062 | * datacenter/macros/plotdb.C:
|
---|
1063 | - improved some titles
|
---|
1064 | - added the new rates
|
---|
1065 | - added the new values from the star-files
|
---|
1066 |
|
---|
1067 | * mbase/MStatusDisplay.cc:
|
---|
1068 | - removing the canvases from the global list didn't work
|
---|
1069 | because some RecursiveRemovs rely on gROOT->FindObject to work
|
---|
1070 | (adding them to another list didn't work either)
|
---|
1071 |
|
---|
1072 | * mhflux/MHEnergyEst.cc:
|
---|
1073 | - renamed the "Resolution" Histogram accordingly.
|
---|
1074 |
|
---|
1075 | * mjobs/MJCalibrateSignal.cc:
|
---|
1076 | - added a histogram showing the arrival time of
|
---|
1077 | extracted interleaved calibration events
|
---|
1078 |
|
---|
1079 | * mraw/MRawEvtData.[h,cc]:
|
---|
1080 | - fixed the Draw function. It was broken since the latest changes
|
---|
1081 | - added fNumBytesPerSample to the Copy-function
|
---|
1082 | - fixed the GetSample-function
|
---|
1083 | - added a new member funtion to return the maximu possible
|
---|
1084 |
|
---|
1085 | * mars.rc:
|
---|
1086 | - changed the default for the MUX spline to the 50 sl window
|
---|
1087 |
|
---|
1088 | * msignal/MSignalCalc.cc:
|
---|
1089 | - scale the pedestal correctly with the scale
|
---|
1090 |
|
---|
1091 | * mjobs/MJStar.cc:
|
---|
1092 | - allow filling of pyrometer information to be skipped
|
---|
1093 |
|
---|
1094 | * mhist/MHWeather.cc:
|
---|
1095 | - show also colored labels
|
---|
1096 |
|
---|
1097 | * Makefile:
|
---|
1098 | - it seems the libmars.so looses read permissions for group
|
---|
1099 | and others when it is moved. Now they are set manually
|
---|
1100 |
|
---|
1101 | * datacenter/fillsignal.C, datacenter/macros/fillstar.C:
|
---|
1102 | - added filling of calibration pulse position
|
---|
1103 | - use more often NULL in case of no entries. This is less
|
---|
1104 | biasing in case of averaging of values
|
---|
1105 |
|
---|
1106 | * macros/tutorials/readrfl.C:
|
---|
1107 | - print run header
|
---|
1108 | - print event header
|
---|
1109 | - skip empty events
|
---|
1110 |
|
---|
1111 | * mhist/MHEvent.cc:
|
---|
1112 | - removed the pointing from the histogram names. It's
|
---|
1113 | simply obsolete
|
---|
1114 |
|
---|
1115 | * mjobs/MJSpectrum.[h,cc]:
|
---|
1116 | - removed the kolmogorov test from output
|
---|
1117 | - added a new tab showing the energy resolution
|
---|
1118 | - therefore added a new BinningImpact to the list of binnings
|
---|
1119 | - store the ganymed file's file name in the output
|
---|
1120 |
|
---|
1121 | * mmain/MEventDisplay.cc:
|
---|
1122 | - skip events without data in the loop not in the code.
|
---|
1123 | This ensures that no task can crash due to this
|
---|
1124 | when processing MCs
|
---|
1125 |
|
---|
1126 | * msql/MSQLMagic.[h,cc]:
|
---|
1127 | - fixed InsertUpdate. The primary key was not inserted
|
---|
1128 | if Insert was called
|
---|
1129 |
|
---|
1130 |
|
---|
1131 |
|
---|
1132 | 2008/06/11 Thomas Bretz
|
---|
1133 |
|
---|
1134 | * mhflux/MHEnergyEst.[h,cc]:
|
---|
1135 | - finally replaced fResolution by more correct histograms
|
---|
1136 | - some code cleanup in projecting, profiling and drawing
|
---|
1137 | - increased class version number by one
|
---|
1138 |
|
---|
1139 | * mbase/MStatusDisplay.cc:
|
---|
1140 | - remove the embedded canvas from the global list to prevent
|
---|
1141 | global access to it
|
---|
1142 |
|
---|
1143 | * mhbase/MH3.cc:
|
---|
1144 | - fixed a bug if in a 2D constructor a 1D profile was created
|
---|
1145 |
|
---|
1146 | * mreport/MReportPyrometer.cc:
|
---|
1147 | - tiny changes to the comments
|
---|
1148 |
|
---|
1149 |
|
---|
1150 |
|
---|
1151 | 2008/06/10 Thomas Bretz
|
---|
1152 |
|
---|
1153 | * mreport/MReportPyrometer.[h,cc]:
|
---|
1154 | - added
|
---|
1155 |
|
---|
1156 | * mreport/Makefile, mreport/ReportLinkDef.h:
|
---|
1157 | - added MReportPyrometer
|
---|
1158 |
|
---|
1159 | * mreport/MReportRun.cc:
|
---|
1160 | - removed obsolete include of MAstro
|
---|
1161 |
|
---|
1162 | * merpp.cc:
|
---|
1163 | - added Pyrometer information
|
---|
1164 |
|
---|
1165 | * mfileio/MWriteRootFile.h:
|
---|
1166 | - added new member function AddTree to add a container with the
|
---|
1167 | corresponding time-stamp
|
---|
1168 |
|
---|
1169 | * mjobs/MCalibrateSignal.cc, mjobs/MJStar.cc:
|
---|
1170 | - replaced some AddContainer by the new AddTree
|
---|
1171 | - added Pyrometer information to in- and output, respectively
|
---|
1172 |
|
---|
1173 | * datacenter/macros/fillstar.C:
|
---|
1174 | - added new columns fAvgHumidity, fAvgCloudiness, fRmsCloudiness
|
---|
1175 | and fAvgTempSky
|
---|
1176 |
|
---|
1177 | * mhist/MHWeather.[h,cc]:
|
---|
1178 | - removed the display of the solar radiation which was
|
---|
1179 | never working
|
---|
1180 | - added display of the pyrometer data to the display
|
---|
1181 | - reorganized display
|
---|
1182 |
|
---|
1183 | * mjobs/MJStar.cc:
|
---|
1184 | - added filling of the weather data also from the pyrometer branch
|
---|
1185 |
|
---|
1186 |
|
---|
1187 |
|
---|
1188 | 2008/06/09 Thomas Bretz
|
---|
1189 |
|
---|
1190 | * mbase/MArgs.[h,cc]:
|
---|
1191 | - for convinience store the full command line as Title
|
---|
1192 | - replaced *fArgv by fArgv
|
---|
1193 |
|
---|
1194 | * mbase/MObjLookup.cc:
|
---|
1195 | - replaced C-style cast by reinterpret_cast
|
---|
1196 |
|
---|
1197 | * datacenter/macros/fillcalib.C, datacenter/macros/fillstar.C:
|
---|
1198 | - removed usage of Nint (obsolete... Form does rounding)
|
---|
1199 |
|
---|
1200 | * datacenter/macros/fillsignal.C:
|
---|
1201 | - removed usage of Nint (obsolete... Form does rounding)
|
---|
1202 | - added new columns to get trigger rates from TrigPat tab
|
---|
1203 | - fixed some small bugs lately introduced
|
---|
1204 |
|
---|
1205 | * mhflux/MHEffectiveOnTime.cc:
|
---|
1206 | - fixed a typo in ReInit
|
---|
1207 |
|
---|
1208 |
|
---|
1209 |
|
---|
1210 | 2008/06/06 Thomas Bretz
|
---|
1211 |
|
---|
1212 | * datacenter/macros/plotdb.C:
|
---|
1213 | - added average temperature and wind speed
|
---|
1214 | - reviewed some ranges
|
---|
1215 |
|
---|
1216 | * mhbase/MH3.cc:
|
---|
1217 | - in the 2D case with labels and boxes use blue line color
|
---|
1218 |
|
---|
1219 | * mhflux/MHEffectiveOnTime.[h,cc]:
|
---|
1220 | - added a new data member fTotalTime counting the total run-time
|
---|
1221 | from the run-headers
|
---|
1222 | - added the new data member to the display
|
---|
1223 | - increased class version number accordingly
|
---|
1224 |
|
---|
1225 | * mjobs/MJCalibrateSignal.cc:
|
---|
1226 | - let sum-trigger events pass to get calibrated
|
---|
1227 | - improved DefineLabel table for trigger patterns
|
---|
1228 | - added MTriggerPattern to output
|
---|
1229 |
|
---|
1230 | * mjobs/MJStar.cc:
|
---|
1231 | - added a new tab "Rate" showing the remaining rates per run and
|
---|
1232 | trigger pattern after image cleaning
|
---|
1233 | - let only event with Lvl1 trigger pass to effective on-time
|
---|
1234 | calculation
|
---|
1235 | - changed title in plot of avg dc currents and pedestal rms
|
---|
1236 |
|
---|
1237 | * mtrigger/MFTriggerPattern.[h,cc]:
|
---|
1238 | - added a counter counting the trigger decision
|
---|
1239 | - print the result in the PostProcess
|
---|
1240 |
|
---|
1241 |
|
---|
1242 |
|
---|
1243 | 2008/06/06 Thomas Bretz
|
---|
1244 |
|
---|
1245 | * datacenter/macros/fillstar.C:
|
---|
1246 | - added windspeed and temperature
|
---|
1247 |
|
---|
1248 | * datacenter/macros/fillcalib.C, datacenter/macros/fillsignal.C,
|
---|
1249 | datacenter/macros/fillstar.C:
|
---|
1250 | - use MSQLMagic instead of MSQLServer
|
---|
1251 |
|
---|
1252 | * datacenter/macros/plotdb.C:
|
---|
1253 | - added wind speed and temperature
|
---|
1254 |
|
---|
1255 | * datacenter/macros/plotstat.C:
|
---|
1256 | - added a plot showing the observation time per exposure (based on
|
---|
1257 | the source key)
|
---|
1258 |
|
---|
1259 | * mbase/MStatusDisplay.cc:
|
---|
1260 | - fixed the SaveAs. A wrong version was comitted
|
---|
1261 |
|
---|
1262 | * mextralgo/MExtralgoSpline.h:
|
---|
1263 | - added the missing inclusion of TMath (root 5.18)
|
---|
1264 |
|
---|
1265 |
|
---|
1266 |
|
---|
1267 | 2008/06/03 Thomas Bretz
|
---|
1268 |
|
---|
1269 | * mbase/MStatusDisplay.cc:
|
---|
1270 | - added missing inclusion of TMath (root 5.18)
|
---|
1271 | - initialize gClient in batch mode to repair broken
|
---|
1272 | batch-mode in root 5.18. Fortunately this doesn't
|
---|
1273 | break root 5.12
|
---|
1274 | - added a SaveAs(const char *c, const Option_t *o)
|
---|
1275 | based on the new SaveAs from TGObject
|
---|
1276 |
|
---|
1277 | * mcalib/MCalibrationChargePix.[h,cc],
|
---|
1278 | mextralgo/MExtralgoDigitalFilter.[h,cc]:
|
---|
1279 | - moved some code to source file to prevent TMath inclusion in
|
---|
1280 | header (root 5.18)
|
---|
1281 |
|
---|
1282 | * mcalib/MCalibrationChargeCam.cc,
|
---|
1283 | mcalib/MCalibrationChargePINDiode.cc:
|
---|
1284 | - added the missing inclusion of TMath (root 5.18)
|
---|
1285 |
|
---|
1286 | * mgeom/MGeomCam.[h,cc]:
|
---|
1287 | - for sanity (a bug in root < 5.18) filling fPixels is now
|
---|
1288 | done via AddAt. This "repairs" the functionality of the
|
---|
1289 | Streamer which before didn't store any contants of fPixels
|
---|
1290 | nor read any contents.
|
---|
1291 | - Removed the custom Clone function. It is now obsolete,
|
---|
1292 | because it works through the fixed Streamer
|
---|
1293 | - a Copy-member function has been implemented
|
---|
1294 | - a custom Streamer has been implemented allowing to read
|
---|
1295 | files containing MGeomCamMagic written with root 5.12
|
---|
1296 | with root 5.18
|
---|
1297 | - A member function containing the workaround has been implemented
|
---|
1298 | - Print got an option ("simple")
|
---|
1299 |
|
---|
1300 | * mgeom/GeomLinkDef.h:
|
---|
1301 | - suppress root-Streamer
|
---|
1302 |
|
---|
1303 | * manalysis/MGeomApply.cc:
|
---|
1304 | - added the newly necessary call to the StreamerWorkaround
|
---|
1305 |
|
---|
1306 | * mgeom/MGeomPix.[h,cc]:
|
---|
1307 | - because with the IgnoreTObjectStreamer set for MParContainer
|
---|
1308 | the bits for the outer rings cannot be stored. This was no
|
---|
1309 | problem before because in reality they have never been written
|
---|
1310 | or read. To store the bits a new data-member fUserBits
|
---|
1311 | has been introduced.
|
---|
1312 | - accordingly all calles to set or remove the bits have been
|
---|
1313 | changed to use fUserBits instead
|
---|
1314 | - the class version number has been increased due to the new
|
---|
1315 | data member
|
---|
1316 | - improved Print-output
|
---|
1317 |
|
---|
1318 |
|
---|
1319 |
|
---|
1320 | 2008/06/02 Thomas Bretz
|
---|
1321 |
|
---|
1322 | * mars.cc, sinope.cc:
|
---|
1323 | - added include of TClass for TIgnoreStreamer (root 5.18)
|
---|
1324 |
|
---|
1325 | * manalysis/MEventRate.[h,cc]:
|
---|
1326 | - moved GetError to source file and included TMath (root 5.18)
|
---|
1327 |
|
---|
1328 | * manalysis/MMultiDimDistCalc.cc, mdata/MDataList.cc:
|
---|
1329 | - included math.h (root 5.18)
|
---|
1330 |
|
---|
1331 | * mastro/MAstro.[h,cc], mastro/MVector3.[h,cc], mbase/MRunIter.[h,cc],
|
---|
1332 | mbase/MTime.[h,cc], mdata/MDataPhrase.[h,cc], mgeom/MGeomPix.[h,cc],
|
---|
1333 | mhcalib/MHCalibrationChargeBlindPix.[h,cc],
|
---|
1334 | mhflux/MHCollectionArea.[h,cc], mhft/MHexagonFreqSpace.[h,cc],
|
---|
1335 | mimage/MHillas.[h,cc], mmuon/MMuonSearchPar..[h,cc],
|
---|
1336 | mpedestal/MPedestalPix.[h,cc], mpointing/MPointingDev.[h,cc],
|
---|
1337 | mpointing/MSrcPosCam.[h,cc], mpointing/MPointingPos.[h,cc],
|
---|
1338 | mpointing/MPointing.[h,cc]:
|
---|
1339 | - moved some code to source file to prevent TMath inclusion in
|
---|
1340 | header (root 5.18)
|
---|
1341 |
|
---|
1342 | * mbase/MEnv.cc:
|
---|
1343 | - added missing include TObjArray (root 5.18)
|
---|
1344 | - removed obsolete EmarkerStyles (root 5.18)
|
---|
1345 |
|
---|
1346 | * mbase/MDirIter.cc:
|
---|
1347 | - added missing include TList (root 5.18)
|
---|
1348 |
|
---|
1349 | * mastro/MAstroCatalog.cc, mhist/MHHadronness.cc, mhist/MHWeather.cc,
|
---|
1350 | mhvstime/MHPixVsTime.cc, mhvstime/MHVsTime.cc,
|
---|
1351 | mpointing/MHPointing.cc, mranforest/MHRanForest.cc,
|
---|
1352 | mranforest/MHRanForestGini.cc, mranforest/MRanForest.cc,
|
---|
1353 | mreflector/MHReflector.cc:
|
---|
1354 | - added missing inlcude TH1 (root 5.18)
|
---|
1355 |
|
---|
1356 | * mbase/MFilter.cc, mbase/MGMap.cc, mbase/MTask.cc,
|
---|
1357 | mcalib/MCalibrationBlindPix.cc, mdata/MDataChain.cc,
|
---|
1358 | mfilter/MFEnergySlope.cc, mgeom/MGeomMirror.cc,
|
---|
1359 | mgui/MCamEvent.cc, mhbase/MBinning.cc, mhbase/MHMatrix.cc,
|
---|
1360 | mhcalib/MHCalibrationPix.cc, mhcalib/MHGausEvents.cc,
|
---|
1361 | mhflux/MHEnergyEst.cc, mhist/MHCamEventRot.cc,
|
---|
1362 | mhist/MHHadronness.cc, mranforest/MHRanForest.cc,
|
---|
1363 | mreflector/MRflEvtHeader.cc, mreflector/MRflSinglePhoton.cc,
|
---|
1364 | msql/MSQLServer.cc, mtools/MSimulatedAnnealing.cc,
|
---|
1365 | mtools/MTFillMatrix.cc, mcalib/MCalibrationPix.cc,
|
---|
1366 | mcalib/MCalibrationQEPix.cc, manalysis/MParameterCalc.cc,
|
---|
1367 | mcalib/MCalibrationTestCalc.cc, mdata/MDataArray.cc,
|
---|
1368 | mgeom/MGeomCamDwarf.cc, mhbase/MH3.cc, mtools/MagicJam.cc,
|
---|
1369 | mhcalib/MHCalibrationRelTimeCam.cc, mhft/MGeomCamMagicXT.cc,
|
---|
1370 | mranforest/MRanForestCalc.cc, mtools/MagicDomino.cc,
|
---|
1371 | mhflux/MHThreshold.cc, mimage/MStereoPar.cc,
|
---|
1372 | mfilter/MFCosmics.cc, mpedestal/MPedestalCam.cc:
|
---|
1373 | - added missing include of TMath (root 5.18)
|
---|
1374 |
|
---|
1375 | * mbase/MGTask.cc, mdata/MDataChain.cc, mhbase/MHArray.cc,
|
---|
1376 | mjobs/MJCut.cc, mjoptim/MJOptimizeCuts.cc, mmc/MMcEvt.cxx:
|
---|
1377 | - added missing include of TClass (root 5.18)
|
---|
1378 |
|
---|
1379 | * mhbase/MH3.cc:
|
---|
1380 | - added missing include of THashList (root 5.18)
|
---|
1381 |
|
---|
1382 | * mcalib/MCalibrationChargeCalc.[h,cc], msignal/MExtractor.[h,cc],
|
---|
1383 | mpedestal/MPedestalSubtract.[h,cc], msignal/MExtractTime.[h,cc]:
|
---|
1384 | - for convinience (rootcint of 5.18) changed "static const TString"
|
---|
1385 | to "static const char *"
|
---|
1386 |
|
---|
1387 | * mhflux/MMcSpectrumWeight.cc:
|
---|
1388 | - Use TString::Data() for second argument in TF1 constructor.
|
---|
1389 | Otherwise it is ambiguous in root 5.18
|
---|
1390 |
|
---|
1391 | * mhbase/MH.cc:
|
---|
1392 | - adde missing includes of TColor, TMath and TClass (root 5.18)
|
---|
1393 | - implemented a workaround which always uses the correct
|
---|
1394 | CreateGradientColorTable (root 5.18)
|
---|
1395 |
|
---|
1396 | * Makefile:
|
---|
1397 | - linking of the shared object is now done in /tmp
|
---|
1398 | - replaced = by := where possible
|
---|
1399 |
|
---|
1400 | * mjobs/MJCalibrateSignal.cc:
|
---|
1401 | - do not invert contcoscal, that's wrong
|
---|
1402 |
|
---|
1403 | * mmovie/MMovieWrite.cc:
|
---|
1404 | - added a #if-directive to use either gStyle or TColor
|
---|
1405 | for CreateGradientColorTable depending on root-version
|
---|
1406 |
|
---|
1407 | * mimage/MStereoPar.[h,cc], mimage/MStereoCal.[h,cc]:
|
---|
1408 | - replaced Monate Carlo container by MPointingPos
|
---|
1409 | - made every algorithm unique
|
---|
1410 |
|
---|
1411 |
|
---|
1412 |
|
---|
1413 | 2008/06/01 Thomas Bretz
|
---|
1414 |
|
---|
1415 | * callisto.cc, star.cc:
|
---|
1416 | - renamed new option to "--null-dev" (clashes with MLog options)
|
---|
1417 |
|
---|
1418 | * mbase/MContinue.cc:
|
---|
1419 | - improved output
|
---|
1420 |
|
---|
1421 | * mbase/MTaskList.cc:
|
---|
1422 | - fixed broken FindTaskList
|
---|
1423 |
|
---|
1424 |
|
---|
1425 |
|
---|
1426 | 2008/05/31 Thomas Bretz
|
---|
1427 |
|
---|
1428 | * callisto.cc, star.cc:
|
---|
1429 | - added new option "--null" to suppress run-wise output files
|
---|
1430 |
|
---|
1431 | * mjobs/MJob.h:
|
---|
1432 | - added new data-member fNullOut to flag suppression of
|
---|
1433 | run-wise output files
|
---|
1434 |
|
---|
1435 | * mjobs/MJCalibrateSignal.cc, mjobs/MJStar.cc:
|
---|
1436 | - use new option HasNullOut from base class
|
---|
1437 |
|
---|
1438 | * mbase/MClone.cc:
|
---|
1439 | - fixed Init (still had a constructor like initializer)
|
---|
1440 |
|
---|
1441 | * mtrigger/MFTriggerPattern.h:
|
---|
1442 | - included missing MTripperPattern
|
---|
1443 |
|
---|
1444 | * mtrigger/MFTriggerPattern.cc:
|
---|
1445 | - removed default arguments
|
---|
1446 | - exchanged ^ by ~
|
---|
1447 | - fixed a few typos in function names
|
---|
1448 |
|
---|
1449 |
|
---|
1450 |
|
---|
1451 | 2008/05/27 Stefan Ruegamer
|
---|
1452 |
|
---|
1453 | * datacenter/scripts/filesondisk
|
---|
1454 | - changed the search for raw files to not search in hidden folders
|
---|
1455 |
|
---|
1456 |
|
---|
1457 |
|
---|
1458 | 2008/05/25 Thomas Bretz
|
---|
1459 |
|
---|
1460 | * mtrigger/MTriggerPattern.cc:
|
---|
1461 | - fixed a typo in a comment
|
---|
1462 |
|
---|
1463 | * mtrigger/MFTriggerPattern.[h,cc]:
|
---|
1464 | - some code cleanup (mainly unified all the Require and Deny
|
---|
1465 | functions into one)
|
---|
1466 | - added a DenyAll member function
|
---|
1467 | - added Allow member functions including an AllowAll member function
|
---|
1468 |
|
---|
1469 | * mjobs/MJPedestal.cc:
|
---|
1470 | - To choose pedestals we now deny all other trigger bits except the
|
---|
1471 | pedestal bit and in the case of data runs we deny all bits
|
---|
1472 | except trigger lvl1 and trigger lvl2
|
---|
1473 |
|
---|
1474 | * mjobs/MJCalibration.cc:
|
---|
1475 | - In addition to denial of prescaled calibration events we
|
---|
1476 | deny any bit in the unprescaled pattern but allow only
|
---|
1477 | calibration events
|
---|
1478 |
|
---|
1479 | * mjobs/MJCalibrateSignal.cc:
|
---|
1480 | - Instead of the denial of only calibration and pedestal events,
|
---|
1481 | we now deny any bit in the pattern, but allow Trigger Lvl1
|
---|
1482 | and Trigger Lvl2 events to choose cosmics
|
---|
1483 | - Instead of the denial of only lvl1 and lvl2 events,
|
---|
1484 | we now deny any bit in the pattern, but allow pedestal
|
---|
1485 | events to choose pedestals
|
---|
1486 | - Instead of requiring only calibration events,
|
---|
1487 | we now deny any bit in the pattern, but require the calibration
|
---|
1488 | bit to choose calibration events
|
---|
1489 |
|
---|
1490 | * mbase/MClone.[h,cc]:
|
---|
1491 | - instead of cloning the object again and again we now clone
|
---|
1492 | it once and then just copy the contents. A new option has
|
---|
1493 | been introduced to switch back to the old behaviour
|
---|
1494 |
|
---|
1495 | * mbase/MStatusDisplay.[h,cc]:
|
---|
1496 | - changed the argument of GetEmbeddedCanvas from a pointer
|
---|
1497 | to a reference
|
---|
1498 |
|
---|
1499 | * macros/rootlogon.C:
|
---|
1500 | - switched on optimization (-O3) for ACLIC
|
---|
1501 |
|
---|
1502 |
|
---|
1503 |
|
---|
1504 | 2008/05/24 Thomas Bretz
|
---|
1505 |
|
---|
1506 | * mjobs/MJCalibrateSignal.cc:
|
---|
1507 | - removed the obsolete fconsmics (what the hell did it do...
|
---|
1508 | it removed the largest events?)
|
---|
1509 | - added a cosmics trigger for calibration events instead
|
---|
1510 |
|
---|
1511 |
|
---|
1512 |
|
---|
1513 |
|
---|
1514 | 2008/05/20 Thomas Bretz
|
---|
1515 |
|
---|
1516 | * mjobs/MJCalibrateSignal.cc:
|
---|
1517 | - added a MH3-histogram to be filled. It contains the
|
---|
1518 | rate of the trigger pattern per run.
|
---|
1519 | - the filter selecting the calibration or pedestal
|
---|
1520 | events has been renamed from ftp to fcalped
|
---|
1521 | - the MContinue rejecting these events has been renamed
|
---|
1522 | from conttp to contcalped
|
---|
1523 | - the filter selecting the pedestal events have been
|
---|
1524 | renamed from ftp2 to fped
|
---|
1525 | - In the case of MUX data (no lo-gain) this filter
|
---|
1526 | is now also rejecting lvl1 and lvl2 triggered events
|
---|
1527 | - the ftp2-filter for the pedestal extraction tasks and
|
---|
1528 | the corresponding histogram fillers is obsolete
|
---|
1529 | - the previouls "PedestalFilter" is obsolete.
|
---|
1530 | - it doesn't make sense not to extract the signal (filter
|
---|
1531 | of teskenv1, taskenv2 and taskenv3) but process the
|
---|
1532 | rest of the tasklist
|
---|
1533 | - the pedestal extraction (as the calibration was already)
|
---|
1534 | has been moved to its own tasklist with the corresponding
|
---|
1535 | filter applied.
|
---|
1536 | - tlist3 has been renamed to tlist4
|
---|
1537 | - contped has been removed from the tasklist
|
---|
1538 |
|
---|
1539 | * mhbase/MH3.cc:
|
---|
1540 | - fixed a bug introduced with the lables (it must be !(x&y)
|
---|
1541 | instead of !x&y
|
---|
1542 |
|
---|
1543 | * mjobs/MDataSet.cc:
|
---|
1544 | - shortened a line of output to fit into 80 characters
|
---|
1545 |
|
---|
1546 |
|
---|
1547 |
|
---|
1548 | 2008/05/19 Thomas Bretz
|
---|
1549 |
|
---|
1550 | * Makefile.conf.general, Makefile.conf.linux:
|
---|
1551 | - distinguish between := (eval once) and = (eval every access)
|
---|
1552 |
|
---|
1553 | * mbase/BaseLinkDef.h, mbase/Makefile:
|
---|
1554 | - added MObjLookup
|
---|
1555 |
|
---|
1556 | * mbase/MObjLookup.[h,cc]:
|
---|
1557 | - added
|
---|
1558 |
|
---|
1559 | * mbase/MEvtLoop.cc:
|
---|
1560 | - set progress bar position to 0 before PreProcessing
|
---|
1561 |
|
---|
1562 | * mdata/MDataMember.[h,cc]:
|
---|
1563 | - added a member function to get a string
|
---|
1564 |
|
---|
1565 | * mfilter/MFCosmics.cc:
|
---|
1566 | - fixed a typo in a comment
|
---|
1567 |
|
---|
1568 | * mhbase/MH.[h,cc]:
|
---|
1569 | - improved SetBinning for newer root-versions
|
---|
1570 | - improved SetBinning to correctly support axis with labels
|
---|
1571 | (keeps the binning unchanged)
|
---|
1572 |
|
---|
1573 | * mhbas/MH3.[h,cc], mhbase/MHn.[h,cc]:
|
---|
1574 | - support for axis labels was added.
|
---|
1575 | - a possibility to set an additional weight has been added
|
---|
1576 | - the version number has been increased accordingly
|
---|
1577 |
|
---|
1578 | * mjobs/MJPedestal.cc:
|
---|
1579 | - deny level1 and level2 triggers choosing pedestal events
|
---|
1580 |
|
---|
1581 | * mraw/MRawRunHeader.h:
|
---|
1582 | - added a member function returning the RunLength (stop-start)
|
---|
1583 |
|
---|
1584 | * mtrigger/MTriggerPattern.[h,cc]:
|
---|
1585 | - wrapped some comments
|
---|
1586 | - improved comments
|
---|
1587 |
|
---|
1588 |
|
---|
1589 |
|
---|
1590 | 2008/05/15 Thomas Bretz
|
---|
1591 |
|
---|
1592 | * mfilter/MFMagicCuts.[h,cc]:
|
---|
1593 | - fixed a few typos in comments and in the output
|
---|
1594 | - added an option kAreaLin with a linear cut in area for special
|
---|
1595 | studies
|
---|
1596 |
|
---|
1597 | * mbase/MStatusDisplay.cc:
|
---|
1598 | - if no MStatusArray is found, keys which store a TCanvas object
|
---|
1599 | are displayed instead if available
|
---|
1600 |
|
---|
1601 | * mhcalib/MHCalibrationPulseTimeCam.[h,cc]:
|
---|
1602 | - the extraction range to get the maximum is now determined
|
---|
1603 | automatically from the MExtractedSignalCam
|
---|
1604 |
|
---|
1605 | * mpedestal/MPedestalSubtract.cc, msignal/MExtractTimeAndCharge.cc:
|
---|
1606 | - raise an error if there is a mismatch in the number of samples
|
---|
1607 |
|
---|
1608 |
|
---|
1609 |
|
---|
1610 |
|
---|
1611 | 2008/05/14 Thomas Bretz
|
---|
1612 |
|
---|
1613 | * mhbase/MH3.[h,cc], mhbase/MHn.[h,cc]:
|
---|
1614 | - enhanced to allow direct filling of Profile histograms
|
---|
1615 |
|
---|
1616 | * mjobs/MDataSet.h:
|
---|
1617 | - fixed a bug in Print() causing an infinite loop
|
---|
1618 |
|
---|
1619 | * mjtrain/MJTrainDisp.cc, mjtrain/MJTrainSeparation.cc:
|
---|
1620 | - write the dataset(s) to the output file
|
---|
1621 |
|
---|
1622 | * mjtrain/MJTrainEnergy.cc
|
---|
1623 | - write the dataset to the output file
|
---|
1624 | - added new plots to show the resolution versus several different
|
---|
1625 | parameters
|
---|
1626 |
|
---|
1627 | * mpedestal/MPedestalSubtract.[h,cc]:
|
---|
1628 | - added an additional check to compate the number of hi-/lo-gain
|
---|
1629 | slices in the run- and event-header
|
---|
1630 |
|
---|
1631 | * mpointing/MPointingDevCalc.cc:
|
---|
1632 | - added the 14th Jan 08 to the list of new pointing models
|
---|
1633 |
|
---|
1634 |
|
---|
1635 |
|
---|
1636 | 2008/05/07 Stefan Ruegamer
|
---|
1637 |
|
---|
1638 | * datacenter/scripts/checkmd5sum
|
---|
1639 | - implemented check of files from /magic and /data
|
---|
1640 |
|
---|
1641 | * datacenter/scripts/checktransfer
|
---|
1642 | - changed the search for temporary zipfiles to not search in hidden
|
---|
1643 | directories
|
---|
1644 |
|
---|
1645 | * datacenter/scripts/movingrawfiles2
|
---|
1646 | - movingrawfiles to move raw files from /data/fromtape
|
---|
1647 |
|
---|
1648 | * datacenter/scripts/runcallisto
|
---|
1649 | - changed default callisto.rc to callisto_mux_new.rc
|
---|
1650 |
|
---|
1651 | * datacenter/scripts/zipscript
|
---|
1652 | - changed the script due to the fact that /magic/data/rawfiles is
|
---|
1653 | now a link
|
---|
1654 | - changed the find to not search in hidden directories
|
---|
1655 | - added the -n option to ssh
|
---|
1656 |
|
---|
1657 | * resources/calibration_spline.rc
|
---|
1658 | - added calibration factors for periods 62-66 but these are not
|
---|
1659 | newly calculated, simply pasted from previous periods!
|
---|
1660 |
|
---|
1661 |
|
---|
1662 |
|
---|
1663 | 2008/04/08 Thomas Bretz
|
---|
1664 |
|
---|
1665 | * mreport/MReportDrive.cc:
|
---|
1666 | - implemented changes of Version 20080220
|
---|
1667 |
|
---|
1668 |
|
---|
1669 |
|
---|
1670 | 2008/03/19 Thomas Bretz
|
---|
1671 |
|
---|
1672 | * mjobs/MJSpectrum.cc:
|
---|
1673 | - fixed a bug introduced yesterday. The overflow bin was not
|
---|
1674 | correctly referenced
|
---|
1675 |
|
---|
1676 |
|
---|
1677 |
|
---|
1678 | 2008/03/18 Thomas Bretz
|
---|
1679 |
|
---|
1680 | * sponde.cc:
|
---|
1681 | - added new option "--force-runtime"
|
---|
1682 |
|
---|
1683 | * mbase/MEnv.h:
|
---|
1684 | - added WriteFile to context menu
|
---|
1685 |
|
---|
1686 | * mjobs/MJSpectrum.[h,cc]:
|
---|
1687 | - added a new option to force using the runtime instead of the
|
---|
1688 | effective observation time (this might bw wrong for very
|
---|
1689 | short datasets)
|
---|
1690 | - added a check if the effective observation time is out of
|
---|
1691 | the histogram range... print a warning if so and include
|
---|
1692 | the overflow bins into the eff. obs time
|
---|
1693 | - added an estimated sensitivity curve for high and low za
|
---|
1694 | to the spectrum plots
|
---|
1695 | - added description text for 1553 and crab spectrum
|
---|
1696 | - write out the MC events after cuts including their weights
|
---|
1697 | - do not fit at 1TeV but 500GeV instead
|
---|
1698 |
|
---|
1699 | * mjobs/MJob.cc:
|
---|
1700 | - check in WriteContainer whether the file is already open
|
---|
1701 |
|
---|
1702 | * mpointing/MPointingDevCalc.cc:
|
---|
1703 | - added some more comments
|
---|
1704 |
|
---|
1705 | * mhflux/MMcSpectrumWeight.[h,cc]:
|
---|
1706 | - added the possibility to extend a spectrum by "fake" statistics
|
---|
1707 |
|
---|
1708 |
|
---|
1709 |
|
---|
1710 | 2008/03/14 Daniel Hoehne
|
---|
1711 |
|
---|
1712 | * datacenter/macros/filldotrun.C:
|
---|
1713 | - inserted new arehucas version
|
---|
1714 |
|
---|
1715 |
|
---|
1716 |
|
---|
1717 | 2008/03/04 Thomas Bretz
|
---|
1718 |
|
---|
1719 | * condor/program.submit, condor/macro.submit, condor/script.submit:
|
---|
1720 | - added
|
---|
1721 |
|
---|
1722 |
|
---|
1723 |
|
---|
1724 | 2008/03/03 Thomas Bretz
|
---|
1725 |
|
---|
1726 | * mhflux/MHAlpha.[h,cc]:
|
---|
1727 | - allow to project individual bins in DrawNicePlot
|
---|
1728 |
|
---|
1729 |
|
---|
1730 |
|
---|
1731 | 2008/02/24 Thomas Bretz
|
---|
1732 |
|
---|
1733 | * mbase/MLog.h:
|
---|
1734 | - added a getter for the OutputLevel (for debugging)
|
---|
1735 |
|
---|
1736 | * mpointing/MPointing.h:
|
---|
1737 | - added a memberfunction to calculate the Abs-value
|
---|
1738 |
|
---|
1739 | * mpointing/PointingLinkDef.h:
|
---|
1740 | - added RaDec
|
---|
1741 |
|
---|
1742 |
|
---|
1743 |
|
---|
1744 | 2008/02/21 Daniela Dorner
|
---|
1745 |
|
---|
1746 | * datacenter/db/builddatasets.php:
|
---|
1747 | - display 'Remark' only in case of errors
|
---|
1748 |
|
---|
1749 |
|
---|
1750 |
|
---|
1751 | 2008/02/08 Stefan Ruegamer
|
---|
1752 |
|
---|
1753 | * datacenter/scripts/checkmd5sum
|
---|
1754 | - added check to prevent that checksums of files not read from tape
|
---|
1755 | enter the .lapalma file
|
---|
1756 |
|
---|
1757 | * datacenter/scripts/dbchk
|
---|
1758 | - added check for crashed runs, sequences and datasets
|
---|
1759 | - corrected bugs in find command and $dir-loops
|
---|
1760 | - adapted to the automatic concept and added it to the cronjobs
|
---|
1761 |
|
---|
1762 |
|
---|
1763 |
|
---|
1764 | 2008/02/01 Stefan Ruegamer
|
---|
1765 |
|
---|
1766 | * datacenter/macros/filldotrun.C
|
---|
1767 | - added default entry for fCompmux for new runs
|
---|
1768 |
|
---|
1769 | * datacenter/macros/checkfileavail.C
|
---|
1770 | - added checking of fCompmux
|
---|
1771 |
|
---|
1772 |
|
---|
1773 |
|
---|
1774 | 2008/02/01 Daniel Hoehne
|
---|
1775 |
|
---|
1776 | * datacenter/db/runinfo-aio.php:
|
---|
1777 | - fixed 'bug' with query. Now runs are displayed in ascending order
|
---|
1778 |
|
---|
1779 |
|
---|
1780 |
|
---|
1781 | 2008/01/31 Thomas Bretz
|
---|
1782 |
|
---|
1783 | * mbase/MThread.[h,cc]:
|
---|
1784 | - imported from Cosy
|
---|
1785 |
|
---|
1786 | * mbase/Makefile:
|
---|
1787 | - added MThread
|
---|
1788 |
|
---|
1789 | * mbase/BaseLinkDef.h:
|
---|
1790 | - added MThread
|
---|
1791 |
|
---|
1792 |
|
---|
1793 |
|
---|
1794 | 2008/01/27 Thomas Bretz
|
---|
1795 |
|
---|
1796 | * .rootrc:
|
---|
1797 | - updated with the correct path to the ViewCVS
|
---|
1798 |
|
---|
1799 |
|
---|
1800 |
|
---|
1801 | 2008/01/24 Thomas Bretz
|
---|
1802 |
|
---|
1803 | * mpointing/MPointing.cc:
|
---|
1804 | - added ClassImp for RaDec
|
---|
1805 |
|
---|
1806 | * mpointing/MPointing.h:
|
---|
1807 | - added code for classes AltAz and RaDec deriving from TVector2
|
---|
1808 | not to be used in Mars and Cosy
|
---|
1809 |
|
---|
1810 |
|
---|
1811 |
|
---|
1812 | 2008/01/24 Daniel Hoehne
|
---|
1813 |
|
---|
1814 | * scripts/preparemc:
|
---|
1815 | - adapted to new rawfile/camera structure in /magic/montecarlo
|
---|
1816 |
|
---|
1817 |
|
---|
1818 |
|
---|
1819 | 2008/01/14 Thomas Bretz
|
---|
1820 |
|
---|
1821 | * mpointing/MPointing.h:
|
---|
1822 | - added enumeration operator[]
|
---|
1823 |
|
---|
1824 |
|
---|
1825 |
|
---|
1826 | 2008/01/11 Thomas Bretz
|
---|
1827 |
|
---|
1828 | * mbase/MLog.cc:
|
---|
1829 | - correctly use delete[] instead of delete for fGuiLInes as
|
---|
1830 | suggested by valgrind.
|
---|
1831 |
|
---|
1832 |
|
---|
1833 |
|
---|
1834 | 2008/01/09 Thomas Bretz
|
---|
1835 |
|
---|
1836 | * mbadpixels/MBadPixelsTreat.[h,cc]:
|
---|
1837 | - removed obsolete fRawHeader
|
---|
1838 |
|
---|
1839 | * mpointing/MSrcPosCam.[h,cc]:
|
---|
1840 | - added Paint member function
|
---|
1841 |
|
---|
1842 | * mpointing/MSrcPosRndm.[h,cc]:
|
---|
1843 | - also produce a antio source position for wobble observations
|
---|
1844 |
|
---|
1845 | * mraw/MRawRunHeader.cc, mjobs/MJCalibration.cc,
|
---|
1846 | mpedestal/MPedestalCam.cc:
|
---|
1847 | - some cosmetics
|
---|