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