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 | 2007/12/13 Thomas Bretz
|
---|
22 |
|
---|
23 | * callisto.rc, callisto_Dec04Jan05.rc, callisto_mux.rc:
|
---|
24 | - added comments for the new MinEvents resource
|
---|
25 |
|
---|
26 | * mhflux/MHAlpha.cc:
|
---|
27 | - for convinience the minimum of the time- and theta-plot
|
---|
28 | is set to 0
|
---|
29 |
|
---|
30 | * mjobs/MJPedestal.[h,cc]:
|
---|
31 | - added a new data member which is used to require a minimum
|
---|
32 | of processed events
|
---|
33 |
|
---|
34 | * mtrigger/MFTriggerPattern.[h,cc]:
|
---|
35 | - new functions for processing the sum-trigger flag
|
---|
36 |
|
---|
37 | * mtrigger/MTriggerPattern.[h,cc]:
|
---|
38 | - a new bit implemented for the sum-trigger
|
---|
39 |
|
---|
40 | * datacenter/compmux:
|
---|
41 | - removed this BINARY. There is no way and it doesn't make any sense
|
---|
42 | (except in a few exceptional cases) to put binaries into the cvs
|
---|
43 |
|
---|
44 |
|
---|
45 |
|
---|
46 | 2007/12/11 Daniela Dorner
|
---|
47 |
|
---|
48 | * datacenter/db/tabs.php:
|
---|
49 | - updated tab names for sequence.php and ganymed.php
|
---|
50 |
|
---|
51 |
|
---|
52 |
|
---|
53 | 2007/12/11 Stefan Ruegamer
|
---|
54 |
|
---|
55 | * datacenter/scripts/cutslices
|
---|
56 | - added this script which is used to remove the switching noise out
|
---|
57 | of mux data
|
---|
58 | - removed a bug which prevents correct checking of compmux and mv
|
---|
59 |
|
---|
60 | * datacenter/compmux
|
---|
61 | - added this macro
|
---|
62 |
|
---|
63 |
|
---|
64 |
|
---|
65 | 2007/12/10 Thomas Bretz
|
---|
66 |
|
---|
67 | * mfileio/MReadReports.cc:
|
---|
68 | - due to a tiny misconception the last event in trees was skipped
|
---|
69 | simply because no time-stamp for a next event followed...
|
---|
70 | fixed.
|
---|
71 |
|
---|
72 | * mhflux/MAlphaFitter.[h,cc]:
|
---|
73 | - added a new member function FixScale() to fix the scale
|
---|
74 |
|
---|
75 | * mhflux/MHAlpha.cc:
|
---|
76 | - replaced the check whether the significance is >1 by a check
|
---|
77 | whether it is >0. 0 means calculation failed. So all
|
---|
78 | valid data points are shown. If no significance could
|
---|
79 | be calculated (negative flux) the data point is omitted.
|
---|
80 | - fixed a few drawing problems, which sometimes suppressed the
|
---|
81 | time-histogram even if it contained valid data (this only
|
---|
82 | affected very very short sequences - with a single time bin)
|
---|
83 |
|
---|
84 | * mjobs/MDataSet.[h,cc]:
|
---|
85 | - implemented a possibility to use put the sequence inside the
|
---|
86 | dataset file
|
---|
87 | - improved comments
|
---|
88 | - allow to exclude runs from within the dataset file
|
---|
89 |
|
---|
90 | * mjobs/MSequence.[h,cc]:
|
---|
91 | - added a new data member to store excluded runs. This is
|
---|
92 | needed to be able to store everything correctly later.
|
---|
93 | - improved comments
|
---|
94 | - added possibility to exclude previously set runs
|
---|
95 | - added a few member functions to check which runs are contained
|
---|
96 | - comment out some currently obsolete member function
|
---|
97 | - allow to read the resources of a sequence file prefixed
|
---|
98 | this is used in the new option of MDataSet
|
---|
99 | - increased class version number accordingly
|
---|
100 |
|
---|
101 |
|
---|
102 |
|
---|
103 | 2007/12/10 Stefan Ruegamer
|
---|
104 |
|
---|
105 | * steps.rc
|
---|
106 | - added fCompmux
|
---|
107 | - removed MCRunProcessStatus.Primary: fMCRunNumber and
|
---|
108 | MCSequenceProcessingStatus.Primary: fMCSequenceFirst because
|
---|
109 | these were interfering with $primary
|
---|
110 |
|
---|
111 | * datacenter/script/sourcefile
|
---|
112 | - added FCompmux
|
---|
113 |
|
---|
114 |
|
---|
115 |
|
---|
116 | 2007/12/03 Thomas Bretz
|
---|
117 |
|
---|
118 | * mdata/MData.h:
|
---|
119 | - added Print to context menu
|
---|
120 |
|
---|
121 | * mhflux/MAlphaFitter.[h,cc]:
|
---|
122 | - added new member functions to apply scaling to off-data
|
---|
123 |
|
---|
124 | * mhflux/MHAlpha.[h,cc]:
|
---|
125 | - added new member functions to apply scaling to off-data
|
---|
126 | - added a public member function which allows to reinitiate
|
---|
127 | fitting
|
---|
128 |
|
---|
129 | * mhist/MHCamera.cc:
|
---|
130 | - replaced a loop to reset the used pixels by a call
|
---|
131 | to fUsed.Reset()
|
---|
132 |
|
---|
133 | * mmuon/MHSingleMuon.[h,cc]:
|
---|
134 | - keep mean and rms of relative arrival time of the fit
|
---|
135 | - increased class Version accordingly
|
---|
136 |
|
---|
137 | * mmuon/MMuonCalibPar.[h,cc]:
|
---|
138 | - keep mean and rms of relative arrival time of the fit
|
---|
139 | - increased class Version accordingly
|
---|
140 |
|
---|
141 | * mmuon/MMuonCalibParCalc.cc:
|
---|
142 | - copy result of arrival time fit from histogram to storage
|
---|
143 | container
|
---|
144 |
|
---|
145 |
|
---|
146 |
|
---|
147 | 2007/11/28 Daniela Dorner
|
---|
148 |
|
---|
149 | * datacenter/db/sequinfo-aio.php, datacenter/db/runinfo-aio.php,
|
---|
150 | datacenter/db/builddatasets.php, datacenter/db/findoffdata.php:
|
---|
151 | - bugfix (ZdRange was not chosen if fZDMin was 0)
|
---|
152 | - changed <, > to <=, >= in ZDRange query
|
---|
153 |
|
---|
154 |
|
---|
155 |
|
---|
156 | 2007/11/27 Thomas Bretz
|
---|
157 |
|
---|
158 | * ganymed.cc:
|
---|
159 | - changed layout of header
|
---|
160 | - expand path name
|
---|
161 |
|
---|
162 | * sponde.cc:
|
---|
163 | - expand path names
|
---|
164 | - fixed wrong output
|
---|
165 | - print untouched only if debug-level >= 2
|
---|
166 |
|
---|
167 | * mbase/MLog.cc, mbase/MLogHtml.cc:
|
---|
168 | - added some comments
|
---|
169 |
|
---|
170 | * mhflux/MAlphaFitter.[h,cc]:
|
---|
171 | - added option kWeakSourceLogExcess
|
---|
172 |
|
---|
173 | * mjtrain/MJTrainDisp.h:
|
---|
174 | - replaces SetTrainParameter by a more flexible SetTrainFunc
|
---|
175 |
|
---|
176 | * mpointing/MPointingDevCalc.cc:
|
---|
177 | - added some more comments
|
---|
178 |
|
---|
179 |
|
---|
180 |
|
---|
181 | 2007/10/27 Thomas Bretz
|
---|
182 |
|
---|
183 | * mastro/MAstro.[h,cc]:
|
---|
184 | - added new member functio Mjd2Yymmdd and Yymmmdd2Mjd
|
---|
185 |
|
---|
186 | * mastro/MAstroSky2Local.cc:
|
---|
187 | - fixed a typo within a comment
|
---|
188 |
|
---|
189 | * mbase/MTime.[h,cc]:
|
---|
190 | - added a member function to set a corsika time
|
---|
191 |
|
---|
192 | * mimage/MImgCleanStd.h:
|
---|
193 | - added a setter to set post-clean type
|
---|
194 |
|
---|
195 | * mmc/MMcEvtBasic.[h,cc]:
|
---|
196 | - made GetParticleName a static member function usable from
|
---|
197 | the outside
|
---|
198 |
|
---|
199 | * mpointing/MPointingDevCalc.cc:
|
---|
200 | - added another comment
|
---|
201 |
|
---|
202 | * mreflector/MRflEvtHeader.[h,cc]:
|
---|
203 | - added Print function
|
---|
204 |
|
---|
205 | * resources/starguider00000001.txt:
|
---|
206 | - fixed comment
|
---|
207 |
|
---|
208 | * resources/starguider00089180.txt:
|
---|
209 | - added comment
|
---|
210 |
|
---|
211 |
|
---|
212 |
|
---|
213 | 2007/10/17 Daniel Hoehne
|
---|
214 |
|
---|
215 | * datacenter/scripts/mcsequences:
|
---|
216 | - included sql query and update/insert sequence information
|
---|
217 | in MCDB
|
---|
218 | - small bugfixes: corrected grep for epoch and mode
|
---|
219 |
|
---|
220 |
|
---|
221 |
|
---|
222 | 2007/10/16 Daniel Hoehne
|
---|
223 |
|
---|
224 | * datacenter/scripts/mcsequences:
|
---|
225 | - bugfix: Now a sequence is written for every folder and
|
---|
226 | particle mode
|
---|
227 |
|
---|
228 |
|
---|
229 |
|
---|
230 | 2007/10/15 Daniel Hoehne
|
---|
231 |
|
---|
232 | * datacenter/macros/fillcamera.C:
|
---|
233 | - included more parameters to fill into MCDB
|
---|
234 | - introduced discrimination of P/C and D files
|
---|
235 | - included linking of camera files
|
---|
236 |
|
---|
237 | * datacenter/scripts/fillcamera:
|
---|
238 | - added
|
---|
239 |
|
---|
240 | * datacenter/scripts/mcsequences:
|
---|
241 | - included handling of more than two P/C runs per rawfile
|
---|
242 | directory
|
---|
243 | - building sequences based on rawfile dirs and MC epochs
|
---|
244 |
|
---|
245 | * datacenter/scripts/processmcsequences:
|
---|
246 | - included MC epochs for finding the right callisto.rc
|
---|
247 |
|
---|
248 | * mmc/MMcCorsikaRunHeader.h:
|
---|
249 | - included GetViewConeAngle[Inner,Outer],
|
---|
250 | GetAtmosphericModel
|
---|
251 |
|
---|
252 |
|
---|
253 |
|
---|
254 | 2007/10/13 Thomas Bretz
|
---|
255 |
|
---|
256 | * mgeom/MGeomCam.[h,cc]:
|
---|
257 | - added new member functions GetDirections and GetNeighbor
|
---|
258 |
|
---|
259 | * mgeom/MGeomCamDwarf.cc:
|
---|
260 | - fixed counting of pixels
|
---|
261 |
|
---|
262 | * mgeom/MGeomPix.[h,cc]:
|
---|
263 | - added enumfor direction
|
---|
264 | - added new member function GetDirection
|
---|
265 |
|
---|
266 | * mhist/MHCamera.cc:
|
---|
267 | - make sure that fGeomCam is correctly duplicated. The standard
|
---|
268 | clone fails if the MGeomCam clone has been overwritten
|
---|
269 | - added "text" option to Draw
|
---|
270 |
|
---|
271 | * mtools/MagicReversi.[h,cc]:
|
---|
272 | - moved GetDirection and GetNeighbor to MGeomCam
|
---|
273 |
|
---|
274 |
|
---|
275 |
|
---|
276 | 2007/10/10 Thomas Bretz
|
---|
277 |
|
---|
278 | * mtools/MagicDomino.[h,cc], mtools/MagicReversi.[h,cc],
|
---|
279 | mtools/MagicShow.[h,cc], mtools/MagicSnake.[h,cc],
|
---|
280 | mtools/MineSweeper.[h,cc]:
|
---|
281 | - added a constructor supporting any MGeomCam
|
---|
282 |
|
---|
283 | * mtools/MagicJam.h:
|
---|
284 | - removed some new function from the context menu
|
---|
285 |
|
---|
286 |
|
---|
287 |
|
---|
288 | 2007/10/08 Thomas Bretz
|
---|
289 |
|
---|
290 | * macros/tutorials/mirrordelay.C:
|
---|
291 | - some layout improvements
|
---|
292 |
|
---|
293 | * mhist/MHCamera.cc:
|
---|
294 | - the scale displayed in deg was rounded... removed rounding.
|
---|
295 |
|
---|
296 |
|
---|
297 |
|
---|
298 | 2007/10/07 Thomas Bretz
|
---|
299 |
|
---|
300 | * datacenter/macros/plotoptical.C:
|
---|
301 | - do not display the Tuorla points anymore
|
---|
302 |
|
---|
303 | * datacenter/macros/plotdb.C, datacenter/macros/plotoptical.C,
|
---|
304 | datacenter/macros/plotrundb.C:
|
---|
305 | - fixed group by (seems it had trouble with the newer sql server)
|
---|
306 |
|
---|
307 |
|
---|
308 |
|
---|
309 | 2007/10/05 Thomas Bretz
|
---|
310 |
|
---|
311 | * sponde.rc, sponde_onoff.rc:
|
---|
312 | - fixed a bug. Must be Spectrum now instead of MJSpectrum
|
---|
313 |
|
---|
314 | * mbase/MReadSocket.cc:
|
---|
315 | - do not create an explicit TDatime instance
|
---|
316 |
|
---|
317 | * mjobs/MJSpectrum.cc:
|
---|
318 | - fixed a problem with writing the Dataset to the file
|
---|
319 |
|
---|
320 | * mpointing/MPointingDevCalc.cc:
|
---|
321 | - added a comment about AMC focussing
|
---|
322 |
|
---|
323 | * mtools/MCalendar.[h,cc]:
|
---|
324 | - made DrawImage a static function
|
---|
325 |
|
---|
326 |
|
---|
327 |
|
---|
328 | 2007/09/17 Thomas Bretz
|
---|
329 |
|
---|
330 | * mbase/MEvtLoop.cc, mbase/MStatusDisplay.cc, mjobs/MJSpectrum.cc:
|
---|
331 | - do not create an instance of TDatime if not necessary
|
---|
332 |
|
---|
333 | * mbase/MStatusDisplay.cc, mfileio/MReadTree.cc:
|
---|
334 | - improvements in inf debugging levels
|
---|
335 |
|
---|
336 | * mhflux/MMcSpectrumWeight.cc:
|
---|
337 | - removed a double brace in an output
|
---|
338 | - more acurrately print the new formula/slope when set
|
---|
339 |
|
---|
340 | * mjobs/MJSpectrum.cc:
|
---|
341 | - improved output in case of an error
|
---|
342 | - added text to describe the two example spectra
|
---|
343 | - write MC dataset to output
|
---|
344 |
|
---|
345 |
|
---|
346 |
|
---|
347 | 2007/09/12 Markus Meyer
|
---|
348 |
|
---|
349 | * resources/calibration_spline.rc:
|
---|
350 | - update of the correction factors from the muon
|
---|
351 | calibration for the MUX data
|
---|
352 |
|
---|
353 |
|
---|
354 |
|
---|
355 | 2007/09/07 Thomas Bretz
|
---|
356 |
|
---|
357 | * mbase/MEvtLoop.cc:
|
---|
358 | - added a newline before the "Instantiated" message
|
---|
359 |
|
---|
360 | * mbase/MLog.cc, mbase/MLogManip.h:
|
---|
361 | - added a green level inf2 and inf3 (4 and 5)
|
---|
362 | - shifted the blue dbg level to 6
|
---|
363 |
|
---|
364 | * mbase/MParList.cc, mbase/MTaskList.cc, mfileio/MReadTree.cc,
|
---|
365 | mjobs/MDataSet.cc, mjobs/MSequence.cc, mraw/MRawRunHeader.cc:
|
---|
366 | - made use of the new inf-levels. This gives a shorter, thus
|
---|
367 | more readable, output at normal circumstances
|
---|
368 |
|
---|
369 | * mjobs/MJSpectrum.cc:
|
---|
370 | - added a comment
|
---|
371 |
|
---|
372 | * mpedestal/MExtractPedestal.cc, msignal/MExtractor.cc:
|
---|
373 | - improved output in case of non matching windows
|
---|
374 |
|
---|
375 |
|
---|
376 |
|
---|
377 | 2007/09/06 Daniela Dorner
|
---|
378 |
|
---|
379 | * datacenter/db/resetseq.php:
|
---|
380 | - added IP addresses
|
---|
381 | - added project name and start time to list
|
---|
382 | - added color coding
|
---|
383 | - improved output
|
---|
384 | - added mars version to output
|
---|
385 |
|
---|
386 |
|
---|
387 |
|
---|
388 | 2007/09/06 Stefan Ruegamer
|
---|
389 |
|
---|
390 | * datacenter/scripts/copyscript
|
---|
391 | - updated server from apollo to dc09
|
---|
392 |
|
---|
393 | * datacenter/scripts/movingrawfiles_OK
|
---|
394 | - set execute permissions
|
---|
395 |
|
---|
396 |
|
---|
397 |
|
---|
398 | 2007/09/05 Thomas Bretz
|
---|
399 |
|
---|
400 | * datacenter/macros/plotdb.C:
|
---|
401 | - updated some ranges
|
---|
402 |
|
---|
403 | * callisto.cc, star.cc, ganymed.cc, sponde.cc:
|
---|
404 | - updated to allow --rc=
|
---|
405 | - moved execution of jobs into individual block if not already done
|
---|
406 |
|
---|
407 | * mbase/MEnv.[h,cc]:
|
---|
408 | - added new member function TakeEnv to take resources from MArgs
|
---|
409 |
|
---|
410 | * mpedestal/MExtractPedestal.cc:
|
---|
411 | - made sure that the program doesn't (sould not?) crash whenever
|
---|
412 | a lower bound is given which is much too large
|
---|
413 |
|
---|
414 | * mpointing/MPointingDevCalc.cc:
|
---|
415 | - added comments from the runbook about mirror focussing
|
---|
416 | beginning of August
|
---|
417 |
|
---|
418 |
|
---|
419 |
|
---|
420 | 2007/09/05 Daniela Dorner
|
---|
421 |
|
---|
422 | * datacenter/db/resetseq.php:
|
---|
423 | - added (website to reset sequences in the database)
|
---|
424 |
|
---|
425 | * datacenter/db/index.html:
|
---|
426 | - added link to resetseq.php
|
---|
427 |
|
---|
428 |
|
---|
429 |
|
---|
430 | 2007/09/03 Thomas Bretz
|
---|
431 |
|
---|
432 | * RELEASE 2.0
|
---|
433 |
|
---|
434 |
|
---|
435 |
|
---|
436 | 2007/09/03 Thomas Bretz
|
---|
437 |
|
---|
438 | * mbase/MEnv.cc:
|
---|
439 | - made the path of the including file the base directory for
|
---|
440 | the includes
|
---|
441 | - replaced "not touched" by "untouched"
|
---|
442 |
|
---|
443 | * mjobs/MJSpectrum.cc:
|
---|
444 | - added "Disp" tab
|
---|
445 |
|
---|
446 | * mpointing/MPointingDevCalc.[h,cc]:
|
---|
447 | - added a lot of comments
|
---|
448 | - allow to set different pointing models depending on the runnumber
|
---|
449 | - changed default for non working starguider to 0/0
|
---|
450 |
|
---|
451 | * macros/traindisp.C, macros/trainenergy.C:
|
---|
452 | - added some comments
|
---|
453 | - fixed some comments
|
---|
454 |
|
---|
455 | * ganymed.rc, ganymed_onoff.rc ganymed_wobble.rc:
|
---|
456 | - updated with the updated starguider calibrations
|
---|
457 |
|
---|
458 | * resources/starguider*.txt:
|
---|
459 | - updated
|
---|
460 |
|
---|
461 |
|
---|
462 |
|
---|
463 | 2007/09/02 Thomas Bretz
|
---|
464 |
|
---|
465 | * ganymed.rc, ganymed_onoff.rc, ganymed_wobble.rc:
|
---|
466 | - tiny changes
|
---|
467 |
|
---|
468 | * mastro/MAstroCatalog.cc:
|
---|
469 | - sanity check in Paint for !fRaDec.IsValid
|
---|
470 |
|
---|
471 | * mastro/MVector3.h:
|
---|
472 | - added a getter for validity
|
---|
473 |
|
---|
474 | * mpointing/MPointing.[h,cc]:
|
---|
475 | - added fPx/fPy and fDx/fDy
|
---|
476 | - added enum for adressing the array
|
---|
477 | - added getter for new variables
|
---|
478 | - improved output in Load (only print if valid)
|
---|
479 |
|
---|
480 | * mpointing/MPointingDev.h:
|
---|
481 | - changed units of fDev* from mm to deg
|
---|
482 | - added setter for fDevX/Y
|
---|
483 |
|
---|
484 | * mpointing/MSrcPosCalc.cc:
|
---|
485 | - convert GetDevXY from deg to mm
|
---|
486 |
|
---|
487 | * star_mux.rc:
|
---|
488 | - added (one bin less for fitting the effective on-time)
|
---|
489 |
|
---|
490 |
|
---|
491 |
|
---|
492 | 2007/08/31 Thomas Bretz
|
---|
493 |
|
---|
494 | * ganymed.rc, ganymed_onoff.rc, ganymed_wobble.rc:
|
---|
495 | - changed default values for starguider
|
---|
496 | - changed quality cuts (more efficiency at higher energy/sizes,
|
---|
497 | better spark suppression)
|
---|
498 | - added default for the starguider-calibrations
|
---|
499 | - added more examples how to use CalcDisp
|
---|
500 |
|
---|
501 | * ganymed.cc:
|
---|
502 | - added new command-line option "--dataset"
|
---|
503 |
|
---|
504 | * mbase/MParContainer.[h,cc]:
|
---|
505 | - added a lot of comments
|
---|
506 | - allow an empty prefix in GetEnvValue
|
---|
507 | - added GetEnvValue2
|
---|
508 |
|
---|
509 | * mjobs/MDataSet.[h,cc]:
|
---|
510 | - added and updated comments
|
---|
511 | - moved code from constructor to Init
|
---|
512 | - added new constructor
|
---|
513 | - added support for collections of datasets in one file
|
---|
514 | - wobble mode is now set or unset automatically if not overwritten
|
---|
515 | - IsValid now also check if OnSequences are defined
|
---|
516 |
|
---|
517 | * mjobs/MJCut.cc:
|
---|
518 | - improved the check after adding sequences for the first loop
|
---|
519 |
|
---|
520 |
|
---|
521 |
|
---|
522 | 2007/08/31 Stefan Ruegamer
|
---|
523 |
|
---|
524 | * datacenter/scripts/runstar
|
---|
525 | - added linking of different star.rc files according the data type
|
---|
526 |
|
---|
527 |
|
---|
528 |
|
---|
529 | 2007/08/30 Thomas Bretz
|
---|
530 |
|
---|
531 | * sponde.cc:
|
---|
532 | - changed window name from sequence to ganymed-file
|
---|
533 |
|
---|
534 | * mdata/MDataMember.cc, mpointing/MSrcPosCorrect.cc:
|
---|
535 | - fixed a typo in the comment
|
---|
536 |
|
---|
537 | * mfilter/MFEvtNumber.cc:
|
---|
538 | - call TTree::SetEstimate as suggested by the class description
|
---|
539 |
|
---|
540 | * mhflux/MMcSpectrumWeight.cc:
|
---|
541 | - fixed some comments
|
---|
542 | - further improved Print-output
|
---|
543 |
|
---|
544 | * mjobs/MJCut.cc:
|
---|
545 | - fixed a typo in the output
|
---|
546 |
|
---|
547 | * mpointing/MPointing.cc:
|
---|
548 | - added possibility to add comments starting with #
|
---|
549 |
|
---|
550 | * mraw/MRawRunHeader.cc:
|
---|
551 | - fixed a small problem in the Print-output
|
---|
552 |
|
---|
553 |
|
---|
554 |
|
---|
555 | 2007/08/28 Thomas Bretz
|
---|
556 |
|
---|
557 | * mbase/MEnv.[h,cc]:
|
---|
558 | - added handling an Include-resource. Note, that there is no
|
---|
559 | check for recursions, they can crash your program.
|
---|
560 |
|
---|
561 | * sponde.cc:
|
---|
562 | - check for batch mode and no output file
|
---|
563 | - changed title
|
---|
564 | - moved HasWritePermission to MJSpectrum.cc
|
---|
565 |
|
---|
566 | * mdata/MDataPhrase.cc:
|
---|
567 | - fixed a bug which caused a variable (eg. [0]) at the beginning
|
---|
568 | of a line not be detected correctly
|
---|
569 |
|
---|
570 | * mhbase/MHn.cc:
|
---|
571 | - added some comments
|
---|
572 |
|
---|
573 | * mhflux/MHDisp.[h,cc]:
|
---|
574 | - changed axis titles from x/y to dx/dy
|
---|
575 | - changed cutting out a part of the cake into stamping a hole
|
---|
576 | at the source position (currently with a fix PSF!)
|
---|
577 | - for the moment display everything in Wobble-mode (to be fixed!)
|
---|
578 |
|
---|
579 | * mhflux/MMcSpectrumWeight.cc:
|
---|
580 | - some cosmetics to output
|
---|
581 |
|
---|
582 | * mjobs/MJCut.cc:
|
---|
583 | - check if output file is writeable (necessary in on/off mode
|
---|
584 | to detect that incident before filling the source plot)
|
---|
585 |
|
---|
586 | * mjobs/MJob.cc:
|
---|
587 | - added a comment
|
---|
588 | - fixed a bug in HasWritePermission (it must be fOverwrite not
|
---|
589 | !fOverwrite)
|
---|
590 |
|
---|
591 | * mjobs/MJSpectrum.cc:
|
---|
592 | - replaced #cdot by a dot (it seems it is not supported anymore??)
|
---|
593 | - set a proper display name
|
---|
594 | - print an error message if writing the result failed
|
---|
595 |
|
---|
596 | * mjtrain/MJTrainDisp.[h,cc]:
|
---|
597 | - a further small step to unify all MJOptim classes
|
---|
598 | - let the user change the theta-cut for the displayed efficiency
|
---|
599 |
|
---|
600 | * macros/train/traindisp.C:
|
---|
601 | - added comment about new SetThetaCut
|
---|
602 |
|
---|
603 | * mjtrain/MJTrainEnergy.[h,cc]
|
---|
604 | - a further small step to unify all MJOptim classes
|
---|
605 | - removed obsolete columns for Impact and TelescopeTheta
|
---|
606 | (MHEnergyEst doesn't read from the matrix here)
|
---|
607 | - set palette
|
---|
608 |
|
---|
609 | * mpointing/MSrcPosCalc.[h,cc]:
|
---|
610 | - replaced CalcXYinCamera by MAstro::GetDistOnPlain. It has the
|
---|
611 | same accuracy and is not remarkably slower
|
---|
612 |
|
---|
613 | * mpointing/MSrcPosCorrect.[h,cc]:
|
---|
614 | - changed comments
|
---|
615 | - made sure that any possible anti-source position in the camera
|
---|
616 | is handled correctly (maybe we should move it before
|
---|
617 | MSrcPosCalc and skip the anti-source here???)
|
---|
618 |
|
---|
619 |
|
---|
620 |
|
---|
621 |
|
---|
622 | 2007/08/27 Markus Meyer
|
---|
623 |
|
---|
624 | * mmuon/MHMuonPar.cc:
|
---|
625 | - Reference lines changed
|
---|
626 |
|
---|
627 |
|
---|
628 |
|
---|
629 | 2007/08/27 Thomas Bretz
|
---|
630 |
|
---|
631 | * resources/starguider00000001.txt, resources/starguider0085240.txt,
|
---|
632 | resources/starguider00089180.txt:
|
---|
633 | - added more starguider calibration files
|
---|
634 |
|
---|
635 | * resources/starguider.txt:
|
---|
636 | - removed obsolete old one
|
---|
637 |
|
---|
638 |
|
---|
639 |
|
---|
640 | 2007/08/26 Thomas Bretz
|
---|
641 |
|
---|
642 | * mranforest/MRFEnergyEst.[h,cc]:
|
---|
643 | - removed obsolete files
|
---|
644 |
|
---|
645 |
|
---|
646 |
|
---|
647 | 2007/08/25 Thomas Bretz
|
---|
648 |
|
---|
649 | * sponde.cc:
|
---|
650 | - check for write permissionbefore job is started
|
---|
651 |
|
---|
652 | * sponde.rc, sponde_onoff.rc:
|
---|
653 | - cosmetics to comment
|
---|
654 |
|
---|
655 | * macros/train/traindisp.C:
|
---|
656 | - better order of comments
|
---|
657 |
|
---|
658 | * manalysis/MParameterCalc.[h,cc]:
|
---|
659 | - print name of output container
|
---|
660 | - allow setting name of output container from resource file
|
---|
661 |
|
---|
662 | * mbase/MStatusDisplay.cc:
|
---|
663 | - added sanity check for batch mode in SetProgressBarPosition
|
---|
664 |
|
---|
665 | * mfbase/MFDataPhrase.[h,cc]:
|
---|
666 | - initialize new data member fDefault in constructors
|
---|
667 | - increased class version number by one
|
---|
668 |
|
---|
669 | * mhbase/MH.cc:
|
---|
670 | - do not divide by zero in SetBinomialErrors
|
---|
671 |
|
---|
672 | * mhbase/MH3.[h,cc]:
|
---|
673 | - automatically set more log labels and suppress exponent
|
---|
674 |
|
---|
675 | * mhbase/MHn.cc:
|
---|
676 | - set margin between new tabs in Divide to a small value
|
---|
677 |
|
---|
678 | * mhflux/MHCollectionArea.cc:
|
---|
679 | - new default energy binning based on the typical simulation range
|
---|
680 |
|
---|
681 | * mhflux/MHEnergyEst.cc:
|
---|
682 | - new default energy binning based on the typical simulation range
|
---|
683 | - set the impact binning to one bis as a default for speed
|
---|
684 | reasons. It is normally not used at all
|
---|
685 | - added two blue lines at the zero-bias level for convinience
|
---|
686 |
|
---|
687 | * mhflux/MMcSpectrumWeight.cc:
|
---|
688 | - small cosmetics to Print-output
|
---|
689 |
|
---|
690 | * mjobs/MJCut.cc:
|
---|
691 | - renamed the instances of the Calc* tasks
|
---|
692 | - store all three taskenvs
|
---|
693 |
|
---|
694 | * mjobs/MJSpectrum.[h,cc]:
|
---|
695 | - handle a CalcDisp-task gotten from ganymed properly
|
---|
696 | - do not reexecute CalcHaronness for data
|
---|
697 | - renamed the instances of the Calc* tasks
|
---|
698 |
|
---|
699 | * msql/MSQLMagic.cc, msql/MSQLServer.cc:
|
---|
700 | - delete created TSQLRow. They are not deleted automatically
|
---|
701 |
|
---|
702 |
|
---|
703 |
|
---|
704 | 2007/08/24 Thomas Bretz
|
---|
705 |
|
---|
706 | * mdata/MDataMember.cc:
|
---|
707 | - added a sanity check in GetValue()
|
---|
708 |
|
---|
709 | * mdata/MDataPhrase.[h,cc]:
|
---|
710 | - Allow to use MDataPhrase also with variables x,y,z and t
|
---|
711 | - Allow evaluation of the function with given x,y,z,t
|
---|
712 |
|
---|
713 | * mjobs/MJSpectrum.h:
|
---|
714 | - commented IntermediateLoop, was unused
|
---|
715 |
|
---|
716 | * mjoptim/MJOptimize.cc:
|
---|
717 | - added two comments
|
---|
718 |
|
---|
719 | * mjtrain/MJTrainDisp.cc:
|
---|
720 | - added new MHn to display more information about the test
|
---|
721 | - improved result-histogram
|
---|
722 | - added PreTasks, PostTasks and TestTasks to testing tasklist
|
---|
723 | - some fixes if the user closed the display
|
---|
724 |
|
---|
725 | * mjtrain/MJTrainEnergy.cc
|
---|
726 | - added new MHn to display more information about the test
|
---|
727 | - allow to set fTrainParameter and fResultFunction from
|
---|
728 | outside, this allows to train on whatever you like
|
---|
729 | - added TestTasks to testing tasklist
|
---|
730 | - added new member functions to set Train parameter and
|
---|
731 | evaluation function: SetTrainLog/Log and SetTrainFunc
|
---|
732 |
|
---|
733 | * mranforest/MRanForestCalc.[h,cc]:
|
---|
734 | - changed evaluatio function-type from TF1 to MDataPhrase
|
---|
735 |
|
---|
736 | * mraw/MRawEvtData.cc:
|
---|
737 | - initialize fNumBytesPerSample with 1
|
---|
738 |
|
---|
739 | * mraw/MRawRunHeader.[h,cc]
|
---|
740 | - set default FADC type to 1 (Siegen)
|
---|
741 | - it turned out that we use 1/2 and not 0/1 as expected
|
---|
742 |
|
---|
743 | * ganymed.rc, ganymed_onoff.rc, ganymed_wobble.rc:
|
---|
744 | - updated some comments
|
---|
745 | - added new CutT
|
---|
746 |
|
---|
747 | * sponde.rc, sponde_onoff.rc:
|
---|
748 | - updated with thousands of comments
|
---|
749 | - adapted to new sponde respources
|
---|
750 | - added examples for missing resources
|
---|
751 | - added a new energy estimation formula which can be used instead
|
---|
752 | of using the random forest
|
---|
753 |
|
---|
754 | * macros/optim/optimonoff.C, macros/optim/optimwobble.C:
|
---|
755 | - updated with the latest cuts and some comments
|
---|
756 |
|
---|
757 | * macros/train/traindisp.C:
|
---|
758 | - updated with the latest knowledge and cuts
|
---|
759 | - updated with more examples
|
---|
760 |
|
---|
761 | * mfbase/MFDataPhrase.[h,cc]:
|
---|
762 | - added a default value which can be used if no phrase is setup
|
---|
763 | - allow to use a constrcutor without phrase but name and title
|
---|
764 |
|
---|
765 | * mjobs/MJCut.cc:
|
---|
766 | - removed SetAllowEmpty from CutT
|
---|
767 | - initialize CutT with no phrase instead of an empty one
|
---|
768 |
|
---|
769 | * mjobs/MJSpectrum.h:
|
---|
770 | - removed obsolete function definition for IntermediateLoop
|
---|
771 |
|
---|
772 | * mranforest/MRanForestCalc.cc:
|
---|
773 | - if weights are used output the sum of the weights for control
|
---|
774 | purpose
|
---|
775 |
|
---|
776 | * datacenter/macros/plotdb.C, datacenter/macros/plotoptical.C,
|
---|
777 | datacenter/macros/plotrundb.C:
|
---|
778 | - delete TSQLRow if allocated
|
---|
779 |
|
---|
780 |
|
---|
781 |
|
---|
782 | 2007/08/23 Thomas Bretz
|
---|
783 |
|
---|
784 | * mhbase/MH3.[h,cc]:
|
---|
785 | - added new data members fBins, allowing to set bins from the outside
|
---|
786 | - removed obsolete SetColors
|
---|
787 | - set palette automatically if it is a 2D histogram (more flexible
|
---|
788 | solution pending)
|
---|
789 |
|
---|
790 | * mhbase/MHn.cc:
|
---|
791 | - added comments
|
---|
792 | - allow setting of binning without parlist
|
---|
793 | - added functions to set Scale, Log, AutoRange and Sumw2
|
---|
794 | - delete obsolete pads, if any
|
---|
795 |
|
---|
796 | * mjoptim/MJOptimizeBase.h:
|
---|
797 | - added new data meber fTestTasks to be executed only for testing
|
---|
798 | - added comments
|
---|
799 |
|
---|
800 | * mjtrain/MJTrainRanForest.cc:
|
---|
801 | - removed obsolete code already in comments
|
---|
802 |
|
---|
803 | * mranforest/MRanForestCalc.[h,cc]:
|
---|
804 | - added the possibility to set a function which converts the
|
---|
805 | result of the rf. eg "pow(10, x)"
|
---|
806 |
|
---|
807 | * mraw/MRawRunHeader.[h,cc]:
|
---|
808 | - replaced fNumSignificantBits by fFadcResolution for compatibility
|
---|
809 | - replaced fFreqSampling by fSamplingFrequency for compatibility
|
---|
810 | - increased ClassVersion to 9
|
---|
811 |
|
---|
812 | * mraw/MRawEvtData.cc:
|
---|
813 | - initialize fNumBytesPerSample to 1 to make it compatible with reading
|
---|
814 | old MC files.
|
---|
815 |
|
---|
816 | * mjobs/MJSpectrum.cc:
|
---|
817 | - added control plot for the residual of Energy
|
---|
818 | - fixed the "Overflow-Bug". It was a loop from o to <n, while histogram
|
---|
819 | bins are from 1 to ==n
|
---|
820 |
|
---|
821 |
|
---|
822 |
|
---|
823 | 2007/08/22 Thomas Bretz
|
---|
824 |
|
---|
825 | * mbase/MEnv.cc:
|
---|
826 | - changed title print out for untouched resources
|
---|
827 |
|
---|
828 | * mhbase/HBaseLinkDef.h, mhbase/Makefile:
|
---|
829 | - added new class MHn
|
---|
830 |
|
---|
831 | * mhbase/MH.[h,cc]
|
---|
832 | - changed start bin to search for GetRange
|
---|
833 | - added GetRangeX and GetRangeY member functions
|
---|
834 | - added GetRangeUserX and GetRangeUserY member functions
|
---|
835 | - added default to SetPalette
|
---|
836 |
|
---|
837 | * mhbase/MH3.[h,cc]:
|
---|
838 | - chnaged to tokenize the name allowing to have different
|
---|
839 | Binning names for all axes
|
---|
840 | - added a style bit which allow to auto scale an axis if the
|
---|
841 | histogram is finally filled
|
---|
842 | - replaced 9999 with -1 in ProfileX/Y
|
---|
843 | - moved SetLog from Paint to Draw
|
---|
844 | - increased class version
|
---|
845 |
|
---|
846 | * mhflux/MAlphaFitter.cc, mhflux/MHAlpha.cc, mhflux/MHCollectionArea.cc,
|
---|
847 | mhflux/MHEffectiveOnTime.cc, mhflux/MHEnergyEst.cc,
|
---|
848 | mreflector/MHReflector.cc:
|
---|
849 | - replaced 9999 with -1 in ProjectionX/Y/Z
|
---|
850 | - replaced 9999 with -1 in ProfileX/Y
|
---|
851 |
|
---|
852 | * mhflux/MMcSpectrumWeight.cc:
|
---|
853 | - tiny change to output of Print
|
---|
854 |
|
---|
855 | * mjobs/MJCut.cc:
|
---|
856 | - added a new Tab CuT displaying VsSize a second time, but with a
|
---|
857 | user definable cut "CutT" applied
|
---|
858 |
|
---|
859 | * mjobs/MSequence.[h,cc]:
|
---|
860 | - added "Comment" to resources
|
---|
861 | - increased class version nimber
|
---|
862 |
|
---|
863 | * mmuon/MHMuonPar.cc:
|
---|
864 | - enable all grids
|
---|
865 |
|
---|
866 | * mimage/MNewImagePar.cc:
|
---|
867 | - Set fConcCOG to 0 if smaller 0. This produces at least a defined
|
---|
868 | value (-inf) when the logarithm is calculated, which is better
|
---|
869 | than an undefined one (NaN).
|
---|
870 |
|
---|
871 |
|
---|
872 |
|
---|
873 | 2007/08/22 Markus Meyer
|
---|
874 |
|
---|
875 | * datacenter/macros/fillstar.C
|
---|
876 | - changed reference values for muon analysis according to
|
---|
877 | the large muon sample with old image cleaning (Mars-1.2) and
|
---|
878 | smaller integration region (0.75 to 1.2)
|
---|
879 |
|
---|
880 | * resources/calibration.rc
|
---|
881 | - changed correction coefficients due to new reference values
|
---|
882 |
|
---|
883 | * resources/calibration_spline.rc
|
---|
884 | - changed correction coefficients for MUX
|
---|
885 |
|
---|
886 | * mmuon/MHMuonPar.cc
|
---|
887 | - changed FHistBraod from ArcWidth/Radius vs. Radius to
|
---|
888 | ArcWidth vs. Radius
|
---|
889 |
|
---|
890 | * datacenter/macros/fillstar.C
|
---|
891 | - changed reference values for muon analysis again according to
|
---|
892 | the large muon sample with time image cleaning (for new release)
|
---|
893 | with integration region 0.75 to 1.2
|
---|
894 |
|
---|
895 |
|
---|
896 |
|
---|
897 | 2007/08/22 Stefan Ruegamer
|
---|
898 |
|
---|
899 | * datacenter/scripts/runcallisto
|
---|
900 | - modified staging of files
|
---|
901 |
|
---|
902 | * datacenter/scripts/runstar
|
---|
903 | - corrected server and added logfile entry for staging of files
|
---|
904 |
|
---|
905 |
|
---|
906 |
|
---|
907 | 2007/08/21 Thomas Bretz
|
---|
908 |
|
---|
909 | * mpointing/MHSrcPosCam.[h,cc]:
|
---|
910 | - we now buffer the events instead of average them. This removes
|
---|
911 | strange (fake) events near the camera center in wobble mode
|
---|
912 |
|
---|
913 |
|
---|
914 |
|
---|
915 | 2007/08/21 Markus Meyer
|
---|
916 |
|
---|
917 | * datacenter/macros/fillstar.C
|
---|
918 | - changed reference values for muon analysis according to
|
---|
919 | the large muon sample with time image cleaning and smaller
|
---|
920 | integration region (0.8 to 1.2)
|
---|
921 |
|
---|
922 | * mmuon/MHMuonPar.cc
|
---|
923 | - changed fgIntegralLoLim from 0.7 to 0.8
|
---|
924 |
|
---|
925 |
|
---|
926 |
|
---|
927 | 2007/08/21 Stefan Ruegamer
|
---|
928 |
|
---|
929 | * datacenter/scripts/movingrawfiles_OK
|
---|
930 | - removed rmdir -p option
|
---|
931 |
|
---|
932 | * datacenter/scripts/runcallisto
|
---|
933 | - added staging of files
|
---|
934 |
|
---|
935 |
|
---|
936 |
|
---|
937 | 2007/08/20 Stefan Ruegamer
|
---|
938 |
|
---|
939 | * datacenter/scripts/setup
|
---|
940 | - changed number of allowed processes
|
---|
941 |
|
---|
942 | * datacenter/scripts/movingrawfiles
|
---|
943 | - changed login server from apollo to dc09
|
---|
944 | - removed lines for moving files from fromlapalma as the transfer
|
---|
945 | is not working anymore with finished files
|
---|
946 | - added comment
|
---|
947 |
|
---|
948 | * datacenter/scripts/movingrawfiles_OK
|
---|
949 | - script for moving files according to the new "_OK" structure in
|
---|
950 | the fromlapalma folder
|
---|
951 |
|
---|
952 | * datacenter/scripts/checkmd5sum
|
---|
953 | - added automatic detection of the L number
|
---|
954 | - added check for already existing output files
|
---|
955 | - added description
|
---|
956 |
|
---|
957 | * resources/calibration_spline.rc
|
---|
958 | - added factors for period 56 and 57 (same value as for 55)
|
---|
959 |
|
---|
960 |
|
---|
961 |
|
---|
962 | 2007/08/20 Thomas Bretz
|
---|
963 |
|
---|
964 | * .rootrc:
|
---|
965 | - added some comments about defaults
|
---|
966 | - set the ShowEventStatus for the canvases to yes as default
|
---|
967 |
|
---|
968 | * sponde.cc:
|
---|
969 | - removed the refill option (it was just a dummy)
|
---|
970 | - removed the accurate option. It didn't give more accurate
|
---|
971 | results at all
|
---|
972 |
|
---|
973 | * mbase/MStatusDisplay.[h,cc]:
|
---|
974 | - added an update option to SetProgressBarPosition
|
---|
975 |
|
---|
976 | * mhflux/MMcSpectrumWeight.[h,cc]:
|
---|
977 | - allow to give a container name to GetFormula*
|
---|
978 | - changed default for spectral slope from -9 to -99
|
---|
979 | - allow to give integral range to GetSpec*Integral
|
---|
980 | - added a new member function CompeleteEnergySpectrum which completes
|
---|
981 | a simulated spectrum starting at an energy fEnergyMin down to
|
---|
982 | an energy emin.
|
---|
983 | - added two options ("new" and "old") to Print function
|
---|
984 | - do not stop anymore if lower energy boundary changes
|
---|
985 |
|
---|
986 | * mjobs/MJSpectrum.[h,cc]:
|
---|
987 | - cleaned the code in general
|
---|
988 | - removed fRefill (was not used in the code at all)
|
---|
989 | - added MJSpectrum to global ListOfCleanups to handle
|
---|
990 | the display more properly
|
---|
991 | - removed reading of the first (it was the second!)
|
---|
992 | MMcCorsikaRunHeader. It is now read for each file individually
|
---|
993 | - The read monte carlo events are now weighted with the mc
|
---|
994 | production area (events per area)
|
---|
995 | - incomplete (to lower energies) spectra are completed
|
---|
996 | - removed accurate mode, it was not more accurate
|
---|
997 | - we fit the spectrum now from the first to the last bin
|
---|
998 | - for comparison crab and 1553 are plotted
|
---|
999 | - changed the processing such that first the MCs are processed
|
---|
1000 | and then the spectrum is refilled
|
---|
1001 | - now the MC distribution from OriginalMC is read only once
|
---|
1002 | - added new tab showing the basic event distribution
|
---|
1003 |
|
---|
1004 | * callisto.cc, star.cc, ganymed.cc, sponde.cc, mars.cc, showplot.cc:
|
---|
1005 | - some improvements in case of wrong number of arguments
|
---|
1006 |
|
---|
1007 |
|
---|
1008 |
|
---|
1009 | 2007/08/19 Thomas Bretz
|
---|
1010 |
|
---|
1011 | * mbase/MStatusDisplay.cc:
|
---|
1012 | - fixed the fix of the strange crashes. Now fBatch is added to
|
---|
1013 | the ListOfCleanups instead of removing the newly created canvas
|
---|
1014 | from the global list of canvases
|
---|
1015 |
|
---|
1016 | * mimage/MHHillas.cc, mimage/MHHillasExt.cc, mimage/MHHillasSrc.cc,
|
---|
1017 | mimage/MHImagePar.cc, mimage/MHNewImagePar.cc:
|
---|
1018 | - enables a lot of grids
|
---|
1019 |
|
---|
1020 | * mhbase/MBinning.[h,cc]:
|
---|
1021 | - addec constructor with a TArrayD
|
---|
1022 |
|
---|
1023 | * mhbase/MH.[h,cc]:
|
---|
1024 | - added two new member functions GetRange and GetRangeUser
|
---|
1025 |
|
---|
1026 | * mjoptim/MJOptimizeDisp.[h,cc]:
|
---|
1027 | - added new option UseThetaSq
|
---|
1028 |
|
---|
1029 | * mjoptim/MJOptimizeEnergy.[h,cc]:
|
---|
1030 | - added possibility to use also logarithmic fits
|
---|
1031 |
|
---|
1032 | * mmc/MMcCorsikaRunHeader.cc:
|
---|
1033 | - improved Print function
|
---|
1034 |
|
---|
1035 | * msignal/MExtractTimeAndChargeSpline.cc:
|
---|
1036 | - initialize rise and fall time as suggested by valgrind
|
---|
1037 |
|
---|
1038 | * mtools/MChisqEval.[h,cc]:
|
---|
1039 | - implemented the possibility to use weights
|
---|
1040 |
|
---|
1041 |
|
---|
1042 |
|
---|
1043 |
|
---|
1044 | 2007/08/18 Thomas Bretz
|
---|
1045 |
|
---|
1046 | * sponde.cc:
|
---|
1047 | - added new option --force-theta
|
---|
1048 |
|
---|
1049 | * mbase/MEnv.[h,cc], mjobs/MSequence.[h,cc], mjobs/MDataSet.[h,cc]:
|
---|
1050 | - GetName noe returns only the filename not the whole path. The
|
---|
1051 | old behaviour made it impossible to access the container from
|
---|
1052 | the file.
|
---|
1053 | - GetRcName now returns the whole path/name.
|
---|
1054 | - Print now outputs also path and file-name
|
---|
1055 |
|
---|
1056 | * mfileio/MReadTree.cc, mfileio/MWriteRootFile.cc:
|
---|
1057 | - fixed typos in comments
|
---|
1058 |
|
---|
1059 | * mhflux/MHCollectionArea.cc:
|
---|
1060 | - reset fCorsikaVersion to 0 in PreProcess
|
---|
1061 | - print old and new Cosika version if mismatch is found
|
---|
1062 |
|
---|
1063 | * mhflux/MMcSpectrumWeight.cc:
|
---|
1064 | - replaced the %.16f by %.16e. This is more accurate in cases
|
---|
1065 | with high exponents
|
---|
1066 | - added some sample/test code to weight the Zenith Angle
|
---|
1067 | according to the sin-distribution produced by Corsika.
|
---|
1068 | Currently not in use
|
---|
1069 |
|
---|
1070 | * mjobs/MJSpectrum.cc:
|
---|
1071 | - removed the simple/accurate mode. There is now reason why
|
---|
1072 | the previous "accurate"-mode should be more accurate at all.
|
---|
1073 | It is only slower
|
---|
1074 | - Reading the OriginalMC tree now is done such that the
|
---|
1075 | events are properly weighted by the production area. This
|
---|
1076 | allowes to use different impact paramters from dfferent files.
|
---|
1077 | - a check has been implemented which compared the zenith angle
|
---|
1078 | distribution of the data and the resulting monte carlo data.
|
---|
1079 | Execution of the program can be forced with a new option.
|
---|
1080 | - write more information to output file.
|
---|
1081 | - added a new tab showing the vent distribution without weights
|
---|
1082 |
|
---|
1083 |
|
---|
1084 |
|
---|
1085 | 2007/08/17 Thomas Bretz
|
---|
1086 |
|
---|
1087 | * sponde.cc:
|
---|
1088 | - removed switch for simple and accurate mode
|
---|
1089 |
|
---|
1090 | * mbase/MMath.cc:
|
---|
1091 | - fixed a problem in LiMaExc which could result in NaN
|
---|
1092 | (if signal and background is 0)
|
---|
1093 |
|
---|
1094 | * mbase/MStatusDisplay.cc:
|
---|
1095 | - remove canvases in batch-mode from the global list of canvases,
|
---|
1096 | this could result in crahses if two canvases in the display
|
---|
1097 | had the same name
|
---|
1098 |
|
---|
1099 | * mhflux/MHCollectionArea.[h,cc]:
|
---|
1100 | - output the maximum impact found in Finalize
|
---|
1101 |
|
---|
1102 | * mhflux/MHEnergyEst.cc:
|
---|
1103 | - made the y-axis in the Eest vs Emc plot logarithmic
|
---|
1104 |
|
---|
1105 |
|
---|
1106 |
|
---|
1107 | 2007/08/16 Markus Meyer
|
---|
1108 |
|
---|
1109 | * resources/calibration.rc:
|
---|
1110 | - update of muon calibration factors for the periods 41 to 50
|
---|
1111 |
|
---|
1112 |
|
---|
1113 |
|
---|
1114 | 2007/08/15 Thomas Bretz
|
---|
1115 |
|
---|
1116 | * mhflux/MHEnergyEst.cc:
|
---|
1117 | - exchanged x- and y-contents of Eest vs Emc hist. It turned out
|
---|
1118 | that it was wrong.
|
---|
1119 |
|
---|
1120 | * mjobs/MDataSet.[h,cc]:
|
---|
1121 | - added member functions AddFiles filling a MDirIter
|
---|
1122 |
|
---|
1123 | * ganymed.rc, ganymed_onoff.rc, ganymed_wobble.rc:
|
---|
1124 | - updated the disp-parametrization after fixing the lo-gain bug
|
---|
1125 | - fixed a bug in the quality cuts (all showers with saturating
|
---|
1126 | hi-gains were removed)
|
---|
1127 |
|
---|
1128 | * mhbase/MH3.cc:
|
---|
1129 | - allow to split the histogram name and the binning name
|
---|
1130 | - set a different line color in case of the "same" option
|
---|
1131 |
|
---|
1132 | * mjobs/MJCut.cc:
|
---|
1133 | - show distribution of observation time for on and off data
|
---|
1134 |
|
---|
1135 | * mjoptim/MJOptimizeCuts.cc, mjoptim/MJOptimizeDisp.cc,
|
---|
1136 | mjoptim/MJOptimizeEnergy.cc:
|
---|
1137 | - added display to output
|
---|
1138 |
|
---|
1139 | * macros/optim/optimenergy.C, macros/optim/optimonoff.C,
|
---|
1140 | macros/optim/optimwobble.C:
|
---|
1141 | - added example how to write output file
|
---|
1142 |
|
---|
1143 |
|
---|
1144 |
|
---|
1145 | 2007/08/13 Thomas Bretz
|
---|
1146 |
|
---|
1147 | * mjobs/MJSpectrum.cc:
|
---|
1148 | - fixed reading of Binning* from ganymed*.file
|
---|
1149 |
|
---|
1150 |
|
---|
1151 |
|
---|
1152 | 2007/08/11 Thomas Bretz
|
---|
1153 |
|
---|
1154 | * mhflux/MHAlpha.cc:
|
---|
1155 | - on special request omega has been removed from the nice plot
|
---|
1156 |
|
---|
1157 |
|
---|
1158 |
|
---|
1159 | 2007/08/10 Thomas Bretz
|
---|
1160 |
|
---|
1161 | * msignal/MExtractTimeAndCharge.cc:
|
---|
1162 | - fSaturationLimit must be multiplied with GetScale() not with
|
---|
1163 | GetMax()... grmpf.
|
---|
1164 |
|
---|
1165 | * mjobs/MJCut.cc:
|
---|
1166 | - fixed a bug which caused nonsense effective on-time values
|
---|
1167 | for real data since three weeks.
|
---|
1168 |
|
---|
1169 |
|
---|
1170 |
|
---|
1171 | 2007/08/06 Thomas Bretz
|
---|
1172 |
|
---|
1173 | * mcalib/CalibLinkDef.h, mcalib/Makefile:
|
---|
1174 | - removed obsolete MMcCalibrationCalc
|
---|
1175 |
|
---|
1176 | * mhbase/MH.[h,cc]:
|
---|
1177 | - adde ApplyBinning member functions for two- and three-dim hists
|
---|
1178 |
|
---|
1179 | * mimage/MHHillasExt.[h,cc]:
|
---|
1180 | - removed plot for max dist
|
---|
1181 | - added plot for SlopeL
|
---|
1182 | - increased class version number
|
---|
1183 |
|
---|
1184 | * mjobs/MJCut.cc:
|
---|
1185 | - added BinningSlope to list of binnings
|
---|
1186 | - added BinningM3Trans to list of binnings
|
---|
1187 | - added BinningM3Asym to list of binnings
|
---|
1188 | - removed BinningMaxDist from list of binnings
|
---|
1189 |
|
---|
1190 | * mjtrain/MJTrainDisp.cc:
|
---|
1191 | - renamed TrainDist to Train
|
---|
1192 |
|
---|
1193 | * mpointing/MHSrcPosCam.cc:
|
---|
1194 | - changed default palette from glow1 to pretty
|
---|
1195 |
|
---|
1196 | * mpointing/MSrcPosCam.h:
|
---|
1197 | - added a function to return the distance to the camera center
|
---|
1198 |
|
---|
1199 | * ganymed.rc, ganymed_onoff.rc, ganymed_wobble.rc:
|
---|
1200 | - updated binnings
|
---|
1201 | - replaced old spark-cut by a new one
|
---|
1202 |
|
---|
1203 | * mfilter/MFMagicCuts.[h,cc]:
|
---|
1204 | - increased version number to 2
|
---|
1205 |
|
---|
1206 | * mjobs/MJStar.cc:
|
---|
1207 | - replaced the old spark-cut with a new one
|
---|
1208 |
|
---|
1209 | * mimage/MHVsSize.cc:
|
---|
1210 | - changes some comments
|
---|
1211 |
|
---|
1212 | * mmuon/MHSingleMuon.cc:
|
---|
1213 | - skip the "error estimation" step. It is just a multiplication
|
---|
1214 | with a fixed value. This doesn't influence enaything. And the
|
---|
1215 | absolute avlue of the error is not used at all.
|
---|
1216 |
|
---|
1217 |
|
---|
1218 |
|
---|
1219 | 2007/08/03 Thomas Bretz
|
---|
1220 |
|
---|
1221 | * macros/optim/optimdisp.C:
|
---|
1222 | - adapted to new parametrization
|
---|
1223 |
|
---|
1224 | * mjtrain/MJTrainDisp.[h,cc]:
|
---|
1225 | - some small fixes and changes.
|
---|
1226 | - added code (as comment) for training a ghostbuster
|
---|
1227 |
|
---|
1228 |
|
---|
1229 |
|
---|
1230 | 2007/08/02 Thomas Bretz
|
---|
1231 |
|
---|
1232 | * mjobs/MJSpectrum.[h,cc]:
|
---|
1233 | - made it compile again
|
---|
1234 |
|
---|
1235 |
|
---|
1236 |
|
---|
1237 | 2007/07/29 Thomas Bretz
|
---|
1238 |
|
---|
1239 | * ganymed.rc, ganymed_wobble.rc, ganymed_onoff.rc:
|
---|
1240 | - reordered pre-cuts
|
---|
1241 | - removed conc1-spark cut
|
---|
1242 | - changed cut coefficients to new algorithm
|
---|
1243 |
|
---|
1244 | * mars.rc, star.rc:
|
---|
1245 | - switched to use new image cleaning
|
---|
1246 |
|
---|
1247 |
|
---|
1248 |
|
---|
1249 | 2007/07/28 Thomas Bretz
|
---|
1250 |
|
---|
1251 | * mjobs/MJSpectrum.[h,cc]:
|
---|
1252 | - added CutQ
|
---|
1253 | - added some checks for the Zenith angle distribution
|
---|
1254 |
|
---|
1255 |
|
---|
1256 |
|
---|
1257 | 2007/07/26 Daniela Dorner
|
---|
1258 |
|
---|
1259 | * scripts/dospectrum:
|
---|
1260 | - bugfix (variable for outpath for ganymed was wrong)
|
---|
1261 |
|
---|
1262 |
|
---|
1263 |
|
---|
1264 | 2007/07/26 Thomas Bretz
|
---|
1265 |
|
---|
1266 | * mfilter/MFMagicCuts.cc:
|
---|
1267 | - implemented new disp-parametrization
|
---|
1268 | - implemented new ghostbusting
|
---|
1269 | - implemented possibility to use an external ghostbuster
|
---|
1270 | - implemented possibility to use an external disp calculator
|
---|
1271 |
|
---|
1272 | * mimage/MImgCleanStd.[h,cc]:
|
---|
1273 | - implemented the cleaning in a recursive way. It should be
|
---|
1274 | a little bit faster
|
---|
1275 | - implemented post-cleaning using timing information
|
---|
1276 | - implemented new options how to treat the removed single
|
---|
1277 | core pixels
|
---|
1278 |
|
---|
1279 | * mjobs/MJCut.cc:
|
---|
1280 | - write an external ghostbuster to the output file if available
|
---|
1281 |
|
---|
1282 | * mjtrain/MJTrainEnergy.cc, mjtrain/MJTrainSeparation.cc:
|
---|
1283 | - set display name of MRanForestCalc as title instead of name
|
---|
1284 |
|
---|
1285 | * mranforest/MRanForestCalc.cc:
|
---|
1286 | - set fTitle as eventloop name instead of fName
|
---|
1287 |
|
---|
1288 | * mimage/MNewImagePar.[h,cc]:
|
---|
1289 | - removed the fInner-stuff. It was never good for anything
|
---|
1290 | only for space- and time-consumption
|
---|
1291 | - increased class-version number by one
|
---|
1292 |
|
---|
1293 |
|
---|
1294 |
|
---|
1295 | 2007/07/25 Thomas Bretz
|
---|
1296 |
|
---|
1297 | * scripts/merppupdate:
|
---|
1298 | - small fixes
|
---|
1299 |
|
---|
1300 |
|
---|
1301 |
|
---|
1302 | 2007/07/24 Thomas Bretz
|
---|
1303 |
|
---|
1304 | * mbase/MEvtLoop.cc:
|
---|
1305 | - removed the "Status Display" in front of the window name
|
---|
1306 |
|
---|
1307 | * mcalib/MCalibrationChargeCalc.cc:
|
---|
1308 | - initialized some more variables in the constructor as suggested
|
---|
1309 | by valgrind
|
---|
1310 |
|
---|
1311 | * mjobs/MJCut.cc:
|
---|
1312 | - reset number of off-source positions in on-/off-mode to one
|
---|
1313 |
|
---|
1314 | * mjobs/MJob.[h,cc]:
|
---|
1315 | - added many comments
|
---|
1316 | - simplified the functions for setting a new resource file
|
---|
1317 | - replaced some repeated code by new function CombinePath
|
---|
1318 | - added new member function HasWritePermission
|
---|
1319 |
|
---|
1320 | * mjoptim/MJOptimize.cc:
|
---|
1321 | - set title as window title of eventloop
|
---|
1322 |
|
---|
1323 | * mjoptim/MJOptimizeCuts.cc:
|
---|
1324 | - stop if filter is set and it is not MFMagicCuts
|
---|
1325 |
|
---|
1326 | * mjoptim/MJOptimizeCuts.cc, mjoptim/MJOptimizeDisp.cc,
|
---|
1327 | mjoptim/MJOptimizeEnergy.cc:
|
---|
1328 | - set window title of status display
|
---|
1329 |
|
---|
1330 | * mjtrain/MJTrainDisp.cc, mjtrain/MJTrainEnergy.cc,
|
---|
1331 | mjtrain/MJTrainSeparation.cc:
|
---|
1332 | - set window title of status display
|
---|
1333 | - check for write permission of the output file
|
---|
1334 |
|
---|
1335 | * mjtrain/MJTrainDisp.[h,cc]:
|
---|
1336 | - implemented new plots showing the result in a more
|
---|
1337 | convinient way
|
---|
1338 | - allow to set a different result value than dist
|
---|
1339 |
|
---|
1340 | * mranforest/MRanForest.[h,cc]:
|
---|
1341 | - improvement to output when training. Moved code to a
|
---|
1342 | new member function
|
---|
1343 |
|
---|
1344 | * mranforest/MRanForestCalc.cc:
|
---|
1345 | - set window title of status display
|
---|
1346 |
|
---|
1347 | * mtools/MTFillMatrix.[h,cc]:
|
---|
1348 | - implemented setting name and title in the constructor
|
---|
1349 | - set window title when wvent loop is started to title
|
---|
1350 |
|
---|
1351 |
|
---|
1352 |
|
---|
1353 | 2007/07/19 Thomas Bretz
|
---|
1354 |
|
---|
1355 | * mjobs/MJCut.cc:
|
---|
1356 | - added a sanity check for one off-position in on/off-mode
|
---|
1357 |
|
---|
1358 | * mjoptim/MJOptimize.[h,cc]:
|
---|
1359 | - moved the functions and data-members to set cuts etc to new
|
---|
1360 | base class
|
---|
1361 | - added setting of pre- and post-tasks to reading the data
|
---|
1362 |
|
---|
1363 | * mjoptim/Makefile, mjoptim/OptimLinkDef.h:
|
---|
1364 | - added new MJOptimizeBase
|
---|
1365 |
|
---|
1366 | * mjtrain/MJTrainDisp.cc, mjtrain/MJTrainEnergy.cc,
|
---|
1367 | mjtrain/MJTrainSeparation.cc:
|
---|
1368 | - changed to use fDebug and WriteDisplay from the new base class
|
---|
1369 |
|
---|
1370 | * mjtrain/MJTrainRanForest.[h,cc]:
|
---|
1371 | - moved all data members and setting of pre-/posttasks/-cuts
|
---|
1372 | to new base class
|
---|
1373 |
|
---|
1374 | * mjtrain/Makefile:
|
---|
1375 | - added include of mjoptim for new base class
|
---|
1376 |
|
---|
1377 | * mjoptim/MJOptimizeBase.[h,cc]:
|
---|
1378 | - new base class for optimization and training classes
|
---|
1379 |
|
---|
1380 |
|
---|
1381 |
|
---|
1382 |
|
---|
1383 | 2007/07/18 Thomas Bretz
|
---|
1384 |
|
---|
1385 | * mpointing/MPointingDevCalc.cc:
|
---|
1386 | - changed limit for starguide calibration from 87751 to 85240
|
---|
1387 |
|
---|
1388 | * mbase/MContinue.cc:
|
---|
1389 | - changed some debug output
|
---|
1390 | - fixed a bug if the filter already decided to be skiped
|
---|
1391 |
|
---|
1392 | * mbase/MEvtLoop.cc:
|
---|
1393 | - changed RecursiveRemove to use the newly implemented scheme
|
---|
1394 |
|
---|
1395 | * mbase/MParContainer.[h,cc], mbase/MParList.[h,cc],
|
---|
1396 | mbase/MTask.[h,cc], mbase/MTaskList.[h,cc]:
|
---|
1397 | - improved debug output
|
---|
1398 | - added RecursiveRemove member function
|
---|
1399 | - removed screen output from Remove function
|
---|
1400 | - call RecursiveRemove when something is removed from the list
|
---|
1401 |
|
---|
1402 | * mbase/MStatusDisplay.h:
|
---|
1403 | - aaded a new enum kLastElement
|
---|
1404 |
|
---|
1405 | * mbase/MTask.cc:
|
---|
1406 | - set kMustCleanup for fFilter
|
---|
1407 |
|
---|
1408 | * mbase/MTaskList.cc:
|
---|
1409 | - added debugg code
|
---|
1410 |
|
---|
1411 | * mfileio/MWriteRootFile.cc:
|
---|
1412 | - always set kMustCleanup when a TFile is created
|
---|
1413 | - make sure RecursiveRemove is called in the correct way
|
---|
1414 |
|
---|
1415 | * mmain/MEventDisplay.h:
|
---|
1416 | - fixed the starting index for the first gui element
|
---|
1417 |
|
---|
1418 | * msignal/MExtractor.cc:
|
---|
1419 | - added some initializations in the constructor suggested by
|
---|
1420 | valgrind
|
---|
1421 |
|
---|
1422 | * mcalib/MCalibrateData.cc:
|
---|
1423 | - improved output
|
---|
1424 |
|
---|
1425 |
|
---|
1426 |
|
---|
1427 | 2007/07/17 Thomas Bretz
|
---|
1428 |
|
---|
1429 | * mjobs/MDataSet.cc:
|
---|
1430 | - fixed a typo
|
---|
1431 |
|
---|
1432 |
|
---|
1433 |
|
---|
1434 | 2007/07/17 Daniela Dorner
|
---|
1435 |
|
---|
1436 | * scripts/dospectrum:
|
---|
1437 | - added comments
|
---|
1438 | - adapted variables to changes in preparemc
|
---|
1439 | - new path for condor submit and dag files (the new condor path in
|
---|
1440 | Mars)
|
---|
1441 |
|
---|
1442 | * scripts/preparemc:
|
---|
1443 | - added comments
|
---|
1444 | - added checks
|
---|
1445 |
|
---|
1446 | * condor:
|
---|
1447 | - added (directory to store condor submit files)
|
---|
1448 |
|
---|
1449 | * condor/processds.submit:
|
---|
1450 | - added (condor submit file to run ganymed for a dataset, used in
|
---|
1451 | scripts/dospectrum)
|
---|
1452 |
|
---|
1453 | * condor/processsponde.submit:
|
---|
1454 | - added (condor submit file to run sponde for a dataset, used in
|
---|
1455 | scripts/dospectrum)
|
---|
1456 |
|
---|
1457 |
|
---|
1458 |
|
---|
1459 | 2007/07/15 Thomas Bretz
|
---|
1460 |
|
---|
1461 | * mdata/MDataPhrase.[h,cc]:
|
---|
1462 | - fixed a problem with predefined variables (such as used for
|
---|
1463 | disp optimization [0])
|
---|
1464 | - added a debug member function GetRuleRaw()
|
---|
1465 |
|
---|
1466 | * mhflux/MHAlpha.[h,cc]:
|
---|
1467 | - allow to set the watermark from the DrawNice menu entry
|
---|
1468 |
|
---|
1469 | * mjobs/MDataSet.cc:
|
---|
1470 | - allow to set the default sequence- and data-path from
|
---|
1471 | the dataset file
|
---|
1472 |
|
---|
1473 | * mjobs/MJCut.cc:
|
---|
1474 | - set the number of random off-source position for the on-data
|
---|
1475 | - fixed a "&", should have been a logical And
|
---|
1476 | - make sure that even for MCs the source position is always
|
---|
1477 | calculated (this is necessary for more than one wobble position)
|
---|
1478 |
|
---|
1479 | * mjoptim/MJOptimizeDisp.cc:
|
---|
1480 | - fixed a typo which made the optimtrain.C fail (kDegToRad does
|
---|
1481 | not exist)
|
---|
1482 |
|
---|
1483 | * mjtrain/MJTrainEnergy.cc:
|
---|
1484 | - some cosmetics: changed kRad2Deg to TMath::RadToDeg()
|
---|
1485 |
|
---|
1486 | * mpointing/MSrcPosCalc.[h,cc]:
|
---|
1487 | - added a random off-source position calculation to make the
|
---|
1488 | more-than-one-off-source-position analysis symmetric in case of
|
---|
1489 | on-source
|
---|
1490 | - added lots of comments
|
---|
1491 |
|
---|
1492 |
|
---|
1493 |
|
---|
1494 | 2007/07/14 Thomas Bretz
|
---|
1495 |
|
---|
1496 | * mpedestal/MPedestalSubtract.[h,cc]:
|
---|
1497 | - fixed the buggy Memcpy function introduced with the last change
|
---|
1498 | 07/06/17 ;( Fortunately this bug was only effectingt the MC data.
|
---|
1499 | The MUX and old FADC data got copied correctly because they are
|
---|
1500 | stored in the hi-gain array only, so that the number of hi-gain
|
---|
1501 | samples returned in Process is 30/80.
|
---|
1502 |
|
---|
1503 | * mpedestal/MExtractPedestal.cc:
|
---|
1504 | - some cosmetics
|
---|
1505 |
|
---|
1506 | * mfilter/MFMagicCuts.cc:
|
---|
1507 | - changed some comments
|
---|
1508 |
|
---|
1509 | * mjobs/MJCut.cc:
|
---|
1510 | - some cosmetics. Simplified the setting of the scale factor
|
---|
1511 |
|
---|
1512 | * macros/train/traindisp.C, macros/train/trainenergy.C,
|
---|
1513 | macros/train/trainseparation.C:
|
---|
1514 | - added some more helpfull comment
|
---|
1515 |
|
---|
1516 |
|
---|
1517 |
|
---|
1518 | 2007/07/03 Thomas Bretz
|
---|
1519 |
|
---|
1520 | * mmain/MEventDisplay.[h,cc]:
|
---|
1521 | - changed default size
|
---|
1522 | - added two butons to switch of the display of the image
|
---|
1523 | parameters
|
---|
1524 |
|
---|
1525 |
|
---|
1526 |
|
---|
1527 | 2007/06/30 Thomas Bretz
|
---|
1528 |
|
---|
1529 | * msignal/MExtractTimeAndCharge.cc:
|
---|
1530 | - when splitting the extraction of the maximum position and the
|
---|
1531 | maximum value into two functions (after the last release)
|
---|
1532 | an error in extracting the time of a saturating lo-gain pixel
|
---|
1533 | was introduced. fixed.
|
---|
1534 |
|
---|
1535 | * resources/starguider.txt:
|
---|
1536 | - starguider calbration file added
|
---|
1537 |
|
---|
1538 |
|
---|
1539 |
|
---|
1540 | 2007/06/29 Daniela Dorner
|
---|
1541 |
|
---|
1542 | * datacenter/db/sources.php:
|
---|
1543 | - fixed bug (test-sources where displayed although 'incl. test
|
---|
1544 | sources was not checked)
|
---|
1545 | - added input field for source name (regular expressions)
|
---|
1546 | - adapted link for source name from sequinfo.php to
|
---|
1547 | sequinfo-aio.php
|
---|
1548 |
|
---|
1549 | * datacenter/db/menu.php, datacenter/db/builddatasets.php:
|
---|
1550 | - moved init of limits (setting of know values) from
|
---|
1551 | builddatasets.php to menu.php (function InitFindOffData), so that
|
---|
1552 | the values are also available in sequinfo-aio.php
|
---|
1553 |
|
---|
1554 | * scripts/dospectrum:
|
---|
1555 | - completely new version using condor dag
|
---|
1556 |
|
---|
1557 | * scripts/preparemc:
|
---|
1558 | - new version
|
---|
1559 | - adapted path
|
---|
1560 | - giving mars not needed anymore
|
---|
1561 | - adapted to 8 digit run numbers for MC
|
---|
1562 |
|
---|
1563 |
|
---|
1564 |
|
---|
1565 | 2007/06/29 Thomas Bretz
|
---|
1566 |
|
---|
1567 | * mimage/MHillasExt.[h,cc]:
|
---|
1568 | - added new timing parameters fSlopeTrans and fSlopeLong
|
---|
1569 | - removed never used parameter fMaxDist
|
---|
1570 | - increased accordingly the class version number by 1
|
---|
1571 | - replaced the old calculation of the third moments by a
|
---|
1572 | numerically more accurate one, by avoiding to calculate
|
---|
1573 | to many differences too often.
|
---|
1574 |
|
---|
1575 | * mfilter/MFMagicCuts.[h,cc]:
|
---|
1576 | - added the usage of the new SlopeLong parameter for ghostbusting
|
---|
1577 |
|
---|
1578 | * mjobs/MJStar.cc:
|
---|
1579 | - preselect events for muon analysis not only by size but also
|
---|
1580 | by fConcCOG.
|
---|
1581 |
|
---|
1582 | * mmuon/MMuonSearchPar.[h,cc]:
|
---|
1583 | - added a new member function to return the dist (sqrt(x^2+y^2))
|
---|
1584 | - to create outliers which are outling as much as possible we
|
---|
1585 | let the fit change x and y to infinity.
|
---|
1586 |
|
---|
1587 | * mmuon/MHSingleMuon.cc:
|
---|
1588 | - adapted the histogram binning from Siegen slices to ns.
|
---|
1589 | - adapted the par limits for the fit to ns
|
---|
1590 | - adapted the starting value for the rms to ns
|
---|
1591 | - removed the fit range, it was anyhow identical to the histogram
|
---|
1592 | - changed the condition of the pixel index into a condition
|
---|
1593 | of the pixel size
|
---|
1594 |
|
---|
1595 | * scripts/merppupdate:
|
---|
1596 | - the second argument was silently ignored
|
---|
1597 |
|
---|
1598 | * ganymed.rc, ganymed_wobble.rc, ganymed_onoff.rc:
|
---|
1599 | - updates to the latest changes
|
---|
1600 |
|
---|
1601 |
|
---|
1602 |
|
---|
1603 | 2007/06/28 Thomas Bretz
|
---|
1604 |
|
---|
1605 | * mars.cc:
|
---|
1606 | - added new options to use a sequence file instead of a run
|
---|
1607 |
|
---|
1608 | * mhbase/MFillH.h:
|
---|
1609 | - added new member function to reset weights
|
---|
1610 |
|
---|
1611 | * mmain/MEventDisplay.[h,cc]:
|
---|
1612 | - added path argument to allow to give an input path
|
---|
1613 | - added to allow to setup a sequence file for reading
|
---|
1614 |
|
---|
1615 | * mmain/Makefile:
|
---|
1616 | - added inlcude of mjobs for MSequence
|
---|
1617 |
|
---|
1618 | * mbadpixels/MBadPixelsTreat.cc:
|
---|
1619 | - we assume now that the maximum arrival time difference
|
---|
1620 | is calibrated already in nanoseconds
|
---|
1621 |
|
---|
1622 | * mcalib/MCalibrateRelTimes.[h,cc]:
|
---|
1623 | - the arrival time is now converted from slices into nanoseconds
|
---|
1624 |
|
---|
1625 | * mfilter/MFSoftwareTrigger.cc:
|
---|
1626 | - the arrival time is now assumed to be in nanoseconds.
|
---|
1627 | the default is changed accordingly from 0.5 to 1.7
|
---|
1628 |
|
---|
1629 | * mjobs/MJCalibrateSignal.cc:
|
---|
1630 | - changed axis label of PulsePos plot (now in nanosec)
|
---|
1631 |
|
---|
1632 | * mpointing/MSrcPosCalc.[h,cc]:
|
---|
1633 | - allow to set a tasklist as callback to now which n-th
|
---|
1634 | pass of the same task list it is
|
---|
1635 |
|
---|
1636 | * mbase/MTaskList.[h,cc]:
|
---|
1637 | - added some code to allow the execution of one task list more
|
---|
1638 | than once. This is for example necessary to process three
|
---|
1639 | different off-source regions.
|
---|
1640 |
|
---|
1641 | * mjobs/MJCut.[h,cc]:
|
---|
1642 | - use the new feature in MTaskList to setup a tasklist
|
---|
1643 | processing the off-source calculation tasklist more than once
|
---|
1644 | - added a new data meber fNumOffSourcePos
|
---|
1645 | - added a new resource option NumOffSourcePositions
|
---|
1646 | - added a new CutQ before Cut0 which takes place before all
|
---|
1647 | source posisiton dependant stuff
|
---|
1648 |
|
---|
1649 | * ganymed_onoff.rc:
|
---|
1650 | - renamed Cut0 to CutQ
|
---|
1651 |
|
---|
1652 |
|
---|
1653 |
|
---|
1654 | 2007/06/27 Thomas Bretz
|
---|
1655 |
|
---|
1656 | * mfilter/MFMagicCuts.cc:
|
---|
1657 | - added the missing include of MHillas.h
|
---|
1658 |
|
---|
1659 | * mhist/Makefile, mhist/HistLinkDef.h:
|
---|
1660 | - removed obsolete MHFadcCam
|
---|
1661 | - removed obsolete MHFadcPix
|
---|
1662 |
|
---|
1663 | * msignal/MExtractPINDiode.cc:
|
---|
1664 | - commented out some non-compiling code which is not used at all.
|
---|
1665 |
|
---|
1666 | * Makefile:
|
---|
1667 | - removed compmux program which entered by chance
|
---|
1668 |
|
---|
1669 |
|
---|
1670 |
|
---|
1671 | 2007/06/26 Thomas Bretz
|
---|
1672 |
|
---|
1673 | * mmain/Makefile:
|
---|
1674 | - added inlclude path for mfilter
|
---|
1675 |
|
---|
1676 | * mmain/MEventDisplay.cc:
|
---|
1677 | - added MFEvtNumber to choose selected preselected events
|
---|
1678 |
|
---|
1679 |
|
---|
1680 |
|
---|
1681 | 2007/06/25 Daniel Hoehne
|
---|
1682 |
|
---|
1683 | * datacenter/scripts/linkmc:
|
---|
1684 | - implemented execution of fillcamera.C, now first a mc camera file
|
---|
1685 | is linked and then fillcamera.C runs for this file
|
---|
1686 |
|
---|
1687 | * datacenter/macros/fillcamera.C:
|
---|
1688 | - bugfix: the macro doesn't giva a seg-fault anymore
|
---|
1689 | (thanks to Thomas)
|
---|
1690 | - arranged the structure more clearly
|
---|
1691 |
|
---|
1692 |
|
---|
1693 |
|
---|
1694 | 2007/06/23 Thomas Bretz
|
---|
1695 |
|
---|
1696 | * mbadpixels/MBadPixelsCam.cc:
|
---|
1697 | - fixed some Print output
|
---|
1698 |
|
---|
1699 | * mhflux/MHAlpha.cc:
|
---|
1700 | - added the missing include of MHillas.h
|
---|
1701 | - removed the obsolete ClassImp(MAlphaFitter)
|
---|
1702 |
|
---|
1703 | * mhflux/MHFalseSource.cc, mimage/MHillasSrc.cc:
|
---|
1704 | - added the missing include MHillas.h
|
---|
1705 |
|
---|
1706 | * mimage/MHHillasSrc.cc, mimage/MHillasSrc.h:
|
---|
1707 | - removed obsolete include of MHillas.h
|
---|
1708 |
|
---|
1709 | * mpointing/MPointingDevCalc.[h,cc]:
|
---|
1710 | - added the real starguider calibration using a pointing model
|
---|
1711 | for the strguider. The dates for which the model is valid
|
---|
1712 | can still be tuned.
|
---|
1713 |
|
---|
1714 | * mpointing/MSrcPosCalc.cc, mreport/MReportStarguider.cc:
|
---|
1715 | - added some comment
|
---|
1716 |
|
---|
1717 |
|
---|
1718 |
|
---|
1719 | 2007/06/23 Thomas Bretz
|
---|
1720 |
|
---|
1721 | * mpointing/MPointing.cc:
|
---|
1722 | - improved output
|
---|
1723 |
|
---|
1724 |
|
---|
1725 |
|
---|
1726 | 2007/06/23 Daniela Dorner
|
---|
1727 |
|
---|
1728 | * datacenter/db/index.html:
|
---|
1729 | - added link to showplots-seq.php
|
---|
1730 | - added link to builddatasets.php
|
---|
1731 |
|
---|
1732 | * datacenter/db/showplots-seq.php:
|
---|
1733 | - added (analog to shoeplots-ds, but instead of dataset number a
|
---|
1734 | sequence range and/or a source name can be chosen)
|
---|
1735 |
|
---|
1736 | * datacenter/db/plotinclude.php:
|
---|
1737 | - added function to print pull-down menu for type in showplots*.php
|
---|
1738 |
|
---|
1739 | * datacenter/db/showplots.php:
|
---|
1740 | - moved getting of plotname out of if-clauses
|
---|
1741 |
|
---|
1742 | * datacenter/db/showplots-ds.php:
|
---|
1743 | - added check if datasetfile is existing
|
---|
1744 |
|
---|
1745 | * datacenter/db/showplots-ds.php, datacenter/db/showplots.php:
|
---|
1746 | - added comments
|
---|
1747 | - added home-button
|
---|
1748 | - added reset-button
|
---|
1749 | - changed choosing of type from input field to pull-down menu and
|
---|
1750 | implemented function for this pulldown
|
---|
1751 |
|
---|
1752 |
|
---|
1753 |
|
---|
1754 | 2007/06/22 Thomas Bretz
|
---|
1755 |
|
---|
1756 | * mhflux/MHThetaSqN.cc:
|
---|
1757 | - fixed optimization (it just didn't work)
|
---|
1758 |
|
---|
1759 | * mpointing/MPointing.[h,cc]:
|
---|
1760 | - added some checks in Load
|
---|
1761 | - fixed a problem with the constructors (the pointers MUST be
|
---|
1762 | initialized to 0)
|
---|
1763 | - renamed fNumPar to fgNumPar
|
---|
1764 | - Load and Save now return kTRUE or kFALSE
|
---|
1765 |
|
---|
1766 |
|
---|
1767 |
|
---|
1768 | 2007/06/22 Daniela Dorner
|
---|
1769 |
|
---|
1770 | * datacenter/db/builddatasets.php:
|
---|
1771 | - fixed typo
|
---|
1772 |
|
---|
1773 |
|
---|
1774 |
|
---|
1775 | 2007/06/21 Thomas Bretz
|
---|
1776 |
|
---|
1777 | * mjobs/MJCut.cc:
|
---|
1778 | - fixed a problem with the Wobble MCs (the could not be processed
|
---|
1779 | anymore because they needed MTime for MHSrcPos)
|
---|
1780 |
|
---|
1781 |
|
---|
1782 |
|
---|
1783 | 2007/06/20 Thomas Bretz
|
---|
1784 |
|
---|
1785 | * msql/MSQLMagic.[h,cc]:
|
---|
1786 | - added a new function InsertUpdate
|
---|
1787 |
|
---|
1788 |
|
---|
1789 |
|
---|
1790 | 2007/06/20 Daniela Dorner
|
---|
1791 |
|
---|
1792 | * datacenter/db/showplots.php:
|
---|
1793 | - implemented different number of tabs for muxdata for
|
---|
1794 | signal*.root
|
---|
1795 |
|
---|
1796 |
|
---|
1797 |
|
---|
1798 | 2007/06/19 Thomas Bretz
|
---|
1799 |
|
---|
1800 | * callisto.rc, callisto_Dec04Jan05.rc:
|
---|
1801 | - changed the default values (commented out anyhow) to the real
|
---|
1802 | values.
|
---|
1803 |
|
---|
1804 | * mbase/MEnv.h:
|
---|
1805 | - allow printing contents from the context menu
|
---|
1806 |
|
---|
1807 | * mcalib/MCalibrationRelTimeCalc.cc:
|
---|
1808 | - replaced kDeviatingTimeResolution by new
|
---|
1809 | kDeviatingRelTimeResolution
|
---|
1810 |
|
---|
1811 | * mhcalib/MHCalibrationPulseTimeCam.cc:
|
---|
1812 | - automatically scale the saturation limit to the fadc range
|
---|
1813 |
|
---|
1814 | * mjobs/MJCalibrateSignal.cc:
|
---|
1815 | - save resource file into signal*.root file
|
---|
1816 | - added some code (still commented) for saving the calibration
|
---|
1817 | results
|
---|
1818 | - do not fill the bad-pixel plots with MCs
|
---|
1819 |
|
---|
1820 | * mjobs/MJCalibration.cc, mjobs/MJStar.cc, mjobs/MJCut.cc,
|
---|
1821 | mjobs/MJSpectrum.cc:
|
---|
1822 | - save resource file into signal*.root file
|
---|
1823 |
|
---|
1824 | * mjobs/MJPedestal.cc:
|
---|
1825 | - clarified output for "mean pulse time" further
|
---|
1826 |
|
---|
1827 | * mjobs/MJob.cc:
|
---|
1828 | - made write container more flexible to allow easier calles
|
---|
1829 | if fPathOut contains the file name already
|
---|
1830 |
|
---|
1831 | * mpedestal/MExtractPedestal.cc:
|
---|
1832 | - automatically scale the maximum variation and the
|
---|
1833 | maximum value to fit the FADC range
|
---|
1834 |
|
---|
1835 | * msignal/MExtractor.cc:
|
---|
1836 | - removed the reset of the saturation limit. Maybe the user
|
---|
1837 | wants to switch off saturation detection.
|
---|
1838 | - removed a lot of old code (in comments)
|
---|
1839 |
|
---|
1840 | * msignal/MExtractTimeAndCharge.cc:
|
---|
1841 | - scale the saturation limit from the maximum of
|
---|
1842 | the FADC range to 256
|
---|
1843 | - use the maximum value of the raw position as the input for
|
---|
1844 | half the signal height in GetSaturationTime again
|
---|
1845 | - calculate maxposhi only if needed
|
---|
1846 | - calculate maxrawlo only if needed
|
---|
1847 |
|
---|
1848 | * mraw/MRawRunHeader.[h,cc]:
|
---|
1849 | - implemented new format version 9
|
---|
1850 | - increased version number by one
|
---|
1851 | - added some comments in the header
|
---|
1852 | - added a function returning the maximum value of the FADC
|
---|
1853 | - changed the GetScale from a calculation to a switch
|
---|
1854 | (faster and easier to understand)
|
---|
1855 |
|
---|
1856 | * callisto_mux.rc:
|
---|
1857 | - replaced saturation and lower signal limit in
|
---|
1858 | MJPedestalY2.MHCalibrationPulseTimeCam by the defaults
|
---|
1859 |
|
---|
1860 | * mbase/MMath.[h,cc]:
|
---|
1861 | - added a function to do a InterpolParab assuming that the
|
---|
1862 | x-coordinates are -1, 0, 1
|
---|
1863 |
|
---|
1864 |
|
---|
1865 |
|
---|
1866 | 2007/06/18 Thomas Bretz
|
---|
1867 |
|
---|
1868 | * mbadpixels/Makefile:
|
---|
1869 | - added include of mraw
|
---|
1870 |
|
---|
1871 | * mbadpixels/MBadPixelsTreat.[h,cc]:
|
---|
1872 | - added some comments
|
---|
1873 | - check for MRawRunHeader
|
---|
1874 | - calculate max time difference from time in ns
|
---|
1875 |
|
---|
1876 | * callisto.rc callisto_mux.rc, callisto_Dec04Jan05.rc:
|
---|
1877 | - changed old value for time difference to 3.0
|
---|
1878 | - use the default value (3.0) in all files
|
---|
1879 |
|
---|
1880 | * mbadpixels/MBadPixelsPix.h, mbadpixels/MBadPixelsCam.cc,
|
---|
1881 | mcalib/MCalibrationChargeCalc.cc:
|
---|
1882 | - renamed kFluctuatingArrivalTimes to kDeviatingAbsTimeResolution
|
---|
1883 |
|
---|
1884 | * mbase/MMath.cc:
|
---|
1885 | - improved (according to the numerical recipes) the calculation
|
---|
1886 | of the one value solution. This should also accelerate
|
---|
1887 | execution a bit
|
---|
1888 |
|
---|
1889 |
|
---|
1890 |
|
---|
1891 | 2007/06/17 Thomas Bretz
|
---|
1892 |
|
---|
1893 | * mpedestal/MExtractPedestal.[h,cc],
|
---|
1894 | mpedestal/MPedestalSubtract.cc,
|
---|
1895 | mpedestal/MPedestalSubtractedEvt.[h,cc]:
|
---|
1896 | - changed USample_t finally from Byte_t to UShort_t
|
---|
1897 | - adapted Memcpy accordingly
|
---|
1898 |
|
---|
1899 | * mraw/MRawEvtData.[h,cc]:
|
---|
1900 | - increased class version to 7
|
---|
1901 | - added fNumBytesPerSample for simplification
|
---|
1902 | - take fNumBytesPerSample into account
|
---|
1903 | - changed draw and print option accordingly
|
---|
1904 | - changed reading of pixel information (in fact it is a
|
---|
1905 | simplification allowed by the flexible storage format)
|
---|
1906 | - added a private GetSample member function to be used in
|
---|
1907 | data access for drawing a pixel
|
---|
1908 | - added returning of the scale (2^((numbytes-1)*8))
|
---|
1909 | - FIXME: GetPixelContent must be reimplemented!
|
---|
1910 |
|
---|
1911 | * mraw/MRawEvtPixelIter.[h,cc]:
|
---|
1912 | - changed according to changes in MRawEvtData to support
|
---|
1913 | flexible daza format
|
---|
1914 | - removed a lot of old, obsolete and unsused member functions
|
---|
1915 |
|
---|
1916 | * msignal/MSignalCalc.cc, mpedestal/MHPedestalCor.cc:
|
---|
1917 | - changed to use USample_t instead of Byte_t
|
---|
1918 | - ToBeFIXED! The saturation limits are still around 2^8
|
---|
1919 |
|
---|
1920 | * callisto_mux.rc:
|
---|
1921 | - removed obsolete LoGainSwitch statement
|
---|
1922 |
|
---|
1923 |
|
---|
1924 |
|
---|
1925 | 2007/06/16 Thomas Bretz
|
---|
1926 |
|
---|
1927 | * mbase/MGList.cc:
|
---|
1928 | - added some sanity checks
|
---|
1929 |
|
---|
1930 | * mbase/MMath.cc:
|
---|
1931 | - don't start caluclation if x<mean in GaussProb
|
---|
1932 |
|
---|
1933 | * mpedestal/MExtractPedestal.[h,cc]:
|
---|
1934 | - added new data member for the absulte max signal fMaxSignalAbs
|
---|
1935 | - replaced Byte_t for a sample by USample_t set in the header
|
---|
1936 | to Byte_t
|
---|
1937 | - in the case of random pedestal calculation the MaxPos is
|
---|
1938 | not calculated anymore
|
---|
1939 | - scale the pedestal and pedestalrms according to the sample
|
---|
1940 | size in the data (the scale is retrieved from the run-header)
|
---|
1941 |
|
---|
1942 | * mpedestal/MPedestalSubtract.[h,cc]:
|
---|
1943 | - replaced build-in memcpy by a new Memcpy function which is more
|
---|
1944 | flexible depending on the input data format
|
---|
1945 | - scale the signal into the range 0-256 according to the
|
---|
1946 | scale given by the event header
|
---|
1947 | - replaced Byte_t by USample_t
|
---|
1948 |
|
---|
1949 | * mpedestal/MPedestalSubtractedEvt.[h,cc]:
|
---|
1950 | - replaced Byte_t by USample_t and set it accordingly to Byte_t
|
---|
1951 |
|
---|
1952 | * mraw/MRawRunHeader.h:
|
---|
1953 | - added returning of the scale (2^((numbytes-1)*8))
|
---|
1954 |
|
---|
1955 |
|
---|
1956 |
|
---|
1957 | 2007/06/15 Thomas Bretz
|
---|
1958 |
|
---|
1959 | * mpedestal/MPedestalSubtractedEvt.cc:
|
---|
1960 | - fixed a bug in the determination of the maximum slice. Only
|
---|
1961 | each second slice was checked. This has been introduced with
|
---|
1962 | the last change four weeks ago.
|
---|
1963 |
|
---|
1964 |
|
---|
1965 |
|
---|
1966 | 2007/06/15 Daniela Dorner
|
---|
1967 |
|
---|
1968 | * datacenter/db/index-footer.html:
|
---|
1969 | - adapted path of validator picture
|
---|
1970 |
|
---|
1971 | * scripts/processsequence:
|
---|
1972 | - added sequence number (get it from sequence file) to path name
|
---|
1973 | in case only a sequence file is given
|
---|
1974 | - added two new command line options: the callisto and star rc can
|
---|
1975 | be given now
|
---|
1976 |
|
---|
1977 |
|
---|
1978 |
|
---|
1979 | 2007/06/14 Daniela Dorner
|
---|
1980 |
|
---|
1981 | * scripts/processsequence:
|
---|
1982 | - bugfix (getting of runno didn't work in case the outpath
|
---|
1983 | contained a _)
|
---|
1984 |
|
---|
1985 |
|
---|
1986 |
|
---|
1987 | 2007/06/13 Thomas Bretz
|
---|
1988 |
|
---|
1989 | * mimage/MImgCleanStd.cc:
|
---|
1990 | - print name of MPedPhotCam only if used
|
---|
1991 |
|
---|
1992 |
|
---|
1993 |
|
---|
1994 | 2007/06/13 Daniela Dorner
|
---|
1995 |
|
---|
1996 | * datacenter/db/plotdb.php:
|
---|
1997 | - enlarged inputs for Set1 and Set2 to 150 (was too short for all
|
---|
1998 | sequences of one dataset)
|
---|
1999 |
|
---|
2000 | * datacenter/db/showplots.php:
|
---|
2001 | - implemented variable for number of tabs (calib*.root,
|
---|
2002 | signal*.root and star*.root) to simplify future changes
|
---|
2003 | - adapted number of tabs for signal*.root
|
---|
2004 |
|
---|
2005 |
|
---|
2006 |
|
---|
2007 | 2007/06/12 Thomas Bretz
|
---|
2008 |
|
---|
2009 | * mbase/MTime.[h,cc]:
|
---|
2010 | - added new constant kDaySec
|
---|
2011 | - use kDaySec where possible
|
---|
2012 | - added second argument to SetUnixTime and allow using it ;-)
|
---|
2013 | - use SetUnixTime in Set(timeval)
|
---|
2014 |
|
---|
2015 | * mhcalib/MHCalibrationChargeCam.cc:
|
---|
2016 | - made sure that Draw doesn't crash if the hi-gains
|
---|
2017 | have saturated but the lo-gains don't exist
|
---|
2018 |
|
---|
2019 | * mhcalib/MHCalibrationPulseTimeCam.[h,cc]:
|
---|
2020 | - replaced type of SaturationLimit and LowerSignalLimit by UInt_t
|
---|
2021 | - accordingly increased class version number
|
---|
2022 |
|
---|
2023 |
|
---|
2024 |
|
---|
2025 | 2007/06/12 Daniela Dorner
|
---|
2026 |
|
---|
2027 | * datacenter/db/ganymed.php:
|
---|
2028 | - added comment
|
---|
2029 |
|
---|
2030 | * datacenter/db/tabs.php:
|
---|
2031 | - corrected tabs for ganymed for wobble
|
---|
2032 |
|
---|
2033 |
|
---|
2034 |
|
---|
2035 | 2007/06/11 Thomas Bretz
|
---|
2036 |
|
---|
2037 | * sponde.cc:
|
---|
2038 | - added check for validity of resource file
|
---|
2039 |
|
---|
2040 | * mbase/MMath.cc:
|
---|
2041 | - small speed improvement to calclation of three solutions
|
---|
2042 | for the third order pol.
|
---|
2043 | - for a second order pol. set x1 and x2 if it has only one
|
---|
2044 | solution
|
---|
2045 |
|
---|
2046 | * mbase/MMath.h:
|
---|
2047 | - speed improvement using ::cbrt instead of pow(x, 1/3)
|
---|
2048 |
|
---|
2049 | * mcalib/MCalibrationChargeCalc.cc:
|
---|
2050 | - improved output
|
---|
2051 |
|
---|
2052 | * mextralgo/MExtralgoSpline.cc:
|
---|
2053 | - speed improvement by using a look up table for often used
|
---|
2054 | and identical coefficients
|
---|
2055 | - use MMath::SolvePol2 to get the null-points of the first
|
---|
2056 | derivative (EvalDerivEq0)
|
---|
2057 | - removed a lot of old an obsolete comments
|
---|
2058 | - fixed the newly introduced EvlInteg(int, int) -- must
|
---|
2059 | return 0 explicitly if a==b
|
---|
2060 | - fixed the upward search
|
---|
2061 |
|
---|
2062 |
|
---|
2063 |
|
---|
2064 | 2007/05/25 Thomas Bretz
|
---|
2065 |
|
---|
2066 | * callisto.cc, star.cc:
|
---|
2067 | - removed obsolete check whether config file exists
|
---|
2068 |
|
---|
2069 | * sponde.cc:
|
---|
2070 | - aded check for validity of config file (returns 0xfe if not)
|
---|
2071 |
|
---|
2072 | * mbase/MEnv.[h,cc]:
|
---|
2073 | - removed obsolete fName workaround
|
---|
2074 | - made sure that also ~ paths are correctly expanded and used
|
---|
2075 |
|
---|
2076 | * mjobs/MJob.cc:
|
---|
2077 | - one more sanity check if MEnv is not valid
|
---|
2078 |
|
---|
2079 | * Makefile:
|
---|
2080 | - first compile the programs source code and then link the library
|
---|
2081 | this make it much faster to debug the code of the program sources.
|
---|
2082 |
|
---|
2083 |
|
---|
2084 |
|
---|
2085 | 2007/05/22 Daniel Hoehne
|
---|
2086 |
|
---|
2087 | * datacenter/macros/fillcamera.C:
|
---|
2088 | - added (macro to fill mc parameters into the db)
|
---|
2089 |
|
---|
2090 |
|
---|
2091 |
|
---|
2092 | 2007/05/22 Thomas Bretz
|
---|
2093 |
|
---|
2094 | * mmuon/MMuonSearchPar.cc:
|
---|
2095 | - tiny speed improvement in the fit function
|
---|
2096 |
|
---|
2097 |
|
---|
2098 |
|
---|
2099 | 2007/05/22 Daniela Dorner
|
---|
2100 |
|
---|
2101 | * datacenter/scripts/sourcefile:
|
---|
2102 | - adapted the function finish to avoid removing of non existing
|
---|
2103 | files in case the variable lockfile is empty
|
---|
2104 |
|
---|
2105 | * steps.rc:
|
---|
2106 | - fixed typo
|
---|
2107 |
|
---|
2108 | * datacenter/scripts/checkscriptrunning:
|
---|
2109 | - added (script to check if a script is runnning, including
|
---|
2110 | command line option, to allow for several jobmanagers and
|
---|
2111 | zipscripts of one Mars Version)
|
---|
2112 |
|
---|
2113 |
|
---|
2114 |
|
---|
2115 | 2007/05/21 Daniela Dorner
|
---|
2116 |
|
---|
2117 | * datacenter/db/showplots-ds.php:
|
---|
2118 | - also off-sequences are plottet now
|
---|
2119 | - by plotting the link to the plot in colour, it is marked, whether
|
---|
2120 | a on sequence (green) or a off sequence is plotted
|
---|
2121 |
|
---|
2122 |
|
---|
2123 |
|
---|
2124 | 2007/05/21 Daniel Hoehne
|
---|
2125 |
|
---|
2126 | * datacenter/tools/resetdataset:
|
---|
2127 | - re-implemented fAllFilesAvail=NULL
|
---|
2128 |
|
---|
2129 | * datacenter/macros/fillstar.C:
|
---|
2130 | - bugfix: for sparkrate='inf', now 0.00 is filled into the db
|
---|
2131 |
|
---|
2132 |
|
---|
2133 |
|
---|
2134 | 2007/05/21 Thomas Bretz
|
---|
2135 |
|
---|
2136 | * msignal/MSignalPix.h:
|
---|
2137 | - added missing arrival time in Copy function
|
---|
2138 | - added copy constructor
|
---|
2139 |
|
---|
2140 | * msignal/MSignalCam.[h,cc]:
|
---|
2141 | - added a function to compare cleanigngs of two objects
|
---|
2142 | - added a function to compare the islands in two objects
|
---|
2143 | - adde Copy function
|
---|
2144 |
|
---|
2145 | * mjobs/MJStar.cc:
|
---|
2146 | - added MHEffictiveOnTime to parlist to get access from the
|
---|
2147 | resource file
|
---|
2148 |
|
---|
2149 | * mjobs/Makefile:
|
---|
2150 | - added include of mhflux
|
---|
2151 |
|
---|
2152 |
|
---|
2153 |
|
---|
2154 | 2007/05/18 Daniela Dorner
|
---|
2155 |
|
---|
2156 | * datacenter/scripts/runcorsika:
|
---|
2157 | - added (script to run corsika automatically)
|
---|
2158 |
|
---|
2159 | * datacenter/scripts/runreflector:
|
---|
2160 | - added (script to run reflector automatically)
|
---|
2161 |
|
---|
2162 | * datacenter/scripts/runcamera:
|
---|
2163 | - added (script to run camera automatically)
|
---|
2164 |
|
---|
2165 | * datacenter/scripts/jobmanager:
|
---|
2166 | - added possibility to start separate jobmanager for the MC
|
---|
2167 | processing by giving 'mc' as command line option
|
---|
2168 |
|
---|
2169 | * datacenter/scripts/setup:
|
---|
2170 | - added setting for MC production steps
|
---|
2171 |
|
---|
2172 | * datacenter/scripts/sourcefile:
|
---|
2173 | - added fail codes for MC production steps
|
---|
2174 |
|
---|
2175 | * steps.rc:
|
---|
2176 | - added settings for MC production steps
|
---|
2177 | - removed timer table information (this was only neede by the
|
---|
2178 | macro getdolist.C in case of day-wise processing of data)
|
---|
2179 |
|
---|
2180 |
|
---|
2181 |
|
---|
2182 | 2007/05/17 Thomas Bretz
|
---|
2183 |
|
---|
2184 | * metralgo/MExtralgoSpline.h:
|
---|
2185 | - improved the speed of the integration by simplifying the evaluated
|
---|
2186 | term. It has been checked that the result is identical.
|
---|
2187 |
|
---|
2188 |
|
---|
2189 |
|
---|
2190 | 2007/05/17 Daniela Dorner
|
---|
2191 |
|
---|
2192 | * scripts/processsequence:
|
---|
2193 | - added -v5 to all commands
|
---|
2194 |
|
---|
2195 | * datacenter/scripts/sourcefile:
|
---|
2196 | - adapted in function makedir if-clause to avoid removing of non
|
---|
2197 | existing files in case todofile is empty or todfile or lockfile is
|
---|
2198 | missing
|
---|
2199 |
|
---|
2200 | * datacenter/scripts/runcallisto, datacenter/scripts/runganymed
|
---|
2201 | datacenter/scripts/runstar:
|
---|
2202 | - adapted comment (was still about old way to get from the database
|
---|
2203 | what has to be done)
|
---|
2204 |
|
---|
2205 |
|
---|
2206 |
|
---|
2207 | 2007/05/16 Daniel Hoehne
|
---|
2208 |
|
---|
2209 | * datacenter/tools/resetdataset:
|
---|
2210 | - several bugfixes (mainly typos, for wobble datasets there was one
|
---|
2211 | colon too much due to no off sequences)
|
---|
2212 |
|
---|
2213 |
|
---|
2214 |
|
---|
2215 | 2007/05/16 Thomas Bretz
|
---|
2216 |
|
---|
2217 | * callisto.cc:
|
---|
2218 | - switch of storage of job2 only in movie mode
|
---|
2219 |
|
---|
2220 | * mjobs/MJCalibrateSignal.[h,cc]:
|
---|
2221 | - do not write the interlaced containers anymore
|
---|
2222 | they have no real meaning if only the ones of the last
|
---|
2223 | calibration are written
|
---|
2224 | - removed obsolete references to MCalibrationPulseTimeCam
|
---|
2225 | - changed default writingmode for the signal file to UPDATE
|
---|
2226 |
|
---|
2227 | * mjobs/MJCalibration.cc, mjobs/MJCut.cc:
|
---|
2228 | - write display by adding it to the array
|
---|
2229 |
|
---|
2230 | * mjobs/MJPedestal.[h,cc]:
|
---|
2231 | - added const qualifier to argument of DisplayResult
|
---|
2232 | - removed obsolete WriteResult
|
---|
2233 | - added a new function WritePulsePos
|
---|
2234 | - call WritePulsePos if PulsePosCheck is enabled
|
---|
2235 |
|
---|
2236 | * mjobs/MJob.[h,cc]:
|
---|
2237 | - removed automatic writing of fDisplay from WriteContainer
|
---|
2238 | - added a new function WriteDisplay
|
---|
2239 |
|
---|
2240 | * mhcalib/MHCalibrationChargeCam.cc, mpedestal/MExtractPedestal.cc,
|
---|
2241 | msignal/MExtractBlindPixel.cc, msignal/MSignalCalc.cc:
|
---|
2242 | - replaced GetMax by GetMaxPos
|
---|
2243 |
|
---|
2244 | * mhcalib/MHCalibrationPulseTimeCam.cc:
|
---|
2245 | - use new GetMax returning position and height at once
|
---|
2246 |
|
---|
2247 | * mpedestal/MPedestalSubtractedEvt.[h,cc]:
|
---|
2248 | - devided the old function GetMax into GetMax and GetRawMax
|
---|
2249 |
|
---|
2250 | * msignal/MExtractTimeAndCharge.cc:
|
---|
2251 | - GetSaturationTime now uses the real maximum as reference not
|
---|
2252 | the maximum of the raw-date
|
---|
2253 | - adapted the use of GetMax
|
---|
2254 |
|
---|
2255 | * mextralgo/MExtralgoSpline.h:
|
---|
2256 | - added a function which allows the outside world to access the
|
---|
2257 | spline
|
---|
2258 | - removed Align from EvalInteg, it is done in EvalPrimitive already
|
---|
2259 |
|
---|
2260 | * macros/test/extralgospline.C:
|
---|
2261 | - added a macro to test the spline
|
---|
2262 |
|
---|
2263 |
|
---|
2264 |
|
---|
2265 | 2007/05/14 Stefan Ruegamer
|
---|
2266 |
|
---|
2267 | * datacenter/scripts/checkmd5sum
|
---|
2268 | - added this script which makes an md5sum check of files that have
|
---|
2269 | been copied from tape to the directory
|
---|
2270 | /magic/datacenter/fromtape. This script will run later auto-
|
---|
2271 | matically before movingrawfiles.
|
---|
2272 |
|
---|
2273 |
|
---|
2274 |
|
---|
2275 | 2007/05/14 Daniela Dorner
|
---|
2276 |
|
---|
2277 | * datacenter/scripts/checkfilesforsequenceavail:
|
---|
2278 | - added missing 'set -C'
|
---|
2279 |
|
---|
2280 | * scripts/processsequence:
|
---|
2281 | - added option (now callisto rc can be giving in a command line
|
---|
2282 | option)
|
---|
2283 |
|
---|
2284 |
|
---|
2285 |
|
---|
2286 | 2007/05/14 Daniel Hoehne
|
---|
2287 |
|
---|
2288 | * datacenter/db/menu.php, magicdefs.php, querycal.php:
|
---|
2289 | - implemented new columns fUnsuitableMax and fDeadMax
|
---|
2290 |
|
---|
2291 |
|
---|
2292 |
|
---|
2293 | 2007/05/14 Thomas Bretz
|
---|
2294 |
|
---|
2295 | * RELEASE 1.2
|
---|
2296 |
|
---|
2297 |
|
---|
2298 |
|
---|
2299 | 2007/05/14 Thomas Bretz
|
---|
2300 |
|
---|
2301 | * callisto_mux.rc:
|
---|
2302 | - cleanup of some comments
|
---|
2303 |
|
---|
2304 | * mjobs/MJCalibration.cc:
|
---|
2305 | - fixed the unintentionally removed setting of pedestal
|
---|
2306 | for MPedestalSubtract
|
---|
2307 |
|
---|
2308 | * mpedestal/MPedestalSubtract.cc:
|
---|
2309 | - improved output for debugging purpose
|
---|
2310 |
|
---|
2311 | * msignal/MExtractor.[h,cc]:
|
---|
2312 | - according to the last changes the version number has been
|
---|
2313 | increased to 9
|
---|
2314 |
|
---|
2315 | * mcalib/MCalibrationCam.cc:
|
---|
2316 | - added code to GetPixelContent from MCalibrationPedCam
|
---|
2317 |
|
---|
2318 | * mcalib/Makefile, mcalib/CalibLinkDef.h:
|
---|
2319 | - removed obsolete MCalibrationPedCam
|
---|
2320 |
|
---|
2321 | * mhcalib/MHPedestalCam.cc:
|
---|
2322 | - Removed references to MCalibrationPedCam use a MCalibrationCam
|
---|
2323 | with the name MCalibrationPedCam instead
|
---|
2324 |
|
---|
2325 | * mjobs/MJCalibration.cc:
|
---|
2326 | - changed background color in Defects to be able to read
|
---|
2327 | the yellow text color
|
---|
2328 |
|
---|
2329 | * mjobs/MJPedestal.cc:
|
---|
2330 | - removed obsolete include of MCalibrationPedCam
|
---|
2331 |
|
---|
2332 | * mcalib/MCalibrationPulseTimeCam.[h,cc]:
|
---|
2333 | - removed some obsolete Add functions already contained in
|
---|
2334 | the base class
|
---|
2335 |
|
---|
2336 | * mcalib/MCalibrationIntensityBlindCam.[h,cc],
|
---|
2337 | mcalib/MCalibrationIntensityQECam.[h,cc],
|
---|
2338 | mcalib/MCalibrationIntensityTestCam.[h,cc]:
|
---|
2339 | - removed
|
---|
2340 |
|
---|
2341 |
|
---|
2342 |
|
---|
2343 | 2007/05/11 Daniela Dorner
|
---|
2344 |
|
---|
2345 | * scripts/processsequence:
|
---|
2346 | - added information about the created paths to the output of
|
---|
2347 | Usage()
|
---|
2348 | - adapted regular expressions
|
---|
2349 | - bugfix in getting date for cc and caco file
|
---|
2350 | - bugfix (subsystempath was missing)
|
---|
2351 | - exit instead of break, if cc or caco file is missing
|
---|
2352 | - merpplogdirectory is created after finding of files now
|
---|
2353 | - improved logging
|
---|
2354 |
|
---|
2355 | * datacenter/scripts/setup:
|
---|
2356 | - adapted number of processes
|
---|
2357 | - removed datacheck
|
---|
2358 |
|
---|
2359 |
|
---|
2360 |
|
---|
2361 | 2007/05/11 Thomas Bretz
|
---|
2362 |
|
---|
2363 | * mcalib/MCalibrationChargeCalc.cc, mhcalib/MHPedestalCam.cc,
|
---|
2364 | msignal/MExtractBlindPixel.cc:
|
---|
2365 | - replaced the call to GetTotalEntries by the product
|
---|
2366 | of the number of slices with the number of events of the
|
---|
2367 | individual pixel
|
---|
2368 |
|
---|
2369 | * mpedestal/MExtractPedestal.[h,cc], mpedestal/MPedCalcPedRun.[h,cc],
|
---|
2370 | mpedestal/MPedCalcFromLoGain.[h,cc]:
|
---|
2371 | - unified the summing part of Process() into a new function
|
---|
2372 | CalcPixel in the base class
|
---|
2373 | - in MPedCalcPedRun individual pixels could be skipped due to
|
---|
2374 | high variations, but it was still divided by the number of events
|
---|
2375 | procesed. This let to a pedestal which was a tiny amount too
|
---|
2376 | small and gave an small positive offset of the randomly extracted
|
---|
2377 | pedestal.
|
---|
2378 | - unified the loops over the individual pixels to calculate the
|
---|
2379 | pixel-, area-, and sector-defaults for the whole camera into
|
---|
2380 | the base-class
|
---|
2381 | - moved fNumEventsUsed into the base-class and removed obsolete
|
---|
2382 | fUsedEvents
|
---|
2383 | - removed obsolete fTotalCounter, use the product of the number
|
---|
2384 | of slices and the number of events stored in each individual
|
---|
2385 | pixel instead
|
---|
2386 | - added some sanity checks not to calculate average and/or rms
|
---|
2387 | values if the statistics is too low (division by zero)
|
---|
2388 | - for calculating min and/or max values at most places now
|
---|
2389 | an int is used. This increases the range for further
|
---|
2390 | upgrade to 16bit samples.
|
---|
2391 |
|
---|
2392 | * mpedestal/MPedestalCam.[h,cc]:
|
---|
2393 | - removed obsolete fTotalEntries and replaced by fNumSlices
|
---|
2394 | because the number of total entries depends on the number of
|
---|
2395 | events used for each individual pixel
|
---|
2396 | - adapted GetPixelContent accordingly
|
---|
2397 | - increased class version to 2
|
---|
2398 |
|
---|
2399 | * manalysis/MCameraData.cc:
|
---|
2400 | - added include of TArrayI (previously included from MPedestalCam)
|
---|
2401 |
|
---|
2402 | * mcalib/MCalibrationChargeCam.cc, mcalib/MCalibrationRelTimeCam.cc:
|
---|
2403 | - fixed GetPixelContant to give more proper output
|
---|
2404 | - reformatted GetPIxelContent code
|
---|
2405 | - added const-qualifiers
|
---|
2406 |
|
---|
2407 | * mjobs/MJCalibTest.cc, mjobs/MJCalibrateSignal.cc,
|
---|
2408 | mjobs/MJCalibration.cc, mjobs/MJPedestal.cc,
|
---|
2409 | mpedestal/MExtractPedestal.[h,cc], msignal/MExtractor.[h,cc],
|
---|
2410 | msignal/MExtractBlindPixel.cc, msignal/MExtractPINDiode.cc:
|
---|
2411 | - removed data members fPedestal and fPedestalsIn respectively,
|
---|
2412 | and all referencing functions because it was never used at all
|
---|
2413 |
|
---|
2414 | * mextralgo/MExtralgoDigitalFilter.[h,cc],
|
---|
2415 | mextralgo/MExtralgoSpline.cc
|
---|
2416 | msignal/MExtractTimeAndChargeDigitalFilter.cc:
|
---|
2417 | - made the noise extraction completely random and automatic
|
---|
2418 | - gave the noise extraction completely into the hand of
|
---|
2419 | the extractors
|
---|
2420 |
|
---|
2421 |
|
---|
2422 |
|
---|
2423 | 2007/05/10 Daniela Dorner
|
---|
2424 |
|
---|
2425 | * datacenter/scripts/runcallisto:
|
---|
2426 | - bugfix (typo in getting date for finding cc and cacofile)
|
---|
2427 |
|
---|
2428 | * scripts/merppupdate:
|
---|
2429 | - added (script to merpp update already calibrated files)
|
---|
2430 | - added possibility to give outpath and regular expression for
|
---|
2431 | filename as command line options
|
---|
2432 |
|
---|
2433 |
|
---|
2434 |
|
---|
2435 | 2007/05/10 Thomas Bretz
|
---|
2436 |
|
---|
2437 | * callisto.rc, callisto_Dec04Jan05.rc, callisto_MarApr05.rc:
|
---|
2438 | - cleanup of some comments
|
---|
2439 |
|
---|
2440 | * mbase/MMath.cc:
|
---|
2441 | - removed the usage of a storage space for the index in
|
---|
2442 | GetMedianDev because the index is reacalculated anyhow
|
---|
2443 |
|
---|
2444 | * mbase/MStatusArray.cc:
|
---|
2445 | - if several objects of the same name (but different class
|
---|
2446 | types) are in a pad we don't stop searching if an object
|
---|
2447 | with the right name has been found
|
---|
2448 |
|
---|
2449 | * mcalib/MCalibrateData.cc, mcalib/MCalibrationChargeCalc.cc,
|
---|
2450 | mcalib/MCalibrationRelTimeCalc.cc:
|
---|
2451 | - updated output
|
---|
2452 |
|
---|
2453 | * mhist/MHCamera.[h,cc]
|
---|
2454 | - added two new member functions to count the number of bins
|
---|
2455 | above or below a threshold
|
---|
2456 |
|
---|
2457 | * mjobs/MJCalibrateSignal.cc:
|
---|
2458 | - added a new Tab to show the time development of the unsuitable
|
---|
2459 | pixels
|
---|
2460 | - added a new tab showing the eveloution of the number of
|
---|
2461 | dead pixels
|
---|
2462 |
|
---|
2463 | * mjobs/MJCalibration.cc:
|
---|
2464 | - updated texts in bad pixel display
|
---|
2465 |
|
---|
2466 | * datacenter/macros/fillsignal.C:
|
---|
2467 | - replaced CalcUnsuitable by the new members of MHCamera
|
---|
2468 | - also fill the maximum number of unsuitable pixels
|
---|
2469 | - and fill the maximum number of dead pixels
|
---|
2470 |
|
---|
2471 | * mfilter/MFSoftwareTrigger.cc, mhcalib/MHCalibrationTestCam.cc,
|
---|
2472 | mimage/MCameraSmooth.cc:
|
---|
2473 | - removed obsolete calls to GetPixById
|
---|
2474 |
|
---|
2475 | * msignal/MSignalCam.[h,cc]:
|
---|
2476 | - removed obolete function to access the MSignalPix'
|
---|
2477 | - removed obsolete GetPixById
|
---|
2478 | - added new function returning the number of unmapped pixels
|
---|
2479 | - a little code cleanup
|
---|
2480 |
|
---|
2481 |
|
---|
2482 |
|
---|
2483 |
|
---|
2484 | 2007/05/09 Daniela Dorner
|
---|
2485 |
|
---|
2486 | * scripts/makemovie:
|
---|
2487 | - added comment
|
---|
2488 | - removed not needed lines
|
---|
2489 |
|
---|
2490 | * datacenter/scripts/buildsequenceentries,
|
---|
2491 | datacenter/scripts/checkfilesforsequenceavail,
|
---|
2492 | datacenter/scripts/checklogs, datacenter/scripts/checkstardone,
|
---|
2493 | datacenter/scripts/checktransfer, datacenter/scripts/copyscript,
|
---|
2494 | datacenter/scripts/correcttime, datacenter/scripts/dodatacheck,
|
---|
2495 | datacenter/scripts/doexclusions, datacenter/scripts/doqualityplots,
|
---|
2496 | datacenter/scripts/dowebplots, datacenter/scripts/filesondisk,
|
---|
2497 | datacenter/scripts/fillcallisto, datacenter/scripts/fillganymed,
|
---|
2498 | datacenter/scripts/fillstar, datacenter/scripts/findnewstars,
|
---|
2499 | datacenter/scripts/findnotseqruns,
|
---|
2500 | datacenter/scripts/insertdatasets,
|
---|
2501 | datacenter/scripts/insertsequences, datacenter/scripts/jobmanager,
|
---|
2502 | datacenter/scripts/linkmc, datacenter/scripts/makecallistolinks,
|
---|
2503 | datacenter/scripts/mcsequences,
|
---|
2504 | datacenter/scripts/movingsubsystemfiles,
|
---|
2505 | datacenter/scripts/processmcsequences, datacenter/scripts/rmlocks,
|
---|
2506 | datacenter/scripts/runcallisto, datacenter/scripts/runganymed,
|
---|
2507 | datacenter/scripts/runstar, datacenter/scripts/scriptlauncher,
|
---|
2508 | datacenter/scripts/setup, datacenter/scripts/sourcefile,
|
---|
2509 | datacenter/scripts/webupdate-callisto,
|
---|
2510 | datacenter/scripts/webupdate-ganymed,
|
---|
2511 | datacenter/scripts/webupdate-sinope,
|
---|
2512 | datacenter/scripts/webupdate-star,
|
---|
2513 | datacenter/scripts/writedatasetfiles,
|
---|
2514 | datacenter/scripts/writesequencefiles,
|
---|
2515 | datacenter/scripts/zipscript:
|
---|
2516 | - change time for 'Software-Developement'
|
---|
2517 |
|
---|
2518 | * datacenter/scripts/buildsequenceentries,
|
---|
2519 | datacenter/scripts/checkfilesforsequenceavail,
|
---|
2520 | datacenter/scripts/checkstardone, datacenter/scripts/correcttime,
|
---|
2521 | datacenter/scripts/dodatacheck, datacenter/scripts/doexclusions,
|
---|
2522 | datacenter/scripts/fillcallisto, datacenter/scripts/fillganymed,
|
---|
2523 | datacenter/scripts/fillstar, datacenter/scripts/runcallisto,
|
---|
2524 | datacenter/scripts/runganymed, datacenter/scripts/runstar,
|
---|
2525 | datacenter/scripts/writedatasetfiles,
|
---|
2526 | datacenter/scripts/writesequencefiles:
|
---|
2527 | - removed variable needed only for setstatusroot
|
---|
2528 | - adapted variable needed for setstatus
|
---|
2529 | - adapted comment
|
---|
2530 |
|
---|
2531 | * datacenter/scripts/writedatasetfiles:
|
---|
2532 | - added missing 'setstatus "start"'
|
---|
2533 |
|
---|
2534 | * datacenter/scripts/correcttime:
|
---|
2535 | - improved regular expressions
|
---|
2536 |
|
---|
2537 | * datacenter/macros/findcacofiles.C:
|
---|
2538 | - added algorithm for searching missing caco files and inserting
|
---|
2539 | the according runnumber to the database
|
---|
2540 | - adapted comment
|
---|
2541 |
|
---|
2542 | * datacenter/scripts/filesondisk:
|
---|
2543 | - removed algorithm for finding missing caco files (done by
|
---|
2544 | findcacofiles.C no)
|
---|
2545 | - adapted comment
|
---|
2546 | - added removing of files conaining the run lists
|
---|
2547 |
|
---|
2548 | * datacenter/scripts/zipscript:
|
---|
2549 | - added possibility to start several zipscripts giving a commanline
|
---|
2550 | option
|
---|
2551 | - added locking of callisto
|
---|
2552 | - removed not needed lines
|
---|
2553 | - removed old code
|
---|
2554 | - fixed bug (filename for chmod was wrong)
|
---|
2555 |
|
---|
2556 | * datacenter/scripts/runcallisto:
|
---|
2557 | - added locking of sequence for zipping
|
---|
2558 | - reduced find for cc and caco file to the directory of the date,
|
---|
2559 | where the files are stored (date taken from callisto filename)
|
---|
2560 | - improved regular expressions
|
---|
2561 |
|
---|
2562 | * steps.rc:
|
---|
2563 | - added fNotZipping to Needs of fCallisto to allow for the locking
|
---|
2564 | of callistos by the zipscript
|
---|
2565 |
|
---|
2566 | * datacenter/scripts/sourcefile:
|
---|
2567 | - removed functions setstatusroot and getdolistroot
|
---|
2568 | - renamed variable in setstatus
|
---|
2569 | - added function sendquery
|
---|
2570 | - adapted if-clause to avoid removing of non existing files in
|
---|
2571 | case todofile is empty
|
---|
2572 |
|
---|
2573 | * datacenter/scripts/scriptlauncher:
|
---|
2574 | - fixed bug (in case condor_submit failed, the scriptlauncher was
|
---|
2575 | waiting for the not submitted job, until it was killed)
|
---|
2576 |
|
---|
2577 | * datacenter/scripts/jobmanager:
|
---|
2578 | - added algorithm to increase sleeping time in case condor failed
|
---|
2579 | several times in a row
|
---|
2580 |
|
---|
2581 | * datacenter/scripts/setup:
|
---|
2582 | - renamed errorsleeptime for usage in algorithm in jobmanager
|
---|
2583 |
|
---|
2584 | * datacenter/scripts/dodatacheck:
|
---|
2585 | - added query for date to reduce the find to the directory of the
|
---|
2586 | date, where the rawfile is stored
|
---|
2587 | - removed not needed lines
|
---|
2588 |
|
---|
2589 | * datacenter/scripts/dodatacheck, datacenter/scripts/doqualityplots,
|
---|
2590 | datacenter/scripts/dowebplots, datacenter/scripts/linkmc,
|
---|
2591 | datacenter/scripts/movingsubsystemfiles,
|
---|
2592 | datacenter/scripts/runcallisto, datacenter/scripts/sourcefile,
|
---|
2593 | scripts/dospectrum, scripts/makemovie, scripts/processsequence:
|
---|
2594 | - changed indentation to 3 spaces, where it was different
|
---|
2595 |
|
---|
2596 | * datacenter/scripts/copyscript:
|
---|
2597 | - added sort and uniq to find for dates
|
---|
2598 | - removed not needed lines
|
---|
2599 | - adapted find for catalogue files such that only the directories
|
---|
2600 | of the last 31 days are searched with find and not the whole
|
---|
2601 | central control path
|
---|
2602 |
|
---|
2603 | * datacenter/db/sequinfo.php:
|
---|
2604 | - show ranges menu on first loading of page
|
---|
2605 |
|
---|
2606 | * datacenter/db/menu.js:
|
---|
2607 | - adapted functions to show ranges menu on first loading of the
|
---|
2608 | page and hide it, when a query is done
|
---|
2609 | - commented functions
|
---|
2610 |
|
---|
2611 | * scripts/processsequence:
|
---|
2612 | - restricted find for cacofile to directory of date
|
---|
2613 |
|
---|
2614 | * scripts/merppupdate:
|
---|
2615 | - added (script to do merpp update for already calibrated files)
|
---|
2616 |
|
---|
2617 |
|
---|
2618 |
|
---|
2619 | 2007/05/09 Thomas Bretz
|
---|
2620 |
|
---|
2621 | * callisto.rc, callisto_Dec04Jan05.rc, callisto_MarApr05.rc,
|
---|
2622 | callisto_mux.rc:
|
---|
2623 | - changed ArrTimeRmsLimit in all cases to default 5.0
|
---|
2624 | because of the new meaning
|
---|
2625 |
|
---|
2626 | * showplot.cc:
|
---|
2627 | - changed that it closes automatically if the file cannot
|
---|
2628 | be read
|
---|
2629 |
|
---|
2630 | * datacenter/macros/fillstar.C:
|
---|
2631 | - commented the output of the query
|
---|
2632 |
|
---|
2633 | * datacenter/macros/plotdb.C:
|
---|
2634 | - adapted ranges to MUX data values
|
---|
2635 | - added plots for new unsuitable columns
|
---|
2636 |
|
---|
2637 | * mbadpixels/MBadPixelsPix.h:
|
---|
2638 | - added a new member function IsUncalibrated
|
---|
2639 | - further adapted the usuitable levels
|
---|
2640 |
|
---|
2641 | * mcalib/MCalibrationChargeCalc.[h,cc]:
|
---|
2642 | - changed the meaning of ArrTimeRmsLimit such that it is now
|
---|
2643 | the deviation from the average rms expressed in significance
|
---|
2644 | levels
|
---|
2645 | - the new check is done similar to the check for the relative
|
---|
2646 | arrival time (to be unified!)
|
---|
2647 | - removed FinalizeArrivalTimes
|
---|
2648 | - removed calibration levels for first and last bin, this
|
---|
2649 | has to be redone more properly taken the extractor properties
|
---|
2650 | into account
|
---|
2651 | - some updates to the output
|
---|
2652 | - some simplifications to the code
|
---|
2653 |
|
---|
2654 | * mcalib/MCalibrationRelTimeCalc.cc:
|
---|
2655 | - when calculating the median check for UnsuitableRun not
|
---|
2656 | unsuitable in general
|
---|
2657 | - small changes to output
|
---|
2658 | - calculate upper and lower limits only once
|
---|
2659 |
|
---|
2660 | * mhvstime/MHVsTime.[h,cc]:
|
---|
2661 | - added fMinimum and fMaximum data members similar to
|
---|
2662 | MHSectorVsTime
|
---|
2663 | - to be unified with MHSectorVsTime
|
---|
2664 | - fixed draw/paint
|
---|
2665 | - increased version number
|
---|
2666 |
|
---|
2667 | * mjobs/MJCalibration.cc:
|
---|
2668 | - removed the bad pixel levels for first and last bins
|
---|
2669 |
|
---|
2670 | * msignal/MExtractTimeAndChargeSpline.[h,cc],
|
---|
2671 | mextralgo/MExtralgoSpline.cc:
|
---|
2672 | - changed to allow setup of the extraction type and the
|
---|
2673 | relative or absolute height for arrival
|
---|
2674 | - if the height is set < 0 and extraction type is set to
|
---|
2675 | relative integral the maximum is used instead of the leading edge.
|
---|
2676 | - accordingly increased version number by one
|
---|
2677 |
|
---|
2678 | * mjobs/Makefile:
|
---|
2679 | - added mextralgo to includes
|
---|
2680 |
|
---|
2681 |
|
---|
2682 |
|
---|
2683 | 2007/05/08 Daniel Hoehne
|
---|
2684 |
|
---|
2685 | * datacenter/macros/fillsignal.C:
|
---|
2686 | - implemented new variables fUnsuitable50 and fUnsuitable01
|
---|
2687 |
|
---|
2688 | * datacenter/db/menu.php, magicdefs.php, querycal.php:
|
---|
2689 | - implemented new columns fUnsuitable50 and fUnsuitable01
|
---|
2690 |
|
---|
2691 |
|
---|
2692 |
|
---|
2693 | 2007/05/04 Thomas Bretz
|
---|
2694 |
|
---|
2695 | * mjobs/MJCalibrateSignal.cc, mjobs/MJStar.cc:
|
---|
2696 | - removed writing MBadPixelsCam. It now gives trouble
|
---|
2697 | because the etReadyToSave flag is set at an unproper time.
|
---|
2698 | It is not used anyhow.
|
---|
2699 |
|
---|
2700 | * datacenter/macros/fillsignal.C:
|
---|
2701 | - small simplification
|
---|
2702 |
|
---|
2703 |
|
---|
2704 |
|
---|
2705 | 2007/05/04 Daniela Dorner
|
---|
2706 |
|
---|
2707 | * scripts/makemovie:
|
---|
2708 | - added (script to produce movies)
|
---|
2709 |
|
---|
2710 |
|
---|
2711 |
|
---|
2712 | 2007/05/03 Daniel Hoehne
|
---|
2713 |
|
---|
2714 | * datacenter/macros/fillsignal.C:
|
---|
2715 | - fixed bug which made fillsignal fail for the new MUX data:
|
---|
2716 | for sequences > 200000 hilooff and hilocal are not needed anymore
|
---|
2717 |
|
---|
2718 |
|
---|
2719 |
|
---|
2720 | 2007/04/28 Daniela Dorner
|
---|
2721 |
|
---|
2722 | * datacenter/scripts/dowebplots, datacenter/scripts/doqualityplots:
|
---|
2723 | - moved temporary directory for pstoimg to /tmp
|
---|
2724 |
|
---|
2725 | * datacenter/scripts/copyscript:
|
---|
2726 | - moved file with diff for magic_favorites to /tmp
|
---|
2727 |
|
---|
2728 | * datacenter/db/plotdb.php, datacenter/db/plotinclude.php,
|
---|
2729 | datacenter/db/menu.js :
|
---|
2730 | - implemented possibility to plot datasets by inserting dataset
|
---|
2731 | number as Set1
|
---|
2732 |
|
---|
2733 | * datacenter/db/plot.php:
|
---|
2734 | - implemented variables for colours
|
---|
2735 |
|
---|
2736 | * datacenter/db/sequinfo-aio.php, datacenter/db/runinfo-aio.php,
|
---|
2737 | datacenter/db/include.php, datacenter/db/datasetinfo-aio.php,
|
---|
2738 | datacenter/db/ganymed.php, datacenter/db/sequence.php:
|
---|
2739 | - removed header and footer for print version
|
---|
2740 |
|
---|
2741 | * datacenter/db/runinfo-aio.php:
|
---|
2742 | - fixed small bug
|
---|
2743 |
|
---|
2744 | * datacenter/db/magicdefs.php:
|
---|
2745 | - added fMEanPUlsePosInner to alias
|
---|
2746 |
|
---|
2747 | * datacenter/db/ganymed.php:
|
---|
2748 | - added observation mode
|
---|
2749 |
|
---|
2750 |
|
---|
2751 |
|
---|
2752 | 2007/04/27 Daniela Dorner
|
---|
2753 |
|
---|
2754 | * datacenter/scripts/jobmanager:
|
---|
2755 | - improved logging
|
---|
2756 |
|
---|
2757 | * datacenter/scripts/scriptlauncher:
|
---|
2758 | - redirect of error messages of condor_submit to errorlogfile
|
---|
2759 | - in case condor_submit does not work (i.e. pid empty) an error
|
---|
2760 | message is written to the processlogfile
|
---|
2761 |
|
---|
2762 | * datacenter/db/showplots-ds.php:
|
---|
2763 | - adapted maxwidth of input field
|
---|
2764 |
|
---|
2765 | * datacenter/db/plotdb.php, datacenter/db/plotinclude.php,
|
---|
2766 | datacenter/db/menu.js :
|
---|
2767 | - implemented possibility to give range for 2 additional values
|
---|
2768 | - implemented possibility to give only upper or lower limit
|
---|
2769 | - fixed bug, that ranges are not accepted before plotting once
|
---|
2770 |
|
---|
2771 |
|
---|
2772 |
|
---|
2773 | 2007/04/27
|
---|
2774 |
|
---|
2775 | * RELEASE 1.1
|
---|
2776 |
|
---|
2777 |
|
---|
2778 |
|
---|
2779 | 2007/04/27 Daniel Hoehne
|
---|
2780 |
|
---|
2781 | * datacenter/scripts/runcallisto:
|
---|
2782 | - modified the ccfile and cacofile search to not find ccfiles
|
---|
2783 | twice if one runnumber is part of a higher runnumber (as 23456
|
---|
2784 | and 223456)
|
---|
2785 |
|
---|
2786 |
|
---|
2787 |
|
---|
2788 | 2007/04/27 Thomas Bretz
|
---|
2789 |
|
---|
2790 | * mcalib/CalibLinkDef.h, mcalib/Makefile:
|
---|
2791 | - removed obsolete MCalibrationIntensityCam
|
---|
2792 | - removed obsolete MCalibrationIntensityChargeCam
|
---|
2793 |
|
---|
2794 | * mcalib/MCalibCalcFromPast.[h,cc], mcalib/MCalibColorSteer.[h,cc],
|
---|
2795 | mcalib/MCalibrateData.[h,cc], mhcalib/MHCalibrationChargeCam.[h,cc]:
|
---|
2796 | - removed obsolete MCalibrationIntensityChargeCam and replaced by
|
---|
2797 | MCalibrationChargeCam
|
---|
2798 |
|
---|
2799 | * mcalib/MCalibrationChargeCalc.[h,cc]:
|
---|
2800 | - removed obsolete MCalibrationIntensityChargeCam and replaced by
|
---|
2801 | MCalibrationChargeCam
|
---|
2802 | - to realize the difference between continous and single calibration
|
---|
2803 | a new data member fContinousCalibration has been introduced
|
---|
2804 | - consequently increased version number to 6
|
---|
2805 | - do not set any exclusion in ReInit. it is nonsense not to fill
|
---|
2806 | histograms which might give (or give not) correct result,
|
---|
2807 | if the checks are all executed anyhow
|
---|
2808 |
|
---|
2809 | * mcalib/MCalibrationRelTimeCalc.cc:
|
---|
2810 | - do not set any exclusion in ReInit and if a pixel is unsuitable.
|
---|
2811 | it is nonsense not to fill histograms which might give (or give
|
---|
2812 | not) correct result, if the checks are all executed anyhow
|
---|
2813 | - switched on the check for outliers
|
---|
2814 | - outliers are now set unsuitable rather than unreliable
|
---|
2815 | - some code simplification of the checks
|
---|
2816 |
|
---|
2817 | * mcalib/MCalibrationChargeCam.cc:
|
---|
2818 | - added a comment in the Clear member function
|
---|
2819 |
|
---|
2820 | * mcalib/MCalibrationRelTimeCam.cc:
|
---|
2821 | - some fixes of looong Form statements
|
---|
2822 | - a small cosmetic change to GetPixelContent
|
---|
2823 | - replaced the old check of the average time resolution by
|
---|
2824 | a more accurate check using the median and deviation
|
---|
2825 |
|
---|
2826 | * mhcalib/MHCalibrationRelTimeCam.[h,cc]:
|
---|
2827 | - removed data member fReferencePixel and corresponding code
|
---|
2828 | - use the median of pixels with area index 0 as reference instead of
|
---|
2829 | an artificial pixel
|
---|
2830 |
|
---|
2831 | * mhcalib/MHCalibrationCam.[h,cc]:
|
---|
2832 | - finally removed all dependencies on the intensity cams and replaced
|
---|
2833 | them by the direct cam
|
---|
2834 | - if the lo-gain histogram is empty this is not a reason for an
|
---|
2835 | uncalibrated pixel. At least in case of extracted properties (charge
|
---|
2836 | and time) it is ok.
|
---|
2837 |
|
---|
2838 | * mjobs/MJCalibration.[h,cc]:
|
---|
2839 | - let MCalibrationRelTimeCalc run after MCalibrationChargeCalc
|
---|
2840 | otherwise almost all unsuitable pixels have deviating
|
---|
2841 | relative arrival resolution.
|
---|
2842 | - added new level for deviating time reolution to plot of bad pixels
|
---|
2843 | - changed reference lines for timr resolution plots
|
---|
2844 | - removed data member fRefTimeOffsetInner, it is now 0 by definition
|
---|
2845 |
|
---|
2846 | * mjobs/MJCalibrateSignal.cc:
|
---|
2847 | - finally removed all dependencies of Intensity cams
|
---|
2848 | - enable ContinousCalibration in MCalibrationChargeCalc instead
|
---|
2849 | - switched on interleaved relative time calibration
|
---|
2850 |
|
---|
2851 | * mbadpixels/MBadPixelsPix.h:
|
---|
2852 | - adapted to new unsuitable flag kDeviatingTimeResolution
|
---|
2853 |
|
---|
2854 | * callisto_mux.rc:
|
---|
2855 | - removed the obsolete resource statement about the level
|
---|
2856 | for the relative arrival time check.
|
---|
2857 |
|
---|
2858 | * mjobs/calibrationref.rc, mjobs/calibrationref_Dec04.rc,
|
---|
2859 | mjobs/calibrationref_Nov04.rc, resources/calibrationref_mux.rc:
|
---|
2860 | - changed time resolution references accordingly
|
---|
2861 |
|
---|
2862 | * resources/calibration_spline.rc:
|
---|
2863 | - added muon calibration factors up to period 55... to be corrected.
|
---|
2864 |
|
---|
2865 | * mjobs/MJCut.[h,cc]:
|
---|
2866 | - reanimated the use of an energy estimator in ganymed for the
|
---|
2867 | purpose of having it as additional cut value if looking
|
---|
2868 | for events after cuts
|
---|
2869 |
|
---|
2870 | * ganymed.rc, ganymed_onoff.rc, ganymed_wobble.rc:
|
---|
2871 | - added a corresponding example
|
---|
2872 |
|
---|
2873 |
|
---|
2874 |
|
---|
2875 | 2007/04/26 Thomas Bretz
|
---|
2876 |
|
---|
2877 | * mjobs/MJPedestal.cc:
|
---|
2878 | - inverted the default of the CalibFilter for the case of no
|
---|
2879 | pattern available as the filter was inverted 4.3.07.
|
---|
2880 |
|
---|
2881 | * callisto.rc:
|
---|
2882 | - fixed typos in examples for movie encoding
|
---|
2883 |
|
---|
2884 |
|
---|
2885 |
|
---|
2886 | 2007/04/25 Daniel Hoehne
|
---|
2887 |
|
---|
2888 | * datacenter/scripts/runcallisto:
|
---|
2889 | - removed obsolete option -raw from command line for callisto
|
---|
2890 |
|
---|
2891 |
|
---|
2892 |
|
---|
2893 | 2007/04/25 Thomas Bretz
|
---|
2894 |
|
---|
2895 | * mbadpixels/MBadPixelsCam.cc:
|
---|
2896 | - removed obsolete code from Print() which tried to align the
|
---|
2897 | output
|
---|
2898 |
|
---|
2899 | * mhcalib/MHCalibrationChargeCam.cc:
|
---|
2900 | - increased the shown binning range further
|
---|
2901 |
|
---|
2902 | * mhcalib/MHCalibrationPulseTimeCam.cc:
|
---|
2903 | - unimportant changes
|
---|
2904 |
|
---|
2905 | * mjobs/MJPedestal.cc:
|
---|
2906 | - changed a comment
|
---|
2907 |
|
---|
2908 | * mpedestal/MPedestalSubtractedEvt.h:
|
---|
2909 | - fixed a bug of preset upper limits. The last slice is
|
---|
2910 | fNumSamples-1 not fNumSamples
|
---|
2911 |
|
---|
2912 |
|
---|
2913 |
|
---|
2914 | 2007/04/24 Thomas Bretz
|
---|
2915 |
|
---|
2916 | * callisto_Dec04Jan05.rc, callisto_MarApr05.rc, callisto_mux.rc:
|
---|
2917 | - fixed typos in examples for movie encoding
|
---|
2918 |
|
---|
2919 | * mjobs/MJCalib.h, mjobs/MJPedestal.cc:
|
---|
2920 | - missing commit from yesterday :-(
|
---|
2921 |
|
---|
2922 | * mmovie/MMovieWrite.cc:
|
---|
2923 | - changed resource Filename according to the other resources
|
---|
2924 | to FileName
|
---|
2925 |
|
---|
2926 | * ganymed.cc:
|
---|
2927 | - enable dataset mc-mode if "-mc" is specified
|
---|
2928 | - removed obsolete call to EnableMonteCarloMode
|
---|
2929 | - removed EnableWobbleMode but use the setting of the dataset
|
---|
2930 | instead
|
---|
2931 |
|
---|
2932 | * mjobs/MDataSet.[h,cc]:
|
---|
2933 | - renamed fIsWobbleMode to fWobbleMode
|
---|
2934 | - added setter for fWobbleMode
|
---|
2935 | - added fMonteCarlo which determins the default paths to be used
|
---|
2936 | if not overwritten
|
---|
2937 | - replaced the static variables for the paths by member functions
|
---|
2938 | which depend on the new fWobbleMode data member
|
---|
2939 | - some simple reordering inthe constructor was necessary
|
---|
2940 | - increased class version number accordingly to 2
|
---|
2941 |
|
---|
2942 | * mjobs/MJCut.[h,cc]:
|
---|
2943 | - repaired On-only mode
|
---|
2944 | - removed data member fIsMonteCarlo, use the data-set getter instead
|
---|
2945 | - removed data member fIsWobbleMode, use the data-set getter instead
|
---|
2946 |
|
---|
2947 | * sponde.cc:
|
---|
2948 | - print a warning if MC dataset doens't contain "MonteCarlo: Yes"
|
---|
2949 |
|
---|
2950 | * mjobs/MJCalibrateSignal.cc:
|
---|
2951 | - do not write signal*.root in movie mode
|
---|
2952 |
|
---|
2953 |
|
---|
2954 |
|
---|
2955 | 2007/04/23 Thomas Bretz
|
---|
2956 |
|
---|
2957 | * callisto.cc, star.cc:
|
---|
2958 | - removed "-raw" and "-root" option
|
---|
2959 | - replaced inflating sequence path by new InflatePath
|
---|
2960 | function
|
---|
2961 | - removed MJCalib::kUse* usage, use MSequence::IsMonteCarlo
|
---|
2962 | instead
|
---|
2963 |
|
---|
2964 | * mhcalib/MHCalibrationChargeBlindCam.cc,
|
---|
2965 | mhcalib/MHCalibrationHiLoCam.cc,
|
---|
2966 | mhcalib/MHCalibrationPulseTimeCam.cc:
|
---|
2967 | - removed obsolete include of MCalibrationIntensityCam
|
---|
2968 |
|
---|
2969 | * mhcalib/MHPedestalCam.cc:
|
---|
2970 | - removed obsolete usage of fIntensCam
|
---|
2971 |
|
---|
2972 | * mhist/MHEvent.cc:
|
---|
2973 | - replacedcompilation of description string by new
|
---|
2974 | MMcEvt::GetDescription memeber function
|
---|
2975 |
|
---|
2976 | * mjobs/MJCalib.[h,cc]:
|
---|
2977 | - removed fDataFlag and corresponding member functions and
|
---|
2978 | handling
|
---|
2979 |
|
---|
2980 | * mjobs/MJCalibTest.cc, mjobs/MJCalibrateSignal.cc,
|
---|
2981 | mjobs/MJCalibration.cc, mjobs/MJPedestal.cc, mjobs/MJStar.[h,cc]:
|
---|
2982 | - replaced IsUseRawData and IsUseRootData by
|
---|
2983 | MSequence::IsMonteCarlo
|
---|
2984 | - use fSequence to determin whether it is MC sequence or not
|
---|
2985 |
|
---|
2986 | * mjobs/MJCalibrateSignal.cc:
|
---|
2987 | - renamed movie encoding task list
|
---|
2988 | - do not write output files if encoding movie
|
---|
2989 |
|
---|
2990 | * mjobs/MSequence.[h,cc]:
|
---|
2991 | - removed "merpp"-path
|
---|
2992 | - monte carlo files now always have 8digits run numbers
|
---|
2993 | - added new resource "MonteCarlo"
|
---|
2994 | - added new static member function InflatePath
|
---|
2995 | - increased version number to 2
|
---|
2996 |
|
---|
2997 | * mmc/MMcEvt.[hxx,cxx]:
|
---|
2998 | - added new member function GetDescription
|
---|
2999 |
|
---|
3000 | * mmovie/MMovieWrite.[h,cc]:
|
---|
3001 | - added a sanity check for strange rms values
|
---|
3002 | - search for MMcEvt in the parlist and improve output
|
---|
3003 | in case of monte carlo data
|
---|
3004 | - fixed some typos in the comments of ReadEnv
|
---|
3005 |
|
---|
3006 | * mmovie/Makefile:
|
---|
3007 | - added mmc search path
|
---|
3008 |
|
---|
3009 | * mraw/MRawRunHeader.cc:
|
---|
3010 | - set new defaults of fTelescopeNumber, fCameraVersion,
|
---|
3011 | fFreqSampling and fNumSignificantBits for old MC data
|
---|
3012 |
|
---|
3013 |
|
---|
3014 |
|
---|
3015 | 2007/04/23 Daniela Dorner
|
---|
3016 |
|
---|
3017 | * datacenter/scripts/linkmc:
|
---|
3018 | - removed workaround for 5-digit runnumbers
|
---|
3019 |
|
---|
3020 | * datacenter/scripts/mcsequences:
|
---|
3021 | - added line 'MonteCarlo: Yes' to output to sequence file
|
---|
3022 |
|
---|
3023 | * datacenter/scripts/runganymed:
|
---|
3024 | - adapted chosing of ganymed rc-file
|
---|
3025 | - added output of ganymed command line
|
---|
3026 |
|
---|
3027 |
|
---|
3028 |
|
---|
3029 | 2007/04/20 Daniel Hoehne
|
---|
3030 |
|
---|
3031 | * datacenter/macros/filldotrun.C:
|
---|
3032 | - implemented new Arehucas version
|
---|
3033 |
|
---|
3034 |
|
---|
3035 |
|
---|
3036 | 2007/04/20 Thomas Bretz
|
---|
3037 |
|
---|
3038 | * mbadpixels/MBadPixelsCam.cc, mbadpixels/MBadPixelsPix.cc:
|
---|
3039 | - propagate option in Clear member function
|
---|
3040 | - the default is now to keep the previously excluded flag and
|
---|
3041 | set the unsuitable-run flag accordingly
|
---|
3042 |
|
---|
3043 | * mcalib/MCalibrationChargeCalc.cc:
|
---|
3044 | - if the lower limit for the measured number of phe is calculated
|
---|
3045 | to be less than one phe it is artificially reset to one phe
|
---|
3046 |
|
---|
3047 | * mhist/MHCamEvent.cc:
|
---|
3048 | - call SetFrameBorder(0) for all subpads explicitly
|
---|
3049 |
|
---|
3050 | * mhist/MHCamera.cc:
|
---|
3051 | - removed the obsolete definition of kItemsLegend
|
---|
3052 |
|
---|
3053 | * mbadpixels/MBadPixelsIntensityCam.cc, mcalib/MCalibrationIntensityCam.cc:
|
---|
3054 | - removed obsolete reference in comment to MCalibrationINtensityQECam
|
---|
3055 |
|
---|
3056 | * mcalib/CalibLinkDef.h, mcalib/Makefile:
|
---|
3057 | - removed obsolete MCalibrationIntensityQECam
|
---|
3058 | - removed obsolete MCalibrationIntensityBlindCam
|
---|
3059 | - removed obsolete MCalibrationIntensityRelTimeCam
|
---|
3060 | - removed obsolete MCalibrationIntensityTestCam
|
---|
3061 |
|
---|
3062 | * mcalib/MCalibCalcFromPast.[h,cc], mcalib/MCalibColorSteer.[h,cc],
|
---|
3063 | mcalib/MCalibrateData.[h,cc]:
|
---|
3064 | - replaced data member fIntensQE by fQECam
|
---|
3065 | - removed references to obsolete MCalibrationIntensityQECam
|
---|
3066 | - added some comments
|
---|
3067 | - replaced obsolete reference to MCalibrationIntensityBlindCam
|
---|
3068 | by reference to MCalibrationBlindCam
|
---|
3069 |
|
---|
3070 | * mcalib/MCalibrationChargeCalc.[h,cc]:
|
---|
3071 | - replaced references to fIntensQE by direct access to fQECam
|
---|
3072 | - adde some comments
|
---|
3073 | - removed data member fIntensQECam
|
---|
3074 | - replaced obsoilete reference to MCalibrationIntensityBlindCam
|
---|
3075 | by reference to MCalibrationBlindCam
|
---|
3076 |
|
---|
3077 | * mjobs/MJCalibrateSignal.cc, mhcalib/MHCalibrationChargeBlindCam.cc:
|
---|
3078 | - removed obsolete references to MCalibrationIntensityQECam
|
---|
3079 | - removed obsolete references to MCalibrationIntensityBlindCam
|
---|
3080 |
|
---|
3081 | * mbase/MTask.cc:
|
---|
3082 | - added some unexecuted code to debug which taks are processed
|
---|
3083 |
|
---|
3084 | * mcalib/MCalibCalcFromPast.cc, mcalib/MCalibrationIntensityCam.cc,
|
---|
3085 | mjobs/MJCalibrateSignal.cc, mjobs/MJCalibration.h
|
---|
3086 | - removed obsolete MCalibrationIntensityRelTimeCam
|
---|
3087 |
|
---|
3088 | * mcalib/MCalibColorSteer.[h,cc], mcalib/MCalibrationRelTimeCalc.[h,cc],
|
---|
3089 | mhcalib/MHCalibrationRelTimeCam.cc:
|
---|
3090 | - replaced obsolete reference to MCalibrationIntensityRelTimeCam
|
---|
3091 | by referencing MCalibrationRelTimeCam
|
---|
3092 |
|
---|
3093 | * mhcalib/MHCalibrationChargeBlindCam.cc:
|
---|
3094 | - replaced obsolete reference to MCalibrationIntensityBlindCam
|
---|
3095 | by referencing MCalibrationBlindCam
|
---|
3096 |
|
---|
3097 | * mhcalib/MHCalibrationHiLoCam.cc:
|
---|
3098 | - replaced obsolete reference to MCalibrationIntensityHiLoCam
|
---|
3099 | by referencing MCalibrationHiLoCam
|
---|
3100 |
|
---|
3101 | * mhcalib/MHCalibrationPulseTimeCam.cc
|
---|
3102 | - replaced obsolete reference to MCalibrationIntensityPulseTimeCam
|
---|
3103 | by referencing MCalibrationPulseTimeCam
|
---|
3104 |
|
---|
3105 | * mcalib/MCalibrationTestCalc.cc
|
---|
3106 | - replaced obsolete reference to MCalibrationIntensityTestCam
|
---|
3107 | by referencing MCalibrationTestCam
|
---|
3108 |
|
---|
3109 |
|
---|
3110 |
|
---|
3111 | 2007/04/12 Daniela Dorner
|
---|
3112 |
|
---|
3113 | * datacenter/db/showplots-ds.php:
|
---|
3114 | - added (script to plot all plots of a data set)
|
---|
3115 |
|
---|
3116 | * datacenter/db/showplots.php:
|
---|
3117 | - added 'previous' and 'next' button
|
---|
3118 |
|
---|
3119 | * datacenter/db/plotinclude.php, datacenter/db/showplots.php:
|
---|
3120 | - moved two function from showplots.php to plotinclude.php, as they
|
---|
3121 | are also used in showplots-ds.php
|
---|
3122 |
|
---|
3123 | * datacenter/db/builddatasets.php, datacenter/db/datasetinfo-aio.php
|
---|
3124 | datacenter/db/indes-header.html, datacenter/db/indes.html,
|
---|
3125 | datacenter/db/menu.js, datacenter/db/reference.html,
|
---|
3126 | datacenter/db/regexp.html, datacenter/db/runinfo-aio.html,
|
---|
3127 | datacenter/db/sequinfo-aio.html:
|
---|
3128 | - adapted paths of images and mars.css
|
---|
3129 |
|
---|
3130 | * datacenter/db/index.html:
|
---|
3131 | - added link to showplots-ds.php
|
---|
3132 |
|
---|
3133 |
|
---|
3134 |
|
---|
3135 | 2007/04/18 Thomas Bretz
|
---|
3136 |
|
---|
3137 | * Makefile:
|
---|
3138 | - added suffixes .hxx and .cxx
|
---|
3139 | - added new subdir mmovie
|
---|
3140 |
|
---|
3141 | * mjobs/Makefile:
|
---|
3142 | - added path to mmovie
|
---|
3143 |
|
---|
3144 | * mmovie/MMoviePrepare.[h,cc]:
|
---|
3145 | - changed access to MCalibrateData to access to MCalibConstCam
|
---|
3146 |
|
---|
3147 | * mmovie/MMovieWrite.cc:
|
---|
3148 | - fixed some typos in comments
|
---|
3149 |
|
---|
3150 | * mjobs/MJCalibrateSignal.cc:
|
---|
3151 | - removed dependenca on obsolete MCalibrationIntensityConstCam
|
---|
3152 |
|
---|
3153 | * mjobs/MJCalibration.[h,cc]:
|
---|
3154 | - for simplification removed all dependencies of unused intensity
|
---|
3155 | calibration
|
---|
3156 |
|
---|
3157 | * callisto.rc, callisto_Dec04Jan05.rc, callisto_MarApr05.rc,
|
---|
3158 | callisto_mux.rc:
|
---|
3159 | - removed line for switching on intensity calibration
|
---|
3160 | - added expample lines for movie encoding
|
---|
3161 |
|
---|
3162 | * mbadpixels/BadPixelsLinkDef.h, mbadpixels/Makefile:
|
---|
3163 | - removed obsolete MBadPixelsIntensityCam
|
---|
3164 |
|
---|
3165 | * mcalib/MCalibCalcFromPast.[h.cc]:
|
---|
3166 | - do not store fIntensRelTime (it is not used at all) as data member
|
---|
3167 |
|
---|
3168 | * mcalib/MCalibColorSteer.[h,cc], mcalib/MCalibCalcFromPast.[h.cc]:
|
---|
3169 | - instead of creating of a new MBadPixelsCam into the intensity array
|
---|
3170 | clear the information of the old one (FIXME: DO NOT CLEAR PREV EXCL!)
|
---|
3171 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
---|
3172 | * mcalib/MCalibrationTestCalc.[h,cc]:
|
---|
3173 | - removed empty Process function
|
---|
3174 |
|
---|
3175 | * mcalib/MCalibColorSteer.[h,cc], mcalib/MCalibCalcFromPast.[h.cc],
|
---|
3176 | mcalib/MCalibrationChargeCalc.[h,cc], mcalib/MCalibrationTestCalc.[h,cc],
|
---|
3177 | mcalib/MCalibrationRelTimeCalc.[h,cc], mhcalib/MHCalibrationCam.[h,cc],
|
---|
3178 | mhcalib/MHCalibrationChargeCam.cc, mhcalib/MHCalibrationHiLoCam.cc,
|
---|
3179 | mhcalib/MHCalibrationPulseTimeCam.cc, mhcalib/MHCalibrationRelTimeCam.cc,
|
---|
3180 | mhcalib/MHPedestalCam.cc:
|
---|
3181 | - removed obsolete references to MBadPixelsIntensityCam, replaced
|
---|
3182 | by MBadPixelsCam
|
---|
3183 |
|
---|
3184 | * mhcalib/MHCalibrationCam.cc:
|
---|
3185 | - set reason for uncalibrated pixels by SetUncalibrated
|
---|
3186 |
|
---|
3187 | * mjobs/MJCalibrateSignal.cc:
|
---|
3188 | - removed obsolete references to MBadPixelsIntensityCam
|
---|
3189 | - removed MBadPixelsMerge, instead use the given MBadPixelsCam as
|
---|
3190 | starting point. THIS ALSO REMOVES SUPPORT FOR PREV. EXCLUDED PIXELS
|
---|
3191 | (TO BE FIXED)
|
---|
3192 |
|
---|
3193 | * mfilter/FilterLinkDef.h, mfilter/Makefile:
|
---|
3194 | - added MFEvtNumber
|
---|
3195 |
|
---|
3196 | * mfilter/MFEvtNumber.[h,cc]:
|
---|
3197 | - added
|
---|
3198 |
|
---|
3199 |
|
---|
3200 |
|
---|
3201 | 2007/04/17 Stefan Ruegamer
|
---|
3202 |
|
---|
3203 | * datacenter/scripts/filesondisk:
|
---|
3204 | - modified the ccfile search to not find ccfiles twice if one
|
---|
3205 | runnumber is part of a higher runnumber (as 23456 and 223456)
|
---|
3206 |
|
---|
3207 | * datacenter/scripts/movingrawfiles:
|
---|
3208 | - added moving of rawfiles from the directory /magic/datacenter/
|
---|
3209 | fromtape/rawdata/muxdata, which is the default rawfile folder of
|
---|
3210 | the new muxtapes, to /magic/datacenter/fromtape/rawdata
|
---|
3211 |
|
---|
3212 | * datacenter/scripts/runcallisto:
|
---|
3213 | - added condition for the linking of the .rc-file for muxdata
|
---|
3214 |
|
---|
3215 | * datacenter/scripts/makecallistolinks:
|
---|
3216 | - commented reason2 out
|
---|
3217 |
|
---|
3218 |
|
---|
3219 |
|
---|
3220 | 2007/04/17 Thomas Bretz
|
---|
3221 |
|
---|
3222 | * mcalib/CalibLinkDef.h, mcalib/Makefile:
|
---|
3223 | - removed obsolete MCalibrationIntensityConstCam
|
---|
3224 |
|
---|
3225 | * mcalib/MCalibCalcFromPast.[h,cc]:
|
---|
3226 | - removed obsolete depedency on MCalibrationIntensityConstCam
|
---|
3227 |
|
---|
3228 | * mcalib/MCalibConstCam.[h,cc]:
|
---|
3229 | - added a possibility to veto bad pixels in GetPixelContent by
|
---|
3230 | setting a MBadPixelsCam
|
---|
3231 | - removed obsolete fRunNumber
|
---|
3232 | - increased class version number by 1
|
---|
3233 |
|
---|
3234 | * mcalib/MCalibrateData.[h,cc]:
|
---|
3235 | - removed obsolete dependency on MCalibrationIntensityConstCam
|
---|
3236 | - removed some obsolete comments with code from old pedestal
|
---|
3237 | treatment
|
---|
3238 |
|
---|
3239 |
|
---|
3240 |
|
---|
3241 | 2007/04/15 Thomas Bretz
|
---|
3242 |
|
---|
3243 | * callisto.cc:
|
---|
3244 | - added an option to write a movie
|
---|
3245 |
|
---|
3246 | * mjobs/MJCalibrateSignal.[h,cc]:
|
---|
3247 | - added the code to write a movie
|
---|
3248 | - added new option (fIsMovieMode) to switch it on and off
|
---|
3249 |
|
---|
3250 | * mmovie/MMovieData.h:
|
---|
3251 | - added data member fMedianPedestalRms
|
---|
3252 |
|
---|
3253 | * mmovie/MMoviePrepare.[h,cc]:
|
---|
3254 | - added calculation of median pedestal rms
|
---|
3255 |
|
---|
3256 | * mmovie/MMovieWrite.[h,cc]:
|
---|
3257 | - added comments
|
---|
3258 | - added return value to SetPalette
|
---|
3259 | - delete palette entries after usage
|
---|
3260 | - get median pedestal rms from MMovieData
|
---|
3261 |
|
---|
3262 |
|
---|
3263 |
|
---|
3264 | 2007/04/12 Daniela Dorner
|
---|
3265 |
|
---|
3266 | * datacenter/scripts/sourcefile:
|
---|
3267 | - added if-clause to avoid removing of non existing files
|
---|
3268 |
|
---|
3269 | * datacenter/db/db.php:
|
---|
3270 | - adapted host
|
---|
3271 |
|
---|
3272 | * datacenter/db/plotdb.php:
|
---|
3273 | - adapted usage of function GetQuery
|
---|
3274 |
|
---|
3275 | * datacenter/db/plotinclude.php:
|
---|
3276 | - added init of variables
|
---|
3277 |
|
---|
3278 | * datacenter/db/runinfo-aio.php:
|
---|
3279 | - adapted building of query for the case, that fRunMin=0
|
---|
3280 |
|
---|
3281 | * datacenter/macros/filloptical.C:
|
---|
3282 | - adapted such, that files from telescopes in Tuorla can also be
|
---|
3283 | handeled
|
---|
3284 | - return 3 in case the coordinates of an object are not available
|
---|
3285 | in the database
|
---|
3286 |
|
---|
3287 | * datacenter/scripts/copyscript:
|
---|
3288 | - added case for return code 3 for filloptical.C
|
---|
3289 |
|
---|
3290 | * datacenter/macros/setupdb.C:
|
---|
3291 | - added table OpticalData
|
---|
3292 |
|
---|
3293 | * datacenter/tools/fillobjects.C:
|
---|
3294 | - added comment
|
---|
3295 |
|
---|
3296 | * datacenter/tools/fillobjects2.C:
|
---|
3297 | - adapted comment
|
---|
3298 | - adapted reading to new format of file (different object name
|
---|
3299 | convention)
|
---|
3300 |
|
---|
3301 | * datacenter/resources/TeVsources.txt:
|
---|
3302 | - added (file containing the positions of the objects observed by
|
---|
3303 | the Tuorla Observatory and KVA)
|
---|
3304 |
|
---|
3305 | * datacenter/resources/good_compstars.txt:
|
---|
3306 | - added (file containing the magnitudes and colour of the objects
|
---|
3307 | observed by the Tuorla Observatory and KVA)
|
---|
3308 |
|
---|
3309 | * datacenter/resources/compstars.txt:
|
---|
3310 | - added (like good_compstars, but containing more data, which
|
---|
3311 | has been left out in the other file, as it is not accurate
|
---|
3312 | enough)
|
---|
3313 |
|
---|
3314 |
|
---|
3315 |
|
---|
3316 | 2007/04/12 Thomas Bretz
|
---|
3317 |
|
---|
3318 | * mmovie/MMoviePrepare.[h,cc], mmovie/MMovieData.[h,cc],
|
---|
3319 | mmovie/MMovieWrite.[h,cc], mmovie/Makefile, mmovie/MovieLinkDef.h,
|
---|
3320 | movie/MovieIncl.h:
|
---|
3321 | - added
|
---|
3322 |
|
---|
3323 | * mbase/MArrayB.h, mbase/MArrayD.h, mbase/MArrayF.h, mbase/MArrayI.h,
|
---|
3324 | mbase/MArrayS.h:
|
---|
3325 | - added Reset() member function or improved performance of it
|
---|
3326 |
|
---|
3327 | * mcalib/MCalibrationChargeCalc.cc:
|
---|
3328 | - fixed the alignment in an output
|
---|
3329 |
|
---|
3330 | * mhbase/MBinning.h:
|
---|
3331 | - added operator[] member function
|
---|
3332 |
|
---|
3333 | * mhist/MHCamera.cc:
|
---|
3334 | - changed such that it is allowed to use palettes with a different
|
---|
3335 | number of contours.
|
---|
3336 | - fixed the number of ticks written on the axis to 25
|
---|
3337 | - use MBinnig to calculate the legend color boxes
|
---|
3338 | - fixed a minor bug in the assignment of the color levels, which
|
---|
3339 | gave visibly wrong result if the transition between two colors
|
---|
3340 | was important but was not noticable in normal circumstances
|
---|
3341 |
|
---|
3342 | * mjobs/MDataSet.h, mjobs/MSequence.h:
|
---|
3343 | - increased class version to 1 to make it writable
|
---|
3344 | - added Print to the context menu
|
---|
3345 |
|
---|
3346 | * mgeom/MGeomCam.[h,cc]:
|
---|
3347 | - removed fNumSectors
|
---|
3348 | - removed fNumAreas
|
---|
3349 | - added fNumPixInSector
|
---|
3350 | - added fNumPixWithAidx
|
---|
3351 | - changed CalcSectors and CalcArea to fill new data members
|
---|
3352 | - fixed a bug in the range check of GetMaxRadius and GetMinRadius
|
---|
3353 | (the range was to wide by 1 at the upper edge)
|
---|
3354 | - increased class version from 4 to 5
|
---|
3355 |
|
---|
3356 |
|
---|
3357 |
|
---|
3358 | 2007/04/11 Thomas Bretz
|
---|
3359 |
|
---|
3360 | * mjobs/MJCalibrateSignal.cc:
|
---|
3361 | - added a lot of comments
|
---|
3362 | - added some code for future use
|
---|
3363 |
|
---|
3364 | * mcalib/MCalibCalcFromPast.cc:
|
---|
3365 | - if update of calibration constants via MCalibrateData fails an
|
---|
3366 | error is raised
|
---|
3367 |
|
---|
3368 | * mcalib/MCalibrateData.cc:
|
---|
3369 | - if update of calibration constants done set the ReadyToSaveFlag
|
---|
3370 | accordingly
|
---|
3371 |
|
---|
3372 |
|
---|
3373 |
|
---|
3374 | 2007/04/04 Thomas Bretz
|
---|
3375 |
|
---|
3376 | * mbase/MLogHtml.cc:
|
---|
3377 | - the closing parenthesis was missing for setting to green color
|
---|
3378 |
|
---|
3379 |
|
---|
3380 |
|
---|
3381 | 2007/04/03 Thomas Bretz
|
---|
3382 |
|
---|
3383 | * mjobs/MDataSet.cc:
|
---|
3384 | - added processing of RunTime and Name resource
|
---|
3385 |
|
---|
3386 | * mgeom/MGeomCamDwarf.cc:
|
---|
3387 | - removed an unused variable
|
---|
3388 |
|
---|
3389 | * msignal/MSignalPix.h, msignal/MSignalCam.h:
|
---|
3390 | - commented out obsolete AddNumPhotons and Scale
|
---|
3391 | - removed ReducePrecision from setting of arrival time because
|
---|
3392 | it gave artefacts.
|
---|
3393 |
|
---|
3394 |
|
---|
3395 |
|
---|
3396 | 2007/03/29 Thomas Bretz
|
---|
3397 |
|
---|
3398 | * mgeom/MGeomCam.cc, mgeom/MGeomPix.h:
|
---|
3399 | - added new member function to return distance to coordinate
|
---|
3400 | origin
|
---|
3401 |
|
---|
3402 | * mgeom/MGeomCamDwarf.[h,cc]:
|
---|
3403 | - added
|
---|
3404 |
|
---|
3405 | * mgeom/Makefile, mgeom/GeomLinkDef.h:
|
---|
3406 | - added MGeomCamDwarf
|
---|
3407 |
|
---|
3408 |
|
---|
3409 |
|
---|
3410 | 2007/03/28 Thomas Bretz
|
---|
3411 |
|
---|
3412 | * mraw/MRawRunHeader.cc:
|
---|
3413 | - added Getter for fFreqSampling
|
---|
3414 |
|
---|
3415 | * mpointing/MHSrcPosCam.[h,cc]:
|
---|
3416 | - added different binning for wobble mode
|
---|
3417 | - added circle for wobble mode
|
---|
3418 |
|
---|
3419 | * mjobs/MJCut.cc:
|
---|
3420 | - store run- and event-number via MParameterCalc in output files
|
---|
3421 | - show histogram of source positions also in wobble mode
|
---|
3422 |
|
---|
3423 | * mbase/MEnv.h:
|
---|
3424 | - added member function to touch a resource returning whether
|
---|
3425 | it has contents or not
|
---|
3426 |
|
---|
3427 | * mars.rc:
|
---|
3428 | - added examples for MUX data
|
---|
3429 | - fixed the other examples
|
---|
3430 | - changed default cleaning to 8.5/4.0 absolute
|
---|
3431 |
|
---|
3432 | * macros/readIPR.C:
|
---|
3433 | - simplified
|
---|
3434 |
|
---|
3435 |
|
---|
3436 |
|
---|
3437 | 2007/03/21 Stefan Ruegamer
|
---|
3438 |
|
---|
3439 | * datacenter/scripts/runcallisto:
|
---|
3440 | - removed entries for callisto_MarApr05.rc (outdated)
|
---|
3441 |
|
---|
3442 | * datacenter/scripts/makecallistolinks:
|
---|
3443 | - updated reason1 because the old reason has been removed in the
|
---|
3444 | Mars Version 1.0, resulting in no more calibration with spline
|
---|
3445 | if DF fails
|
---|
3446 | - added reason2 to run spline after an other error
|
---|
3447 |
|
---|
3448 |
|
---|
3449 |
|
---|
3450 | 2007/03/20 Daniel Hoehne
|
---|
3451 |
|
---|
3452 | * datacenter/db/db.php, datacenter/scripts/budb,
|
---|
3453 | datacenter/scripts/dbchk, datacenter/scripts/dunotseqruns,
|
---|
3454 | datacenter/scripts/findnewstars,
|
---|
3455 | datacenter/scripts/findnotseqruns, datacenter/scripts/sourcefile,
|
---|
3456 | datacenter/tools/comparesequences, datacenter/tools/resetdataset,
|
---|
3457 | sql.rc:
|
---|
3458 | - changed the host from hercules to vela
|
---|
3459 |
|
---|
3460 |
|
---|
3461 |
|
---|
3462 | 2007/03/17 Thomas Bretz
|
---|
3463 |
|
---|
3464 | * mbase/MTime.[h,cc]:
|
---|
3465 | - added new memeber function to set unix times
|
---|
3466 |
|
---|
3467 |
|
---|
3468 |
|
---|
3469 | 2007/03/09 Thomas Bretz
|
---|
3470 |
|
---|
3471 | * mjoptim/MJOptimizeCuts.cc:
|
---|
3472 | - implemented printing of input file also in RunOnOffCore
|
---|
3473 |
|
---|
3474 |
|
---|
3475 |
|
---|
3476 | 2007/03/08 Markus Meyer
|
---|
3477 |
|
---|
3478 | * mpointing/MPointingDevCalc.h:
|
---|
3479 | - changed fNumMinStars from 8 to n (in SetNumMinStars)
|
---|
3480 |
|
---|
3481 |
|
---|
3482 |
|
---|
3483 | 2007/03/06 Stefan Ruegamer
|
---|
3484 |
|
---|
3485 | * mraw/MRawRunHeader.cc:
|
---|
3486 | - added SwapAssignment for pixels 428 and 429
|
---|
3487 |
|
---|
3488 |
|
---|
3489 |
|
---|
3490 | 2007/03/05 Thomas Bretz
|
---|
3491 |
|
---|
3492 | * msignal/MExtractTimeAndChargeSpline.cc:
|
---|
3493 | - added a default for the extrator resolution in case no predefined
|
---|
3494 | value is set
|
---|
3495 |
|
---|
3496 | * mjobs/MJCalib.[h,cc], mjobs/MJCalibration.cc:
|
---|
3497 | - removed HiLoCalibration option
|
---|
3498 |
|
---|
3499 | * mjobs/MJCalibration.cc:
|
---|
3500 | - use extractor to determine hi-/lo-calibration
|
---|
3501 |
|
---|
3502 | * mjobs/MJPedestal.cc:
|
---|
3503 | - do only insist on pedestal events if an extractor without
|
---|
3504 | lo-gains is set
|
---|
3505 |
|
---|
3506 | * callisto.rc, callisto_Dec04Jan05.rc:
|
---|
3507 | - removed references to HiLoCalibration
|
---|
3508 |
|
---|
3509 | * callisto_mux.rc, resources/calibrationref_mux.rc,
|
---|
3510 | resources/pedestalref_mux.rc:
|
---|
3511 | - added new resource files for MUX data
|
---|
3512 |
|
---|
3513 | * mjobs/MSequence.cc:
|
---|
3514 | - another fix to make sure that there is a / between dir and filename
|
---|
3515 |
|
---|
3516 | * mpedestal/MExtractPedestal.cc:
|
---|
3517 | - why if fRawData initialized twice? Removed.
|
---|
3518 | - Reset check window without extractor and without lo-gains
|
---|
3519 |
|
---|
3520 |
|
---|
3521 |
|
---|
3522 |
|
---|
3523 | 2007/03/04 Thomas Bretz
|
---|
3524 |
|
---|
3525 | * mhcalib/MHCalibrationChargeBlindCam.cc,
|
---|
3526 | mhcalib/MHCalibrationChargeBlindPix.[h,cc]:
|
---|
3527 | - commented out references to MRawEvtPixelIter::GetNum*Samples
|
---|
3528 |
|
---|
3529 | * mhcalib/MHCalibrationRelTimeCam.cc:
|
---|
3530 | - updated header
|
---|
3531 |
|
---|
3532 | * mjobs/MJCalibrateSignal.cc:
|
---|
3533 | - updated header
|
---|
3534 | - removed references to MHCalibrationPulseTimeCam
|
---|
3535 | - added a check to make sure that extractor1 is initialized
|
---|
3536 | - use new SetRangeFromExtractor function for pedestal
|
---|
3537 | extraction range
|
---|
3538 | - added a new filter to check for pedestal events, used for
|
---|
3539 | pedestal extraction in cases w/o lo-gains and to remove
|
---|
3540 | pedestal events from further analysis
|
---|
3541 | - fill and display hi-/lo-gain histogram only if lo-gain exists
|
---|
3542 |
|
---|
3543 | * mjobs/MJPedestal.cc:
|
---|
3544 | - replaced fSequence.GetName by GetFileName
|
---|
3545 | - check for availability of lo-gain in pulse pos check
|
---|
3546 | - Add MHCalibrationPulseTime to parlist to allow resources
|
---|
3547 | file setup
|
---|
3548 | - to fill the MHCalibrationPulseTimeCam deny calibration- and
|
---|
3549 | pedestal-events
|
---|
3550 | - use a pedestal filter to deny calibration events
|
---|
3551 | - use new SetRangeFromExtractor function for pedestal
|
---|
3552 | extraction range
|
---|
3553 |
|
---|
3554 | * mhcalib/MHCalibrationPulseTimeCam.cc:
|
---|
3555 | - removed an obsolete return
|
---|
3556 |
|
---|
3557 | * mpedestal/MPedCalcFromLoGain.cc:
|
---|
3558 | - if event does not contain lo-gains do not start extraction
|
---|
3559 | at lo-gain offset
|
---|
3560 |
|
---|
3561 | * mpedestal/MPedestalSubtractedEvt.[h,cc]:
|
---|
3562 | - changed variable naming in GetSaturation from sathi to sat
|
---|
3563 | - changed limit in GetMax from Byte_t to UInt_t
|
---|
3564 |
|
---|
3565 | * msignal/MExtractBlindPixel.cc, msignal/MExtractTimeAndCharge.cc:
|
---|
3566 | - changed max argument in GetMax from Int_t to UInt_t
|
---|
3567 |
|
---|
3568 | * msignal/MExtractTimeAndCharge.[h,cc]:
|
---|
3569 | - changed fLoGainSwitch from Byte_t to UInt_t
|
---|
3570 | - increased class version accordingly to 4
|
---|
3571 |
|
---|
3572 | * mmain/MEventDisplay.cc:
|
---|
3573 | - took out the display of the slice with the max index
|
---|
3574 | - handle pedestal subtraction more accurate
|
---|
3575 |
|
---|
3576 | * mraw/MRawEvtData.cc:
|
---|
3577 | - added number of bytes per sample to GetNumBytes()
|
---|
3578 | - removed contents of GetPixelContent... depricated
|
---|
3579 |
|
---|
3580 | * mraw/MRawEvtPixelIter.[h,cc]:
|
---|
3581 | - updated comments
|
---|
3582 | - removed all functions returning informations about single
|
---|
3583 | pixels (should be done through MPedestalSubtractedEvt
|
---|
3584 | instead)
|
---|
3585 |
|
---|
3586 | * mhist/MHEvent.cc:
|
---|
3587 | - removed KMaxIdx...depricated.
|
---|
3588 |
|
---|
3589 | * msignal/MExtractor.[h,cc]:
|
---|
3590 | - changed type of fSaturationLimit from Byte_t to UInt_t
|
---|
3591 | - increased class version number accordingly to 8
|
---|
3592 | - only reset fSaturationLimit if it is above 0xff and
|
---|
3593 | no lo-gain available
|
---|
3594 |
|
---|
3595 | * msignal/MSignalCalc.[h,cc]:
|
---|
3596 | - changed to use MPedestalSubtractedEvt instead of MRawEvtData
|
---|
3597 | - make handling of data without lo-gains possible
|
---|
3598 |
|
---|
3599 | * mhcalib/MHCalibrationChargeCam.[h,cc]:
|
---|
3600 | - changed to use pedestal subtracted evt instead of the raw evt
|
---|
3601 | for determination of the arrival time
|
---|
3602 |
|
---|
3603 | * mhcalib/MHCalibrationCam.[h,cc]:
|
---|
3604 | - made IsLoGain autodetecting in case fRunHeader is available
|
---|
3605 |
|
---|
3606 | * msignal/MExtractPINDiode.cc:
|
---|
3607 | - use MRawRunHeader's GetNumSamplesHi/LoGain
|
---|
3608 |
|
---|
3609 |
|
---|
3610 |
|
---|
3611 | 2007/03/03 Thomas Bretz
|
---|
3612 |
|
---|
3613 | * mcalib/MCalibrationRelTimeCalc.cc:
|
---|
3614 | - changed the default of RelTimeResolutionLimit from 1.0 to 0.05
|
---|
3615 |
|
---|
3616 | * mhcalib/MHCalibrationChargeCam.cc,
|
---|
3617 | mhcalib/MHCalibrationPulseTimeCam.cc,
|
---|
3618 | mhcalib/MHCalibrationRelTimeCam.cc:
|
---|
3619 | - added f*RefCharge to Copy function
|
---|
3620 | - added range to calls of GetIdxMaxHi/LoGainSample
|
---|
3621 | - reworked and simplified DrawDataCheckPixel
|
---|
3622 | - reworked and simplified DrawReferenceLine
|
---|
3623 | - fixed call to ReadEnv of base class in ReadEnv
|
---|
3624 |
|
---|
3625 | * mhcalib/MHCalibrationRelTimeCam.cc:
|
---|
3626 | - commented filling of lo-gain arrays out.
|
---|
3627 |
|
---|
3628 | * mpedestal/MExtractPedestal.[h,cc],
|
---|
3629 | mpedestal/MPedCalcFromLoGain.h, mpedestal/MPedCalcPedRun.h:
|
---|
3630 | - added the SetRangeFromExtractor function
|
---|
3631 |
|
---|
3632 | * msignal/MExtractBlindPixel.cc, msignal/MSignalCalc.cc:
|
---|
3633 | - use GetNumSamplesHiGain of MRawRunHeader instead of
|
---|
3634 | MRawEvtPixelIter's
|
---|
3635 |
|
---|
3636 | * msignal/MSignalCalc.[h,cc]:
|
---|
3637 | - slightly changed handling of MC run, changed hi-/lo-gain
|
---|
3638 | calibration from 10 to 11.3
|
---|
3639 |
|
---|
3640 | * msignal/MExtractTime.cc:
|
---|
3641 | - don't print lo-gain properties if n/a
|
---|
3642 |
|
---|
3643 | * msignal/MExtractor.[h,cc]:
|
---|
3644 | - reset logain range and saturation limit if no logains available
|
---|
3645 | - added HasLoGain member function
|
---|
3646 | - don't print lo-gain attributes in Print if no logains
|
---|
3647 |
|
---|
3648 | * msignal/MExtractTimeAndCharge.cc:
|
---|
3649 | - reset fLoGainSwitch if logains are not available
|
---|
3650 | - use MRawRunHeader's GetNumSamplesHi/LoGain
|
---|
3651 | - do not use MRawEvtPixelIter to determin availability of lo-gains
|
---|
3652 | use number of lo-gain samples to extract instead.
|
---|
3653 | - don't print lo-gain properties if n/a
|
---|
3654 |
|
---|
3655 |
|
---|
3656 |
|
---|
3657 | 2007/03/02 Thomas Bretz
|
---|
3658 |
|
---|
3659 | * mraw/MRawRunHeader.h:
|
---|
3660 | - added GetNumBytesPerSample() member function
|
---|
3661 |
|
---|
3662 | * mraw/MRawRead.cc:
|
---|
3663 | - splitted ReadPixel and setting ab-flag into function calls
|
---|
3664 | - fixed skipping pixels if bps>1
|
---|
3665 |
|
---|
3666 | * mraw/MRawEvtData.[h,cc]:
|
---|
3667 | - removed last argument from AddPixel
|
---|
3668 | - split reading pixel data and setting ab-flag into two functions
|
---|
3669 | - increased version number from 5 to 6
|
---|
3670 | - adapted Print function
|
---|
3671 | - adapted Draw function
|
---|
3672 | - adapted ReadPixel function
|
---|
3673 |
|
---|
3674 | * manalysis/MMcCalibrationUpdate.[h,cc]:
|
---|
3675 | - made sure that Process is not executed in case of MC files
|
---|
3676 | - minor changes to includes
|
---|
3677 |
|
---|
3678 | * mextralgo/MExtralgoSpline.h:
|
---|
3679 | - removed obsolete include iostream
|
---|
3680 |
|
---|
3681 |
|
---|
3682 |
|
---|
3683 | 2007/03/01 Thomas Bretz
|
---|
3684 |
|
---|
3685 | * mmain/MEventDisplay.cc:
|
---|
3686 | - didn't show callisto output anymore because of missing fundametal
|
---|
3687 | pedestal
|
---|
3688 |
|
---|
3689 | * mbadpixels/MBadPixelsTreat.cc:
|
---|
3690 | - added more informative output
|
---|
3691 |
|
---|
3692 | * mhcalib/MHCalibrationCam.[h,cc], mhcalib/MHCalibrationChargeCam.cc,
|
---|
3693 | mhcalib/MHCalibrationChargePix.h, mhcalib/MHCalibrationRelTimeCam.cc,
|
---|
3694 | mhcalib/MHCalibrationChargeCam.h, mhcalib/MHCalibrationChargePINDiode.h,
|
---|
3695 | mhcalib/MHCalibrationPulseTimeCam.cc, mhcalib/MHCalibrationTestCam.cc,
|
---|
3696 | mhcalib/MHCalibrationTestTimeCam.cc, mhcalib/MHGausEvents.h,
|
---|
3697 | mhcalib/MHCalibrationChargeBlindCam.cc, mhcalib/MHPedestalCam.cc,
|
---|
3698 | - replaced SetNbins/First/Last by SetBinning
|
---|
3699 |
|
---|
3700 | * mhcalib/MHCalibrationChargeCam.cc:
|
---|
3701 | - improved output in case arrival time is out of range
|
---|
3702 |
|
---|
3703 | * mhcalib/MHCalibrationPulseTimeCam.cc:
|
---|
3704 | - the values can only have discrete valuesno need to set a bin-width
|
---|
3705 | different from 1
|
---|
3706 | - set binning automatically by using the number of samples
|
---|
3707 | - fixed ReadEnv
|
---|
3708 | - directly use maxpos, no cast necessary
|
---|
3709 |
|
---|
3710 | * mraw/MRawRunHeader.h:
|
---|
3711 | - added new member function GetNumSamples
|
---|
3712 |
|
---|
3713 | * mpedestal/MPedCalcFromLoGain.cc:
|
---|
3714 | - fixed ReadEnv
|
---|
3715 |
|
---|
3716 | * mraw/MRawCrateData.cc, mraw/MRawEvtHeader.cc:
|
---|
3717 | - implemented reading new mux format 8
|
---|
3718 |
|
---|
3719 | * mraw/MRawRunHeader.[h,cc]:
|
---|
3720 | - implemented reading of new file format 8
|
---|
3721 | - added new data members fNumBytesPerSample, fFreqSampling
|
---|
3722 | and fNumSignificantBits
|
---|
3723 | - increased file format version from 5 to 6
|
---|
3724 |
|
---|
3725 | * mraw/MRawEvtPixelIter.[h,cc]:
|
---|
3726 | - made aware of handling the new and old format
|
---|
3727 | - added range to GetIdxMax*
|
---|
3728 |
|
---|
3729 | * mhcalib/MHCalibrationPulseTimeCam.[h,cc]:
|
---|
3730 | - removed obsolete data members fSumhiarea and fSumhisector
|
---|
3731 | - replaced the usage of MRawEvtData by MPedestalSubtractedEvt
|
---|
3732 | - according to this the lower signal limit has been decresed
|
---|
3733 | by 15
|
---|
3734 | - changed "saturation" limit accordingly from 254 to 245
|
---|
3735 |
|
---|
3736 | * mpedestal/MPedestalsubtractedEvt.h:
|
---|
3737 | - added a shortcut for GetSaturation
|
---|
3738 |
|
---|
3739 | * mjobs/MJPedestal.cc:
|
---|
3740 | - first subtract pedestal and then fill MHCalibrationPulseTimeCam
|
---|
3741 | - fill MHCalibrationPulseTimeCam with MPedestalSubtracted
|
---|
3742 |
|
---|
3743 |
|
---|
3744 |
|
---|
3745 | 2007/02/28 Thomas Bretz
|
---|
3746 |
|
---|
3747 | * macros/tutorials/mirrordelay.C:
|
---|
3748 | - fixed the formula for the spherical mirror
|
---|
3749 | - fixed the calculation of the time-delay
|
---|
3750 |
|
---|
3751 | * mastro/MObservatory.[h,cc]:
|
---|
3752 | - added constructors and functions to set the observatory location
|
---|
3753 | manually
|
---|
3754 |
|
---|
3755 | * mbase/MTime.[h,cc]:
|
---|
3756 | - added constructor to construct MTime by date
|
---|
3757 | - added AsDouble for new root streamers (allowing to view MTime in
|
---|
3758 | a TBrowser)
|
---|
3759 | - added GetRootDatime to return TDatime object
|
---|
3760 |
|
---|
3761 | * mcalib/MCalibrateData.cc:
|
---|
3762 | - added more meaningful output in case a conversion factor exceeds a limit
|
---|
3763 |
|
---|
3764 | * datacenter/macros/plotdb.C:
|
---|
3765 | - added plot for spark rate
|
---|
3766 |
|
---|
3767 |
|
---|
3768 |
|
---|
3769 | 2007/02/26 Daniela Dorner
|
---|
3770 |
|
---|
3771 | * datacenter/db/builddatasets.php, datacenter/db/findoffdata.php,
|
---|
3772 | datacenter/db/sequinfo-aio.php, datacenter/db/runinfo-aio.php,
|
---|
3773 | datacenter/db/include.php, datacenter/db/menu.php, :
|
---|
3774 | - bugfix: the stopdate was not choses properly in case of reset
|
---|
3775 | when there was no data past midnight
|
---|
3776 | - a new function (GetStopDate) has been implemented
|
---|
3777 | - bugfix in PrintNightRange (table Sequences was used in all cases)
|
---|
3778 |
|
---|
3779 |
|
---|
3780 |
|
---|
3781 | 2007/02/26 Daniel Hoehne
|
---|
3782 |
|
---|
3783 | * datacenter/macros/fillstar.C:
|
---|
3784 | - bugfixes: included MHCamera.h, corrected two typos (missing ";" and
|
---|
3785 | a surplus "s" in the variable "sparkrate")
|
---|
3786 |
|
---|
3787 | * datacenter/db/magicdefs.php, menu.php:
|
---|
3788 | - added fSparkRate
|
---|
3789 |
|
---|
3790 |
|
---|
3791 |
|
---|
3792 | 2007/02/16
|
---|
3793 |
|
---|
3794 | * RELEASE 1.0
|
---|
3795 |
|
---|
3796 |
|
---|
3797 |
|
---|
3798 | 2007/02/16 Thomas Bretz
|
---|
3799 |
|
---|
3800 | * macros/starvisyear.C:
|
---|
3801 | - changed default observator to magic
|
---|
3802 | - fixed some typos in comments
|
---|
3803 |
|
---|
3804 | * mastro/MAstro.[h,cc]:
|
---|
3805 | - added a new function to estimate the time of culmination
|
---|
3806 | - fixed the conversion factors RadToHor and HorToRad (wrong by 15/24)
|
---|
3807 |
|
---|
3808 | * mastro/MObservatory.cc:
|
---|
3809 | - fixed the Print() output
|
---|
3810 |
|
---|
3811 | * mbase/MMath.h:
|
---|
3812 | - removed conversion factor to and from Hours
|
---|
3813 |
|
---|
3814 | * mjobs/MSequence.cc:
|
---|
3815 | - added a / behind the date (for the output in case of failure)
|
---|
3816 |
|
---|
3817 | * mmc/MMcFadcHeader.[hxx,cxx]:
|
---|
3818 | - added fElecNoiseName for compatibility with camera program
|
---|
3819 | - increased ClassVersion by 1
|
---|
3820 |
|
---|
3821 | * mraw/MRawRunHeader.[h,cc]:
|
---|
3822 | - increased class version by 1 for compatibility with output
|
---|
3823 | of newer camera versions
|
---|
3824 |
|
---|
3825 | * resources/sequences.rc:
|
---|
3826 | - changed the sequence.rc file to support new MUX data
|
---|
3827 |
|
---|
3828 |
|
---|
3829 |
|
---|
3830 | 2007/02/15 Thomas Bretz
|
---|
3831 |
|
---|
3832 | * macros/tutorials/mirrordelay.C:
|
---|
3833 | - added a macro plotting the delay between a spherical and a
|
---|
3834 | parabolic mirror
|
---|
3835 |
|
---|
3836 | * mjobs/MJStar.cc:
|
---|
3837 | - implemented new plots for IPR vs. Time and DT
|
---|
3838 |
|
---|
3839 |
|
---|
3840 |
|
---|
3841 | 2007/02/13 Thomas Bretz
|
---|
3842 |
|
---|
3843 | * resources/hilocalib.rc, resources/hilocalib_sp1.rc:
|
---|
3844 | - added new resource files for hi-/lo-gain calibration.
|
---|
3845 |
|
---|
3846 | * resources/hiloconv-*.root:
|
---|
3847 | - added hi-/lo-gain calibration constants
|
---|
3848 |
|
---|
3849 | * callisto_Dec04Jan05.rc:
|
---|
3850 | - changed input file name for hi-/lo-gain calibration constants
|
---|
3851 |
|
---|
3852 | * mreflector/MHReflector.[h,cc]:
|
---|
3853 | - added histogram class for reflected photons
|
---|
3854 |
|
---|
3855 | * mreflector/Makefile, mreflector/ReflectorLinkDef.h
|
---|
3856 | - added MHReflector and necessary include paths
|
---|
3857 |
|
---|
3858 | * mbase/MLog.h:
|
---|
3859 | - fixed a bug in Separator which could cause a crash if the contents
|
---|
3860 | are too long
|
---|
3861 |
|
---|
3862 | * manalysis/MParameterCalc.cc:
|
---|
3863 | - check for HasValidRule instead of IsValid in ReadEnv
|
---|
3864 |
|
---|
3865 | * mdata/MDataPhrase.h:
|
---|
3866 | - added HasValidRule member function
|
---|
3867 |
|
---|
3868 | * mfileio/MReadRflFile.[h,cc]:
|
---|
3869 | - allow also reading of gzip-compressed files
|
---|
3870 | - output more header information
|
---|
3871 | - don't use a const qualified TString with gSystem->ExpandPathName
|
---|
3872 |
|
---|
3873 | * mjobs/MJPedestal.cc:
|
---|
3874 | - readin bad pixels from ascii file later
|
---|
3875 |
|
---|
3876 | * mmc/MMcEvtBasic.h:
|
---|
3877 | - added a static member function GetEnergyStr to convert
|
---|
3878 | GeV into MeV and TeV
|
---|
3879 |
|
---|
3880 | * mpointing/MPointingDevCalc.h:
|
---|
3881 | - increased size of fSkip by one
|
---|
3882 |
|
---|
3883 | * mextralgo/MExtralgoSpline.h:
|
---|
3884 | - fixed acompiler warning
|
---|
3885 |
|
---|
3886 |
|
---|
3887 |
|
---|
3888 | 2007/02/09 Daniel Hoehne
|
---|
3889 |
|
---|
3890 | * datacenter/scripts/linkmc
|
---|
3891 | - adapted to new montecarlo directory structure (/magic/montecarlo
|
---|
3892 | instead of /montecarlo)
|
---|
3893 |
|
---|
3894 |
|
---|
3895 |
|
---|
3896 | 2007/02/09 Thomas Bretz
|
---|
3897 |
|
---|
3898 | * star.rc:
|
---|
3899 | - added new options
|
---|
3900 | - reordering
|
---|
3901 |
|
---|
3902 | * mbase/MStatusDisplay.cc:
|
---|
3903 | - updated from 2006 to 2007
|
---|
3904 |
|
---|
3905 | * mfbase/MFDataPhrase.cc:
|
---|
3906 | - fixed ReadEnv to correctly return true/false
|
---|
3907 |
|
---|
3908 | * mjobs/MJStar.cc:
|
---|
3909 | - added new tabs "Spakless" and "Sparks" dividing the average
|
---|
3910 | signal tab into two distributions by a SparkCut
|
---|
3911 | - replaced all MF by MFDataPhrase
|
---|
3912 |
|
---|
3913 | * mjobs/MJCalibrateSignal.cc:
|
---|
3914 | - changed the extraction range used in the lo-gains from the
|
---|
3915 | hi-gain range to the lo-gain range
|
---|
3916 |
|
---|
3917 | * datacenter/macros/fillstar.C:
|
---|
3918 | - added filling the spark rate into the database
|
---|
3919 | - the rate after cleaning is now without sparks!
|
---|
3920 |
|
---|
3921 |
|
---|
3922 |
|
---|
3923 | 2007/02/06 Thomas Bretz
|
---|
3924 |
|
---|
3925 | * mpointing/MPointingDevCalc.cc:
|
---|
3926 | - included check for monitoring flag
|
---|
3927 |
|
---|
3928 | * mextralgo/MExtralgoSpline.[h,cc]:
|
---|
3929 | - implemented the possibility to determine the pulse width at
|
---|
3930 | maxheight/2
|
---|
3931 |
|
---|
3932 |
|
---|
3933 |
|
---|
3934 | 2007/02/04 Daniela Dorner
|
---|
3935 |
|
---|
3936 | * datacenter/scripts/sourcefile:
|
---|
3937 | - added if-clause to avoid that a script is aborted in case a macro
|
---|
3938 | doesn't compile, return code is set to 1 in this case
|
---|
3939 |
|
---|
3940 |
|
---|
3941 |
|
---|
3942 | 2007/02/04 Thomas Bretz
|
---|
3943 |
|
---|
3944 | * mjobs/MJCalibration.cc:
|
---|
3945 | - implemented Hi-/Lo-Gain calibration for MCs
|
---|
3946 |
|
---|
3947 | * mjobs/MJPedestal.cc:
|
---|
3948 | - removed intermediate pedestalstorage from code (its
|
---|
3949 | result is not used at all)
|
---|
3950 |
|
---|
3951 | * datacenter/macros/fillsignal.C:
|
---|
3952 | - replaced GetMediandev by GetDev
|
---|
3953 |
|
---|
3954 | * callisto.rc, callisto_Dec04Jan05.rc:
|
---|
3955 | - changed ExtractWinLeft/Right according to new scheme
|
---|
3956 |
|
---|
3957 | * mhcalib/MHCalibrationChargeCam.[h,cc]:
|
---|
3958 | - removed obsolete data members fFirstHiGain, etc and
|
---|
3959 | replaced by storage of fSignal
|
---|
3960 | - made sure that the average extracted signal position
|
---|
3961 | is at least one slice away from the edges of the
|
---|
3962 | extraction window
|
---|
3963 |
|
---|
3964 | * mjobs/MJPedestal.cc:
|
---|
3965 | - reworked the pulse position check. It now better takes
|
---|
3966 | the properties of the extractors into account.
|
---|
3967 | Still to be done: relation between pulse position and
|
---|
3968 | extraction window!
|
---|
3969 |
|
---|
3970 | * msignal/MExtractBlindPixel.[h,cc],
|
---|
3971 | msignal/MExtractPINDiode.[h,cc]:
|
---|
3972 | - fixed arguments type of SetRange
|
---|
3973 |
|
---|
3974 | * msignal/MExtractTime.cc:
|
---|
3975 | - removed old obsolete code already in comments
|
---|
3976 |
|
---|
3977 | * msignal/MExtractTimeAndCharge.h:
|
---|
3978 | - added getter for LoGainStartShift
|
---|
3979 |
|
---|
3980 | * msignal/MExtractTimeAndChargeDigitalFilter.[h,cc],
|
---|
3981 | msignal/MExtractTimeAndChargeSpline.[h,cc],
|
---|
3982 | msignal/MExtractedSignalCam.[h,cc], msignal/MExtractor.[h,cc]:
|
---|
3983 | - changed the type of LoGainFirst from byte to int
|
---|
3984 | - if necessary increased class version
|
---|
3985 |
|
---|
3986 | * mpedestal/MExtractPedestal.cc:
|
---|
3987 | - improved output
|
---|
3988 |
|
---|
3989 | * mhcalib/MHCalibrationChargeCam.cc:
|
---|
3990 | - fixed a %3.1 instead of %3.1f
|
---|
3991 |
|
---|
3992 |
|
---|
3993 |
|
---|
3994 | 2007/02/03 Thomas Bretz
|
---|
3995 |
|
---|
3996 | * mhist/MHCamEvent.[h,cc]:
|
---|
3997 | - added Draw function to context menu
|
---|
3998 | - added GetHist member functions
|
---|
3999 | - added possibility to display the relative error
|
---|
4000 |
|
---|
4001 | * mjobs/MJCalibration.cc:
|
---|
4002 | - read the hi-/lo-gain calibration constants from a MHCamEvent
|
---|
4003 | which is stored in a root file given in resources/hilocalib.rc
|
---|
4004 |
|
---|
4005 | * msignal/MExtractTimeAndCharge.cc:
|
---|
4006 | - improved the estimation in GetSaturationTime for the cases in
|
---|
4007 | which the saturating pulse is so early, that an normal
|
---|
4008 | interpolation is not appropriate.
|
---|
4009 |
|
---|
4010 | * callisto_DecJan04.rc:
|
---|
4011 | - set fall- and rise-time for spline artificially to 0.5
|
---|
4012 |
|
---|
4013 | * mhbase/MFillH.cc:
|
---|
4014 | - added comments
|
---|
4015 |
|
---|
4016 | * mpedestal/MExtractPedestal.[h,cc],
|
---|
4017 | mpedestal/MPedCalcFromLoGain.cc, mpedestal/MPedCalcPedRun.cc:
|
---|
4018 | - fixed the range check.In case of the lo-gain extraction
|
---|
4019 | the range could infact leak out of the fadc slices
|
---|
4020 |
|
---|
4021 | * msignal/MExtractTimeAndCharge.[h,cc]:
|
---|
4022 | - added somecomments
|
---|
4023 | - forbid the lo-gain signal to be negative
|
---|
4024 | - increased version number for compatibility with last release
|
---|
4025 |
|
---|
4026 | * msignal/MExtractTimeAndChargeSpline.cc:
|
---|
4027 | - set the correct numbers for rise- and fall-time as default
|
---|
4028 |
|
---|
4029 | * mbase/MStatusArray.[h,cc]:
|
---|
4030 | - improved workaround in Read() and Write() for the Reset
|
---|
4031 | of the kCanDelete bit in TH1
|
---|
4032 |
|
---|
4033 | * mjobs/MJCalibration.cc, mjobs/MJCalibrateSignal.cc:
|
---|
4034 | - commented out obsolete references to *HiLoCam
|
---|
4035 |
|
---|
4036 | * mhcalib/Makefile, mcalib/Makefile, mhcalib/HCalibLinkDef.h,
|
---|
4037 | mcalib/CalibLinkDef.h:
|
---|
4038 | - removed *HiLoCam s
|
---|
4039 |
|
---|
4040 |
|
---|
4041 |
|
---|
4042 | 2007/02/02 Thomas Bretz
|
---|
4043 |
|
---|
4044 | * mreflector/MRflSinglePhoton.[h,cc], mreflector/MRflEvtData.[h,cc]:
|
---|
4045 | - added new Fill functions allowing to fill photons versus
|
---|
4046 | a z-value, e.g. energy.
|
---|
4047 |
|
---|
4048 |
|
---|
4049 |
|
---|
4050 | 2007/02/01 Thomas Bretz
|
---|
4051 |
|
---|
4052 | * mhist/MHCamEvent.[h,cc]:
|
---|
4053 | - allow to set a histogram for display from external
|
---|
4054 |
|
---|
4055 | * mhist/MHCamera.[h,cc]:
|
---|
4056 | - added functions to calc Median/Dev
|
---|
4057 | - fixed adding a MHCamera with AddCamContent. It now takes also
|
---|
4058 | the errors and binentries correctly into account
|
---|
4059 | - simplified Reset() using TArray::Reset()
|
---|
4060 |
|
---|
4061 | * mhvstime/MHSectorVsTime.[h,cc]:
|
---|
4062 | - added option to use median/dev instead of mean/rms
|
---|
4063 | - switched Grid on
|
---|
4064 |
|
---|
4065 | * mjobs/MSequence.cc, mjobs/MDataSet.cc:
|
---|
4066 | - small improvements to splitting number rows
|
---|
4067 | - handle possible tabs correctly
|
---|
4068 |
|
---|
4069 | * mbase/MStatusArray.[h,cc]:
|
---|
4070 | - improved handling in Read(). We make sure now that Read doesn't
|
---|
4071 | produce a memory leak
|
---|
4072 |
|
---|
4073 | * mhist/MHCamera.[h,cc]:
|
---|
4074 | - overwrote Clone function to make sure that a cloned MHCamera
|
---|
4075 | is never added to the current directory
|
---|
4076 |
|
---|
4077 | * mcamera/MCameraTH.h:
|
---|
4078 | - added a workaround to get rid of the obsolete discriminator thresholds
|
---|
4079 | for the non-trigger pixels
|
---|
4080 |
|
---|
4081 | * mreport/MReportCC.cc:
|
---|
4082 | - added a sanity \o-Terminator to the dicriminator threshold extraction
|
---|
4083 |
|
---|
4084 |
|
---|
4085 |
|
---|
4086 |
|
---|
4087 | 2007/01/30 Thomas Bretz
|
---|
4088 |
|
---|
4089 | * mbadpixels/MBadPixelsCam.[h,cc]:
|
---|
4090 | - added function to return the uncalibrated and unsuitable
|
---|
4091 | pixels as TArrayC (to be used in MHCamera)
|
---|
4092 |
|
---|
4093 | * mhcalib/MHCalibrationChargeCam.cc:
|
---|
4094 | - added a FIXME-comment
|
---|
4095 |
|
---|
4096 | * mhist/MHCamEvent.[h,cc]:
|
---|
4097 | - added an option to change the kind of error which is displayed
|
---|
4098 | - consequently increased version number by 1
|
---|
4099 |
|
---|
4100 | * mhist/MHCamera.[h,cc]:
|
---|
4101 | - added a new bit to allow the error to be switched between
|
---|
4102 | mean and spread
|
---|
4103 |
|
---|
4104 | * mjobs/MJStar.cc, mjobs/MJCalibrateSignal.cc:
|
---|
4105 | - adapted to changes in error display
|
---|
4106 |
|
---|
4107 |
|
---|
4108 |
|
---|
4109 | 2007/01/27 Thomas Bretz
|
---|
4110 |
|
---|
4111 | * manalysis/MMcCalibrationUpdate.cc:
|
---|
4112 | - fixed a typo in a comment
|
---|
4113 |
|
---|
4114 | * mcalib/MCalibrateData.[h,cc]:
|
---|
4115 | - commented out some obsolete currently unused code
|
---|
4116 |
|
---|
4117 | * mdata/MDataPhrase.cc:
|
---|
4118 | - added a sanity check
|
---|
4119 |
|
---|
4120 | * mpedestal/MMcPedestalCopy.cc:
|
---|
4121 | - Changed output to fit the structure used in all other classes
|
---|
4122 |
|
---|
4123 | * mmain/MEventDisplay.cc:
|
---|
4124 | - made sure that MPedestalSubtract dies the right thing
|
---|
4125 | - removed badpixel calculation and treatment until a better
|
---|
4126 | solution was found.
|
---|
4127 |
|
---|
4128 | * mfbase/MFDataPhrase.cc:
|
---|
4129 | - fixed a "comparison is always true" warning
|
---|
4130 |
|
---|
4131 | * msignal/MExtractTimeAndChargeDigitalFilter.h:
|
---|
4132 | - increased class version number to 3 to account for the removal
|
---|
4133 | of the fTimeShift data members since last release
|
---|
4134 |
|
---|
4135 |
|
---|
4136 |
|
---|
4137 | 2007/01/27 Daniela Dorner
|
---|
4138 |
|
---|
4139 | * datacenter/db/showplots.php:
|
---|
4140 | - added (tool to click through the calib, signal and star plots of
|
---|
4141 | one sequence)
|
---|
4142 |
|
---|
4143 | * datacenter/db/index.html:
|
---|
4144 | - added link to new plot tool
|
---|
4145 |
|
---|
4146 | * datacenter/db/ganymed.php:
|
---|
4147 | - added fDataSetName, removed fWobble
|
---|
4148 | - removed mininmum value of 100 for dataset range
|
---|
4149 |
|
---|
4150 | * datacenter/db/builddatasets.php:
|
---|
4151 | - added fIsoInLimit2 and fIMCLimit2 in Init
|
---|
4152 | - added check on observation mode
|
---|
4153 |
|
---|
4154 |
|
---|
4155 |
|
---|
4156 | 2007/01/26 Thomas Bretz
|
---|
4157 |
|
---|
4158 | * mpedestal/MExtractPedestal.cc:
|
---|
4159 | - fixed a bug which caused the pedestal to be set to 0 if the
|
---|
4160 | AB-flag is invalid
|
---|
4161 |
|
---|
4162 |
|
---|
4163 |
|
---|
4164 | 2007/01/25 Thomas Bretz
|
---|
4165 |
|
---|
4166 | * mreflector/MRflSinglePhoton.h:
|
---|
4167 | - added copy constructor
|
---|
4168 | - added a function to fill a TH2
|
---|
4169 |
|
---|
4170 | * mreflector/MRflEvtData.[h,cc]:
|
---|
4171 | - added copy costructor
|
---|
4172 | - added Clone function
|
---|
4173 | - added a function to fill a TH2
|
---|
4174 |
|
---|
4175 |
|
---|
4176 |
|
---|
4177 | 2007/01/24 Thomas Bretz
|
---|
4178 |
|
---|
4179 | * mhflux/MHCollectionArea.cc:
|
---|
4180 | - fixed a typo in the last change
|
---|
4181 |
|
---|
4182 |
|
---|
4183 |
|
---|
4184 | 2007/01/24 Daniel Hoehne
|
---|
4185 |
|
---|
4186 | * msignal/*.dat:
|
---|
4187 | - inserted missing third column (0) in all weights files
|
---|
4188 |
|
---|
4189 |
|
---|
4190 |
|
---|
4191 | 2007/01/18 Thomas Bretz
|
---|
4192 |
|
---|
4193 | * mhflux/MHCollectionArea.cc:
|
---|
4194 | - another fix for the error calculation of the collection area.
|
---|
4195 | The totalarea was inluded in the error calculation as it would
|
---|
4196 | be a wait, but actually it is not.
|
---|
4197 |
|
---|
4198 |
|
---|
4199 |
|
---|
4200 | 2007/01/16 Thomas Bretz
|
---|
4201 |
|
---|
4202 | * mfileio/MReadMarsFile.cc:
|
---|
4203 | - fixed two "comparison between signed and unsigned integer" warnings
|
---|
4204 |
|
---|
4205 | * mhbase/MFillH.cc:
|
---|
4206 | - small update to comments
|
---|
4207 |
|
---|
4208 | * mimage/MHHillasExt.cc:
|
---|
4209 | - call SetDirectory(NULL) after SetName
|
---|
4210 |
|
---|
4211 | * mjobs/MSequence.[h,cc]:
|
---|
4212 | - commented out obsolete GetFileNames
|
---|
4213 |
|
---|
4214 | * msignal/MExtractor.[h,cc]:
|
---|
4215 | - Some small updates
|
---|
4216 | - removed code from Process function
|
---|
4217 | - increased version number to 7
|
---|
4218 |
|
---|
4219 | * msignal/MExtractedSignalPix.h:
|
---|
4220 | - some simple reordering in the class header
|
---|
4221 |
|
---|
4222 | * msignal/MExtractTimeAndChargeDigitalFilter.cc:
|
---|
4223 | - simplified the checks in SetWindowSize
|
---|
4224 |
|
---|
4225 | * msignal/MC_cosmics_weights46.dat, msignal/MC_weights46.dat:
|
---|
4226 | - added third column with zeros
|
---|
4227 |
|
---|
4228 |
|
---|
4229 |
|
---|
4230 | 2007/01/16 Daniela Dorner
|
---|
4231 |
|
---|
4232 | * datacenter/db/menu.php, datacenter/db/datasetinfo-aio.php,
|
---|
4233 | datacenter/db/magicdefs.php:
|
---|
4234 | - implemented new variables for datasets
|
---|
4235 |
|
---|
4236 |
|
---|
4237 |
|
---|
4238 | 2007/01/15 Thomas Bretz
|
---|
4239 |
|
---|
4240 | * mpedestal/MPedestalSubtract.cc:
|
---|
4241 | - added a sanity check tomake sure that the pixel array has the
|
---|
4242 | correct size when filled
|
---|
4243 | - made sure the the number of pixels in the camera nd not the
|
---|
4244 | number of connected pixels is used to initialize the size of
|
---|
4245 | the arrays.
|
---|
4246 |
|
---|
4247 | * mpedestal/MPedestalSubtractedEvt.[h,cc]:
|
---|
4248 | - allow the initialization of nuber of pixels and samples
|
---|
4249 | independanly.
|
---|
4250 |
|
---|
4251 |
|
---|
4252 | 2007/01/15 Daniela Dorner
|
---|
4253 |
|
---|
4254 | * datacenter/db/sources.php, datacenter/db/sequinfo-aio.php,
|
---|
4255 | datacenter/db/runinfo-aio.php, datacenter/db/printtable.php,
|
---|
4256 | datacenter/db/plotdb.php, datacenter/db/menu.php,
|
---|
4257 | datacenter/db/findoffdata.php, datacenter/db/builddatasets.php,
|
---|
4258 | datacenter/db/datasetinfo.php:
|
---|
4259 | - fixed bug in init of $_GET
|
---|
4260 |
|
---|
4261 |
|
---|
4262 |
|
---|
4263 | 2007/01/12 Stefan Ruegamer
|
---|
4264 |
|
---|
4265 | * datacenter/macros/writedatasetfile.C:
|
---|
4266 | - addded #include <errno.h>
|
---|
4267 |
|
---|
4268 |
|
---|
4269 |
|
---|
4270 | 2007/01/11 Thomas Bretz
|
---|
4271 |
|
---|
4272 | * mbase/MLogManip.cc:
|
---|
4273 | - removed the obsolete include of MLog.h
|
---|
4274 |
|
---|
4275 | * mbase/MLogManip.h:
|
---|
4276 | - encapsulated an include in ifdefs
|
---|
4277 |
|
---|
4278 | * mhcalib/MHCalibrationCam.cc, mhcalib/MHCalibrationChargeCam.cc:
|
---|
4279 | - updated log-output
|
---|
4280 |
|
---|
4281 | * mhflux/MHEnergyEst.cc:
|
---|
4282 | - replaced difficult to see green by blue
|
---|
4283 |
|
---|
4284 | * mjobs/MDataSet.[h,cc]:
|
---|
4285 | - added datat members for path of sequences and path of data files
|
---|
4286 | to be able to store overwritten defaults
|
---|
4287 | - check completeness of dataset files
|
---|
4288 | - store a MSequence object in the list instead of the name and dir
|
---|
4289 | (this is necessary to have all important information for a dataset
|
---|
4290 | file, including the sequence number! - available)
|
---|
4291 | - some changes to the output
|
---|
4292 | - allow to print a perfect copy of the read dataset file to the console
|
---|
4293 | just from the contents of the object
|
---|
4294 |
|
---|
4295 | * mjobs/MJStar.cc:
|
---|
4296 | - updated to use MSequence::GetFileName instead of MSequence:GetName
|
---|
4297 |
|
---|
4298 | * mjobs/MSequence.[h,cc]:
|
---|
4299 | - keep filename and datapath in header, this has some advantages
|
---|
4300 | for sanity checks
|
---|
4301 | - many improvements of sanity checking in case of missing or
|
---|
4302 | unaccessible files
|
---|
4303 | - Fixed "lightConditions" (was "LightCondition")
|
---|
4304 | - Fixed "No_Moon" (was "NoMoon")
|
---|
4305 | - allow to set the data path as second argument in the constructor
|
---|
4306 | - implemented a check whether the sequence file is complete
|
---|
4307 |
|
---|
4308 | * mjobs/MJCut.[h,cc]:
|
---|
4309 | - added some code (still commented out) to display the excess rate
|
---|
4310 | - with the other changes we can now store the original dataset in
|
---|
4311 | the output
|
---|
4312 |
|
---|
4313 | * mjoptim/MJOptimize.cc:
|
---|
4314 | - Keep the sequence files in the file list instead of just the
|
---|
4315 | filename and the directory
|
---|
4316 |
|
---|
4317 | * mjtrain/MJTrainDisp.cc:
|
---|
4318 | - use return value of MDataSet::AddFilesOn/Off for a sanity check
|
---|
4319 |
|
---|
4320 | * mjobs/MJob.[h,cc]:
|
---|
4321 | - removed obsolete fPathData and stuff
|
---|
4322 |
|
---|
4323 | * callisto.cc, star.cc:
|
---|
4324 | - removed obsolete calls to MJob::SetPathData
|
---|
4325 |
|
---|
4326 | * callisto.rc, star.rc:
|
---|
4327 | - removed obsolete examples for "PathData"-resource
|
---|
4328 |
|
---|
4329 | * mjobs/MJCalibTest.cc, mjobs/MJCalibrateSignal.cc,
|
---|
4330 | mjobs/MJCalibration.cc, mjobs/MJPedestal.cc, mjobs/MJStar.cc:
|
---|
4331 | - removed obsolete reference to fPathData
|
---|
4332 |
|
---|
4333 |
|
---|
4334 |
|
---|
4335 | 2007/01/11 Daniela Dorner
|
---|
4336 |
|
---|
4337 | * datacenter/db/builddatasets.php:
|
---|
4338 | - implemented username (the one who inserts the dataset has to give
|
---|
4339 | his/her username now)
|
---|
4340 | - fixed password query in case user inserted something wrong
|
---|
4341 | - implemented check, if on-sequences have different observations
|
---|
4342 | modes
|
---|
4343 | - implemented check, if user has chosen one sequences as on and off
|
---|
4344 | - adapted text of password prompt
|
---|
4345 |
|
---|
4346 | * datacenter/db/builddatasets.php, datasetinfo-aio.php,
|
---|
4347 | runinfo-aio.php, sequinfo-aio.php:
|
---|
4348 | - minor changes in formatting
|
---|
4349 | - added 'alt' for +/- images
|
---|
4350 |
|
---|
4351 | * datacenter/db/menu.js:
|
---|
4352 | - added 'alt' for +/- images
|
---|
4353 |
|
---|
4354 |
|
---|
4355 |
|
---|
4356 | 2007/01/10 Thomas Bretz
|
---|
4357 |
|
---|
4358 | * mhbase/MH.cc:
|
---|
4359 | - fixed a bug in SetBinomialErrors. The errors of the two
|
---|
4360 | histograms were exchanged in the calculation
|
---|
4361 |
|
---|
4362 | * mbase/MEnv.[h,cc]:
|
---|
4363 | - added new member function GetNumUntouched
|
---|
4364 |
|
---|