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