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