| 1 |
|
|---|
| 2 |
|
|---|
| 3 | Please do not write behind the end of line tag so that it is possible
|
|---|
| 4 | to send a Changelog file to a line printer directly. Thanks.
|
|---|
| 5 |
|
|---|
| 6 | For your entries please follow EXACTLY this style:
|
|---|
| 7 |
|
|---|
| 8 | _yyyy/mm/dd_[Your Name]
|
|---|
| 9 | _
|
|---|
| 10 | ___*_filename:
|
|---|
| 11 | _____-_description
|
|---|
| 12 | _
|
|---|
| 13 | ___*_filename2, filename3:
|
|---|
| 14 | _____-_description
|
|---|
| 15 | _
|
|---|
| 16 | _
|
|---|
| 17 | _
|
|---|
| 18 |
|
|---|
| 19 | While an underscore is a placeholder for a white-space or an empty line.
|
|---|
| 20 |
|
|---|
| 21 |
|
|---|
| 22 | -*-*- END OF LINE -*-*-
|
|---|
| 23 |
|
|---|
| 24 | 2005/04/22 Thomas Bretz
|
|---|
| 25 |
|
|---|
| 26 | * mbase/MStatusArray.[h,cc]:
|
|---|
| 27 | - switch off adding histograms to gDirectory in newly
|
|---|
| 28 | overwritten Read-function
|
|---|
| 29 |
|
|---|
| 30 | * mhflux/MHCollectionArea.[h,cc]:
|
|---|
| 31 | - implemented member function GetHistSel
|
|---|
| 32 | - don't display full statistics
|
|---|
| 33 | - fixed a possible crash in Paint
|
|---|
| 34 |
|
|---|
| 35 |
|
|---|
| 36 |
|
|---|
| 37 | 2005/04/22 Markus Meyer
|
|---|
| 38 |
|
|---|
| 39 | * mmuon/MMuonSetup[.h.cc]:
|
|---|
| 40 | - new container class for muon parameters
|
|---|
| 41 | which are not changing from event to event
|
|---|
| 42 | (setup parameters for the analysis). These
|
|---|
| 43 | parameters were stored in MMuonCalibPar before
|
|---|
| 44 |
|
|---|
| 45 | * mmuon/MMuonCalibPar[.h.cc]:
|
|---|
| 46 | - changed MCerPhotEvt and MCerphotPix to MSignalCam
|
|---|
| 47 | and MSignalPix to read the new format
|
|---|
| 48 | - removed the setup parameters (stored now in
|
|---|
| 49 | MMuonSetup)
|
|---|
| 50 | - removed all the sanity checks
|
|---|
| 51 | - removed pre-cuts
|
|---|
| 52 | - cuts in process, to save only muon-like events
|
|---|
| 53 |
|
|---|
| 54 | * mmuon/MMuonCalibParCalc[.h.cc]:
|
|---|
| 55 | - changed MCerPhotEvt and MCerphotPix to MSignalCam
|
|---|
| 56 | and MSignalPix to read the new format
|
|---|
| 57 | - removed pre-cuts
|
|---|
| 58 |
|
|---|
| 59 | * mmuon/MMuonSearchPar[.h.cc]:
|
|---|
| 60 | - changed MCerPhotEvt and MCerphotPix to MSignalCam
|
|---|
| 61 | and MSignalPix to read the new format
|
|---|
| 62 | -
|
|---|
| 63 |
|
|---|
| 64 | * mmuon/MMuonSearchParCalc[.h.cc]:
|
|---|
| 65 | - changed MCerPhotEvt and MCerphotPix to MSignalCam
|
|---|
| 66 | and MSignalPix to read the new format
|
|---|
| 67 |
|
|---|
| 68 | * mmuon/MHMuonPar[.h.cc]:
|
|---|
| 69 | - new histgram class, plots different muon
|
|---|
| 70 | parameters
|
|---|
| 71 |
|
|---|
| 72 |
|
|---|
| 73 |
|
|---|
| 74 | 2005/04/21 Daniela Dorner
|
|---|
| 75 |
|
|---|
| 76 | * datacenter/scripts/runcallisto:
|
|---|
| 77 | - fixed choice of todofile
|
|---|
| 78 |
|
|---|
| 79 | * datacenter/scripts/copyscript:
|
|---|
| 80 | - adapted some paths
|
|---|
| 81 |
|
|---|
| 82 | * datacenter/macros/filldotrun.C:
|
|---|
| 83 | - added 6 new arehucas versions
|
|---|
| 84 |
|
|---|
| 85 | * datacenter/scripts/writesequencefile:
|
|---|
| 86 | - added make path for sequencefiles
|
|---|
| 87 |
|
|---|
| 88 |
|
|---|
| 89 |
|
|---|
| 90 | 2005/04/21 Thomas Bretz
|
|---|
| 91 |
|
|---|
| 92 | * mhcalib/MHCalibrationRelTimeCam.cc:
|
|---|
| 93 | - fixed usage of a uninitialized pointer
|
|---|
| 94 |
|
|---|
| 95 | * mjobs/MJCalibrateSignal.cc, mjobs/MJCalibration.cc:
|
|---|
| 96 | - fixed usage of MFTriggerPattern
|
|---|
| 97 |
|
|---|
| 98 | * mtrigger/MFTriggerPattern.[h,cc]:
|
|---|
| 99 | - allow to set default from outside in case no pattern
|
|---|
| 100 | could be decoded
|
|---|
| 101 |
|
|---|
| 102 |
|
|---|
| 103 |
|
|---|
| 104 | 2005/04/20 Thomas Bretz
|
|---|
| 105 |
|
|---|
| 106 | * callisto.cc:
|
|---|
| 107 | - added a comment which shows how to correctly skip job2 if
|
|---|
| 108 | extractor doesn't inherit from MExtractTimeAndCharge, but...
|
|---|
| 109 | // This could skip job2 if extractor doesn't inherit from
|
|---|
| 110 | // MExtractTimeand Charge... but this is not necessary.
|
|---|
| 111 | // We only get the same pedestal twice (which we want to have
|
|---|
| 112 | // anyhow. A switch when using the result of job2 later is also
|
|---|
| 113 | // not necessary, because without running job2 it is identical
|
|---|
| 114 | // with job1
|
|---|
| 115 |
|
|---|
| 116 | * mjobs/MSequence.cc:
|
|---|
| 117 | - use the sequence number'd directories in case of calibrated data
|
|---|
| 118 | and image files instead of the date.
|
|---|
| 119 |
|
|---|
| 120 | * mhflux/MAlphaFitter.cc:
|
|---|
| 121 | - copy also results in Copy()
|
|---|
| 122 |
|
|---|
| 123 | * mjobs/MJOptimize.cc:
|
|---|
| 124 | - print result of optimization in case MAlphaFitter is used
|
|---|
| 125 | - store results back in initial MAlphaFitter
|
|---|
| 126 |
|
|---|
| 127 | * mjobs/MJSpectrum.[h,cc]:
|
|---|
| 128 | - implemented a faster simple mode weighting the read spectrum
|
|---|
| 129 | with the theta-probability
|
|---|
| 130 |
|
|---|
| 131 |
|
|---|
| 132 |
|
|---|
| 133 | 2005/04/20 Daniel Mazin (2005/04/18)
|
|---|
| 134 |
|
|---|
| 135 | * mreport/MReportCamera.[h,cc]
|
|---|
| 136 | - added necessary changes to include Active Load and Central Pixel
|
|---|
| 137 | info from Camera reports
|
|---|
| 138 |
|
|---|
| 139 | * mcamera/MCameraActiveLoad.[h,cc]
|
|---|
| 140 | - added to store Active Load info from the Camera reports
|
|---|
| 141 |
|
|---|
| 142 | * mcamera/MCameraCentralPix.[h,cc]
|
|---|
| 143 | - added to store Central Pixel info from the Camera reports
|
|---|
| 144 |
|
|---|
| 145 | * mcamera/Makefile
|
|---|
| 146 | * mcamera/CameraLinkDef.h
|
|---|
| 147 | - added MCameraActiveLoad and MCameraCentralPix classes
|
|---|
| 148 |
|
|---|
| 149 |
|
|---|
| 150 |
|
|---|
| 151 | 2005/04/20 Markus Gaug (2005/04/15)
|
|---|
| 152 |
|
|---|
| 153 | * mcalib/MCalibrationChargeCam.[h,cc]
|
|---|
| 154 | - added new function CopyHiLoConversionFactors
|
|---|
| 155 |
|
|---|
| 156 |
|
|---|
| 157 |
|
|---|
| 158 | 2005/04/20 Markus Gaug (2005/04/14)
|
|---|
| 159 |
|
|---|
| 160 | * mcalib/MCalibColorSteer.[h,cc]
|
|---|
| 161 | - fixed a bug in the recognition of the calibration bit pattern.
|
|---|
| 162 | Concerns only intensity calibration.
|
|---|
| 163 |
|
|---|
| 164 | * mcalib/MCalibrationRelTimeCalc.cc
|
|---|
| 165 | - return kTRUE instaed of kFALSE in case that the Process() has
|
|---|
| 166 | never been executed.
|
|---|
| 167 |
|
|---|
| 168 | * mjobs/MJCalibration.cc
|
|---|
| 169 | - add a filter against PIN Diode events since some of the recent
|
|---|
| 170 | calibration runs have been taken with Pin Diode.
|
|---|
| 171 |
|
|---|
| 172 |
|
|---|
| 173 |
|
|---|
| 174 | 2005/04/12 Markus Gaug
|
|---|
| 175 |
|
|---|
| 176 | * mcalib/MCalibrationCam.[h,cc]
|
|---|
| 177 | - added a storage place for the run number
|
|---|
| 178 |
|
|---|
| 179 | * mcalib/MCalibCalcFromCalc.[h,cc]
|
|---|
| 180 | - store the run number in the individual MCalibrationCams
|
|---|
| 181 |
|
|---|
| 182 |
|
|---|
| 183 |
|
|---|
| 184 | 2005/04/19 Thomas Bretz
|
|---|
| 185 |
|
|---|
| 186 | * mjobs/MJCut.cc:
|
|---|
| 187 | - fixed a problem when not enabling "--res"
|
|---|
| 188 |
|
|---|
| 189 | * mimage/MHVsSize.[h,cc]:
|
|---|
| 190 | - added more displayed variables
|
|---|
| 191 |
|
|---|
| 192 | * mjobs/MJSpectrum.[h,cc]:
|
|---|
| 193 | - added
|
|---|
| 194 |
|
|---|
| 195 | * mjobs/Makefile, mjobs/JobsLinkDef.h:
|
|---|
| 196 | - added MJSpectrum
|
|---|
| 197 |
|
|---|
| 198 | * Makefile:
|
|---|
| 199 | - added sponde.cc
|
|---|
| 200 |
|
|---|
| 201 | * sponde.cc:
|
|---|
| 202 | - added
|
|---|
| 203 |
|
|---|
| 204 | * mhbase/MBinning.h:
|
|---|
| 205 | - added Print() to //*MENU*
|
|---|
| 206 |
|
|---|
| 207 | * mhflux/MAlphaFitter.cc:
|
|---|
| 208 | - do not set inf-flag in Print()
|
|---|
| 209 |
|
|---|
| 210 | * mhflux/MHAlpha.[h,cc]:
|
|---|
| 211 | - set all-flag for printing MAlphaFitter("result")
|
|---|
| 212 | - added Getter for excess histogram
|
|---|
| 213 |
|
|---|
| 214 | * mjobs/MDataSet.[h,cc]:
|
|---|
| 215 | - allow to initialize a TChain from this dataset
|
|---|
| 216 |
|
|---|
| 217 | * mjobs/MJCut.cc:
|
|---|
| 218 | - moved energy estimator back before Cut0 otherwise the
|
|---|
| 219 | EnergyEst container is missing in summary file
|
|---|
| 220 |
|
|---|
| 221 | * mhflux/MHCollectionArea.cc:
|
|---|
| 222 | - draw efficiency into third pad
|
|---|
| 223 |
|
|---|
| 224 |
|
|---|
| 225 |
|
|---|
| 226 | 2005/04/18 Thomas Bretz
|
|---|
| 227 |
|
|---|
| 228 | * manalysis/MCompProbCalc.cc, mbadpixels/MBadPixelsCalc.cc,
|
|---|
| 229 | mbadpixels/MBadPixelsTreat.cc:
|
|---|
| 230 | - some fixes to documentation (THtml complained about missing
|
|---|
| 231 | classes)
|
|---|
| 232 |
|
|---|
| 233 | * mbase/MStatusArray.[h,cc]:
|
|---|
| 234 | - implemented some functions to print contents of StatusArray
|
|---|
| 235 | and/or tab/canvas.
|
|---|
| 236 |
|
|---|
| 237 | * mhbase/MFillH.cc:
|
|---|
| 238 | - remove fH from ListOfPrimitives before adding Clone in
|
|---|
| 239 | PostProcess
|
|---|
| 240 |
|
|---|
| 241 | * mhbase/MH.[h,cc]:
|
|---|
| 242 | - implemented new member function RemoveFromPad (necessary
|
|---|
| 243 | if a class should support same-option)
|
|---|
| 244 |
|
|---|
| 245 | * mimage/MHHillas.cc, mimage/MHHillasExt.cc, mimage/MHHillasSrc.cc,
|
|---|
| 246 | mimage/MHImagePar.cc, mimage/MHNewImagePar.cc, mimage/MHVsSize.cc:
|
|---|
| 247 | - fixed naming in case of same-option in Draw
|
|---|
| 248 | - remove previous histograms from pad in case of same-option
|
|---|
| 249 |
|
|---|
| 250 | * mjobs/MJCut.[h,cc]:
|
|---|
| 251 | - write all binnings in WriteResult
|
|---|
| 252 | - write MHillasExt to output
|
|---|
| 253 | - BinningWidth, BinningLength and BinningDist added
|
|---|
| 254 |
|
|---|
| 255 | * mjobs/MJOptimize.[h,cc]:
|
|---|
| 256 | - fixed a typo in output
|
|---|
| 257 | - allow to exchange Test-/Train-Sample
|
|---|
| 258 |
|
|---|
| 259 | * ganymed.cc:
|
|---|
| 260 | - implemented "-mc" option to allow cutting MC samples
|
|---|
| 261 |
|
|---|
| 262 | * showlog.cc:
|
|---|
| 263 | - implemented real treatment of debug-levels
|
|---|
| 264 | - return 1 instead of 0 in cae of normal finish
|
|---|
| 265 |
|
|---|
| 266 | * manalysis/MEnergyEstimate.h, mbase/MContinue.h,
|
|---|
| 267 | mhflux/MAlphaFitter.h:
|
|---|
| 268 | - added Print() to context //*MENU*
|
|---|
| 269 |
|
|---|
| 270 | * manalysis/MMatrixLoop.cc:
|
|---|
| 271 | - fixed returning of number of entries if using split mode
|
|---|
| 272 |
|
|---|
| 273 | * mbase/MContinue.cc:
|
|---|
| 274 | - implemented Print() function
|
|---|
| 275 |
|
|---|
| 276 | * mbase/MParContainer.[h,cc]:
|
|---|
| 277 | - in Read set name of object to argument name if argument!=NULL
|
|---|
| 278 | - reordered some checks for Method calls
|
|---|
| 279 |
|
|---|
| 280 | * mdata/MDataFormula.cc:
|
|---|
| 281 | - fixed a problem with the replacement if using [?] for
|
|---|
| 282 | fits
|
|---|
| 283 |
|
|---|
| 284 | * mfbase/MFEventSelector2.cc:
|
|---|
| 285 | - replaced some +=1 and -=1 by ++ and --
|
|---|
| 286 |
|
|---|
| 287 | * mfileio/MReadMarsFile.cc:
|
|---|
| 288 | - fixed a bug which caused Preprocess to crahs if instatiated
|
|---|
| 289 | with default constructor
|
|---|
| 290 |
|
|---|
| 291 | * mhbase/MH.cc, mhflux/MHEffectiveOnTime.cc:
|
|---|
| 292 | - use dynamic_cast if getting "stats"
|
|---|
| 293 |
|
|---|
| 294 | * mhflux/MAlphaFitter.cc:
|
|---|
| 295 | - small updates to output
|
|---|
| 296 |
|
|---|
| 297 | * mhflux/MHEnergyEst.cc:
|
|---|
| 298 | - fixed all axis lables
|
|---|
| 299 | - implemented fit of resolution
|
|---|
| 300 | - initialize fBias=0 in SetupFill
|
|---|
| 301 | - enhances Print() output
|
|---|
| 302 |
|
|---|
| 303 | * mjobs/MJCalibrateSignal.cc:
|
|---|
| 304 | - moved all tasks for interleaved calibration events to
|
|---|
| 305 | a third tasklist
|
|---|
| 306 |
|
|---|
| 307 | * mjobs/MJCut.[h,cc]:
|
|---|
| 308 | - implemented correct treatment of MC files
|
|---|
| 309 | - write resulting events to result file if no filename set
|
|---|
| 310 | - moved energy estimator behind cuts
|
|---|
| 311 |
|
|---|
| 312 | * mjobs/MJOptimize.cc:
|
|---|
| 313 | - changed RunEnergy such, that it can correctly treat
|
|---|
| 314 | MC files written by ganymed using wobble-mode
|
|---|
| 315 |
|
|---|
| 316 | * mbase/MStatusDisplay.cc:
|
|---|
| 317 | - fixed a possible crash in GetFullPad
|
|---|
| 318 |
|
|---|
| 319 | * mhbase/MBinning.[h,cc]:
|
|---|
| 320 | - implemented Copy Constructor
|
|---|
| 321 |
|
|---|
| 322 | * mhflux/MHCollectionArea.h:
|
|---|
| 323 | - call CalcEfficiency in Finalize
|
|---|
| 324 |
|
|---|
| 325 | * mhflux/MHEnergyEst.[h,cc]:
|
|---|
| 326 | - implemented GetWeights
|
|---|
| 327 |
|
|---|
| 328 | * mimage/MHHillas.cc, mimage/MHHillasExt.cc, mimage/MHHillasSrc.cc,
|
|---|
| 329 | mimage/MHImagePar.cc, mimage/MHNewImagePar.cc, mimage/MHVsSize.cc:
|
|---|
| 330 | - remove histograms from global directory if name was changed
|
|---|
| 331 | in Draw
|
|---|
| 332 |
|
|---|
| 333 | * mimage/MHVsSize.cc:
|
|---|
| 334 | - exhanged the arguments of TMath::Sign
|
|---|
| 335 |
|
|---|
| 336 |
|
|---|
| 337 |
|
|---|
| 338 |
|
|---|
| 339 | 2005/04/14 Thomas Bretz
|
|---|
| 340 |
|
|---|
| 341 | * mjobs/MJCut.cc:
|
|---|
| 342 | - added MPointingPos to output
|
|---|
| 343 |
|
|---|
| 344 |
|
|---|
| 345 |
|
|---|
| 346 | 2005/04/13 Thomas Bretz
|
|---|
| 347 |
|
|---|
| 348 | * mbase/MStatusDisplay.[h,cc]:
|
|---|
| 349 | - implemented new Image types which can be written
|
|---|
| 350 |
|
|---|
| 351 | * mhbase/MBinning.[h,cc]:
|
|---|
| 352 | - added some more constructors which can set the binning directly
|
|---|
| 353 |
|
|---|
| 354 | * mhflux/MHEnergyEst.h:
|
|---|
| 355 | - added getter for fHEnergy
|
|---|
| 356 |
|
|---|
| 357 | * mhflux/FluxLinkDef.h, mhflux/Makefile:
|
|---|
| 358 | - added MHCollectionArea
|
|---|
| 359 |
|
|---|
| 360 | * mhflux/MHCollectionArea.[h,cc]:
|
|---|
| 361 | - added
|
|---|
| 362 |
|
|---|
| 363 |
|
|---|
| 364 |
|
|---|
| 365 | 2005/04/13 Daniela Dorner
|
|---|
| 366 |
|
|---|
| 367 | * datacenter/macros/fillcalib.C:
|
|---|
| 368 | - added update
|
|---|
| 369 |
|
|---|
| 370 | * datacenter/scripts/copyscript
|
|---|
| 371 | - fixed bug / changed path
|
|---|
| 372 |
|
|---|
| 373 | * datacenter/macros/setupdb.C
|
|---|
| 374 | - added table
|
|---|
| 375 |
|
|---|
| 376 |
|
|---|
| 377 |
|
|---|
| 378 | 2005/04/12 Daniela Dorner
|
|---|
| 379 |
|
|---|
| 380 | * datacenter/macros, datacenter/scripts:
|
|---|
| 381 | - added
|
|---|
| 382 |
|
|---|
| 383 | * datacenter/macros/buildsequenceentries.C,
|
|---|
| 384 | datacenter/macros/checkfileavail.C,
|
|---|
| 385 | datacenter/macros/doexclusions.C,
|
|---|
| 386 | datacenter/macros/fillcalib.C,
|
|---|
| 387 | datacenter/macros/filldotrbk.C,
|
|---|
| 388 | datacenter/macros/filldotrun.C,
|
|---|
| 389 | datacenter/macros/fillsignal.C,
|
|---|
| 390 | datacenter/macros/findcacofiles.C,
|
|---|
| 391 | datacenter/macros/getdolist.C,
|
|---|
| 392 | datacenter/macros/insertcacofile.C,
|
|---|
| 393 | datacenter/macros/insertdate.C,
|
|---|
| 394 | datacenter/macros/resetallruns.C,
|
|---|
| 395 | datacenter/macros/setstatus.C,
|
|---|
| 396 | datacenter/macros/setupdb.C,
|
|---|
| 397 | datacenter/macros/writesequencefile.C,
|
|---|
| 398 | datacenter/scripts/buildsequenceentries
|
|---|
| 399 | - added macros to do the automatic procedures in the datacenter
|
|---|
| 400 |
|
|---|
| 401 | * datacenter/scripts/checkfilesforsequenceavail,
|
|---|
| 402 | datacenter/scripts/copyscript,
|
|---|
| 403 | datacenter/scripts/correcttime,
|
|---|
| 404 | datacenter/scripts/doexclusions,
|
|---|
| 405 | datacenter/scripts/filesondisk,
|
|---|
| 406 | datacenter/scripts/fillcallisto,
|
|---|
| 407 | datacenter/scripts/runcallisto,
|
|---|
| 408 | datacenter/scripts/runstar,
|
|---|
| 409 | datacenter/scripts/writesequencefiles
|
|---|
| 410 | - added scripts to do the automatic procedures in the datacenter
|
|---|
| 411 |
|
|---|
| 412 | * automatic-exclusions.rc, steps.rc
|
|---|
| 413 | - added rc files for the automatic procedures
|
|---|
| 414 |
|
|---|
| 415 |
|
|---|
| 416 |
|
|---|
| 417 | 2005/04/12 Thomas Bretz
|
|---|
| 418 |
|
|---|
| 419 | * Makefile:
|
|---|
| 420 | - for the moment remove mhistmc from compilation
|
|---|
| 421 |
|
|---|
| 422 | * ganymed.cc:
|
|---|
| 423 | - return 2 when detecting wrong commandline argument
|
|---|
| 424 |
|
|---|
| 425 | * manalysis/AnalysisLinkDef.h, manalysis/Makefile:
|
|---|
| 426 | - removed MEnergyEst (replaced by a simple MParameterD)
|
|---|
| 427 |
|
|---|
| 428 | * manalysis/MEnergyEstimate.[h,cc]:
|
|---|
| 429 | - replaced MEnergyEst by MParameterD
|
|---|
| 430 | - implemented Print() function
|
|---|
| 431 | - updated ClassVersion from 0 to 1 to allow storage of
|
|---|
| 432 | energy estimator
|
|---|
| 433 |
|
|---|
| 434 | * mbase/MStatusArray.[h,cc]:
|
|---|
| 435 | - overloaded DisplayIn to allow displaying a single tab
|
|---|
| 436 | - added some output if ObjectInCanvas not found
|
|---|
| 437 |
|
|---|
| 438 | * mbase/MStatusDisplay.[h,cc]:
|
|---|
| 439 | - enhanced Read() and Display() with the possibility to only
|
|---|
| 440 | read or display a single tab
|
|---|
| 441 |
|
|---|
| 442 | * mcalib/MCalibrateData.cc:
|
|---|
| 443 | - enhancements to logging output
|
|---|
| 444 |
|
|---|
| 445 | * mcalib/MCalibrationRelTimeCalc.cc:
|
|---|
| 446 | - some fixes to format of logging output
|
|---|
| 447 |
|
|---|
| 448 | * mfbase/MF.[h,cc]:
|
|---|
| 449 | - changed kAllowEmpty from a bit to the new datamember fAllowEmpty.
|
|---|
| 450 | This was necessary to allow storage of MF into files
|
|---|
| 451 | - changed ClassVersion from 0 to 1
|
|---|
| 452 |
|
|---|
| 453 | * mhbase/MBinning.cc:
|
|---|
| 454 | - fixed SetEdgesRaw (lin, log, etc was ignored)
|
|---|
| 455 |
|
|---|
| 456 | * mhflux/MHAlpha.[h,cc]:
|
|---|
| 457 | - replaced MEnergyEst by MParameterD
|
|---|
| 458 | - renamed Theta to ExcessTheta
|
|---|
| 459 | - renamed Energy to ExcessEnergy
|
|---|
| 460 | - renamed Size to ExcessSize
|
|---|
| 461 | - renamed Time to ExcessTime
|
|---|
| 462 |
|
|---|
| 463 | * mhflux/MHEnergyEst.[h,cc]:
|
|---|
| 464 | - replaced MEnergyEst by MParameterD
|
|---|
| 465 | - implemented Print() function
|
|---|
| 466 | - some fixes to displaying the histograms. This makes sure,
|
|---|
| 467 | that no crashes happen, but unluckily it works correctly only
|
|---|
| 468 | with root 4.02/00
|
|---|
| 469 |
|
|---|
| 470 | * mjobs/MJOptimize.[h,cc]:
|
|---|
| 471 | - implemented a AddPreCut taking a MFilter as argument
|
|---|
| 472 | - SetBit(kCanDelete) for all internal PreCuts
|
|---|
| 473 | - Print the result of the energy estimation after it was done
|
|---|
| 474 |
|
|---|
| 475 | * mranforest/MRFEnergyEst.[h,cc]:
|
|---|
| 476 | - replaced MEnergyEst by MParameterD
|
|---|
| 477 |
|
|---|
| 478 | * mfileio/MReadTree.cc:
|
|---|
| 479 | - shortened the output a bit when siwtching to the next file
|
|---|
| 480 |
|
|---|
| 481 |
|
|---|
| 482 |
|
|---|
| 483 | 2005/04/11 Thomas Bretz
|
|---|
| 484 |
|
|---|
| 485 | * manalysis/MMatrixLoop.[h,cc]:
|
|---|
| 486 | - implement option to divide matrix into two samples
|
|---|
| 487 |
|
|---|
| 488 | * mhflux/MHEnergyEst.cc:
|
|---|
| 489 | - changed to display projection of enegry resolution
|
|---|
| 490 | - fixed to use correct minimization value
|
|---|
| 491 |
|
|---|
| 492 | * mjobs/MJOptimize.[h,cc]:
|
|---|
| 493 | - implemented option to divide sample into test/train
|
|---|
| 494 |
|
|---|
| 495 | * mcalib/MCalibCalcFromPast.cc, mcalib/MCalibColorSteer.cc,
|
|---|
| 496 | mcalib/MCalibrationChargeCalc.cc, mhcalib/MHCalibrationCam.cc:
|
|---|
| 497 | - small updates to log-output
|
|---|
| 498 |
|
|---|
| 499 | * mhflux/MAlphaFitter.cc:
|
|---|
| 500 | - output scale-factor
|
|---|
| 501 |
|
|---|
| 502 | * mhist/MHCamera.cc:
|
|---|
| 503 | - as a workaround for a severe problem in gStyle->SetPalette
|
|---|
| 504 | when using the deep blue sea I have switched off this
|
|---|
| 505 | Platte for the moment
|
|---|
| 506 |
|
|---|
| 507 |
|
|---|
| 508 |
|
|---|
| 509 | 2005/04/08 Markus Gaug (2005/04/07)
|
|---|
| 510 |
|
|---|
| 511 | * mhcalib/MHCalibrationChargeCam.cc:
|
|---|
| 512 | - UNDOCUMENTED CHANGE: Do not call histlo.CreateFourierSpectrum()
|
|---|
| 513 | if IsOscillations()
|
|---|
| 514 |
|
|---|
| 515 | * mjobs/MJCalibrateSignal.cc:
|
|---|
| 516 | - UNDOCUMENTED CHANGE: Set SetOscillations(kFALSE) for
|
|---|
| 517 | hchacam, hbndcam, hrelcam
|
|---|
| 518 |
|
|---|
| 519 | * mhcalib/MHCalibrationRelTimeCam.cc:
|
|---|
| 520 | - fill array only if IsOscillations() is true. This is the case in
|
|---|
| 521 | all classes deriving from MHCalibrationCam, except for this one!
|
|---|
| 522 | The effect was that the interlaced calib. events occupied more
|
|---|
| 523 | and more memory becoming slower and slower because the option:
|
|---|
| 524 | SetOscillations(kFALSE) was not treated correctly.
|
|---|
| 525 |
|
|---|
| 526 | * mjobs/pedestalref_Dec04.rc
|
|---|
| 527 | - update the reference lines in the display according to the spline
|
|---|
| 528 | extractor.
|
|---|
| 529 |
|
|---|
| 530 | * mjobs/MJCalibration.cc
|
|---|
| 531 | - clarify a mis-leading histogram title
|
|---|
| 532 |
|
|---|
| 533 | * callisto_Dec04Jan05.rc:
|
|---|
| 534 | - UNDOCUMENTED CHANGE: use the pedestref_Dec04.rc as reference
|
|---|
| 535 | file.
|
|---|
| 536 |
|
|---|
| 537 |
|
|---|
| 538 |
|
|---|
| 539 | 2005/04/08 Thomas Bretz
|
|---|
| 540 |
|
|---|
| 541 | * mhbase/MH3.cc:
|
|---|
| 542 | - replaced all Float-histograms by double histograms. This
|
|---|
| 543 | is backward compatible with I/O and has the advantage, that
|
|---|
| 544 | we are compatible with most other double histograms used in
|
|---|
| 545 | Mars
|
|---|
| 546 |
|
|---|
| 547 | * mhflux/MHEnergyEst.cc:
|
|---|
| 548 | - made the energy binning the same than in all other classes
|
|---|
| 549 |
|
|---|
| 550 | * mreport/MReportStarguider.[h,cc]:
|
|---|
| 551 | - implemented new values from new starguider report as defined
|
|---|
| 552 | in TDAS00-07 V7.1
|
|---|
| 553 | - Fixed the formerly wrong unit of fDevAz and fDevZd (unit now
|
|---|
| 554 | is arcmin)
|
|---|
| 555 |
|
|---|
| 556 | * mjobs/MJCalibrateSignal.cc:
|
|---|
| 557 | - first replaced contmc by a new filter Markus G. used, but
|
|---|
| 558 | after a discussion with Abelardo it turned out, that the
|
|---|
| 559 | original filter does a better job, becuase it takes both
|
|---|
| 560 | (level 1 trigger and minimum number of phes) conditions
|
|---|
| 561 | used in the MC into account.
|
|---|
| 562 |
|
|---|
| 563 | * mjobs/MJCut.cc:
|
|---|
| 564 | - added a plot: Effective-On-Time versus Theta used to produce
|
|---|
| 565 | a spectrum
|
|---|
| 566 |
|
|---|
| 567 | * mjobs/MJCalibrateSignal.cc:
|
|---|
| 568 | - removed condition IsUseBlindPixel() and IsUsePINDiode from
|
|---|
| 569 | setting filter and applied it to the corresponding task
|
|---|
| 570 |
|
|---|
| 571 | * mjobs/MDataSet.cc:
|
|---|
| 572 | - fixed a bug using the default paths
|
|---|
| 573 |
|
|---|
| 574 |
|
|---|
| 575 |
|
|---|
| 576 | 2005/04/07 Thomas Bretz
|
|---|
| 577 |
|
|---|
| 578 | * mpointing/MSrcPosCalc.cc:
|
|---|
| 579 | - also skip Process if fSourcePos==NULL, this happens in real
|
|---|
| 580 | data, too, if no pointing correction is done.
|
|---|
| 581 |
|
|---|
| 582 | * manalysis/AnalysisLinkDef.h, manalysis/Makefile:
|
|---|
| 583 | - removed MParameterI, MParameterD, MParameterDerr
|
|---|
| 584 |
|
|---|
| 585 | * mbase/BaseLinkDef.h, mbase/Makefile:
|
|---|
| 586 | - added MParameterI, MParameterD, MParameterDerr
|
|---|
| 587 |
|
|---|
| 588 | * mbase/MParList.cc:
|
|---|
| 589 | - if a container is rejected due to wrong inheritance its
|
|---|
| 590 | inheritance is mentioned in the error message
|
|---|
| 591 |
|
|---|
| 592 | * mhbase/HBaseLinkDef.h, mhbase/Makefile:
|
|---|
| 593 | - removed MWeight
|
|---|
| 594 |
|
|---|
| 595 | * mhbase/MWeight.[h,cc]:
|
|---|
| 596 | - removed, replaced by MParameterD
|
|---|
| 597 |
|
|---|
| 598 | * mhbase/MFillH.[h,cc], mmontecarlo/MMcWeightEnergySpecCalc.[h,cc]:
|
|---|
| 599 | - replaced MWeight by MParameterD
|
|---|
| 600 |
|
|---|
| 601 | * mjobs/MJStar.cc:
|
|---|
| 602 | - fixed the wrong axis title in the histogram showing the rate
|
|---|
| 603 |
|
|---|
| 604 | * manalysis/MParameters.[h,cc]:
|
|---|
| 605 | - moved to mbase
|
|---|
| 606 |
|
|---|
| 607 | * mbase/MParameters.[h,cc]:
|
|---|
| 608 | - inherit MParameterDerr from MParameterD
|
|---|
| 609 | - changed class version of MParameterDerr from 1 to 2
|
|---|
| 610 |
|
|---|
| 611 | * mfbase/MFEventSelector2.cc:
|
|---|
| 612 | - fixed that in SelectProb the wrong bin was chosen
|
|---|
| 613 |
|
|---|
| 614 |
|
|---|
| 615 |
|
|---|
| 616 | 2005/04/07 Markus Gaug (2005/04/06)
|
|---|
| 617 |
|
|---|
| 618 | * mjobs/calibrationref_Dec04.rc
|
|---|
| 619 | * callisto_Dec04Jan05.rc
|
|---|
| 620 | - update the reference lines in the display according to the spline
|
|---|
| 621 | extractor.
|
|---|
| 622 |
|
|---|
| 623 | * msignal/MExtractTimeAndChargeSpline.cc
|
|---|
| 624 | - move fgHiGainFirst from 2 to 0. This is important for the Dec. und
|
|---|
| 625 | January data where the calib. pulse position changes much.
|
|---|
| 626 |
|
|---|
| 627 | * mjobs/MJCalib.cc
|
|---|
| 628 | * mjobs/MJCalibration.cc
|
|---|
| 629 | - move fDevice and functions IsUseBlindPixel() and
|
|---|
| 630 | IsUsePINDiode() into the base class.
|
|---|
| 631 |
|
|---|
| 632 | * mjobs/MJCalibrateSignal.cc
|
|---|
| 633 | - do not apply the modified extraction window to the interlaced
|
|---|
| 634 | calibration events. This is a bugfix especially for the
|
|---|
| 635 | December and January data.
|
|---|
| 636 | - extract and fit blind pixel and pin diode only if flag
|
|---|
| 637 | IsUseBlindPixel() or IsUsePINDiode() is set.
|
|---|
| 638 |
|
|---|
| 639 |
|
|---|
| 640 |
|
|---|
| 641 | 2005/04/07 Markus Gaug (2005/04/03)
|
|---|
| 642 |
|
|---|
| 643 | * mcalib/MCalibrateData.cc
|
|---|
| 644 | - made one warning more understandable.
|
|---|
| 645 |
|
|---|
| 646 | * msignal/MExtractTimeAndChargeDigitalFilter.cc
|
|---|
| 647 | - moved fgOffsetFromLogain from -1.8 to -2.8. This corrects only an
|
|---|
| 648 | defective extraction of the MC at low-gain signals lower than 90
|
|---|
| 649 | phes.
|
|---|
| 650 |
|
|---|
| 651 |
|
|---|
| 652 |
|
|---|
| 653 | 2005/04/07 Markus Gaug (2005/04/01)
|
|---|
| 654 |
|
|---|
| 655 | * mpedestal/MExtractPedestal.[h,cc]
|
|---|
| 656 | - use the standard way to define the default for fNumEventsDump
|
|---|
| 657 | - added missing "NumDump" in ReadEnv
|
|---|
| 658 |
|
|---|
| 659 | * callisto_*.rc
|
|---|
| 660 | - correct the default of the number of events used in
|
|---|
| 661 | pedestal calculation (NumEventsDump).
|
|---|
| 662 | - added missing lines for setting of parameters for the
|
|---|
| 663 | MJCalibrateSignal.PedCalcFromExtractRndm.*
|
|---|
| 664 | (CORRECTED SOME BUGS IN THIS LINES)
|
|---|
| 665 | - Replaced NumEventsDump by NumDump
|
|---|
| 666 |
|
|---|
| 667 |
|
|---|
| 668 |
|
|---|
| 669 | 2005/04/05 Thomas Bretz
|
|---|
| 670 |
|
|---|
| 671 | * mjobs/MSequence.cc:
|
|---|
| 672 | - fixed a bug in SetupDatRuns. P was setup instead of D
|
|---|
| 673 |
|
|---|
| 674 | * star.cc, mjobs/MJStar.cc:
|
|---|
| 675 | - fixed wrong setup of data-files
|
|---|
| 676 |
|
|---|
| 677 | * mjobs/pedestalref_Feb05.rc, mjobs/hilocalib_sp1.root,
|
|---|
| 678 | mjobs/hilocalib_sp1_mc.root:
|
|---|
| 679 | - added
|
|---|
| 680 |
|
|---|
| 681 | * mimage/MHillasCalc.[h,cc]:
|
|---|
| 682 | - implemented missing ReadEnv - DON'T KNOW WHERE IT WAS! argh...
|
|---|
| 683 |
|
|---|
| 684 | * mmc/MMcCorsikaRunHeader.h:
|
|---|
| 685 | - added Getter for fWobbleMode
|
|---|
| 686 |
|
|---|
| 687 | * mpointing/MSrcPosCalc.[h,cc]:
|
|---|
| 688 | - added detection of MC files and setting of source position
|
|---|
| 689 | according to wobble mode flag in MMcCorsikaRunHeader
|
|---|
| 690 | - fixed a bug in ReadEnv (wrong return statement) found
|
|---|
| 691 | by Abelardo. Correct handling of floating point numbers
|
|---|
| 692 | in the source position (12.5) was affected.
|
|---|
| 693 |
|
|---|
| 694 |
|
|---|
| 695 |
|
|---|
| 696 | 2005/04/04 Thomas Bretz
|
|---|
| 697 |
|
|---|
| 698 | * callisto.cc, sinope.cc, mjobs/MDataSet.[h,cc], mjobs/MJCalibTest.cc,
|
|---|
| 699 | mjobs/MJCalibrateSignal.cc, mjobs/MJCalibration.cc,
|
|---|
| 700 | mjobs/MSequence.[h,cc]
|
|---|
| 701 | - changed setup procedure for paths to allow using standard
|
|---|
| 702 | paths everywhere
|
|---|
| 703 | - fixed to use new correct datacenter standard paths
|
|---|
| 704 | - made sure, that the sequences in a dataset are sorted by
|
|---|
| 705 | their number to ensure the correct synchronization
|
|---|
| 706 |
|
|---|
| 707 | * mhflux/MHAlpha.cc:
|
|---|
| 708 | - display correct error (excess/significance)
|
|---|
| 709 |
|
|---|
| 710 | * mjobs/MJCalibrateSignal.cc, mjobs/MJPedestal.cc:
|
|---|
| 711 | - removed MPointingPosCalc from Tasklist
|
|---|
| 712 |
|
|---|
| 713 | * mjobs/MJStar.cc:
|
|---|
| 714 | - added MPointingPosCalc to tasklist for "Events" in case of MC
|
|---|
| 715 |
|
|---|
| 716 | * ganymed.cc, mjobs/MJCut.[h,cc]:
|
|---|
| 717 | - implemented an option to enhance the display
|
|---|
| 718 | - do not display FS plot in wobble mode
|
|---|
| 719 | - made sure files are not written when they should not be written
|
|---|
| 720 |
|
|---|
| 721 | * mhflux/MHAlpha.[h,cc]:
|
|---|
| 722 | - let FitEnergyBins return the mean of the significance of
|
|---|
| 723 | all Energy Bins
|
|---|
| 724 |
|
|---|
| 725 | * mimage/MHHillasExt.cc, mimage/MHHillasSrc.cc,
|
|---|
| 726 | mimage/MHImagePar.cc, mimage/MHNewImagePar.cc:
|
|---|
| 727 | - implemented or fixed implementation of "same" Draw-option
|
|---|
| 728 | - slightly modified binning for Dist in MHHillasSrc
|
|---|
| 729 |
|
|---|
| 730 | * mjobs/MJCalibrateSignal.cc:
|
|---|
| 731 | - do not plot pulse time twice
|
|---|
| 732 |
|
|---|
| 733 | * mjobs/MJOptimize.cc:
|
|---|
| 734 | - print all parameters in minuit after they have been
|
|---|
| 735 | setup
|
|---|
| 736 |
|
|---|
| 737 |
|
|---|
| 738 |
|
|---|
| 739 | 2005/04/01 Thomas Bretz
|
|---|
| 740 |
|
|---|
| 741 | * mbadpixels/MBadPixelsCalc.cc:
|
|---|
| 742 | - switched on bad pixel detection for a pedestal level
|
|---|
| 743 | which is more than 5 times the variance
|
|---|
| 744 |
|
|---|
| 745 | * mfbase/MF.cc:
|
|---|
| 746 | - when fixing the "Inverted" bit in ReadEnv don't print a
|
|---|
| 747 | message on the screen
|
|---|
| 748 |
|
|---|
| 749 | * mhflux/MHAlpha.cc:
|
|---|
| 750 | - plot correct errors
|
|---|
| 751 | - do not plot the point if its significance is not greater 1
|
|---|
| 752 |
|
|---|
| 753 |
|
|---|
| 754 |
|
|---|
| 755 | 2005/03/29 Markus Gaug
|
|---|
| 756 |
|
|---|
| 757 | * mcalib/MCalibColorSet.cc:
|
|---|
| 758 | - added runs 34814, 34815, 45493, 45502, 45525, 45537 and 45548
|
|---|
| 759 |
|
|---|
| 760 |
|
|---|
| 761 |
|
|---|
| 762 | 2005/03/29 Thomas Bretz
|
|---|
| 763 |
|
|---|
| 764 | * ganymed.cc:
|
|---|
| 765 | - implemented cmdline option for wobble and no-wobble to overwrite
|
|---|
| 766 | dataset
|
|---|
| 767 | - added cmdline option to print dataset
|
|---|
| 768 |
|
|---|
| 769 | * mbase/MEvtLoop.[h,cc]:
|
|---|
| 770 | - added some memory leak analysis to eventloop
|
|---|
| 771 |
|
|---|
| 772 | * mbase/MStatusDisplay.[h,cc]:
|
|---|
| 773 | - added third part to status bar which displays the current
|
|---|
| 774 | memory usage
|
|---|
| 775 | - added some more sizes to menu bar
|
|---|
| 776 | - replaced SetStatusLine1/2 by calling a common SetStatusLine
|
|---|
| 777 | - added a delete to CloseWindow() to be able to close a
|
|---|
| 778 | static window. REMARK: This gives a hell of warnings in
|
|---|
| 779 | valgrind but it is currently the only option to get this working
|
|---|
| 780 | which is really annoying
|
|---|
| 781 |
|
|---|
| 782 | * mhbase/MH.cc:
|
|---|
| 783 | - small simplification
|
|---|
| 784 |
|
|---|
| 785 | * mhbase/MHMatrix.cc:
|
|---|
| 786 | - replaced IsValid() by a check for the number of Rows, this
|
|---|
| 787 | was necessary because in root 4.02/00 all matrices seems
|
|---|
| 788 | to be valid
|
|---|
| 789 |
|
|---|
| 790 | * mhflux/MHAlpha.cc:
|
|---|
| 791 | - changed the number of default bins in energy
|
|---|
| 792 | - make sure that the Alpha plot for off-data is displayed with
|
|---|
| 793 | a minimum at 0
|
|---|
| 794 | - fixed TPad::Divide for root 4.02/00
|
|---|
| 795 |
|
|---|
| 796 | * mhflux/MHEnergyEst.cc:
|
|---|
| 797 | - use the mean abs of the resolution as fit value
|
|---|
| 798 | - some fixed to graphics
|
|---|
| 799 | - fixed the TPad::Divide for root 4.02/00
|
|---|
| 800 | - for the moment removed the pad added to the list of cleanups
|
|---|
| 801 | to get rid of the crashes
|
|---|
| 802 |
|
|---|
| 803 | * mhflux/MHFalseSource.cc:
|
|---|
| 804 | - fixed for root 4.02/00 which seaqrches in the current pad
|
|---|
| 805 | for the histogram when calling Project3D
|
|---|
| 806 | - fixed the TPad::Divide for root 4.02/00
|
|---|
| 807 |
|
|---|
| 808 | * mhist/MHHadronness.[h,cc]:
|
|---|
| 809 | - use MParameterD instead of MHadronness
|
|---|
| 810 |
|
|---|
| 811 | * mimage/ImageLinkDef.h, mimage/Makefile:
|
|---|
| 812 | - added MHVsSize
|
|---|
| 813 |
|
|---|
| 814 | * mimage/MHHillas.cc:
|
|---|
| 815 | - implemented 'same' for Center-histogram
|
|---|
| 816 |
|
|---|
| 817 | * mhflux/FluxLinkDef.h, mhflux/Makefile:
|
|---|
| 818 | - added MHEnergyEst
|
|---|
| 819 |
|
|---|
| 820 | * mhflux/MAlphaFitter.[h,cc]:
|
|---|
| 821 | - added significancetimes log10(excess) as fit option
|
|---|
| 822 |
|
|---|
| 823 | * mjobs/MDataSet.[h,cc]:
|
|---|
| 824 | - added wobble-mode option
|
|---|
| 825 |
|
|---|
| 826 | * mjobs/MJCut.cc:
|
|---|
| 827 | - changed default binning for energy
|
|---|
| 828 | - added MHillasSrcAnti optionally to the output
|
|---|
| 829 | - added MHVsSize to the tabs which are shown
|
|---|
| 830 |
|
|---|
| 831 | * mjobs/MJOptimize.[h,cc]:
|
|---|
| 832 | - added dummy parameters to FixParameter for compatibility
|
|---|
| 833 | with SetParemeter
|
|---|
| 834 | - replaced MFSupercuts by MFMagicCuts
|
|---|
| 835 | - use Energy in MHAlpha instead of size
|
|---|
| 836 |
|
|---|
| 837 | * mbase/MFilter.[h,cc]:
|
|---|
| 838 | - implemented ReadEnv to treat "Inverted"
|
|---|
| 839 |
|
|---|
| 840 | * mfbase/MF.[h,cc], mfilter/MFSupercuts.cc:
|
|---|
| 841 | - treat "inverted" with MFilter::ReadEnv
|
|---|
| 842 |
|
|---|
| 843 | * manalysis/MCompProbCalc.[h,cc], mranforest/MRanForestCalc.[h,cc]:
|
|---|
| 844 | - replaced MHadronness by MParameterD
|
|---|
| 845 |
|
|---|
| 846 | * mdata/MDataFormula.[h,cc]:
|
|---|
| 847 | - removed comments from SetVariables
|
|---|
| 848 | - replaced GetExpFormula by GetTitle
|
|---|
| 849 |
|
|---|
| 850 | * manalysis/AnalysisLinkDef.h, manalysis/Makefile:
|
|---|
| 851 | - MHadronness removed
|
|---|
| 852 |
|
|---|
| 853 | * mfilter/MFMagicCuts.[h,cc]:
|
|---|
| 854 | - added
|
|---|
| 855 |
|
|---|
| 856 | * mfilter/FilterLinkDef.h, mfilter/Makefile:
|
|---|
| 857 | - added MFMagicCuts
|
|---|
| 858 |
|
|---|
| 859 | * mjobs/Makefile, mjobs/JobsLinkDef.h:
|
|---|
| 860 | - removed MJExtractSignal
|
|---|
| 861 |
|
|---|
| 862 | * mfbase/MF.cc:
|
|---|
| 863 | - fixed a problem with double-inversion in ReadEnv
|
|---|
| 864 |
|
|---|
| 865 | * mpointing/MSrcPosCalc.cc:
|
|---|
| 866 | - removed an output line which showed only an empty container
|
|---|
| 867 |
|
|---|
| 868 |
|
|---|
| 869 |
|
|---|
| 870 | 2005/03/24 Thomas Bretz
|
|---|
| 871 |
|
|---|
| 872 | * callisto.cc, ganymed.cc, mars.cc, merpp.cc, readdaq.cc,
|
|---|
| 873 | readraw.cc, showlog.cc, showplot.cc, sinope.cc, star.cc:
|
|---|
| 874 | - replaced all returns of -1 by return 2
|
|---|
| 875 |
|
|---|
| 876 | * manalysis/AnalysisLinkDef.h, manalysis/Makefile:
|
|---|
| 877 | - added MEnergyEst (container)
|
|---|
| 878 |
|
|---|
| 879 | * mhflux/MAlphaFitter.[h,cc]:
|
|---|
| 880 | - implemented new fit result options
|
|---|
| 881 |
|
|---|
| 882 |
|
|---|
| 883 |
|
|---|
| 884 | 2005/03/23 Markus Gaug
|
|---|
| 885 |
|
|---|
| 886 | * msignal/MExtractTimeAndChargeDigitalFilter.cc
|
|---|
| 887 | - fix a bug in the time fine adjustment
|
|---|
| 888 |
|
|---|
| 889 | * mjobs/hilocalib_*_mc.root
|
|---|
| 890 | - high-gain low-gain intercalibration constants for the MC.
|
|---|
| 891 |
|
|---|
| 892 | * mjobs/MJCalibration.cc
|
|---|
| 893 | - use the MC- intercalibration files for MC.
|
|---|
| 894 |
|
|---|
| 895 |
|
|---|
| 896 |
|
|---|
| 897 | 2005/03/23 Thomas Bretz
|
|---|
| 898 |
|
|---|
| 899 | * mhcalib/MHCalibrationChargeCam.cc:
|
|---|
| 900 | - fixed a possible crash in DrawDataCheckPixel() if
|
|---|
| 901 | pix.GetGraphEvents() returns NULL
|
|---|
| 902 |
|
|---|
| 903 |
|
|---|
| 904 |
|
|---|
| 905 | 2005/03/23 Thomas Bretz
|
|---|
| 906 |
|
|---|
| 907 | * Release 0.9
|
|---|
| 908 |
|
|---|
| 909 |
|
|---|
| 910 |
|
|---|
| 911 | 2005/03/23 Thomas Bretz
|
|---|
| 912 |
|
|---|
| 913 | * ganymed.cc:
|
|---|
| 914 | - implemented wobble-mode option
|
|---|
| 915 |
|
|---|
| 916 | * mhflux/MAlphaFitter.[h,cc]:
|
|---|
| 917 | - fixed a problem in wobble mode (number of on- minus number
|
|---|
| 918 | of off-entries where calculated as 0)
|
|---|
| 919 | - added some additional resource options for scaling
|
|---|
| 920 | - added some missing const-qualifiers
|
|---|
| 921 |
|
|---|
| 922 | * mhflux/MHAlpha.cc:
|
|---|
| 923 | - some cosmetic change to output
|
|---|
| 924 |
|
|---|
| 925 | * mjobs/MDataSet.[h,cc]:
|
|---|
| 926 | - added the possibility to add a source name for wobble mode
|
|---|
| 927 | (preliminary)
|
|---|
| 928 | - added reading from *.edb catalog
|
|---|
| 929 |
|
|---|
| 930 | * mjobs/MJCalibTest.cc, mjobs/MJCalibrateSignal.cc,
|
|---|
| 931 | mjobs/MJCalibration.cc, mjobs/MJPedestal.cc:
|
|---|
| 932 | - replaced iter.Print("all") by iter.Print()
|
|---|
| 933 |
|
|---|
| 934 | * mjobs/MJCut.[h,cc]:
|
|---|
| 935 | - implemented wobble mode
|
|---|
| 936 | - implemented getting source position
|
|---|
| 937 |
|
|---|
| 938 | * mjobs/MJStar.cc:
|
|---|
| 939 | - switched off calculation of MConcentration
|
|---|
| 940 | - implemented the new debug option for files (was still missing
|
|---|
| 941 | in MJStar)
|
|---|
| 942 |
|
|---|
| 943 | * mpointing/MSrcPosCalc.[h,cc]:
|
|---|
| 944 | - always writa the anti-source position into the parameter list, too
|
|---|
| 945 | - implemented wobble mode (exchange source and anti-source position)
|
|---|
| 946 |
|
|---|
| 947 | * mjobs/Makefile, mjobs/JobsLinkDef.h:
|
|---|
| 948 | - added MJOptimize
|
|---|
| 949 |
|
|---|
| 950 | * mfilter/MFSupercuts.[h,cc]:
|
|---|
| 951 | - added
|
|---|
| 952 |
|
|---|
| 953 | * mfilter/Makefile, mfilter/FilterLinkDef.h:
|
|---|
| 954 | - added MFSupercuts
|
|---|
| 955 | - removed MFAlpha
|
|---|
| 956 |
|
|---|
| 957 | * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
|
|---|
| 958 | - removed MEnergyEst
|
|---|
| 959 | - removed MEnergyEstParam
|
|---|
| 960 | - removed MEnergyEstParamDanielMkn421
|
|---|
| 961 | - removed MSupercuts
|
|---|
| 962 | - removed MSupercutsCalc
|
|---|
| 963 | - removed MFindSupercuts
|
|---|
| 964 | - removed MMinuitInterface
|
|---|
| 965 | - removed MFiltercutsCalc
|
|---|
| 966 |
|
|---|
| 967 | * mhist/Makefile, mhist/HistLinkDef.h:
|
|---|
| 968 | - removed MHEnergyTime
|
|---|
| 969 | - removed MHEnergyTheta
|
|---|
| 970 | - removed MHAlphaEnergyTime
|
|---|
| 971 | - removed MHAlphaEnergyTheta
|
|---|
| 972 | - removed MHThetabarTime
|
|---|
| 973 | - removed MHThetabarTheta
|
|---|
| 974 | - removed MHGamma
|
|---|
| 975 | - removed MHSigmaPixel
|
|---|
| 976 | - removed MHSigmabarTheta
|
|---|
| 977 | - removed MHOnSubtraction
|
|---|
| 978 | - removed MHFindSignificance
|
|---|
| 979 | - removed MHCT1Supercuts
|
|---|
| 980 |
|
|---|
| 981 | * mhflux/Makefile, mhflux/HistLinkDef.h:
|
|---|
| 982 | - added MHEnergyEst
|
|---|
| 983 |
|
|---|
| 984 |
|
|---|
| 985 |
|
|---|
| 986 | 2005/03/22 Thomas Bretz
|
|---|
| 987 |
|
|---|
| 988 | * mjobs/MJCalibTest.cc, mjobs/MJCalibrateSignal.cc,
|
|---|
| 989 | mjobs/MJCalibration.cc, mjobs/MJPedestal.cc:
|
|---|
| 990 | - added a possibility to print the files which are
|
|---|
| 991 | searched/found if the files doesn't match the sequence
|
|---|
| 992 |
|
|---|
| 993 | * mjobs/MJPedestal.cc:
|
|---|
| 994 | - undocumented(!) change, changed fgExtractWinLeft
|
|---|
| 995 | from 3.5 to 2.5
|
|---|
| 996 |
|
|---|
| 997 | * mimage/MHillas.cc:
|
|---|
| 998 | - fixed a bug which took unused pixels into account
|
|---|
| 999 | introduced errornously with the last change to MSignalCam
|
|---|
| 1000 |
|
|---|
| 1001 |
|
|---|
| 1002 |
|
|---|
| 1003 | 2005/03/21 Thomas Bretz
|
|---|
| 1004 |
|
|---|
| 1005 | * mfbase/MFDataChain.cc:
|
|---|
| 1006 | - fixed a bug in GetDataMember if fData is not valid
|
|---|
| 1007 |
|
|---|
| 1008 | * mhbase/MH3.cc:
|
|---|
| 1009 | - moved drawing histograms back to Draw. This fixes a
|
|---|
| 1010 | problem with root 4.02/00. Reading/Writing should be
|
|---|
| 1011 | no problem if the names of the profiles are well known.
|
|---|
| 1012 | - with this fix 'same' is currently NOT supported
|
|---|
| 1013 |
|
|---|
| 1014 | * mimage/ImageLinkDef.h, mimage/Makefile:
|
|---|
| 1015 | - added MNewImagepar2
|
|---|
| 1016 | - added MHCewImagePar2
|
|---|
| 1017 |
|
|---|
| 1018 | * mimage/MNewImagePar2.[h,cc], mimage/MHNewImagePar2.[h,cc]:
|
|---|
| 1019 | - added new classes calculating and displaying the length
|
|---|
| 1020 | of the border line of a shower
|
|---|
| 1021 |
|
|---|
| 1022 | * mimage/MHImagePar.cc:
|
|---|
| 1023 | - fixed a problem with root 4.02/00 when setting the margin
|
|---|
| 1024 | in Divide to 0 by setting it to 1e-10
|
|---|
| 1025 |
|
|---|
| 1026 | * mimage/MHNewImagePar.[h,cc]:
|
|---|
| 1027 | - fixed to display Areas in deg^2
|
|---|
| 1028 |
|
|---|
| 1029 | * mimage/MHillas.cc, mimage/MHillasExt.cc, mimage/MHillasSrc.cc,
|
|---|
| 1030 | mimage/MImagePar.cc, mimage/MNewImagePar.cc
|
|---|
| 1031 | - a small fix to Print()
|
|---|
| 1032 |
|
|---|
| 1033 | * mimage/MHillasCalc.[h,cc]:
|
|---|
| 1034 | - added MNewImagePar2 to supported image parameters
|
|---|
| 1035 |
|
|---|
| 1036 | * mjobs/MJStar.cc:
|
|---|
| 1037 | - replaced MCerPhotEvt by MSignalCam
|
|---|
| 1038 |
|
|---|
| 1039 | * msignal/cosmics_weights46.dat, msignal/calibration_weightsUV46.dat,
|
|---|
| 1040 | mjobs/hilocalib_df46.root:
|
|---|
| 1041 | - added new intercalibration file for digital filter 4sl higain
|
|---|
| 1042 | and 6sl logian
|
|---|
| 1043 |
|
|---|
| 1044 | * mbase/MLogHtml.cc:
|
|---|
| 1045 | - fixed a bug in Underline which cause a crash if fOut==NULL
|
|---|
| 1046 | - output a message if file cannot be opened
|
|---|
| 1047 |
|
|---|
| 1048 | * mhcalib/MHCalibrationPulseTimeCam.cc:
|
|---|
| 1049 | - for some output there was a replacement of pix.GetPixId()
|
|---|
| 1050 | by hist.GetName() <undocumented>
|
|---|
| 1051 |
|
|---|
| 1052 | * mimage/MHillas.[h,cc]:
|
|---|
| 1053 | - added new member function GetBorderLine returning the border
|
|---|
| 1054 | line correspondig to an ellipse with axis lnegth and width
|
|---|
| 1055 | - added new member function GetArea returning the area
|
|---|
| 1056 | correspondig to an ellipse with axis lnegth and width
|
|---|
| 1057 |
|
|---|
| 1058 |
|
|---|
| 1059 |
|
|---|
| 1060 | 2005/03/19 Markus Gaug
|
|---|
| 1061 |
|
|---|
| 1062 | * mjobs/hilocalib_df46.root
|
|---|
| 1063 | - added new intercalibration file for digital filter 4sl higain
|
|---|
| 1064 | and 6 slices logain
|
|---|
| 1065 |
|
|---|
| 1066 | * mjobs/MJCalibration.cc
|
|---|
| 1067 | - exchanged intercalibration file from hilocalib_df_4.root to
|
|---|
| 1068 | hilocalib_df46.root
|
|---|
| 1069 | - do not apply hi-gain lo-gain intercalibration for MC files.
|
|---|
| 1070 |
|
|---|
| 1071 | * mjobs/MJPedestal.cc
|
|---|
| 1072 | - exchanged two (Int_t)'s by TMath::Nint().
|
|---|
| 1073 | - undocumented(!) change to the calculation of the extraction
|
|---|
| 1074 | range (PulsePosCheck)
|
|---|
| 1075 |
|
|---|
| 1076 | * callisto.rc
|
|---|
| 1077 | - exchanged default weights file for Digital filter from
|
|---|
| 1078 | cosmics_weights4.dat to cosmics_weights46.dat and from
|
|---|
| 1079 | calibration_weights_UV4.dat to calibration_weights_UV46.dat!
|
|---|
| 1080 | This change is absolutely necessary, given the new results from
|
|---|
| 1081 | Nuria about the signal resolution in the low gain which gets worse
|
|---|
| 1082 | than the intrinsic Poisson jitter above 350 phes. Also the time
|
|---|
| 1083 | resolution is too bad. This was not known before we had the
|
|---|
| 1084 | correct low-gain MC pulse.
|
|---|
| 1085 |
|
|---|
| 1086 |
|
|---|
| 1087 |
|
|---|
| 1088 | 2005/03/18 Thomas Bretz
|
|---|
| 1089 |
|
|---|
| 1090 | * Makefile:
|
|---|
| 1091 | - removed mone from list of compiled programs
|
|---|
| 1092 |
|
|---|
| 1093 | * mars.cc:
|
|---|
| 1094 | - replaced the MARS display by the Camera Display directly
|
|---|
| 1095 |
|
|---|
| 1096 | * manalysis/MCameraData.[h,cc], mcalib/MCalibrateData.[h,cc],
|
|---|
| 1097 | mbadpixels/MBadPixelsTreat.[h,cc], mcalib/MCalibrateRelTimes.[h,cc],
|
|---|
| 1098 | mimage/MCameraSmooth.[h,cc], mimage/MConcentration.[h,cc],
|
|---|
| 1099 | mimage/MHillas.[h,cc], mimage/MHillasExt.[h,cc],
|
|---|
| 1100 | mimage/MImgCleanStd.[h,cc], mimage/MNewImagePar.[h,cc],
|
|---|
| 1101 | mimage/MImagePar.[h,cc], MNewImagePar.[h,cc],
|
|---|
| 1102 | mjobs/MJCalibTest.cc, mhcalib/MHCalibrationTestCam.[h,cc],
|
|---|
| 1103 | mpedestal/MPedPhotCalc.[h,cc], mjobs/MJCalibrateSignal.cc:
|
|---|
| 1104 | - removed dependancy on MArrivalTime, information now
|
|---|
| 1105 | found in MSignalCam
|
|---|
| 1106 | - replaced MCerPhotEvt by MSignalCam
|
|---|
| 1107 | - it was renamed because it will be completely incompatible
|
|---|
| 1108 | anyhow
|
|---|
| 1109 |
|
|---|
| 1110 | * mjobs/MJCalibrateSignal.cc:
|
|---|
| 1111 | - use new MSignalCam type to display pulse position of cosmics
|
|---|
| 1112 |
|
|---|
| 1113 | * mcalib/MCalibrateData.cc:
|
|---|
| 1114 | - calculate number of saturated pixels
|
|---|
| 1115 |
|
|---|
| 1116 | * manalysis/MCerPhotEvt.[h,cc]:
|
|---|
| 1117 | - removed possibility for zero-supression. Now the index
|
|---|
| 1118 | is identical with the position in the array
|
|---|
| 1119 | - renamed and moved to msignal/MSignalCam.[h,cc]
|
|---|
| 1120 |
|
|---|
| 1121 | * manalysis/MCerPhotPix.cc:
|
|---|
| 1122 | - removed obsolete values
|
|---|
| 1123 | - added arrival time
|
|---|
| 1124 | - renamed and moved to msignal/MSignalPix.[h,cc]
|
|---|
| 1125 |
|
|---|
| 1126 | * mcalib/MCalibrationChargeCalc.cc:
|
|---|
| 1127 | - some cosmetic changes and small fixed from the Munich cvs
|
|---|
| 1128 | (undocumented)
|
|---|
| 1129 |
|
|---|
| 1130 | * mfileio/MWriteRootFile.cc:
|
|---|
| 1131 | - fixed bug in RecursiveRemove which caused crashed with real
|
|---|
| 1132 | data
|
|---|
| 1133 |
|
|---|
| 1134 | * mhft/MGeomCamMagicEnhance.cc, mhft/MHexagonalFTCalc.cc:
|
|---|
| 1135 | - updated, but untested
|
|---|
| 1136 |
|
|---|
| 1137 | * mhist/MHCamEvent.[h,cc]:
|
|---|
| 1138 | - some fixes in Draw to get a correct display in root 4.02/00
|
|---|
| 1139 | (at least on 64-bit systems)
|
|---|
| 1140 | - removed kSqrtVariance it is included in kProfile now
|
|---|
| 1141 |
|
|---|
| 1142 | * mhist/MHCamera.[h,cc]:
|
|---|
| 1143 | - removed sqrtvariance option which is included in profile now
|
|---|
| 1144 | - the profile now uses the new array fBinEntries to display
|
|---|
| 1145 | a more accurate profile
|
|---|
| 1146 |
|
|---|
| 1147 | * mhist/MHEvent.cc:
|
|---|
| 1148 | - set to type 6 for arrival times
|
|---|
| 1149 |
|
|---|
| 1150 | * mimage/MHillasCalc.cc:
|
|---|
| 1151 | - updated text for error=1
|
|---|
| 1152 |
|
|---|
| 1153 | * mimage/MImagePar.cc:
|
|---|
| 1154 | - copy number of saturated pixels from MSignalCam
|
|---|
| 1155 |
|
|---|
| 1156 | * mjobs/MJStar.cc:
|
|---|
| 1157 | - enhanced title of some histogram
|
|---|
| 1158 |
|
|---|
| 1159 | * mjobs/MSequence.cc:
|
|---|
| 1160 | - updated path to fit data center (D.Dorner)
|
|---|
| 1161 |
|
|---|
| 1162 | * mmain/MEventDisplay.cc:
|
|---|
| 1163 | - display Arrival Time from MSignalCam now
|
|---|
| 1164 |
|
|---|
| 1165 | * msignal/MArrivalTimeCam.cc:
|
|---|
| 1166 | - implemented a new case 6 which is identical with the
|
|---|
| 1167 | default case AND arrival time from MSignalCam
|
|---|
| 1168 |
|
|---|
| 1169 | * manalysis/Makefile, manalysis/AnalysisLinkDef.h,
|
|---|
| 1170 | manalysis/:
|
|---|
| 1171 | - removed MCerPhotEvt
|
|---|
| 1172 | - removed MCerPHotPix
|
|---|
| 1173 | - removed MCerPhotAnal
|
|---|
| 1174 | - removed MCerPhotAnal2
|
|---|
| 1175 | - removed MCerPhotCalc
|
|---|
| 1176 |
|
|---|
| 1177 | * mimage/Makefile, manalysis/ImageLinkDef.h:
|
|---|
| 1178 | - removed MHillasSrcCalc
|
|---|
| 1179 |
|
|---|
| 1180 | * manalysis/MSupercutsCalc.cc:
|
|---|
| 1181 | - removed an obsolete include
|
|---|
| 1182 |
|
|---|
| 1183 | * mhist/Makefile, mhist/HistLinkDef.h:
|
|---|
| 1184 | - removed MHSigmaTheta
|
|---|
| 1185 |
|
|---|
| 1186 | * mmain/Makefile, mmain/HistLinkDef.h:
|
|---|
| 1187 | - removed MDataCheck
|
|---|
| 1188 | - removed Mars
|
|---|
| 1189 | - removed MAnalysis
|
|---|
| 1190 | - removed MMonteCarlo
|
|---|
| 1191 | - removed MGDisplayAdc
|
|---|
| 1192 | - removed MOnlineDisplay
|
|---|
| 1193 | - removed MOnlineDump
|
|---|
| 1194 |
|
|---|
| 1195 | * msignal/Makefile, msignal/HistLinkDef.h, msignal/:
|
|---|
| 1196 | - added MSignalCam
|
|---|
| 1197 | - added MSignalPix
|
|---|
| 1198 | - added MSignalCalc
|
|---|
| 1199 |
|
|---|
| 1200 | * msql/Makefile, msql/SqlLinkDef.h:
|
|---|
| 1201 | - removed MSqlInsertRun
|
|---|
| 1202 |
|
|---|
| 1203 | * mfilter/Makefile, mfilter/FilterLinkDef.h:
|
|---|
| 1204 | - removed MFSelBasic
|
|---|
| 1205 | - removed MFSelStandard
|
|---|
| 1206 | - removed MFSelFinal
|
|---|
| 1207 |
|
|---|
| 1208 |
|
|---|
| 1209 |
|
|---|
| 1210 | 2005/03/17 Thomas Bretz
|
|---|
| 1211 |
|
|---|
| 1212 | * callisto.cc:
|
|---|
| 1213 | - added new option moon
|
|---|
| 1214 | - use light condition from MSequence to determin light condition
|
|---|
| 1215 | automatically
|
|---|
| 1216 |
|
|---|
| 1217 | * mjobs/MJPedestal.h:
|
|---|
| 1218 | - allow setting SetUseHists also to kFALSE
|
|---|
| 1219 |
|
|---|
| 1220 | * mjobs/MSequence.[h,cc]:
|
|---|
| 1221 | - added fLightCondition
|
|---|
| 1222 |
|
|---|
| 1223 | * mcalib/MCalibrateData.cc:
|
|---|
| 1224 | - undocumented change from Markus Gaug
|
|---|
| 1225 |
|
|---|
| 1226 | * mfilter/MFCT1SelBasic.[h,cc], mfilter/MFCT1SelStandard.[h,cc],
|
|---|
| 1227 | mfilter/MFCT1SelFinal.[h,cc]:
|
|---|
| 1228 | - moved to manalysisct1
|
|---|
| 1229 |
|
|---|
| 1230 | * mfilter/Makefile, mfilter/FilterLinkDef.h:
|
|---|
| 1231 | - removed MFCT1SelBasic
|
|---|
| 1232 | - removed MFCT1SelStandard
|
|---|
| 1233 | - removed MFCT1SelFinal
|
|---|
| 1234 |
|
|---|
| 1235 | * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
|
|---|
| 1236 | - removed MPad
|
|---|
| 1237 | - removed MMakePadHistograms
|
|---|
| 1238 | - removed MSigmabar
|
|---|
| 1239 | - removed MSigmabarParam
|
|---|
| 1240 | - removed MSigmabarCalc
|
|---|
| 1241 |
|
|---|
| 1242 | * mimage/Makefile, mimage/ImageLinkDef.h:
|
|---|
| 1243 | - removed MImgCleanTGB
|
|---|
| 1244 |
|
|---|
| 1245 | * mmontecarlo/Makefile, mmontecarlo/MonteCarloLinkDef.h
|
|---|
| 1246 | - removed MMcEnergyEst
|
|---|
| 1247 | - removed MMcTimeGenerate
|
|---|
| 1248 |
|
|---|
| 1249 | * msignal/Makefile, msignal/SignalLinkDef.h:
|
|---|
| 1250 | - removed MArrivalTime
|
|---|
| 1251 | - removed MArrivalTimeCalc
|
|---|
| 1252 | - removed MArrivalTimeCalc2
|
|---|
| 1253 |
|
|---|
| 1254 | * mjobs/MJCalibration.cc:
|
|---|
| 1255 | - followed some undocumented changes from the other cvs
|
|---|
| 1256 |
|
|---|
| 1257 |
|
|---|
| 1258 |
|
|---|
| 1259 | 2005/03/16 Thomas Bretz
|
|---|
| 1260 |
|
|---|
| 1261 | * callisto.cc:
|
|---|
| 1262 | - set changed extractor in MJCalibrateSignal from MJPedestal
|
|---|
| 1263 | - don't process 'range finding' for MonteCarlo data
|
|---|
| 1264 |
|
|---|
| 1265 | * callisto.rc:
|
|---|
| 1266 | - removed obsolete Modified* option
|
|---|
| 1267 |
|
|---|
| 1268 | * mjobs/MJCalibrateSignal.[h,cc]:
|
|---|
| 1269 | - removed obsolete flag for ModifiedExtractWin
|
|---|
| 1270 | - allow also NULL for SetExtractor
|
|---|
| 1271 | - rearanged the too MWriteRootFile instantiations otherwise
|
|---|
| 1272 | callisto crashes in MWriteRootFile::ChangeFile
|
|---|
| 1273 | - removed some obsolete comments about an old MC workaround
|
|---|
| 1274 |
|
|---|
| 1275 | * mdata/MDataChain.cc:
|
|---|
| 1276 | - fixe to allow sign after e (eg. 1e-3, 1e+5 instead of 1e3, 1e5)
|
|---|
| 1277 |
|
|---|
| 1278 | * mcalib/MCalibColorSet.cc, mcalib/MCalibrationChargeCalc.cc,
|
|---|
| 1279 | mhcalib/MHCalibrationCam.cc:
|
|---|
| 1280 | - undocummented change
|
|---|
| 1281 |
|
|---|
| 1282 |
|
|---|
| 1283 |
|
|---|
| 1284 | 2005/03/16 Markus Gaug
|
|---|
| 1285 |
|
|---|
| 1286 | * msignal/MExtractTimeAndChargeSlidingWindow.cc
|
|---|
| 1287 | - fixed a bug in the reading of the resource file (reading of the
|
|---|
| 1288 | MExtractTimeAndCharge resources was skipped).
|
|---|
| 1289 |
|
|---|
| 1290 | * mcalib/MCalibrateData.cc
|
|---|
| 1291 | - for the case that the high-gain saturates, but the low-gain signal
|
|---|
| 1292 | could not be extracted successfully, take the high-gain signal,
|
|---|
| 1293 | multiplied by 1.5 (before, 0 was taken erroneously).
|
|---|
| 1294 |
|
|---|
| 1295 | * msignal/MExtractTimeAndCharge.cc
|
|---|
| 1296 | - catch one potential case for memory leaks in the low-gain
|
|---|
| 1297 | calculation. Extract low-gain only if the remaining extraction
|
|---|
| 1298 | window is not smaller than the number of slices needed by the
|
|---|
| 1299 | signal extractor.
|
|---|
| 1300 | - set the default fgLoGainStartShift to -3.5
|
|---|
| 1301 |
|
|---|
| 1302 | * msignal/MExtractTimeAndChargeSpline.[h,cc]
|
|---|
| 1303 | * msignal/MExtractTimeAndChargeDigitalFilter.[h,cc]
|
|---|
| 1304 | - adjust fLoGainStartShift by one slice, after findings from MC.
|
|---|
| 1305 |
|
|---|
| 1306 |
|
|---|
| 1307 |
|
|---|
| 1308 | 2005/03/15 Markus Gaug
|
|---|
| 1309 |
|
|---|
| 1310 | * msignal/MExtractTimeAndChargeSpline.h
|
|---|
| 1311 | - take fRandomIter out of the streamer.
|
|---|
| 1312 | - take fRiseTimeLoGain and fFallTimeLoGain into the streamer.
|
|---|
| 1313 | - raise version number to 4
|
|---|
| 1314 |
|
|---|
| 1315 | * mjobs/MJCalibration.cc
|
|---|
| 1316 | - set default to kFALSE for PIN Diode or Blind Pixel calibration
|
|---|
| 1317 | (was kTRUE by error).
|
|---|
| 1318 |
|
|---|
| 1319 |
|
|---|
| 1320 |
|
|---|
| 1321 | 2005/03/15 Thomas Bretz
|
|---|
| 1322 |
|
|---|
| 1323 | * mjobs/MJCalibrateSignal.[h,cc]:
|
|---|
| 1324 | - added the fExtractor data member
|
|---|
| 1325 | - added a destructor deleting it
|
|---|
| 1326 | - only read extractor from file if not set by user
|
|---|
| 1327 | - user fExtractor as extractor1
|
|---|
| 1328 | - do not delete extractor1 if set by user
|
|---|
| 1329 | - added member function to set extractor
|
|---|
| 1330 |
|
|---|
| 1331 | * mjobs/MJPedestal.cc:
|
|---|
| 1332 | - removed MFEventSelector workaround again
|
|---|
| 1333 | - do not write pedy file anymore
|
|---|
| 1334 |
|
|---|
| 1335 | * callisto.cc:
|
|---|
| 1336 | - MJCalibrateSignal now takes the signal extractor directly
|
|---|
| 1337 | instead of taking the long way round a new file
|
|---|
| 1338 |
|
|---|
| 1339 | * mpedestal/MExtractPedestal.cc:
|
|---|
| 1340 | - ReInit extractor correctly. Now the workaround should be
|
|---|
| 1341 | really obsolete
|
|---|
| 1342 |
|
|---|
| 1343 | * mbase/MGMenu.[h,cc]:
|
|---|
| 1344 | - make fix fix also compile root 3.10.02
|
|---|
| 1345 |
|
|---|
| 1346 |
|
|---|
| 1347 |
|
|---|
| 1348 | 2005/03/14 Thomas Bretz
|
|---|
| 1349 |
|
|---|
| 1350 | * mbase/MGMenu.h:
|
|---|
| 1351 | - added a fix for root 4.02.00
|
|---|
| 1352 |
|
|---|
| 1353 |
|
|---|
| 1354 |
|
|---|
| 1355 | 2005/03/14 Markus Gaug
|
|---|
| 1356 |
|
|---|
| 1357 | * mcalib/MCalibrateData.cc
|
|---|
| 1358 | - catch the case that now high-gain low-gian intercalibration const.
|
|---|
| 1359 | is available.
|
|---|
| 1360 |
|
|---|
| 1361 | * mjobs/MJPedestal.cc
|
|---|
| 1362 | - modify option for pedy*.root: from UPDATE to RECREATE
|
|---|
| 1363 |
|
|---|
| 1364 |
|
|---|
| 1365 |
|
|---|
| 1366 | 2005/03/11 Markus Gaug
|
|---|
| 1367 |
|
|---|
| 1368 | * callisto.rc
|
|---|
| 1369 | - changed default weights for DF to cosmics_weights4.dat. (This has
|
|---|
| 1370 | turned out to be the most stable set of weights).
|
|---|
| 1371 |
|
|---|
| 1372 | * mjobs/MJCalibration.cc
|
|---|
| 1373 | - some cosmetic changes in the output
|
|---|
| 1374 | - in case of WriteHists(), do not overwrite existing signal*.root
|
|---|
| 1375 | file, but append histograms (bugfix!)
|
|---|
| 1376 |
|
|---|
| 1377 |
|
|---|
| 1378 |
|
|---|
| 1379 | 2005/03/10 Toni Coarasa (With Nadia's and Alessandro's inside)
|
|---|
| 1380 |
|
|---|
| 1381 | * mjobs/MJCut.cc
|
|---|
| 1382 | - inclusion of (TString) to avoid compiler error under 2.95.3
|
|---|
| 1383 |
|
|---|
| 1384 | * sinope.cc
|
|---|
| 1385 | - inclusion of <errno.h> to avoid compiler error under 2.95.3
|
|---|
| 1386 |
|
|---|
| 1387 |
|
|---|
| 1388 |
|
|---|
| 1389 | 2005/03/10 Markus Gaug
|
|---|
| 1390 |
|
|---|
| 1391 | * msignal/MExtractTimeAndCharge.cc
|
|---|
| 1392 | - set fgLoGainStartShift to -4.0
|
|---|
| 1393 | - put a check to avoid a dynamic low-gain range < 0 (should not
|
|---|
| 1394 | occur with current extractors, but one never knows...)
|
|---|
| 1395 |
|
|---|
| 1396 | * msignal/MExtractor.[h,cc]
|
|---|
| 1397 | - introduced Clear()-function, used in SetRange()
|
|---|
| 1398 |
|
|---|
| 1399 | * mjobs/MJCalibrateSignal.cc
|
|---|
| 1400 | - changed order of initialization of the 2 MWriteRootFiles whereupon
|
|---|
| 1401 | the crash goes away. Have to revise the /dev/null work-around
|
|---|
| 1402 | in MWriteRootFile!
|
|---|
| 1403 |
|
|---|
| 1404 |
|
|---|
| 1405 |
|
|---|
| 1406 | 2005/03/09 Markus Gaug
|
|---|
| 1407 |
|
|---|
| 1408 | * msignal/MExtractTimeAndCharge.cc
|
|---|
| 1409 | - catch a (very unprobable) case in which the low-gain range could
|
|---|
| 1410 | be negative
|
|---|
| 1411 |
|
|---|
| 1412 | * mjobs/MJCalibrateSignal.cc
|
|---|
| 1413 | - modify writing of MCalibrationPulseTimeCam to disk in order to
|
|---|
| 1414 | avoid program crash in the destructor of MJCalibrateSignal
|
|---|
| 1415 |
|
|---|
| 1416 | * mhcalib/MHGausEvents.h
|
|---|
| 1417 | - take fGraphEvents, fGraphPowerSpectrum, fHPowerProbability and
|
|---|
| 1418 | fPowerSpectrum out of the streamer.
|
|---|
| 1419 | - intialize fFlags to 0
|
|---|
| 1420 |
|
|---|
| 1421 |
|
|---|
| 1422 |
|
|---|
| 1423 | 2005/03/09 Thomas Hengstebeck
|
|---|
| 1424 |
|
|---|
| 1425 | * mranforest/MRFEnergyEst.cc
|
|---|
| 1426 | - changed call of min, max functions to TMath::Min() and
|
|---|
| 1427 | TMath::Max() to avoid compilation problems with some gcc
|
|---|
| 1428 | versions
|
|---|
| 1429 | - changed check of energy rule (last col of MHMatrix) so, that
|
|---|
| 1430 | any rule containing "fEnergy" is accepted.
|
|---|
| 1431 |
|
|---|
| 1432 |
|
|---|
| 1433 |
|
|---|
| 1434 | 2005/03/08 Markus Gaug
|
|---|
| 1435 |
|
|---|
| 1436 | * mhcalib/MHPedestalCam.[h,cc]
|
|---|
| 1437 | - introduce new parameter "fFitStart" to decide from outside where
|
|---|
| 1438 | to start fitting the pedestals.
|
|---|
| 1439 |
|
|---|
| 1440 |
|
|---|
| 1441 |
|
|---|
| 1442 | 2005/03/07 Markus Gaug
|
|---|
| 1443 |
|
|---|
| 1444 | * mjobs/hilocalib_df6.root
|
|---|
| 1445 | * mjobs/hilocalib_sp2.root
|
|---|
| 1446 | - two files with the high-gain vs. logain intercalibration results.
|
|---|
| 1447 | for Digital filter and September data and Spline and December
|
|---|
| 1448 | data.
|
|---|
| 1449 |
|
|---|
| 1450 | * callisto.rc
|
|---|
| 1451 | - allow setting the variables ExtractWinLeft and ExtractWinRight.
|
|---|
| 1452 |
|
|---|
| 1453 | * mhcalib/MHCalibrationHiLoCam.h
|
|---|
| 1454 | * mhcalib/MHCalibrationCam.h
|
|---|
| 1455 | * mhcalib/MHGausEvents.h
|
|---|
| 1456 | - put the Draw-functions into the *MENU*
|
|---|
| 1457 |
|
|---|
| 1458 | * mjobs/MJCalibration.[h,cc]
|
|---|
| 1459 | - introduced reading of hi-vs.logain calibration file
|
|---|
| 1460 |
|
|---|
| 1461 | * mjobs/MJPedestal.[h,cc]
|
|---|
| 1462 | - modified range setting according Thomas S. suggestions
|
|---|
| 1463 |
|
|---|
| 1464 | * msignal/MArrivalTime.[h,cc]
|
|---|
| 1465 | - took out some commented code which will not be used any more
|
|---|
| 1466 | - improve Print() function
|
|---|
| 1467 |
|
|---|
| 1468 |
|
|---|
| 1469 |
|
|---|
| 1470 | 2005/03/05 Markus Gaug
|
|---|
| 1471 |
|
|---|
| 1472 | * msignal/MExtractTimeAndChargeSpline.[h,cc]
|
|---|
| 1473 | - removed the obsolete parts of "kMaximum" and "kHalfMaximum" in the
|
|---|
| 1474 | code which were still persistent
|
|---|
| 1475 | - set default extraction type to integral (instead of amplitude)
|
|---|
| 1476 | - set version number to 3
|
|---|
| 1477 |
|
|---|
| 1478 | * mcalib/MCalibrationChargeCam.[h,cc]
|
|---|
| 1479 | - added new function GetAvergedConvFADC2PhePerArea for the datacheck
|
|---|
| 1480 |
|
|---|
| 1481 | * mjobs/MJPedestal.[h,cc]
|
|---|
| 1482 | - added function WriteExtractor which writes the extractor with the
|
|---|
| 1483 | new ranges to disk if fPulsePosCheck has been selected.
|
|---|
| 1484 |
|
|---|
| 1485 | * mjobs/MJCalibrateSignal.[h,cc]
|
|---|
| 1486 | - added functionality to read the updated extractor from
|
|---|
| 1487 | MJPedestalY2 (with the new extraction ranges).
|
|---|
| 1488 |
|
|---|
| 1489 |
|
|---|
| 1490 |
|
|---|
| 1491 | 2005/03/04 Abelardo Moralejo
|
|---|
| 1492 |
|
|---|
| 1493 | * mmc/MFadcDefine.h
|
|---|
| 1494 | - Changed constant SUBBINS from 5 to 500. This defines the
|
|---|
| 1495 | resolution of the analog signal simulation in the camera MC.
|
|---|
| 1496 | The time step is the duration of one FADC slice divided by
|
|---|
| 1497 | SUBBINS. The change was necessary to implement correctly the PMT
|
|---|
| 1498 | time jitter.
|
|---|
| 1499 |
|
|---|
| 1500 |
|
|---|
| 1501 |
|
|---|
| 1502 | 2005/03/03 Markus Gaug
|
|---|
| 1503 |
|
|---|
| 1504 | * mjobs/pedestalref.rc
|
|---|
| 1505 | * mjobs/calibrationref.rc
|
|---|
| 1506 | * mjobs/calibrationref_Nov04.rc
|
|---|
| 1507 | - added documentation
|
|---|
| 1508 |
|
|---|
| 1509 | * mjobs/signalref.rc
|
|---|
| 1510 | - added
|
|---|
| 1511 |
|
|---|
| 1512 | * mjobs/MJPedestal.cc
|
|---|
| 1513 | - re-added MFEventSelector which had been removed by TB on the
|
|---|
| 1514 | 15.2.2005.
|
|---|
| 1515 | - added pulse position selector, as decided at the Berlin soft-
|
|---|
| 1516 | ware meeting.
|
|---|
| 1517 |
|
|---|
| 1518 | * callisto.cc
|
|---|
| 1519 | - added SetPulsePosCheck() in MJPedestalY2
|
|---|
| 1520 |
|
|---|
| 1521 | * mjobs/MJCalibrateSignal.cc
|
|---|
| 1522 | - updated pulse pos. calculator, can be switched off now.
|
|---|
| 1523 |
|
|---|
| 1524 | * mjobs/MJCalib.[h,cc]
|
|---|
| 1525 | - added flag fPulsePosCheck
|
|---|
| 1526 |
|
|---|
| 1527 |
|
|---|
| 1528 |
|
|---|
| 1529 | 2005/03/02 Markus Gaug
|
|---|
| 1530 |
|
|---|
| 1531 | * mjobs/MJCalib.[h,cc]
|
|---|
| 1532 | * mjobs/MJPedestal.[h,cc]
|
|---|
| 1533 | * mjobs/MJCalibration.[h,cc]
|
|---|
| 1534 | * mjobs/MJCalibrateSignal.[h,cc]
|
|---|
| 1535 | - put the storage types in the base class
|
|---|
| 1536 |
|
|---|
| 1537 | * mbadpixels/MBadPixelsCam.cc
|
|---|
| 1538 | - add some output in case that AsciiRead does not work
|
|---|
| 1539 |
|
|---|
| 1540 | * msignal/MExtractTimeAndChargeSpline.cc
|
|---|
| 1541 | - speed integration up a little bit.
|
|---|
| 1542 |
|
|---|
| 1543 | * callisto.rc
|
|---|
| 1544 | - adapt the low-gain stretch for the different pulse form for
|
|---|
| 1545 | calibration and cosmics pulses (only applied if spline is used).
|
|---|
| 1546 |
|
|---|
| 1547 |
|
|---|
| 1548 |
|
|---|
| 1549 | 2005/02/25 Markus Gaug
|
|---|
| 1550 |
|
|---|
| 1551 | * mhcalib/MHCalibrationHiLoCam.[h,cc]
|
|---|
| 1552 | - fixed bug in inter-calibration hi-logain for arrival times.
|
|---|
| 1553 |
|
|---|
| 1554 | * mhcalib/MHCalibrationPulseTimeCam.[h,cc]
|
|---|
| 1555 | - fixed the situation where the maximum bin is already found in the
|
|---|
| 1556 | low-gain samples.
|
|---|
| 1557 |
|
|---|
| 1558 | * mjobs/MJCalibration.cc
|
|---|
| 1559 | - write the MPedestalCams also to disk (needed for data-check).
|
|---|
| 1560 |
|
|---|
| 1561 |
|
|---|
| 1562 |
|
|---|
| 1563 | 2005/02/25 Abelardo Moralejo
|
|---|
| 1564 |
|
|---|
| 1565 | * msignal/MC_calibration_weights_UV.dat
|
|---|
| 1566 | - Added. Weights file for using the digital filter on MC
|
|---|
| 1567 | calibration files. For the moment the weights are the same as in
|
|---|
| 1568 | the file calibration_weights_UV.dat, only that high and low gain
|
|---|
| 1569 | have both the same weights because for the moment the MC pulse
|
|---|
| 1570 | shape is the same in both gain branches.
|
|---|
| 1571 |
|
|---|
| 1572 |
|
|---|
| 1573 |
|
|---|
| 1574 | 2005/02/24 Markus Gaug
|
|---|
| 1575 |
|
|---|
| 1576 | * mjobs/MJCalibrateSignal.cc
|
|---|
| 1577 | - include display of pulse times (calculated in the post-process)
|
|---|
| 1578 | - include the possibility for the pixel check (like in MJCalibration)
|
|---|
| 1579 |
|
|---|
| 1580 | * mhcalib/MHCalibrationHiLoCam.cc
|
|---|
| 1581 | - set default range up to 30.
|
|---|
| 1582 |
|
|---|
| 1583 | * mhcalib/MHCalibrationChargeBlindPix.h
|
|---|
| 1584 | - take the TVectors out of the streamer, to be exectuable with
|
|---|
| 1585 | root.04.02
|
|---|
| 1586 |
|
|---|
| 1587 |
|
|---|
| 1588 |
|
|---|
| 1589 | 2005/02/24 Thomas Hengstebeck
|
|---|
| 1590 |
|
|---|
| 1591 | * macros/RFEnergyEst.C
|
|---|
| 1592 | - new macro to show the usage of RFEnergyEst class.
|
|---|
| 1593 |
|
|---|
| 1594 |
|
|---|
| 1595 |
|
|---|
| 1596 | 2005/02/24 Abelardo Moralejo
|
|---|
| 1597 |
|
|---|
| 1598 | * mtemp/mpadova/macros/resize.C
|
|---|
| 1599 | - moved MSrcPosCam output container from RunHeaders to Events tree.
|
|---|
| 1600 |
|
|---|
| 1601 |
|
|---|
| 1602 |
|
|---|
| 1603 | 2005/02/18 Marcos Lopez
|
|---|
| 1604 |
|
|---|
| 1605 | * mflux/
|
|---|
| 1606 | - new directory to store the flux related classes.
|
|---|
| 1607 |
|
|---|
| 1608 | * mflux/MHadAlphaCut.{h,cc}
|
|---|
| 1609 | - container to store the optimal hadronness and alpha cut for each bin in
|
|---|
| 1610 | estimated energy and theta.
|
|---|
| 1611 |
|
|---|
| 1612 | * mflux/MFHadAlpha.{h,cc}
|
|---|
| 1613 | - filter to apply the hadronness and alpha cuts stored in
|
|---|
| 1614 | MHadAlphaCut. It can be selected to apply only alpha, only hadronness
|
|---|
| 1615 | cut or both.
|
|---|
| 1616 |
|
|---|
| 1617 |
|
|---|
| 1618 |
|
|---|
| 1619 | 2005/02/18 Markus Gaug
|
|---|
| 1620 |
|
|---|
| 1621 | * mhcalib/MHCalibrationPulseTimeCam.[h,cc]
|
|---|
| 1622 | - new class to histogram the arrival time of cosmics above a certain
|
|---|
| 1623 | threshold.
|
|---|
| 1624 |
|
|---|
| 1625 | * mcalib/MCalibrationPulseTimeCam.[h,cc]
|
|---|
| 1626 | - new class container with results of MHCalibrationPulseTimeCam
|
|---|
| 1627 |
|
|---|
| 1628 | * mjobs/MJCalibrateSignal.cc
|
|---|
| 1629 | - include MCalibrationPulseTimeCam to display
|
|---|
| 1630 |
|
|---|
| 1631 | 2005/02/18 Thomas Bretz
|
|---|
| 1632 |
|
|---|
| 1633 | * mbase/MStatusDisplay.cc:
|
|---|
| 1634 | - switch off TH1::AddDirectory during DrawClonePad
|
|---|
| 1635 |
|
|---|
| 1636 | * mjobs/MSequence.[h,cc]:
|
|---|
| 1637 | - added some code (still commented) for later use,
|
|---|
| 1638 | allowing to setup a different filename for each runfile
|
|---|
| 1639 | - added SetNight member function
|
|---|
| 1640 | - added Add*Runs member function
|
|---|
| 1641 | - with this changes MSequence can replace MRunIter now
|
|---|
| 1642 | - allow requesting of standard path from outside
|
|---|
| 1643 | (GetStandardPath)
|
|---|
| 1644 |
|
|---|
| 1645 | * Makefile:
|
|---|
| 1646 | - added sinope
|
|---|
| 1647 |
|
|---|
| 1648 | * sinope.cc:
|
|---|
| 1649 | - added (small tool to check contents of run for datacenter)
|
|---|
| 1650 |
|
|---|
| 1651 | * callisto.cc:
|
|---|
| 1652 | - added background information about Callisto
|
|---|
| 1653 |
|
|---|
| 1654 | * ganymed.cc:
|
|---|
| 1655 | - added background information about Ganymed
|
|---|
| 1656 |
|
|---|
| 1657 | * mjobs/MJCalibrateSignal.cc:
|
|---|
| 1658 | - removed special MC code. The MC files now have a lo-gain
|
|---|
| 1659 | switch and we can extract the pedestal rms from lo-gain
|
|---|
| 1660 | - don't print statistics if nothing was executed
|
|---|
| 1661 | - fixed display. The displayed pedestal RMS was the one
|
|---|
| 1662 | caluclated with a extractor but not at random position
|
|---|
| 1663 | (This only effects the display, the algorithm was ok)
|
|---|
| 1664 |
|
|---|
| 1665 |
|
|---|
| 1666 |
|
|---|
| 1667 | 2005/02/17 Markus Gaug
|
|---|
| 1668 |
|
|---|
| 1669 | * mjobs/MJCalibTest.cc
|
|---|
| 1670 | - removed bug treating the MC calibration files uncorrectly
|
|---|
| 1671 | - added Pixel-Check treatment
|
|---|
| 1672 |
|
|---|
| 1673 | * mjobs/MJCalibration.cc
|
|---|
| 1674 | - added Pixel-Check treatment
|
|---|
| 1675 |
|
|---|
| 1676 | * callisto.rc
|
|---|
| 1677 | - added pixel-check option
|
|---|
| 1678 |
|
|---|
| 1679 | * msignal/MExtractTimeAndChargeDigitalFilter.cc
|
|---|
| 1680 | - calculate high-gain signal even if saturation occurs
|
|---|
| 1681 |
|
|---|
| 1682 |
|
|---|
| 1683 |
|
|---|
| 1684 | 2005/02/17 Thomas Bretz
|
|---|
| 1685 |
|
|---|
| 1686 | * mjobs/MJStar.cc:
|
|---|
| 1687 | - fixed some missing containers in case of MC files
|
|---|
| 1688 |
|
|---|
| 1689 | * callisto.cc:
|
|---|
| 1690 | - removed obsolete second check for kModeC
|
|---|
| 1691 |
|
|---|
| 1692 | * mars.rc:
|
|---|
| 1693 | - added a lot of option to be able to use a
|
|---|
| 1694 | different signal extractor looking into uncalibrated
|
|---|
| 1695 | data
|
|---|
| 1696 |
|
|---|
| 1697 | * manalysis/MCameraData.[h,cc]:
|
|---|
| 1698 | - added Print() member function
|
|---|
| 1699 |
|
|---|
| 1700 | * manalysis/MCerPhotAnal2.[h,cc]:
|
|---|
| 1701 | - switched off writing into MCerPhotEvt
|
|---|
| 1702 |
|
|---|
| 1703 | * mdata/MDataChain.[h,cc]:
|
|---|
| 1704 | - added code to handle priorities of operators correctly
|
|---|
| 1705 |
|
|---|
| 1706 | * mhist/MHEvent.cc:
|
|---|
| 1707 | - fixed display for MPedestalRMS
|
|---|
| 1708 |
|
|---|
| 1709 | * mjobs/MJCalib.cc:
|
|---|
| 1710 | - fixed treatment of PixelCheck resource
|
|---|
| 1711 |
|
|---|
| 1712 | * mjobs/MJCalibrateSignal.cc:
|
|---|
| 1713 | - added some comments about Monte Carlo
|
|---|
| 1714 | - added MMcFadcHeader to output
|
|---|
| 1715 |
|
|---|
| 1716 | * mjobs/MJPedestal.cc:
|
|---|
| 1717 | - do not allow 'UseData' for Monte Carlos. Reason is given as
|
|---|
| 1718 | comment in the code
|
|---|
| 1719 |
|
|---|
| 1720 | * mmain/MEventDisplay.[h,cc]:
|
|---|
| 1721 | - changed such, that mars.cc allows to set the used extractor
|
|---|
| 1722 | - removed the obsolete cam.root, ped.root option
|
|---|
| 1723 |
|
|---|
| 1724 | * mmain/MCameraDisplay.cc:
|
|---|
| 1725 | - adapted to change in MEventDisplay
|
|---|
| 1726 |
|
|---|
| 1727 |
|
|---|
| 1728 |
|
|---|
| 1729 |
|
|---|
| 1730 | 2005/02/16 Javier Rico
|
|---|
| 1731 |
|
|---|
| 1732 | * mhistmc/MHMcUnfoldCoeff.[cc,h], mhistmc/Makefile,
|
|---|
| 1733 | mhistmc/HistMcLinkDef.h
|
|---|
| 1734 | - Added container class holding the histograms of the coefficients
|
|---|
| 1735 | for the (iterative) unfolding.
|
|---|
| 1736 |
|
|---|
| 1737 | * mmontecarlo/MMcUnfoldCoeffCalc.[cc,h], mmontecarlo/Makefile,
|
|---|
| 1738 | mmontecarlo/MonteCarloLinkDef.h
|
|---|
| 1739 | - Added task class to compute the coefficients for the (iterative)
|
|---|
| 1740 | unfolding.
|
|---|
| 1741 |
|
|---|
| 1742 | * macros/unfoldCoeff.C
|
|---|
| 1743 | - added macro that computes the effective areas and coefficients
|
|---|
| 1744 | from a MC input file (with OriginalMC tree and MEnergyEst
|
|---|
| 1745 | branch containing the energy estimator). This may be used
|
|---|
| 1746 | as layout for spectrum computation program.
|
|---|
| 1747 |
|
|---|
| 1748 |
|
|---|
| 1749 |
|
|---|
| 1750 | 2005/02/16 Markus Gaug
|
|---|
| 1751 |
|
|---|
| 1752 | * mdata/MDataChain.cc
|
|---|
| 1753 | - replaced ROOT version check for the compiler from 4.02.00 to
|
|---|
| 1754 | 4.01.00
|
|---|
| 1755 |
|
|---|
| 1756 | * mranforest/MRFEnergyEst.cc
|
|---|
| 1757 | - include "TVector.h", otherwise this class does not compile
|
|---|
| 1758 | in newer root versions
|
|---|
| 1759 |
|
|---|
| 1760 | * msignal/MExtractTimeAndCharge.cc
|
|---|
| 1761 | - initialize fLoGainStartShift correctly if read from conf. file
|
|---|
| 1762 | and modified fOffsetLoGain exists.
|
|---|
| 1763 |
|
|---|
| 1764 | * msignal/*weights*.dat
|
|---|
| 1765 | - new weights with the uniform pedestal RMS. (Please use these!)
|
|---|
| 1766 |
|
|---|
| 1767 | * msignal/pulpo_weights*.dat
|
|---|
| 1768 | - new weights with the pulpo-pulse form and without NSB!!
|
|---|
| 1769 |
|
|---|
| 1770 |
|
|---|
| 1771 |
|
|---|
| 1772 | 2005/02/16 Thomas Hengstebeck
|
|---|
| 1773 |
|
|---|
| 1774 | * mranforest/MRFEnergyEst.[h,cc]
|
|---|
| 1775 | - added RF class for energy estimation
|
|---|
| 1776 |
|
|---|
| 1777 | * mranforest/MRFEnergyEst.cc
|
|---|
| 1778 | - changed calculation of estimated energy, now interpolated values
|
|---|
| 1779 | are returned
|
|---|
| 1780 |
|
|---|
| 1781 |
|
|---|
| 1782 |
|
|---|
| 1783 | 2005/02/16 Abelardo Moralejo
|
|---|
| 1784 |
|
|---|
| 1785 | * macros/starmc2.C:
|
|---|
| 1786 | - Changed the way in which the "OriginalMC" tree is copied from
|
|---|
| 1787 | the input to the output file. Now we ise the new procedure
|
|---|
| 1788 | MWriteRootFile::AddCopySource
|
|---|
| 1789 |
|
|---|
| 1790 | * mhistmc/MHMcCollectionArea.cc
|
|---|
| 1791 | - Changed default fName to "MHMcCollectionArea"
|
|---|
| 1792 |
|
|---|
| 1793 | * mtemp/mpadova/macros/resize.C
|
|---|
| 1794 | - Changed weights
|
|---|
| 1795 |
|
|---|
| 1796 |
|
|---|
| 1797 |
|
|---|
| 1798 | 2005/02/16 Thomas Bretz
|
|---|
| 1799 |
|
|---|
| 1800 | * mbase/MEvtLoop.cc:
|
|---|
| 1801 | - fixed a typo
|
|---|
| 1802 |
|
|---|
| 1803 | * mbase/MParList.cc, mfileio/MReadMarsFile.cc,
|
|---|
| 1804 | mfileio/MReadTree.cc, mfileio/MWriteRootFile.cc,
|
|---|
| 1805 | mjobs/MJStar.cc:
|
|---|
| 1806 | - optimized size of some output
|
|---|
| 1807 |
|
|---|
| 1808 | * mfileio/MWriteRootFile.[h,cc]:
|
|---|
| 1809 | - fixed CopySource option for single-file case
|
|---|
| 1810 |
|
|---|
| 1811 | * mhist/MHCamEvent.cc:
|
|---|
| 1812 | - replaced the warn in SetupFill by an inf
|
|---|
| 1813 |
|
|---|
| 1814 | * mhcalib/MHCalibrationCam.cc, mhcalib/MHCalibrationHiLoCam.cc,
|
|---|
| 1815 | mhcalib/MHCalibrationChargePINDiode.cc:
|
|---|
| 1816 | - removed obsolete output after a failed FindCreateObj (the
|
|---|
| 1817 | function itself does the output in case of failure)
|
|---|
| 1818 |
|
|---|
| 1819 | * mhcalib/MHCalibrationCam.cc:
|
|---|
| 1820 | - replaced 'err' by 'warn' for under-/overflow in lo-gain pixel,
|
|---|
| 1821 | it doesn't result in an fatal error (abort)
|
|---|
| 1822 |
|
|---|
| 1823 | * mranforest/MRanForestCalc.cc:
|
|---|
| 1824 | - added a missing debug level to some output
|
|---|
| 1825 |
|
|---|
| 1826 | * mranforest/MRFEnergyEst.[h,cc]:
|
|---|
| 1827 | - cleaned up includes
|
|---|
| 1828 |
|
|---|
| 1829 | * callisto.cc, ganymed.cc, star.cc:
|
|---|
| 1830 | - implemented enhanced handling of resource debugging
|
|---|
| 1831 |
|
|---|
| 1832 | * mbase/Makefile, mbase/BaseLinkDef.h:
|
|---|
| 1833 | - added MEnv
|
|---|
| 1834 |
|
|---|
| 1835 | * mbase/MEnv.[h,cc]:
|
|---|
| 1836 | - added
|
|---|
| 1837 |
|
|---|
| 1838 | * mjobs/MJob.[h,cc]:
|
|---|
| 1839 | - added new function to allow distribution of extranl MEnv
|
|---|
| 1840 | - replaced Bool_t by Int_t for fEnvDebug
|
|---|
| 1841 |
|
|---|
| 1842 | * mjobs/MJPedestal.cc:
|
|---|
| 1843 | - adapted to changes of EnvDebug
|
|---|
| 1844 |
|
|---|
| 1845 |
|
|---|
| 1846 |
|
|---|
| 1847 | 2005/02/15 Abelardo Moralejo
|
|---|
| 1848 |
|
|---|
| 1849 | * macros/mccalibrate.C
|
|---|
| 1850 | - fixed small bug
|
|---|
| 1851 |
|
|---|
| 1852 | * mmontecarlo/MMcCollectionAreaCalc.[h,cc]
|
|---|
| 1853 | * mhistmc/MHMcCollectionArea.[h,cc]
|
|---|
| 1854 | - Changed the way of calculating final effective area for data
|
|---|
| 1855 | analysis. The new approach requires the use of MC files produced
|
|---|
| 1856 | with the current CVS version of camera. We now make use of the
|
|---|
| 1857 | true total number of produced MC events, and allow for the
|
|---|
| 1858 | setting of a "tentative" differential gamma spectrum to be used
|
|---|
| 1859 | in the calculation of effective areas.
|
|---|
| 1860 | Removed unused constructor argument "input" in
|
|---|
| 1861 | MMcCollectionAreaCalc.
|
|---|
| 1862 |
|
|---|
| 1863 | * macros/collarea.C
|
|---|
| 1864 | - Adapted to the new way of calculating effective areas.
|
|---|
| 1865 |
|
|---|
| 1866 |
|
|---|
| 1867 |
|
|---|
| 1868 | 2005/02/15 Thomas Bretz
|
|---|
| 1869 |
|
|---|
| 1870 | * callisto.rc:
|
|---|
| 1871 | - replaced mutal exclusive options (Integral, Amplitude) by
|
|---|
| 1872 | a one-line resource
|
|---|
| 1873 |
|
|---|
| 1874 | * msignal/MExtractTimeAndChargeSpline.cc:
|
|---|
| 1875 | - replaced mutal exclusive options (Integral, Amplitude) by
|
|---|
| 1876 | a one-line resource "ExtractionType" (old code still works)
|
|---|
| 1877 |
|
|---|
| 1878 | * manalysis/MCerPhotEvt.[h,cc]:
|
|---|
| 1879 | - added new variables to store information about islands
|
|---|
| 1880 | and removed pixels - PRELIMINARY
|
|---|
| 1881 | - increased class version number
|
|---|
| 1882 |
|
|---|
| 1883 | * mfilter/MFSoftwareTrigger.cc:
|
|---|
| 1884 | - optimized output in PostProcess
|
|---|
| 1885 |
|
|---|
| 1886 | * mimage/MHImagePar.[h,cc]:
|
|---|
| 1887 | - added new histograms for new variables in MCerPhotEvt
|
|---|
| 1888 |
|
|---|
| 1889 | * mimage/MImagePar.[h,cc]:
|
|---|
| 1890 | - added new data members for the new image parameters
|
|---|
| 1891 | - increased class version
|
|---|
| 1892 |
|
|---|
| 1893 | * mimage/MImgCleanStd.[h,cc]:
|
|---|
| 1894 | - adapted image cleaning to calculate the new image
|
|---|
| 1895 | parameters
|
|---|
| 1896 | - added a flag to keep single core pixels
|
|---|
| 1897 |
|
|---|
| 1898 | * manalysis/MMatrixLoop.[h,cc], mfileio/MReadReports.[h,cc],
|
|---|
| 1899 | mfileio/MReadRflFile.[h,cc], mfileio/MReadTree.[h,cc],
|
|---|
| 1900 | mraw/MRawFileRead.[h,cc], mraw/MRawSocketRead.h:
|
|---|
| 1901 | - renamed GetFileName to GetFullFileName
|
|---|
| 1902 |
|
|---|
| 1903 | * mbase/MInputStreamID.h:
|
|---|
| 1904 | - added new member function HasStreamId
|
|---|
| 1905 |
|
|---|
| 1906 | * mbase/MParContainer.[h,cc]:
|
|---|
| 1907 | - added a static list to keep track of all created
|
|---|
| 1908 | TMathodCall objects
|
|---|
| 1909 |
|
|---|
| 1910 | * mbase/MTask.cc:
|
|---|
| 1911 | - enhanced PrintStatistics
|
|---|
| 1912 |
|
|---|
| 1913 | * mfileio/MRead.[h,cc]:
|
|---|
| 1914 | - new abstract function GetFullFileName
|
|---|
| 1915 | - added implementatio of GetFileName based on GetFullFileName
|
|---|
| 1916 |
|
|---|
| 1917 | * mfileio/MWriteRootFile.[h,cc]:
|
|---|
| 1918 | - moved open of a new file to new common member function
|
|---|
| 1919 | OpenFile
|
|---|
| 1920 | - allow to use an already existing file also when using rules
|
|---|
| 1921 | - added a new option which can be used to copy an existing
|
|---|
| 1922 | tree (without any change) from the old file into the new file.
|
|---|
| 1923 | (in principal you can also do this for some of its branches only)
|
|---|
| 1924 | This is done by AddCopySource
|
|---|
| 1925 |
|
|---|
| 1926 | * mjobs/MJCalibrateSignal.cc:
|
|---|
| 1927 | - in case of MonteCarlo files write an independant tree
|
|---|
| 1928 | 'MonteCarlo' for 'MMcEvtBasic'
|
|---|
| 1929 |
|
|---|
| 1930 | * mjobs/MJStar.cc:
|
|---|
| 1931 | - copy tree 'MonteCarlo' from old into new files
|
|---|
| 1932 |
|
|---|
| 1933 | * mjobs/MJPedestal.cc:
|
|---|
| 1934 | - removed wrong use of MFEventSelector
|
|---|
| 1935 |
|
|---|
| 1936 | * mpedestal/MExtractPedestal.cc:
|
|---|
| 1937 | - made sure that fExtractor is correctly pre- and
|
|---|
| 1938 | postprocessed.
|
|---|
| 1939 |
|
|---|
| 1940 | * mbase/MTask.cc:
|
|---|
| 1941 | - don't preprocess a task if it has been preprocessed already
|
|---|
| 1942 |
|
|---|
| 1943 | * mraw/MRawFileWrite.cc:
|
|---|
| 1944 | - if display is set write output to status line
|
|---|
| 1945 |
|
|---|
| 1946 | * mfileio/MReadTree.cc, mfileio/MReadMarsFile.cc:
|
|---|
| 1947 | - moved code to display filename in status display from
|
|---|
| 1948 | MReadMarsFile::Notify to MReadTree::Notify
|
|---|
| 1949 |
|
|---|
| 1950 |
|
|---|
| 1951 |
|
|---|
| 1952 | 2005/02/15 Markus Gaug
|
|---|
| 1953 |
|
|---|
| 1954 | * mjobs/MJCalib.h
|
|---|
| 1955 | - added GetDataFlag(), otherwise code does not compile!
|
|---|
| 1956 |
|
|---|
| 1957 | * mhcalib/MHCalibrationChargeCam.cc
|
|---|
| 1958 | - moved default saturation limit for number of high-gain events from
|
|---|
| 1959 | 0.02 to 0.05.
|
|---|
| 1960 |
|
|---|
| 1961 | * msignal/MExtractTimeAndCharge.cc
|
|---|
| 1962 | - lowered default low-gain switch from 150 to 120. (for calibration
|
|---|
| 1963 | events which saturate more than 5% of the events).
|
|---|
| 1964 |
|
|---|
| 1965 | * mjobs/MJCalib.[h,cc]
|
|---|
| 1966 | - include possibility to display pixels distributions for test
|
|---|
| 1967 | reasons
|
|---|
| 1968 |
|
|---|
| 1969 |
|
|---|
| 1970 |
|
|---|
| 1971 | 2005/02/14 Thomas Bretz
|
|---|
| 1972 |
|
|---|
| 1973 | * callisto.cc, ganymed.cc, star.cc:
|
|---|
| 1974 | - added some more information to '--help' output
|
|---|
| 1975 | - replaced MSequences by MDataSet
|
|---|
| 1976 | - implemented new debugging options (maybe not perfect yet)
|
|---|
| 1977 | --print-files and --print-found
|
|---|
| 1978 |
|
|---|
| 1979 | * mjobs/MJCut.[h,cc]:
|
|---|
| 1980 | - replaced MSequences by MDataSet
|
|---|
| 1981 | - write MEnergyEst
|
|---|
| 1982 | - recalculate MHillasSrc
|
|---|
| 1983 | - made sure both MWriteRootFile have different names
|
|---|
| 1984 | - don't use "same" option if no off-data
|
|---|
| 1985 |
|
|---|
| 1986 | * mjobs/MSequences.[h,cc]:
|
|---|
| 1987 | - removed
|
|---|
| 1988 |
|
|---|
| 1989 | * mjobs/MDataSet.[h,cc]:
|
|---|
| 1990 | - added
|
|---|
| 1991 |
|
|---|
| 1992 | * manalysis/MEventRateCalc.[h,cc]:
|
|---|
| 1993 | - added a fix which make sure, that the rate is not influenced
|
|---|
| 1994 | too much by the start of data taking
|
|---|
| 1995 | - fixed setting of mean time corresponding to rate-interval
|
|---|
| 1996 |
|
|---|
| 1997 | * mraw/MRawFileRead.[h,cc]:
|
|---|
| 1998 | - calculate total number of events from all files in PreProcess
|
|---|
| 1999 |
|
|---|
| 2000 | * mcalib/MCalibConstCam.cc:
|
|---|
| 2001 | - added case 2 to GetPixelContent
|
|---|
| 2002 |
|
|---|
| 2003 | * mjobs/MJCalibrateSignal.cc:
|
|---|
| 2004 | - fixed redirection of stream with interleaved calibration infos
|
|---|
| 2005 | - changed 'Arrival Time' to 'Calibrated Arrival Time'
|
|---|
| 2006 | - display interpolated signal in equivalent photoelectrons to
|
|---|
| 2007 | to get rid of scaling effects which makes it difficult to see
|
|---|
| 2008 | details of the structure of the inner pixels in the histogram.
|
|---|
| 2009 | With this you can immediatly see whether the relative number
|
|---|
| 2010 | of phe in the outer pixels is equiv. to the inner pixels.
|
|---|
| 2011 | - the same for the calibration factor - with the same argument
|
|---|
| 2012 | - adapted to change in MWriteRootFile
|
|---|
| 2013 | - use MReadMarsFile for Monte Carlo flag set
|
|---|
| 2014 |
|
|---|
| 2015 | * mhist/MHCamera.cc:
|
|---|
| 2016 | - changed drawing such, that NaN is not displayed anymore
|
|---|
| 2017 |
|
|---|
| 2018 | * Makefile:
|
|---|
| 2019 | - added new program ganymed
|
|---|
| 2020 |
|
|---|
| 2021 | * mfileio/MWriteRootFile.[h,cc]:
|
|---|
| 2022 | - added possibility to use UPDATE mode with rules (dangerous!)
|
|---|
| 2023 | as discussed with Abelardo, Daniel M. and Thomas S.
|
|---|
| 2024 |
|
|---|
| 2025 | * mjobs/MJStar.cc:
|
|---|
| 2026 | - adapted to change in MWriteRootFile
|
|---|
| 2027 | - added software trigger (still untuned) as suggested by
|
|---|
| 2028 | Thomas S.
|
|---|
| 2029 | - added calculation of source position before calculation
|
|---|
| 2030 | of image parameters
|
|---|
| 2031 | - added MPointingPos to Events-Tree
|
|---|
| 2032 | - removed MPointingPos from Drive-Tree
|
|---|
| 2033 | - renamed sub-tasklists to something more intuitive
|
|---|
| 2034 |
|
|---|
| 2035 | * mjobs/Makefile, mjobs/JobsLinkDef.h:
|
|---|
| 2036 | - added MJCut.cc
|
|---|
| 2037 |
|
|---|
| 2038 | * mraw/MRawFileRead.cc:
|
|---|
| 2039 | - return kERROR if ReInit fails
|
|---|
| 2040 |
|
|---|
| 2041 | * mfilter/MFSoftwareTrigger.[h,cc]:
|
|---|
| 2042 | - updated to allow using time coincidence
|
|---|
| 2043 | - changed default values
|
|---|
| 2044 | - added a pattern independant trigger algorithm
|
|---|
| 2045 |
|
|---|
| 2046 | * mbase/MDirIter.cc:
|
|---|
| 2047 | - implemented option 'dbg' in Print()
|
|---|
| 2048 |
|
|---|
| 2049 | * mjobs/MJCalib.h:
|
|---|
| 2050 | - added a getter for data-flag (should be renamed
|
|---|
| 2051 | to 'datatype' soon)
|
|---|
| 2052 |
|
|---|
| 2053 |
|
|---|
| 2054 |
|
|---|
| 2055 | 2005/02/12 Abelardo Moralejo
|
|---|
| 2056 |
|
|---|
| 2057 | * mtemp/mpadova/macros/wobblemap.C
|
|---|
| 2058 | - Added. Macro to do some studies on wobble mode data.
|
|---|
| 2059 |
|
|---|
| 2060 | * macros/mccalibrate.C
|
|---|
| 2061 | - Added option to divide the output in a train and a test sample.
|
|---|
| 2062 | Included in output new container MMcEvtBasic (if found in input
|
|---|
| 2063 | files) for later use in effective areas calculations.
|
|---|
| 2064 |
|
|---|
| 2065 | * macros/starmc2.C
|
|---|
| 2066 | - Added writing out of new container MMcEvtBasic. Removed
|
|---|
| 2067 | possibility of splitting output in train and test samples, since
|
|---|
| 2068 | this has now to be done in mccalibrate.C to make possible that
|
|---|
| 2069 | the tree OriginalMC containing MMcEvtBasic has all the original
|
|---|
| 2070 | MC events (and only those) from which the events present in the
|
|---|
| 2071 | Events tree derive.
|
|---|
| 2072 |
|
|---|
| 2073 | * macros/starmc.C
|
|---|
| 2074 | - Changed a couple of wrong "." by "->" in function calls. Changed
|
|---|
| 2075 | default tail cuts.
|
|---|
| 2076 |
|
|---|
| 2077 |
|
|---|
| 2078 |
|
|---|
| 2079 | 2005/02/12 Markus Gaug
|
|---|
| 2080 |
|
|---|
| 2081 | * msignal/MExtractTimeAndChargeSpline.cc
|
|---|
| 2082 | - change default rise time to 0.5 and default fall time to 1.5
|
|---|
| 2083 |
|
|---|
| 2084 | * callisto.rc
|
|---|
| 2085 | - made intitializations of extractors more explicit
|
|---|
| 2086 |
|
|---|
| 2087 | * mpedestal/MExtractPedestal.cc
|
|---|
| 2088 | - make check for even number of slices in the case of "fundamental"
|
|---|
| 2089 | pedestal calc.
|
|---|
| 2090 |
|
|---|
| 2091 | * mcalib/MCalibrationChargeCalc.cc
|
|---|
| 2092 | - take out some commented code
|
|---|
| 2093 |
|
|---|
| 2094 | * mjobs/MJCalib.h
|
|---|
| 2095 | - removed GetDataFlag()
|
|---|
| 2096 |
|
|---|
| 2097 |
|
|---|
| 2098 |
|
|---|
| 2099 | 2005/02/12 Abelardo Moralejo
|
|---|
| 2100 |
|
|---|
| 2101 | * mmc/MMcTrig.hxx
|
|---|
| 2102 | - Added getter GetNumFirstLevel. This is necessary if that data
|
|---|
| 2103 | member is to be used for instance in MF filters. There was
|
|---|
| 2104 | already a getter, but it is called GetFirstLevel and hence not
|
|---|
| 2105 | recognized.
|
|---|
| 2106 |
|
|---|
| 2107 |
|
|---|
| 2108 |
|
|---|
| 2109 | 2005/02/11 Abelardo Moralejo
|
|---|
| 2110 |
|
|---|
| 2111 | * mmc/MMcEvtBasic.[h,cc]:
|
|---|
| 2112 | - New class. Contains 5 very basic MC parameters which we intend
|
|---|
| 2113 | to save for all generated Corsika events. This is needed for
|
|---|
| 2114 | proper effective area calculations.
|
|---|
| 2115 |
|
|---|
| 2116 | * mmc/Makefile, McLinkDef.h
|
|---|
| 2117 | - Added new class above.
|
|---|
| 2118 |
|
|---|
| 2119 |
|
|---|
| 2120 |
|
|---|
| 2121 | 2005/02/11 Thomas Bretz
|
|---|
| 2122 |
|
|---|
| 2123 | * mfileio/MWriteRootFile.[h,cc]:
|
|---|
| 2124 | - added the possibility to write to an already existing file.
|
|---|
| 2125 | This doesn't affect the old behaviour, but using this new feature
|
|---|
| 2126 | might still have problems.
|
|---|
| 2127 |
|
|---|
| 2128 | * mfileio/MReadReports.cc:
|
|---|
| 2129 | - fixed column-level in PrintStatistics
|
|---|
| 2130 |
|
|---|
| 2131 | * mjobs/MJCalibrateSignal.cc:
|
|---|
| 2132 | - keep MMcRunHeader in the output
|
|---|
| 2133 |
|
|---|
| 2134 |
|
|---|
| 2135 |
|
|---|
| 2136 | 2005/02/10 Abelardo Moralejo
|
|---|
| 2137 |
|
|---|
| 2138 | * macros/mccalibrate.C
|
|---|
| 2139 | - Added possibility to calibrate in photons or photoelectrons
|
|---|
| 2140 |
|
|---|
| 2141 | * macros/starmc2.C
|
|---|
| 2142 | - Added comment about value of cleaning levels
|
|---|
| 2143 |
|
|---|
| 2144 |
|
|---|
| 2145 |
|
|---|
| 2146 | 2005/02/10 Markus Gaug
|
|---|
| 2147 |
|
|---|
| 2148 | * mcalib/Makefile
|
|---|
| 2149 | * mcalib/CalibLinkDef.h
|
|---|
| 2150 | * mcalib/MCalibrate.[h,cc]
|
|---|
| 2151 | - removed mcalib/MCalibrate.* because it has been replaced by
|
|---|
| 2152 | MCalibrateData
|
|---|
| 2153 |
|
|---|
| 2154 | * mmain/MEventDisplay.cc
|
|---|
| 2155 | - replaced MCalibrate by MCalibrateData
|
|---|
| 2156 |
|
|---|
| 2157 | * mhcalib/MHCalibrationCam.cc
|
|---|
| 2158 | - replaced warning about empty histogram from red (err) by
|
|---|
| 2159 | yellow (warn).
|
|---|
| 2160 |
|
|---|
| 2161 | * mcalib/MCalibColorSet.cc
|
|---|
| 2162 | - return kTRUE in case of MC-file
|
|---|
| 2163 |
|
|---|
| 2164 | * msignal/MExtractTimaAndChargeSpline.[h,cc]
|
|---|
| 2165 | - make sure that all variables are set correctly independent on
|
|---|
| 2166 | the order of their initialization by the user
|
|---|
| 2167 |
|
|---|
| 2168 |
|
|---|
| 2169 |
|
|---|
| 2170 | 2005/02/10 Thomas Bretz
|
|---|
| 2171 |
|
|---|
| 2172 | * mgeom/MGeomCam.[h,cc]:
|
|---|
| 2173 | - added new member functions (GetNeighbors) to get all pixels
|
|---|
| 2174 | around a given pixel with a given radius
|
|---|
| 2175 |
|
|---|
| 2176 | * mars.rc:
|
|---|
| 2177 | - use same values for image cleaning as default in star
|
|---|
| 2178 |
|
|---|
| 2179 | * mpointing/MSrcPosCalc.[h,cc]:
|
|---|
| 2180 | - added the possibility to set the Source position from
|
|---|
| 2181 | a resource file
|
|---|
| 2182 |
|
|---|
| 2183 | * mjobs/MJStar.cc:
|
|---|
| 2184 | - write MMcRunHeader to RunHeaders
|
|---|
| 2185 |
|
|---|
| 2186 | * mfileio/MWriteRootFile.cc:
|
|---|
| 2187 | - removed an obsolete line
|
|---|
| 2188 | - removed a debug line which should not be there
|
|---|
| 2189 |
|
|---|
| 2190 | * mimage/MHillas.h:
|
|---|
| 2191 | - added new Getter GetDist0 returning the distance to the
|
|---|
| 2192 | camera center
|
|---|
| 2193 |
|
|---|
| 2194 | * mhflux/MHFalseSource.cc:
|
|---|
| 2195 | - the scaling in Paint() was nonsense in case we are looking
|
|---|
| 2196 | at on/off-data. Fixed.
|
|---|
| 2197 |
|
|---|
| 2198 |
|
|---|
| 2199 |
|
|---|
| 2200 | 2005/02/10 Abelardo Moralejo
|
|---|
| 2201 |
|
|---|
| 2202 | * manalysis/MMcCalibrationUpdate.h
|
|---|
| 2203 | - Added comment on new member fSignalType. Sorry for compilation
|
|---|
| 2204 | problems... I forgot to commit the header yesterday, but M. Gaug
|
|---|
| 2205 | did it.
|
|---|
| 2206 |
|
|---|
| 2207 | * macros/starmc.C
|
|---|
| 2208 | - Cleaned up a little bit, made the option to choose between
|
|---|
| 2209 | calibration in photons or phe- easier to set.
|
|---|
| 2210 |
|
|---|
| 2211 | * manalysis/MMcCalibrationUpdate.[h,cc]
|
|---|
| 2212 | - Added getter and setter for fSignalType. Set fSignalType=kPhot as
|
|---|
| 2213 | default for consistency with MCalibrateData.
|
|---|
| 2214 |
|
|---|
| 2215 |
|
|---|
| 2216 |
|
|---|
| 2217 | 2005/02/09 Abelardo Moralejo
|
|---|
| 2218 |
|
|---|
| 2219 | * manalysis/MMcCalibrationUpdate.cc
|
|---|
| 2220 | - Updated to make the MC calibration in phe- work
|
|---|
| 2221 |
|
|---|
| 2222 | * macros/starmc.C
|
|---|
| 2223 | - same as above. Now default is calibration in phe-
|
|---|
| 2224 |
|
|---|
| 2225 | * mraw/MRawEvtHeader.h
|
|---|
| 2226 | - Added setter for the trigger pattern, absolutely needed for
|
|---|
| 2227 | creating proper MC root files.
|
|---|
| 2228 |
|
|---|
| 2229 |
|
|---|
| 2230 |
|
|---|
| 2231 | 2005/02/09 Markus Gaug
|
|---|
| 2232 |
|
|---|
| 2233 | * manalysis/MMcCalibrationUpdate.h
|
|---|
| 2234 | - added missing declaration of fSignalType
|
|---|
| 2235 |
|
|---|
| 2236 | * mjobs/MJPedestal.[h,cc]
|
|---|
| 2237 | * mjobs/badpixels_0_559.rc
|
|---|
| 2238 | * callisto.rc
|
|---|
| 2239 | - allow exclusion of bad pixels from the beginning (default is
|
|---|
| 2240 | Pixel 0 and 559).
|
|---|
| 2241 | - removed some obsolete includes
|
|---|
| 2242 | - took out data member fPedestalHist from MJPedestal.h which removes
|
|---|
| 2243 | the crash, however I don't understand why it caused the crash!!!
|
|---|
| 2244 | There seem to be problems with memory usage either in callisto.cc
|
|---|
| 2245 | or in this class!!
|
|---|
| 2246 | (valgrind shows several memory leaks in the TG... classes).
|
|---|
| 2247 |
|
|---|
| 2248 | * mjobs/MJCalibration.cc
|
|---|
| 2249 | - write display and containers also in case of failure of eventloop
|
|---|
| 2250 |
|
|---|
| 2251 | * mhcalib/MHGausEvents.cc
|
|---|
| 2252 | - make default display window 600x600
|
|---|
| 2253 |
|
|---|
| 2254 | * mcalib/MCalibrationQECamMagic.cc
|
|---|
| 2255 | - updated five pixels
|
|---|
| 2256 |
|
|---|
| 2257 | * mpedestal/MExtractPedestal.[h,cc]
|
|---|
| 2258 | * mpedestal/MPedCalcPedRun.cc
|
|---|
| 2259 | * mpedestal/MPedCalcFromLoGain.cc
|
|---|
| 2260 | - included possibility for intermediate pedestal cam (not yet used)
|
|---|
| 2261 |
|
|---|
| 2262 | * msignal/MExtractTimeAndChargeDigitalFilterPeakSearch.cc
|
|---|
| 2263 | - initialize the bad events counters to 0 also in constructor
|
|---|
| 2264 | - release the limit for bad events a bit
|
|---|
| 2265 |
|
|---|
| 2266 | * mcalib/MCalibrationTestCam.h
|
|---|
| 2267 | - take out include of TArrayI (already in base class)
|
|---|
| 2268 |
|
|---|
| 2269 | * mcalib/MCalibrateData.h
|
|---|
| 2270 | - make default argument for SetSignalType kPhe.
|
|---|
| 2271 |
|
|---|
| 2272 | * mjobs/MJCalibrateSignalFromOuside.[h,cc]
|
|---|
| 2273 | - removed
|
|---|
| 2274 |
|
|---|
| 2275 |
|
|---|
| 2276 |
|
|---|
| 2277 | 2005/02/08 Markus Gaug
|
|---|
| 2278 |
|
|---|
| 2279 | * mhcalib/MHCalibrationCam.cc
|
|---|
| 2280 | * mcalib/MCalibrationChargeCalc.cc
|
|---|
| 2281 | - replaced GetNumExecutions()==0 condition by GetNumExecution() < 1
|
|---|
| 2282 |
|
|---|
| 2283 |
|
|---|
| 2284 |
|
|---|
| 2285 | 2005/02/08 Thomas Bretz
|
|---|
| 2286 |
|
|---|
| 2287 | * mpointing/MPointingPosInterpolate.cc:
|
|---|
| 2288 | - use debug option in addition to switch off output from internal
|
|---|
| 2289 | eventloop. It is confusing having this output inside another
|
|---|
| 2290 | eventloop.
|
|---|
| 2291 | - updated missing connections in class description
|
|---|
| 2292 |
|
|---|
| 2293 | * msignal/MExtractTimeAndChargeDigitalFilterPeakSearch.cc:
|
|---|
| 2294 | - made sure that output of PostProcess fits into 80col boundary
|
|---|
| 2295 |
|
|---|
| 2296 | * mimage/MHillas.cc:
|
|---|
| 2297 | - removed an obsolete call to TLine::Paint() in Paint.
|
|---|
| 2298 |
|
|---|
| 2299 |
|
|---|
| 2300 |
|
|---|
| 2301 | 2005/02/07 Thomas Bretz
|
|---|
| 2302 |
|
|---|
| 2303 | * mbase/MFilter.cc:
|
|---|
| 2304 | - use paranthesis around ClassName in GetRule
|
|---|
| 2305 |
|
|---|
| 2306 | * mdata/MDataFormula.h:
|
|---|
| 2307 | - fixed a wrong comment in variable description
|
|---|
| 2308 |
|
|---|
| 2309 | * mhist/MHCamEvent.[h,cc], mhist/MHCamera.[h,cc],
|
|---|
| 2310 | mjobs/MJCalibrateSignal.cc,
|
|---|
| 2311 | mjobs/MJCalibrateSignalFromOutside.cc:
|
|---|
| 2312 | - to make sure there are no missunderstandings we have to
|
|---|
| 2313 | replace all occurances of 'Variance' by 'SqrtVariance'
|
|---|
| 2314 | (it was not my decision)
|
|---|
| 2315 |
|
|---|
| 2316 | * mastro/MAstro.[h,cc]:
|
|---|
| 2317 | - added new function Angle2Coordinate
|
|---|
| 2318 |
|
|---|
| 2319 | * mbase/MTaskEnv.[h,cc]:
|
|---|
| 2320 | - fixed a bug which caused the resource task to be ignored
|
|---|
| 2321 | if the default task was '<dummy>'
|
|---|
| 2322 |
|
|---|
| 2323 | * mhbase/MH3.cc:
|
|---|
| 2324 | - fixed a bug in Paint (use GetListOfPrimitives->FindObject
|
|---|
| 2325 | instead of FindObject) which caused the histogram to
|
|---|
| 2326 | be put a lot of times into the pad.
|
|---|
| 2327 |
|
|---|
| 2328 | * mjobs/MJCalib.[h,cc]:
|
|---|
| 2329 | - derived MJCalib from MJob in order to be able to move
|
|---|
| 2330 | common code from derived classes into the base-class
|
|---|
| 2331 | - implemented CheckEnvLocal to handle the resource 'DataType'
|
|---|
| 2332 | - changed publicity of some variables and functions
|
|---|
| 2333 | to allow setting file type from outside
|
|---|
| 2334 | - added new function to set data-type for use in callisto.cc
|
|---|
| 2335 |
|
|---|
| 2336 | * mjobs/MJCalibTest.[h,cc], mjobs/MJCalibrateSignal.[h,cc],
|
|---|
| 2337 | mjobs/MJCalibration.[h,cc], mjobs/MJPedestal.[h,cc]:
|
|---|
| 2338 | - removed double inheritance, replaced by single inheritance
|
|---|
| 2339 | from MJCalib
|
|---|
| 2340 | - replaced code to handle the resource 'DataType' by the
|
|---|
| 2341 | common code in the base class
|
|---|
| 2342 | - put reading of reference file into a new member function
|
|---|
| 2343 | to make source code reading resource file simpler and to
|
|---|
| 2344 | be able to write a function description about it (simple
|
|---|
| 2345 | copy&past)
|
|---|
| 2346 |
|
|---|
| 2347 | * callisto.cc:
|
|---|
| 2348 | - added option for file-type
|
|---|
| 2349 |
|
|---|
| 2350 | * mjobs/MJOptimize.[h,cc], mjobs/MSequences.[h,cc],
|
|---|
| 2351 | mjobs/MJCut.[h,cc], ganymed.[cc,rc], mhflux/MHEnergyEst.[h,cc]:
|
|---|
| 2352 | - added to repository, but not yet to Makefile because
|
|---|
| 2353 | there is still some work to be done. But whoever is
|
|---|
| 2354 | interested in the new classes/program may already use it.
|
|---|
| 2355 |
|
|---|
| 2356 | * mhflux/MAlphaFitter.[h,cc]:
|
|---|
| 2357 | - added option to choose the minimization value
|
|---|
| 2358 |
|
|---|
| 2359 | * mhflux/MHAlpha.cc:
|
|---|
| 2360 | - replaced significance by minimization value
|
|---|
| 2361 |
|
|---|
| 2362 | * mhflux/MHEffectiveOnTime.cc:
|
|---|
| 2363 | - use E-Option when fitting to improve error calculation
|
|---|
| 2364 | by using Minos technique
|
|---|
| 2365 |
|
|---|
| 2366 |
|
|---|
| 2367 |
|
|---|
| 2368 | 2005/02/04 Markus Gaug
|
|---|
| 2369 |
|
|---|
| 2370 | * mjobs/MJCalibration.cc
|
|---|
| 2371 | - found a "the `impossible' happened" when running callisto with
|
|---|
| 2372 | a pure signal extractor --> MExtractTimeFastSpline has some
|
|---|
| 2373 | problems with the management of the internal arrays. Replaced it
|
|---|
| 2374 | by MExtractTimeHighestIntegral as default which is as good.
|
|---|
| 2375 |
|
|---|
| 2376 | * callisto.rc
|
|---|
| 2377 | - use MExtractTimeAndChargeDigitalFilterPeakSearch as default
|
|---|
| 2378 | instead of MExtractTimeAndChargeDigitalFilter. This extractor is
|
|---|
| 2379 | now tested and checks for the positions of the pulse within the
|
|---|
| 2380 | DAQ-window.
|
|---|
| 2381 |
|
|---|
| 2382 |
|
|---|
| 2383 |
|
|---|
| 2384 | 2005/02/04 Thomas Bretz
|
|---|
| 2385 |
|
|---|
| 2386 | * Makefile.rules:
|
|---|
| 2387 | - fixed creation of main MDep.d
|
|---|
| 2388 |
|
|---|
| 2389 | * callisto.cc, merpp.cc, showlog.cc, showplot.cc, star.cc:
|
|---|
| 2390 | - added commandline option --version
|
|---|
| 2391 |
|
|---|
| 2392 | * mbase/MFilter.cc:
|
|---|
| 2393 | - changed default for 'GetRule'
|
|---|
| 2394 |
|
|---|
| 2395 | * mbase/MParContainer.cc:
|
|---|
| 2396 | - simplified GetNewObject
|
|---|
| 2397 |
|
|---|
| 2398 | * mfbase/MF.cc:
|
|---|
| 2399 | - if no conditional sign is found try to create
|
|---|
| 2400 | MFilter-object
|
|---|
| 2401 |
|
|---|
| 2402 | * mraw/MRawEvtData.cc:
|
|---|
| 2403 | - fixed the initialization of fABFlags in case maxid==0 which
|
|---|
| 2404 | is the default. This caused MRawEvtPixelIter::HasABFlag
|
|---|
| 2405 | to do unallowed access to memory for old root-files without
|
|---|
| 2406 | the AB flag, because it assumed (due to size==1) that the
|
|---|
| 2407 | data contains the ab flag
|
|---|
| 2408 |
|
|---|
| 2409 | * mraw/MRawEvtPixelIter.[h,cc]:
|
|---|
| 2410 | - removed some obsolete debug comments
|
|---|
| 2411 | - simplified HasABFlag
|
|---|
| 2412 |
|
|---|
| 2413 | * manalysis/MCerPhotPix.h:
|
|---|
| 2414 | - removed the `!` again. It gave problems with the Mars
|
|---|
| 2415 | display. We agreed that this is a minor problem because
|
|---|
| 2416 | the structure of MCerPhot* will chnage soon in any case.
|
|---|
| 2417 |
|
|---|
| 2418 |
|
|---|
| 2419 |
|
|---|
| 2420 | 2005/02/04 Abelardo Moralejo
|
|---|
| 2421 |
|
|---|
| 2422 | * macros/starmc2.C
|
|---|
| 2423 | - added to output missing container MConcentration.
|
|---|
| 2424 |
|
|---|
| 2425 |
|
|---|
| 2426 |
|
|---|
| 2427 | 2005/02/03 Thomas Bretz
|
|---|
| 2428 |
|
|---|
| 2429 | * mfbase/MFilterList.[h,cc]:
|
|---|
| 2430 | - added new function AddToList(TCollection&)
|
|---|
| 2431 |
|
|---|
| 2432 | * mhbase/MFillH.cc:
|
|---|
| 2433 | - print a warning if 'same'-option given without
|
|---|
| 2434 | a corresponding existing tab
|
|---|
| 2435 |
|
|---|
| 2436 | * mhflux/MHAlpha.[h,cc]:
|
|---|
| 2437 | - made time bins settable by user
|
|---|
| 2438 |
|
|---|
| 2439 | * mfileio/MWriteRootFile.cc:
|
|---|
| 2440 | - fixed ReInit and a warning output when writing to memory
|
|---|
| 2441 |
|
|---|
| 2442 |
|
|---|
| 2443 |
|
|---|
| 2444 | 2005/02/03 Markus Gaug
|
|---|
| 2445 |
|
|---|
| 2446 | * mcalib/MCalibColorSet.[h,cc]
|
|---|
| 2447 | - implement possibility to set colour explicitely (e.g. for MC).
|
|---|
| 2448 |
|
|---|
| 2449 | * msignal/MExtractTimeAndChargeDigitalFilter.cc
|
|---|
| 2450 | - intialize fTimeShiftHiGain and fTimeShiftLoGain by default.
|
|---|
| 2451 |
|
|---|
| 2452 | * mjobs/MJPedestal.cc
|
|---|
| 2453 | - in case, extractor is used, put the extractor into the tasklist,
|
|---|
| 2454 | otherwise ranges do not get initialized correctly (wrong memory
|
|---|
| 2455 | usage!). Use an event selector, however to not skip the Process.
|
|---|
| 2456 | This is as fast as before and now safe for any kind of extractor
|
|---|
| 2457 |
|
|---|
| 2458 | * mcalib/MCalibrationCam.h
|
|---|
| 2459 | * mcalib/MCalibrationTestCam.h
|
|---|
| 2460 | * mcalib/MCalibrationTestCam.cc
|
|---|
| 2461 | - initialize a missing array in InitAverageAreas
|
|---|
| 2462 |
|
|---|
| 2463 | * mraw/MRawEvtHeader.h
|
|---|
| 2464 | - introduced Setter() of cal. pattern for Abelardo
|
|---|
| 2465 |
|
|---|
| 2466 |
|
|---|
| 2467 |
|
|---|
| 2468 | 2005/02/02 Markus Gaug
|
|---|
| 2469 |
|
|---|
| 2470 | * mcalib/MCalibrationChargeCam.cc
|
|---|
| 2471 | - fixed small bug in the display of mean charges when low-gain was
|
|---|
| 2472 | used.
|
|---|
| 2473 |
|
|---|
| 2474 | * msignal/MExtractor.cc
|
|---|
| 2475 | - print the missing overlap between high-gain and low-gain
|
|---|
| 2476 | in the Print() function
|
|---|
| 2477 | - remove setting of fHiLoLast in PreProcess, otherwise cloned
|
|---|
| 2478 | extractors do not work any more with windows exceeding the
|
|---|
| 2479 | high-gain range.
|
|---|
| 2480 |
|
|---|
| 2481 | * mhcalib/MHCalibrationTestCam.[h,cc]
|
|---|
| 2482 | * mhcalib/MHCalibrationTestTimeCam.[h,cc]
|
|---|
| 2483 | - set proper probability limits for the fits
|
|---|
| 2484 |
|
|---|
| 2485 | * mcalib/MCalibrateData.cc
|
|---|
| 2486 | - catch the case in which no interlaced cal. events are being sent
|
|---|
| 2487 | by the pulser box.
|
|---|
| 2488 |
|
|---|
| 2489 | * mjobs/MJCalib.[h,cc]
|
|---|
| 2490 | - put the data type enum in a new base class
|
|---|
| 2491 |
|
|---|
| 2492 | * mjobs/MJCalibTest.[h,cc]
|
|---|
| 2493 | - re-name old class MJExtractCalibTest to MJCalibTest and make it
|
|---|
| 2494 | compatible with the sequence-files.
|
|---|
| 2495 |
|
|---|
| 2496 | * mjobs/MJExtractCalibTest.[h,cc]
|
|---|
| 2497 | - removed
|
|---|
| 2498 |
|
|---|
| 2499 | * mjobs/MJCalibrateSignal.cc
|
|---|
| 2500 | - put a compiler warning about the default cal. to photo-electrons
|
|---|
| 2501 |
|
|---|
| 2502 | * callisto.cc
|
|---|
| 2503 | - add new flag "--use-test" to enable the MJCalibTest facility
|
|---|
| 2504 | (default: not used)
|
|---|
| 2505 |
|
|---|
| 2506 |
|
|---|
| 2507 |
|
|---|
| 2508 | 2005/02/01 Raquel de los Reyes
|
|---|
| 2509 |
|
|---|
| 2510 | * mjobs/MSequence.h
|
|---|
| 2511 | - Added "Get" functions for the TArrays variables.
|
|---|
| 2512 |
|
|---|
| 2513 |
|
|---|
| 2514 |
|
|---|
| 2515 | 2005/02/01 Markus Gaug
|
|---|
| 2516 |
|
|---|
| 2517 | * mjobs/MJPedestal.[h,cc]
|
|---|
| 2518 | * mjobs/MJCalibration.[h,cc]
|
|---|
| 2519 | * mjobs/MJCalibrateSignal.[h,cc]
|
|---|
| 2520 | * callisto.rc
|
|---|
| 2521 | - put enum for data type. Can now set the data type (mc, raw, root)
|
|---|
| 2522 | without running the data check.
|
|---|
| 2523 |
|
|---|
| 2524 | * mhcalib/MHCalibrationCam.cc
|
|---|
| 2525 | - return kTRUE in PostProcess if GetNumExecutions is 0
|
|---|
| 2526 |
|
|---|
| 2527 | * mcalib/MCalibrationChargeCalc.cc
|
|---|
| 2528 | - return kTRUE in PostProcess if GetNumExecutions is 0
|
|---|
| 2529 |
|
|---|
| 2530 |
|
|---|
| 2531 |
|
|---|
| 2532 | 2005/02/01 Daniel Mazin
|
|---|
| 2533 |
|
|---|
| 2534 | * MPointingPosInterpolate.cc:
|
|---|
| 2535 | - fixed bug to match the units of Ra and Decl in MPointingPos
|
|---|
| 2536 | - fixed bug in handling of events with times outside of times from
|
|---|
| 2537 | MDrive tree
|
|---|
| 2538 |
|
|---|
| 2539 |
|
|---|
| 2540 |
|
|---|
| 2541 | 2005/02/01 Thomas Bretz
|
|---|
| 2542 |
|
|---|
| 2543 | * showplot.cc:
|
|---|
| 2544 | - another fix to make the batch mode working (you can use the batch
|
|---|
| 2545 | mode to convert a root-file into another format)
|
|---|
| 2546 |
|
|---|
| 2547 |
|
|---|
| 2548 |
|
|---|
| 2549 | 2005/01/31 Thomas Bretz
|
|---|
| 2550 |
|
|---|
| 2551 | * mbase/MStatusDisplay.cc:
|
|---|
| 2552 | - fixed handling of batch mode in GetCanvas(const TString &name)
|
|---|
| 2553 | - don't skip already existing tabs in Display()
|
|---|
| 2554 |
|
|---|
| 2555 |
|
|---|
| 2556 |
|
|---|
| 2557 | 2005/01/31 Raquel de los Reyes
|
|---|
| 2558 |
|
|---|
| 2559 | * mjobs/MSequence.h
|
|---|
| 2560 | - Added "Get" functions for some of the sequence.txt file
|
|---|
| 2561 | parameters.
|
|---|
| 2562 |
|
|---|
| 2563 |
|
|---|
| 2564 |
|
|---|
| 2565 | 2005/01/31 Markus Gaug
|
|---|
| 2566 |
|
|---|
| 2567 | * mjobs/MJob.[h,cc]
|
|---|
| 2568 | * mjobs/MJCalibrateSignal.[h,cc]
|
|---|
| 2569 | * mjobs/MJCalibration.[h,cc]
|
|---|
| 2570 | - move file type enum to base class
|
|---|
| 2571 |
|
|---|
| 2572 | * mjobs/MJCalibrateSignal.[h,cc]
|
|---|
| 2573 | - allow also for direct setting of an MRunIter (not used in
|
|---|
| 2574 | callisto).
|
|---|
| 2575 |
|
|---|
| 2576 | * mcalib/MCalibrationChargeCalc.[h,cc]
|
|---|
| 2577 | - test also for pulser strength changes additionally to changes in
|
|---|
| 2578 | colour.
|
|---|
| 2579 |
|
|---|
| 2580 |
|
|---|
| 2581 |
|
|---|
| 2582 | 2005/01/31 Abelardo Moralejo
|
|---|
| 2583 |
|
|---|
| 2584 | * mpointing/MSrcPosCalc.cc
|
|---|
| 2585 | - Create only one instance of MAstroSky2Local for the
|
|---|
| 2586 | transformations, instead of two identical ones, as it was before.
|
|---|
| 2587 |
|
|---|
| 2588 |
|
|---|
| 2589 |
|
|---|
| 2590 | 2005/01/30 Markus Gaug
|
|---|
| 2591 |
|
|---|
| 2592 | * mjobs/MJCalibration.cc
|
|---|
| 2593 | * mjobs/MJPedestal.cc
|
|---|
| 2594 | * mjobs/calibrationref_Nov04.rc
|
|---|
| 2595 | * mhcalib/MHCalibrationRelTimeCam.[h,cc]
|
|---|
| 2596 | - updated correct display of reference lines
|
|---|
| 2597 |
|
|---|
| 2598 |
|
|---|
| 2599 |
|
|---|
| 2600 | 2005/01/29 Markus Gaug
|
|---|
| 2601 |
|
|---|
| 2602 | * msignal/MExtractFixedWindowSpline.[h,cc]
|
|---|
| 2603 | - fixed a bug occurring with overlapping windows between high-gain
|
|---|
| 2604 | and low-gain
|
|---|
| 2605 |
|
|---|
| 2606 | * msignal/MExtractFixedWindowPeakSearch.cc
|
|---|
| 2607 | - take out call to fSignals->Clear() which is already done in
|
|---|
| 2608 | MTaskList.
|
|---|
| 2609 |
|
|---|
| 2610 | * msignal/MExtractTimeAndChargeDigitalFilterPeakSearch.[h,cc]
|
|---|
| 2611 | - new extractor reducing the bias and solving the problem with the
|
|---|
| 2612 | jumping pulse readout.
|
|---|
| 2613 |
|
|---|
| 2614 |
|
|---|
| 2615 |
|
|---|
| 2616 | 2005/01/28 Abelardo Moralejo
|
|---|
| 2617 |
|
|---|
| 2618 | * mpointing/MSrcPosCalc.cc
|
|---|
| 2619 | - updated. Make it work as desired: obtain for each event the x,y
|
|---|
| 2620 | position on the camera of a source whose celestial coordinates
|
|---|
| 2621 | (J2000) have been set by the user in the container "MSourcePos"
|
|---|
| 2622 | of type MPointingPos, added to the parameter list. If the
|
|---|
| 2623 | container MSourcePos is not found, the center of the camera (or
|
|---|
| 2624 | other fixed position x,y set in the parameter list by the user -
|
|---|
| 2625 | in MSrcPosCam) is used as source position for all the events in
|
|---|
| 2626 | the loop.
|
|---|
| 2627 |
|
|---|
| 2628 |
|
|---|
| 2629 |
|
|---|
| 2630 | 2005/01/28 Thomas Bretz
|
|---|
| 2631 |
|
|---|
| 2632 | * mjobs/MJCalibrateSignal.cc:
|
|---|
| 2633 | - fixed that extract1,2,3 haven't been deleted if loop failed.
|
|---|
| 2634 | - print tasklist also if loop failed.
|
|---|
| 2635 | - added a undefined task (MTaskEnv "FinalFantasy") as last task to
|
|---|
| 2636 | the event processing tasklist
|
|---|
| 2637 |
|
|---|
| 2638 | * callisto.rc:
|
|---|
| 2639 | - added comments about "FinalFantasy" into call
|
|---|
| 2640 | - added comment for obsolete resources as discussed yesterday
|
|---|
| 2641 | evening: TimeUpperLimit
|
|---|
| 2642 |
|
|---|
| 2643 | * mbase/MMath.[h,cc], manalysis/MCerPhotPix.[h,cc],
|
|---|
| 2644 | mpedestal/MPedPhotPix.h:
|
|---|
| 2645 | - replaced TruncatePrecision by ReducePrecision (its simply a better
|
|---|
| 2646 | name)
|
|---|
| 2647 |
|
|---|
| 2648 | * mbase/MParList.cc:
|
|---|
| 2649 | - added a check to make 200%(!) sure that the container added
|
|---|
| 2650 | to the list is a MParContainer (everything else could crash
|
|---|
| 2651 | almost everything in Mars!)
|
|---|
| 2652 |
|
|---|
| 2653 | * mjobs/MJCalibrateSignal.cc, mjobs/MJCalibration.[h,cc],
|
|---|
| 2654 | mjobs/MJPedestal.cc:
|
|---|
| 2655 | - simplified the code in the WriteResult functions by using
|
|---|
| 2656 | the new WriteContainer in MJob
|
|---|
| 2657 | - removed the TObjArray from the MParList! It is NOT a MParContainer
|
|---|
| 2658 | there are a lot of circumstance how this can crash Mars. I don't
|
|---|
| 2659 | know why the compiler allowed for this.
|
|---|
| 2660 | - unified WriteResult and WriteHists
|
|---|
| 2661 | - split GetOutputFile into two functions for simplification
|
|---|
| 2662 |
|
|---|
| 2663 | * mjobs/MJCalibration.h:
|
|---|
| 2664 | - copy the extractorcam name when copying the contents
|
|---|
| 2665 |
|
|---|
| 2666 | * mjobs/MJob.[h,cc]:
|
|---|
| 2667 | - new member function WriteContainer to simplify code in derived
|
|---|
| 2668 | classes
|
|---|
| 2669 |
|
|---|
| 2670 | * mpointing/MSrcPosCalc.[h,cc]
|
|---|
| 2671 | - fixed the header according to Abelardo's changes
|
|---|
| 2672 | - added the initialization of the pointers to the constructor
|
|---|
| 2673 |
|
|---|
| 2674 |
|
|---|
| 2675 |
|
|---|
| 2676 | 2005/01/28 Markus Gaug
|
|---|
| 2677 |
|
|---|
| 2678 | * msignal/MExtractTimeAndChargeDigitalFilter.cc
|
|---|
| 2679 | - introduce a security check for the time fine adjustment in case,
|
|---|
| 2680 | it is too large.
|
|---|
| 2681 |
|
|---|
| 2682 | * mcalib/MCalibConstCam.[h,cc]
|
|---|
| 2683 | * mcalib/MCalibConstPix.h
|
|---|
| 2684 | - new classes to allow display of changing cal. constants with the
|
|---|
| 2685 | interlaced cal. events
|
|---|
| 2686 |
|
|---|
| 2687 | * mcalib/MCalibrationChargeCalc.cc
|
|---|
| 2688 | - removed stopping of PostProcess in case that the evtloop is
|
|---|
| 2689 | finished with interlaced cal. events
|
|---|
| 2690 |
|
|---|
| 2691 | * mcalib/MCalibrateData.[h,cc]
|
|---|
| 2692 | - fill MCalibConstCam with update results (once per calib. consts
|
|---|
| 2693 | update == every 10 sec.)
|
|---|
| 2694 | - introduce check for size of calibration constant. In case, it is
|
|---|
| 2695 | completetly out of range, set the MBadPixelsPix::IsUnsuitableRun
|
|---|
| 2696 |
|
|---|
| 2697 | * mjobs/MJCalibrateSignal.cc:
|
|---|
| 2698 | - display one MHCamera more with changing conv. factors (only for
|
|---|
| 2699 | interlaced cal. events)
|
|---|
| 2700 |
|
|---|
| 2701 | * mpedestal/MPedCalcFromLoGain.cc
|
|---|
| 2702 | - set default for MExtractWinFirst from 15 to 17 because of the
|
|---|
| 2703 | late cosmics signals in December
|
|---|
| 2704 |
|
|---|
| 2705 |
|
|---|
| 2706 | 2005/01/28 Abelardo Moralejo
|
|---|
| 2707 |
|
|---|
| 2708 | * mtemp/mpadova/macros/trainsubsample.C
|
|---|
| 2709 | - added # of events to be written in the output (instead of
|
|---|
| 2710 | fraction of total). Moved MSrcPosCam in output from RunHeaders
|
|---|
| 2711 | to Events tree.
|
|---|
| 2712 |
|
|---|
| 2713 |
|
|---|
| 2714 |
|
|---|
| 2715 | 2005/01/27 Daniel Mazin and Markus Gaug
|
|---|
| 2716 |
|
|---|
| 2717 | * mcalib/MCalibrateData.[h,cc]
|
|---|
| 2718 | - derive this class from MCamEvent in order to be able to display
|
|---|
| 2719 | evolution of conversion factors in case of interlaced cal.
|
|---|
| 2720 | events
|
|---|
| 2721 |
|
|---|
| 2722 | * mpointing/MInterpolatePointingPos.[h,cc]
|
|---|
| 2723 | - new class to interpolate pointing positions, adapted from a class
|
|---|
| 2724 | by Marcos Lopez
|
|---|
| 2725 |
|
|---|
| 2726 | * mjobs/MJCalibrateSignal.[h,cc]
|
|---|
| 2727 | - enabled the calibration of data with interlaced calibration events
|
|---|
| 2728 |
|
|---|
| 2729 | * msignal/MArrivalTime.[h,cc]
|
|---|
| 2730 | * mcalib/MCalibrateRelTime.cc
|
|---|
| 2731 | - removed Error of calibrated arrival time, as agreed on the last
|
|---|
| 2732 | software calibration meeting yesterday
|
|---|
| 2733 |
|
|---|
| 2734 | * mjobs/MJCalibrateSignal.cc
|
|---|
| 2735 | - add display to show histogramming of conversion factors
|
|---|
| 2736 | - modify default calibration to equiv. photo-electrons
|
|---|
| 2737 | - allow for setting of MC, Raw or Root-file type in callisto.rc
|
|---|
| 2738 |
|
|---|
| 2739 | * callisto.rc
|
|---|
| 2740 | - updated conf. file
|
|---|
| 2741 |
|
|---|
| 2742 |
|
|---|
| 2743 | 2005/01/27 Thomas Bretz
|
|---|
| 2744 |
|
|---|
| 2745 | * callisto.cc:
|
|---|
| 2746 | - don't display starting pedestals when calibrating the signal
|
|---|
| 2747 |
|
|---|
| 2748 | * callisto.rc:
|
|---|
| 2749 | - added some comments
|
|---|
| 2750 |
|
|---|
| 2751 | * star.rc:
|
|---|
| 2752 | - according to Daniel M. we have agreed to change the default
|
|---|
| 2753 | cleaning level to adapt it roughly to the new pedestal
|
|---|
| 2754 |
|
|---|
| 2755 | * manalysis/MCerPhotPix.[h,cc], mpedestal/MPedPhotPix.h:
|
|---|
| 2756 | - as agreed in the current calibration meeting we truncate the
|
|---|
| 2757 | precision of the stored floating point values to roughly 0.5%
|
|---|
| 2758 | to gain storage space in the calibrated data (the gzip
|
|---|
| 2759 | algorithm compresses this stuff nicely - we gain roughly 15%)
|
|---|
| 2760 |
|
|---|
| 2761 | * mhflux/MHFalseSource.cc, mjobs/MJCalibration.cc, mjobs/MJStar.cc:
|
|---|
| 2762 | - added a comment
|
|---|
| 2763 |
|
|---|
| 2764 | * mjobs/MJCalibrateSignal.cc:
|
|---|
| 2765 | - changed title of unsuitable plot
|
|---|
| 2766 | - removed plot for calibrated fundamental pedestal as agreed in the
|
|---|
| 2767 | current calibration meeting (we may change this to an option)
|
|---|
| 2768 |
|
|---|
| 2769 | * mjobs/MJPedestal.[h,cc]:
|
|---|
| 2770 | - changed the name of the "PedDiff" plot to be consistent with the
|
|---|
| 2771 | other tab-name
|
|---|
| 2772 | - changed the options for the display
|
|---|
| 2773 | - removed the dependancy of fDisplayType and the SetDataCheck
|
|---|
| 2774 | option
|
|---|
| 2775 | - added option kDisplayNone
|
|---|
| 2776 | - renamed enums from k*Display to kDisplay*
|
|---|
| 2777 |
|
|---|
| 2778 | * mhist/MHCamEvent.cc:
|
|---|
| 2779 | - trying to get rid of the Err_%p workaround.
|
|---|
| 2780 |
|
|---|
| 2781 | * manalysis/MCerPhotEvt.[h,cc]:
|
|---|
| 2782 | - added some '!' signs in the comment line. This is quick hack
|
|---|
| 2783 | to gain I/O speed and storage space. We will soon have new
|
|---|
| 2784 | containers for the calibrated data and image cleaning
|
|---|
| 2785 | information.
|
|---|
| 2786 | - changed version number to 6
|
|---|
| 2787 |
|
|---|
| 2788 | * mhist/MHCamera.cc:
|
|---|
| 2789 | - added member function SetAllUsed
|
|---|
| 2790 |
|
|---|
| 2791 |
|
|---|
| 2792 |
|
|---|
| 2793 | 2005/01/26 Abelardo Moralejo
|
|---|
| 2794 |
|
|---|
| 2795 | * macros/mccalibrate.C
|
|---|
| 2796 | - removed creation and writing out of MSrcPosCam. It is more
|
|---|
| 2797 | flexible to add it in starmc2.C if needed (for wobble mode for
|
|---|
| 2798 | instance).
|
|---|
| 2799 |
|
|---|
| 2800 | * mtemp/mpadova/macros/RanForestDISP.C
|
|---|
| 2801 | - added possibility to set the number of hadrons read in for the
|
|---|
| 2802 | training. Added some missing containers to output.
|
|---|
| 2803 | - Fixed rule concerning the DISP, by adding parentheses. Remember
|
|---|
| 2804 | that MHMatrix::AddColumn does not respect the usual precedence
|
|---|
| 2805 | of operations!
|
|---|
| 2806 |
|
|---|
| 2807 | * mtemp/mpadova/macros/resize.C
|
|---|
| 2808 | - added to output missing container MRawEvtHeader
|
|---|
| 2809 |
|
|---|
| 2810 | * macros/starmc2.C
|
|---|
| 2811 | - added missing container MImagePar. Added possibility to set the
|
|---|
| 2812 | source position on the camera (for the wobble mode).
|
|---|
| 2813 |
|
|---|
| 2814 |
|
|---|
| 2815 |
|
|---|
| 2816 | 2005/01/25 Abelardo Moralejo
|
|---|
| 2817 |
|
|---|
| 2818 | * macros/starmc2.C
|
|---|
| 2819 | - modified to allow double (train / test) output, for g/h
|
|---|
| 2820 | separation studies. Added several missing containers to output.
|
|---|
| 2821 |
|
|---|
| 2822 |
|
|---|
| 2823 |
|
|---|
| 2824 | 2005/01/25 Thomas Bretz
|
|---|
| 2825 |
|
|---|
| 2826 | * mcalib/MCalibrationIntensityChargeCam.cc:
|
|---|
| 2827 | - fixed a lot of 'default argument'-warnings to make to code
|
|---|
| 2828 | compile
|
|---|
| 2829 |
|
|---|
| 2830 | * mbase/MParContainer.[h,cc]:
|
|---|
| 2831 | - moved the empty Reset() function into the source file and
|
|---|
| 2832 | added a lot of comments
|
|---|
| 2833 | - implemented new helper-functions: GetNewObject
|
|---|
| 2834 |
|
|---|
| 2835 | * mbase/MContinue.[h,cc]:
|
|---|
| 2836 | - allow to use MFilter-classes as filter in ReadEnv
|
|---|
| 2837 |
|
|---|
| 2838 | * mbase/MTaskEnv.cc:
|
|---|
| 2839 | - replaced some code by GetNewObject
|
|---|
| 2840 |
|
|---|
| 2841 | * mhbase/MFillH.cc:
|
|---|
| 2842 | - handle DrawOption "same" to be able to draw to the same pad
|
|---|
| 2843 |
|
|---|
| 2844 | * mhbase/MH.[h,cc]:
|
|---|
| 2845 | - added same-argument to DrawSame
|
|---|
| 2846 |
|
|---|
| 2847 | * mhbase/MH3.cc:
|
|---|
| 2848 | - removed some obsolete comments
|
|---|
| 2849 | - remove own drawing options before calling fHist->Draw
|
|---|
| 2850 |
|
|---|
| 2851 | * mimage/MHHillas.cc, mimage/MHImagePar.cc:
|
|---|
| 2852 | - first try of implementing 'same' drawing option
|
|---|
| 2853 |
|
|---|
| 2854 |
|
|---|
| 2855 |
|
|---|
| 2856 | 2005/01/25 Markus Gaug
|
|---|
| 2857 |
|
|---|
| 2858 | * mcalib/MCalibrationPattern.[h,cc]
|
|---|
| 2859 | * mcalib/MCalibrationPatternDecode.[h,cc]
|
|---|
| 2860 | - New Decoder task for the calibration pattern from the
|
|---|
| 2861 | digital modules
|
|---|
| 2862 |
|
|---|
| 2863 | * mraw/MRawEvtHeader.[h,cc]
|
|---|
| 2864 | - remove decoding from this class
|
|---|
| 2865 |
|
|---|
| 2866 | * mcalib/MCalibrationIntensityHiLoCam.[h,cc]
|
|---|
| 2867 | - remove, because one needs anyhow much more than one data file
|
|---|
| 2868 | to get a reasonable conversion factor
|
|---|
| 2869 |
|
|---|
| 2870 | * mcalib/MCalibCalcFromPast.[h,cc]
|
|---|
| 2871 | - remove MCalibrationIntensityHiLoCam
|
|---|
| 2872 |
|
|---|
| 2873 | * mbadpixels/MBadPixelsPix.h
|
|---|
| 2874 | * mbadpixels/MBadPixelsCam.cc
|
|---|
| 2875 | - changed one function name to GetUnsuitableCalLevel()
|
|---|
| 2876 |
|
|---|
| 2877 | * mjobs/MJCalibration.cc
|
|---|
| 2878 | - replace all Y-titles with units "FADC counts" by "FADC cnts" and
|
|---|
| 2879 | "FADC slices" by "FADC sl.", otherwise they range out of the
|
|---|
| 2880 | canvas.
|
|---|
| 2881 |
|
|---|
| 2882 | * mcalib/MCalibrationChargeCalc.cc
|
|---|
| 2883 | - ensure to set the color correctly in MCalibrationBlindCam
|
|---|
| 2884 |
|
|---|
| 2885 | * callisto.rc
|
|---|
| 2886 | - put space for
|
|---|
| 2887 | MJCalibrateSignal.ExtractSignal.HiGainFirst: 2
|
|---|
| 2888 | MJCalibrateSignal.ExtractSignal.HiGainLast: 16
|
|---|
| 2889 |
|
|---|
| 2890 |
|
|---|
| 2891 | 2005/01/24 Abelardo Moralejo
|
|---|
| 2892 |
|
|---|
| 2893 | * manalysis/MMcCalibrationUpdate.cc
|
|---|
| 2894 | - Adapted to changes in MCalibrateData from 2005/01/16: moved
|
|---|
| 2895 | qepix.SetAvNormFFactor(1.) from Process() to ReInit(). Due to
|
|---|
| 2896 | this, for the last week you may have found trouble running
|
|---|
| 2897 | starmc.C and mccalibrate.C.
|
|---|
| 2898 |
|
|---|
| 2899 |
|
|---|
| 2900 |
|
|---|
| 2901 | 2005/01/24 Thomas Bretz
|
|---|
| 2902 |
|
|---|
| 2903 | * callisto.cc:
|
|---|
| 2904 | - removed non-existing option from output
|
|---|
| 2905 |
|
|---|
| 2906 | * manalysis/MEnergyEstimate.[h,cc]:
|
|---|
| 2907 | - added ReadEnv member function
|
|---|
| 2908 |
|
|---|
| 2909 | * mbase/MContinue.[h,cc]:
|
|---|
| 2910 | - implementes AllowEmpty option to support doing nothing
|
|---|
| 2911 | defined in resource file
|
|---|
| 2912 | - added a first draft to allow usage of class-filters instead of
|
|---|
| 2913 | rules
|
|---|
| 2914 |
|
|---|
| 2915 | * mbase/MMath.[h,cc]:
|
|---|
| 2916 | - implemented a function suggested by Florian Goebel which reduces
|
|---|
| 2917 | the precision of a float to ~0.5% which is usefull for data
|
|---|
| 2918 | compression by gzip
|
|---|
| 2919 |
|
|---|
| 2920 | * mdata/MDataChain.[h,cc]:
|
|---|
| 2921 | - implemented ReadEnv member function
|
|---|
| 2922 |
|
|---|
| 2923 | * mfbase/MF.cc:
|
|---|
| 2924 | - a small enhancement to the output in ReadEnv
|
|---|
| 2925 |
|
|---|
| 2926 | * mhbase/MH3.cc:
|
|---|
| 2927 | - fixed call to FindObject in Paint which caused a profile to be
|
|---|
| 2928 | displayed incorrectly in case it was read from a file
|
|---|
| 2929 |
|
|---|
| 2930 | * mhflux/MHFalseSource.[h,cc]:
|
|---|
| 2931 | - removed old obsolete unsused Significance functions
|
|---|
| 2932 | - implemented ReadEnv member function
|
|---|
| 2933 | - set false source binning only if BinningFalseSource is not default
|
|---|
| 2934 | - check parlist for BinningAlpha
|
|---|
| 2935 |
|
|---|
| 2936 | * mjobs/MJCalibrateSignal.cc, mjobs/MJCalibration.cc,
|
|---|
| 2937 | mjobs/MJPedestal.cc:
|
|---|
| 2938 | - added an additional check and output if output-file could
|
|---|
| 2939 | not be opened
|
|---|
| 2940 |
|
|---|
| 2941 | * mjobs/MJob.h:
|
|---|
| 2942 | - added some Getter
|
|---|
| 2943 |
|
|---|
| 2944 | * mhbase/MBinning.[h,cc].
|
|---|
| 2945 | - added nen member functions
|
|---|
| 2946 | + SetEdgesRaw
|
|---|
| 2947 | + ReadEnv
|
|---|
| 2948 | + Print
|
|---|
| 2949 |
|
|---|
| 2950 | * mhflux/MAlphaFitter.[h,cc]:
|
|---|
| 2951 | - added new member function ReadEnv
|
|---|
| 2952 |
|
|---|
| 2953 | * mhflux/MHAlpha.cc:
|
|---|
| 2954 | - fixed a problem when fitting without off-data
|
|---|
| 2955 |
|
|---|
| 2956 | * mbase/MStatusDisplay.cc:
|
|---|
| 2957 | - implemented a further fix in DrawClonePad to make sure
|
|---|
| 2958 | that the X-stuff doesn't get confused while still
|
|---|
| 2959 | GetDrawOption returns the correct value
|
|---|
| 2960 |
|
|---|
| 2961 |
|
|---|
| 2962 |
|
|---|
| 2963 | 2005/01/24 Markus Gaug
|
|---|
| 2964 |
|
|---|
| 2965 | * msignal/MExtractTimeAndChargeDigitalFilter.cc
|
|---|
| 2966 | - introduced security check for the times fine-tuning to catch
|
|---|
| 2967 | outliers because of deviating pulse forms.
|
|---|
| 2968 |
|
|---|
| 2969 | * msignal/MExtractTime.cc
|
|---|
| 2970 | * msignal/MExtractor.cc
|
|---|
| 2971 | - lowered default high-gain saturation limit to 250
|
|---|
| 2972 | - removed Clear() for two results containers at beginning of Process()
|
|---|
| 2973 |
|
|---|
| 2974 | * msignal/MExtractor.h
|
|---|
| 2975 | - Take fHiLoLast into the Clone()
|
|---|
| 2976 |
|
|---|
| 2977 | * msignal/MExtractedSignalPix.cc
|
|---|
| 2978 | - change sign of default initializer to negative.
|
|---|
| 2979 |
|
|---|
| 2980 |
|
|---|
| 2981 |
|
|---|
| 2982 | 2005/01/23 Markus Gaug
|
|---|
| 2983 |
|
|---|
| 2984 | * mhcalib/MHCalibrationHiLoCam.[h,cc]
|
|---|
| 2985 | - updated to new logain switch setting in MExtractTimeAndCharge
|
|---|
| 2986 | - extract also high-gain vs. low-gain time difference
|
|---|
| 2987 |
|
|---|
| 2988 | * mhcalib/MHCalibrationCam.[h,cc]
|
|---|
| 2989 | * mhcalib/MHCalibrationChargeCam.[h,cc]
|
|---|
| 2990 | - updated reading of conf. values in ReadEnv
|
|---|
| 2991 |
|
|---|
| 2992 | * mhcalib/MCalibrationHiLoCam.[h,cc]
|
|---|
| 2993 | * mhcalib/MCalibrationHiLoPix.[h,cc]
|
|---|
| 2994 | * mhcalib/MCalibrationIntensityHiLoCam.[h,cc]
|
|---|
| 2995 | - updated accordingly
|
|---|
| 2996 |
|
|---|
| 2997 | * mbadpixels/MBadPixelsCam.cc
|
|---|
| 2998 | - removed some bugs in the Print() function
|
|---|
| 2999 |
|
|---|
| 3000 |
|
|---|
| 3001 |
|
|---|
| 3002 | 2005/01/22 Markus Gaug
|
|---|
| 3003 |
|
|---|
| 3004 | * mhcalib/MHCalibrationRelTimeCam.cc
|
|---|
| 3005 | - display in the averaged times display the event-by-event averaged
|
|---|
| 3006 | absolute arrival times instead of the rel. ones which do not make
|
|---|
| 3007 | much sense.
|
|---|
| 3008 |
|
|---|
| 3009 | * mhcalib/MHCalibrationTestTimeCam.[h,cc]
|
|---|
| 3010 | * mhcalib/MHCalibrationTestCam.[h,cc]
|
|---|
| 3011 | - update to the latest changes in analysis chain.
|
|---|
| 3012 |
|
|---|
| 3013 | * mjobs/MJExtractCalibTest.[h,cc]
|
|---|
| 3014 | - update to the latest changes in analysis chain.
|
|---|
| 3015 |
|
|---|
| 3016 | * mjobs/MJCalibration.cc
|
|---|
| 3017 | - replace title of that times-averageing Tab from "RelTimes" by
|
|---|
| 3018 | "Times".
|
|---|
| 3019 |
|
|---|
| 3020 | * macros/calibration.C
|
|---|
| 3021 | - update to changes in MJExtractCalibTest
|
|---|
| 3022 |
|
|---|
| 3023 |
|
|---|
| 3024 |
|
|---|
| 3025 | 2005/01/21 Markus Gaug
|
|---|
| 3026 |
|
|---|
| 3027 | * msignal/MExtractTimeAndChargeDigitalFilter.cc
|
|---|
| 3028 | * msignal/MExtractTimeAndChargeSlidingWindow.cc
|
|---|
| 3029 | * msignal/MExtractTimeAndChargeSpline.cc
|
|---|
| 3030 | - use the max. bin content for low-gain extraction
|
|---|
| 3031 |
|
|---|
| 3032 | * callisto.rc
|
|---|
| 3033 | - add place for LoGainSwitch
|
|---|
| 3034 |
|
|---|
| 3035 |
|
|---|
| 3036 |
|
|---|
| 3037 | 2005/01/21 Florian Goebel
|
|---|
| 3038 |
|
|---|
| 3039 | * mfbase/MF.cc:
|
|---|
| 3040 | - include a (TString) cast to make it compilable with gcc2.95.3
|
|---|
| 3041 |
|
|---|
| 3042 |
|
|---|
| 3043 |
|
|---|
| 3044 | 2005/01/21 Thomas Bretz
|
|---|
| 3045 |
|
|---|
| 3046 | * mpointing/MSrcPosFromModel.cc:
|
|---|
| 3047 | - fixed crash in Process if no pointing model available
|
|---|
| 3048 |
|
|---|
| 3049 | * mpointing/MPointingPosCalc.h:
|
|---|
| 3050 | - added missing initialization of data members
|
|---|
| 3051 |
|
|---|
| 3052 | * mastro/MObservatory.[h,cc]:
|
|---|
| 3053 | - added ReadEnv member function
|
|---|
| 3054 |
|
|---|
| 3055 | * mbase/MTaskEnv.h:
|
|---|
| 3056 | - added (=0) default to SetDefault
|
|---|
| 3057 |
|
|---|
| 3058 |
|
|---|
| 3059 |
|
|---|
| 3060 | 2005/01/20 Markus Gaug
|
|---|
| 3061 |
|
|---|
| 3062 | * mcalib/MCalibrationIntensityChargeCam.[h,cc]
|
|---|
| 3063 | - added function to display fluctuations of a variable
|
|---|
| 3064 |
|
|---|
| 3065 | * mcalib/MCalibrationPix.cc
|
|---|
| 3066 | - fixed small bug in High-gain mean error.
|
|---|
| 3067 |
|
|---|
| 3068 | * msignal/MExtractTimeAndCharge.[h,cc]
|
|---|
| 3069 | - introduced high-gain maximum limit before extracting the low-gain
|
|---|
| 3070 |
|
|---|
| 3071 |
|
|---|
| 3072 |
|
|---|
| 3073 | 2005/01/20 Thomas Bretz
|
|---|
| 3074 |
|
|---|
| 3075 | * mbase/MContinue.[h,cc]:
|
|---|
| 3076 | - added ReadEnv member function to support resource files
|
|---|
| 3077 |
|
|---|
| 3078 | * mbase/MEvtLoop.[h,cc]:
|
|---|
| 3079 | - added a second arguemtn to reading of the resource file by name
|
|---|
| 3080 | - added some checks when reding the resource file and the
|
|---|
| 3081 | parameter list hasn't been setup
|
|---|
| 3082 |
|
|---|
| 3083 | * mbase/MParList.cc:
|
|---|
| 3084 | - removed an obsolete output from ReadEnv
|
|---|
| 3085 |
|
|---|
| 3086 | * mfbase/MF.[h,cc]:
|
|---|
| 3087 | - added ReadEnv member function to support resource files
|
|---|
| 3088 | - added kAllowEpty flag to support skipping by resource files
|
|---|
| 3089 |
|
|---|
| 3090 | * mfbase/MFilterList.cc:
|
|---|
| 3091 | - added a comment
|
|---|
| 3092 |
|
|---|
| 3093 | * mbase/MStatusDisplay.[h,cc]:
|
|---|
| 3094 | - fixed Write to be compatible with root 4.02/00
|
|---|
| 3095 | - worked around a problem with reading the DrawOption correctly
|
|---|
| 3096 | from a stored status display
|
|---|
| 3097 |
|
|---|
| 3098 |
|
|---|
| 3099 |
|
|---|
| 3100 | 2005/01/19 Thomas Bretz
|
|---|
| 3101 |
|
|---|
| 3102 | * mbase/MMath.cc:
|
|---|
| 3103 | - added a comment to SignificanceLiMa, made by Daniel Mazin
|
|---|
| 3104 | - also check for b==0
|
|---|
| 3105 |
|
|---|
| 3106 | * mhflux/MAlphaFitter.[h,cc]:
|
|---|
| 3107 | - fixed significance calculation in case of on-off data
|
|---|
| 3108 | - added fScaleFactor
|
|---|
| 3109 |
|
|---|
| 3110 | * mhflux/MHAlpha.[h,cc], mhflux/MHFalseSource.cc:
|
|---|
| 3111 | - handle scale factor in case of on-off observations
|
|---|
| 3112 |
|
|---|
| 3113 | * mjobs/MJPedestal.cc:
|
|---|
| 3114 | - aligned screen output to 80col rule
|
|---|
| 3115 |
|
|---|
| 3116 | * mtrigger/MFTriggerPattern.[h,cc]:
|
|---|
| 3117 | - assigned correct integers to enum
|
|---|
| 3118 | - made sure that the enum is correctly handled in all function by
|
|---|
| 3119 | applying a r-value to the condition
|
|---|
| 3120 |
|
|---|
| 3121 |
|
|---|
| 3122 |
|
|---|
| 3123 | 2005/01/19 Abelardo Moralejo
|
|---|
| 3124 |
|
|---|
| 3125 | * mtrigger/MFTriggerPattern.[cc,h]
|
|---|
| 3126 | - Changed Bool_t arguments of all setters to new type Prescale_t
|
|---|
| 3127 | defined by N. Galante (see below)
|
|---|
| 3128 |
|
|---|
| 3129 |
|
|---|
| 3130 |
|
|---|
| 3131 | 2005/01/19 Nicola Galante
|
|---|
| 3132 |
|
|---|
| 3133 | * mtrigger/MFTriggerPattern.[cc,h]
|
|---|
| 3134 | - added in header enum Prescale_t { kUnPrescaled = kFALSE,
|
|---|
| 3135 | kPrescaled = kTRUE };
|
|---|
| 3136 |
|
|---|
| 3137 | - fixed a bug in Process, both fMaskRequiredUnprescaled and
|
|---|
| 3138 | fMaskRequiredPrescaled are checked simultaneously.
|
|---|
| 3139 |
|
|---|
| 3140 |
|
|---|
| 3141 |
|
|---|
| 3142 | 2005/01/18 Markus Gaug
|
|---|
| 3143 |
|
|---|
| 3144 | * mcalib/MCalibColorSet.cc
|
|---|
| 3145 | - fixed the remaining day of data without colour in project name
|
|---|
| 3146 | neither in digital modules bits.
|
|---|
| 3147 |
|
|---|
| 3148 | * mpedestal/MPedCalcPedRun.[h,cc]
|
|---|
| 3149 | - catch the continuous light runs with MRawRunHeader::fRunType
|
|---|
| 3150 | == kRTCalibration to be recognized as effective pedestal runs.
|
|---|
| 3151 |
|
|---|
| 3152 |
|
|---|
| 3153 | 2005/01/18 Thomas Bretz
|
|---|
| 3154 |
|
|---|
| 3155 | * mbase/MMath.cc:
|
|---|
| 3156 | - added a check for s==0 in SignificanceLiMa, because otherwise the
|
|---|
| 3157 | result is NaN
|
|---|
| 3158 |
|
|---|
| 3159 | * mfbase/MF.cc:
|
|---|
| 3160 | - removed an obsolete debugging output from the latest changes
|
|---|
| 3161 |
|
|---|
| 3162 | * mhflux/MHAlpha.cc:
|
|---|
| 3163 | - reset fHTime, too
|
|---|
| 3164 |
|
|---|
| 3165 |
|
|---|
| 3166 |
|
|---|
| 3167 | 2005/01/18 Nicola Galante
|
|---|
| 3168 |
|
|---|
| 3169 | * mtrigger/MFTriggerPattern.cc:
|
|---|
| 3170 | - added parentesis to ensure bitwise operators priority
|
|---|
| 3171 | with respect to logical operators.
|
|---|
| 3172 |
|
|---|
| 3173 |
|
|---|
| 3174 | 2005/01/17 Thomas Bretz
|
|---|
| 3175 |
|
|---|
| 3176 | * manalysis/MEnergyEstimate.[h,cc]:
|
|---|
| 3177 | - changed to be more general. Energy is now estimated from a rule
|
|---|
| 3178 | (MDataChain) The default behaviour is still the same as before
|
|---|
| 3179 | to copy the energy from MMcEvt
|
|---|
| 3180 |
|
|---|
| 3181 | * mbase/MTask.cc:
|
|---|
| 3182 | - changed to write out the descriptor istead of the task-name only
|
|---|
| 3183 | in Pre/PostProcess
|
|---|
| 3184 |
|
|---|
| 3185 | * mhbase/MH.cc:
|
|---|
| 3186 | - initialize fSerialNumber and fNumExecutions in constructor
|
|---|
| 3187 |
|
|---|
| 3188 | * mhflux/MHFalseSource.cc:
|
|---|
| 3189 | - according to a suggestion by Markus Mayer I have changed
|
|---|
| 3190 | \\sigma_{max}=f to S_{max}=f\\sigma
|
|---|
| 3191 |
|
|---|
| 3192 | * mjobs/MJCalibrateSignal.cc:
|
|---|
| 3193 | - as discussed with Markus and Abelardo fixed the MFTriggerPattern
|
|---|
| 3194 | call.
|
|---|
| 3195 |
|
|---|
| 3196 | * mtrigger/MFTriggerPattern.cc, mtrigger/MTriggerPattern.cc,
|
|---|
| 3197 | mtrigger/MTriggerPatternDecode.cc:
|
|---|
| 3198 | - added some comment about file version
|
|---|
| 3199 |
|
|---|
| 3200 | * mbase/MFilter.h:
|
|---|
| 3201 | - implemented new virtual function GetDataMember like in MData
|
|---|
| 3202 |
|
|---|
| 3203 | * mbase/MTask.[h,cc]:
|
|---|
| 3204 | - when filter is added ass GetDataMember to branch list (should be
|
|---|
| 3205 | obsolete, because filter is in the tasklist, but it should not hurt)
|
|---|
| 3206 |
|
|---|
| 3207 | * mfbase/MF.[h,cc], mfbase/MFDataChain.[h,cc], mfbase/MFDataMember.[h,cc],
|
|---|
| 3208 | mfbase/MFilterList.[h,cc]:
|
|---|
| 3209 | - implemented new function GetDataMember
|
|---|
| 3210 |
|
|---|
| 3211 |
|
|---|
| 3212 |
|
|---|
| 3213 | 2005/01/17 Markus Gaug
|
|---|
| 3214 |
|
|---|
| 3215 | * msignal/MExtractTimeAndChargeDigitalFilter.cc
|
|---|
| 3216 | - remove a situation where the high-gain signal can be 0.
|
|---|
| 3217 |
|
|---|
| 3218 | * mtrigger/MTriggerPattern.h
|
|---|
| 3219 | - fixed a bug in defining the trigger bit pattern (Have to start
|
|---|
| 3220 | from 0 instead of 1)
|
|---|
| 3221 |
|
|---|
| 3222 | * mjobs/MJPedestal.cc
|
|---|
| 3223 | * mjobs/MJCalibrateSignal.cc
|
|---|
| 3224 | - fixed default extraction ranges.
|
|---|
| 3225 |
|
|---|
| 3226 | * callisto.rc
|
|---|
| 3227 | - fixed default weights files for pedestal extraction for cosmcis
|
|---|
| 3228 |
|
|---|
| 3229 | * mcalib/MCalibrationChargeCalc.cc
|
|---|
| 3230 | - removed program exit on occurrance of multiple colours without
|
|---|
| 3231 | intensity calibration
|
|---|
| 3232 |
|
|---|
| 3233 |
|
|---|
| 3234 |
|
|---|
| 3235 | 2005/01/17 Nadia Tonello and Markus Gaug
|
|---|
| 3236 |
|
|---|
| 3237 | * mcalib/MCalibrationChargeCam.cc
|
|---|
| 3238 | - some fit improvements in the function GetAveragedConvFADC2PhotPerArea
|
|---|
| 3239 |
|
|---|
| 3240 |
|
|---|
| 3241 |
|
|---|
| 3242 | 2005/01/16 Markus Gaug
|
|---|
| 3243 |
|
|---|
| 3244 | * mhcalib/MHCalibrationCam.[h,cc], mhcalib/MHCalibrationRelTimeCam.[h,cc],
|
|---|
| 3245 | mhcalib/MHCalibrationChargeCam.[h,cc]
|
|---|
| 3246 | - put overflow management and results camera initialization into
|
|---|
| 3247 | base class
|
|---|
| 3248 |
|
|---|
| 3249 | * mcalib/MCalibrateData.[h,cc]
|
|---|
| 3250 | - added possibility to re-normalize signal to equiv. photo-electrons
|
|---|
| 3251 | ( SetSignalType(MCalibrateData::kPhe) ).
|
|---|
| 3252 | Default is old version in photons
|
|---|
| 3253 | - speed up Process by storing pre-calculated calibration constants
|
|---|
| 3254 | in arrays (needed 40% of CPU time of the eventloop before, now: 23%)
|
|---|
| 3255 | - added new pointer to different MCalibrationChargeCam used for
|
|---|
| 3256 | updates
|
|---|
| 3257 | - added possibility to update the conversion factors using the
|
|---|
| 3258 | MCalibrationChargeCam stored in fCalibUpdate.
|
|---|
| 3259 | - added Print() function
|
|---|
| 3260 |
|
|---|
| 3261 | * mcalib/MCalibCalcFromPast.[h,cc]
|
|---|
| 3262 | - committed final version, now also in the Makefile
|
|---|
| 3263 |
|
|---|
| 3264 | * mjobs/MJCalibrateSignalFromOutside.[h,cc], macros/calibration.C
|
|---|
| 3265 | - committed final version, now able to calibrate interlaced cal.
|
|---|
| 3266 | events.
|
|---|
| 3267 |
|
|---|
| 3268 |
|
|---|
| 3269 |
|
|---|
| 3270 | 2005/01/14 Hendrik Bartko
|
|---|
| 3271 |
|
|---|
| 3272 | * msignal/calibration_weights_UV.dat
|
|---|
| 3273 | - fixed a small bug in the noise autocorrelation of the AB-noise
|
|---|
| 3274 |
|
|---|
| 3275 | * msignal/calibration_weights_blue.dat
|
|---|
| 3276 | - new weights file for blue calibration pulses
|
|---|
| 3277 |
|
|---|
| 3278 | * cosmics_weights.dat
|
|---|
| 3279 | - fixed a small bug in the noise autocorrelation of the AB-noise
|
|---|
| 3280 |
|
|---|
| 3281 |
|
|---|
| 3282 |
|
|---|
| 3283 | 2005/01/14 Markus Gaug
|
|---|
| 3284 |
|
|---|
| 3285 | * msignal/MExtractTimeAndChargeDigitalFilter.cc
|
|---|
| 3286 | - added a small acceleration of the program, tested by Hendrik and
|
|---|
| 3287 | me.
|
|---|
| 3288 |
|
|---|
| 3289 | * mpedestal/MPedCalcFromLoGain.cc
|
|---|
| 3290 | - fixed one warning output which was not a real warning.
|
|---|
| 3291 |
|
|---|
| 3292 | * mcalib/MCalibrationChargeCam.cc
|
|---|
| 3293 | - improved the function to calculate a mean conversion factor over
|
|---|
| 3294 | the whole camera including a fit to the values.
|
|---|
| 3295 |
|
|---|
| 3296 | * mpedestal/MPedCalcPedRun.[h,cc]
|
|---|
| 3297 | - undo some changes introduced by TB on 2/12/04 which had made the
|
|---|
| 3298 | use of interlaced pedestal events impossible again.
|
|---|
| 3299 | - Use now the new class MTriggerPattern directly to recognize an
|
|---|
| 3300 | interlaced pedestal event.
|
|---|
| 3301 |
|
|---|
| 3302 |
|
|---|
| 3303 |
|
|---|
| 3304 | 2005/01/14 Thomas Bretz
|
|---|
| 3305 |
|
|---|
| 3306 | * callisto.cc:
|
|---|
| 3307 | - fixed a typo in output
|
|---|
| 3308 |
|
|---|
| 3309 | * manalysis/MGeomApply.cc:
|
|---|
| 3310 | - removed some old code already in comments
|
|---|
| 3311 | - added possibility to switch off automatic processing (used
|
|---|
| 3312 | if two different geometries around)
|
|---|
| 3313 |
|
|---|
| 3314 | * manalysis/MMultiDimDistCalc.cc, mhbase/MHMatrix.[h,cc],
|
|---|
| 3315 | mranforest/MRanForestCalc.cc, mtools/MHSimulatedAnnealing.[h,cc],
|
|---|
| 3316 | mtools/MSimulatedAnnealing.h:
|
|---|
| 3317 | - added include of TVector because in newer root version it is
|
|---|
| 3318 | not included from TMatrix anymore
|
|---|
| 3319 |
|
|---|
| 3320 | * mbase/BaseLinkDef.h, mbase/MMath.[h,cc]:
|
|---|
| 3321 | - to stick to the convention of TMath in newer root versions MMath
|
|---|
| 3322 | changed from a class to a namespace
|
|---|
| 3323 |
|
|---|
| 3324 | * mbase/MEvtLoop.[h,cc]:
|
|---|
| 3325 | - to support newer root version added a second Write-function
|
|---|
| 3326 | with a const qualifier.
|
|---|
| 3327 |
|
|---|
| 3328 | * mdata/MDataChain.cc:
|
|---|
| 3329 | - changed access to TMath for newer root versions
|
|---|
| 3330 |
|
|---|
| 3331 | * mfileio/MChain.[h,cc]:
|
|---|
| 3332 | - implemented a workaround for teh changed LoadTree definition
|
|---|
| 3333 | in newer root-versions
|
|---|
| 3334 |
|
|---|
| 3335 | * mfileio/MReadTree.cc:
|
|---|
| 3336 | - fixed a bug in CheckBranchSize caused some warning to be
|
|---|
| 3337 | displayed
|
|---|
| 3338 |
|
|---|
| 3339 | * mhflux/MHAlpha.cc:
|
|---|
| 3340 | - removed check for fResult in PostProcess (it is always there)
|
|---|
| 3341 |
|
|---|
| 3342 | * msignal/MExtractTimeFastSpline.cc:
|
|---|
| 3343 | - fixed delete --> delete[]
|
|---|
| 3344 |
|
|---|
| 3345 | * mbadpixels/MBadPixelsCalc.cc:
|
|---|
| 3346 | - slight change to some output
|
|---|
| 3347 |
|
|---|
| 3348 | * mbase/MTaskEnv.h:
|
|---|
| 3349 | - set name of default task when pointer is given
|
|---|
| 3350 |
|
|---|
| 3351 | * mjobs/MJCalibrateSignal.cc:
|
|---|
| 3352 | - fixed handling of extraction range for various cases
|
|---|
| 3353 | - fixed handling in case no arrival times are calculated
|
|---|
| 3354 |
|
|---|
| 3355 | * mjobs/MJCalibration.cc:
|
|---|
| 3356 | - write at least a default arrival time calibration container
|
|---|
| 3357 | to make further processing easier
|
|---|
| 3358 |
|
|---|
| 3359 | * mjobs/MJPedestal.[h,cc]:
|
|---|
| 3360 | - fixed handling of extraction range for various cases
|
|---|
| 3361 |
|
|---|
| 3362 |
|
|---|
| 3363 |
|
|---|
| 3364 | 2005/01/14 Abelardo Moralejo
|
|---|
| 3365 |
|
|---|
| 3366 | * mtemp/mpadova/macros/trainsubsample.C, RanForestDISP.C
|
|---|
| 3367 | - added. Two macros used in the analysis of real wobble mode data.
|
|---|
| 3368 |
|
|---|
| 3369 |
|
|---|
| 3370 |
|
|---|
| 3371 | 2005/01/14 Daniela Dorner
|
|---|
| 3372 |
|
|---|
| 3373 | * macros/sql/filldotrun.C
|
|---|
| 3374 | - added new arehucas-verions and changed code accordingly
|
|---|
| 3375 |
|
|---|
| 3376 |
|
|---|
| 3377 |
|
|---|
| 3378 | 2005/01/13 Abelardo Moralejo
|
|---|
| 3379 |
|
|---|
| 3380 | * macros/starmc.C
|
|---|
| 3381 | - Added (commented) lines for the case of gamma MC source off-axis
|
|---|
| 3382 | (wobble mode). Changed default extractor to
|
|---|
| 3383 | MExtractFixedWindowPeakSearch.
|
|---|
| 3384 |
|
|---|
| 3385 |
|
|---|
| 3386 |
|
|---|
| 3387 | 2005/01/13 Raquel de los Reyes
|
|---|
| 3388 |
|
|---|
| 3389 | * callisto.rc
|
|---|
| 3390 | - introduced several configuration lines
|
|---|
| 3391 | (format: "class".DataCheck: No) to allow callisto
|
|---|
| 3392 | to run with rawfiles. Necessary for the datacheck.
|
|---|
| 3393 |
|
|---|
| 3394 |
|
|---|
| 3395 |
|
|---|
| 3396 | 2005/01/13 Markus Gaug
|
|---|
| 3397 |
|
|---|
| 3398 | * mcalib/MCalibColorSet.cc
|
|---|
| 3399 | - fixed runs 45605-45609
|
|---|
| 3400 |
|
|---|
| 3401 | * msignal/MExtractor.h
|
|---|
| 3402 | - take out the variable fHiLoLast from the streamer. Will be
|
|---|
| 3403 | initialized in the ReInit(), if needed
|
|---|
| 3404 |
|
|---|
| 3405 | * msignal/MExtractor.cc
|
|---|
| 3406 | - Initialized fHiLoLast to 0. Otherwise, a second eventloop with
|
|---|
| 3407 | the same extractor may have that variable set to a certain
|
|---|
| 3408 | value, even if not desired. The ReInit() fixes fHiLoLast, if
|
|---|
| 3409 | different from 0.
|
|---|
| 3410 |
|
|---|
| 3411 | * mpedestal/MExtractPedestal.cc
|
|---|
| 3412 | * mpedestal/MPedCalcPedRun.cc
|
|---|
| 3413 | * mpedestal/MPedCalcFromLoGain.cc
|
|---|
| 3414 | - fix the output of the print to the correct value for the case
|
|---|
| 3415 | that the extractor is used.
|
|---|
| 3416 |
|
|---|
| 3417 |
|
|---|
| 3418 | 2005/01/13 Thomas Bretz
|
|---|
| 3419 |
|
|---|
| 3420 | * callisto.rc:
|
|---|
| 3421 | - fixed some typos
|
|---|
| 3422 |
|
|---|
| 3423 | * mbase/MLog.cc:
|
|---|
| 3424 | - unset DEBUG defined unintentionally
|
|---|
| 3425 |
|
|---|
| 3426 | * msignal/MExtractTimeAndChargeDigitalFilter.cc:
|
|---|
| 3427 | - removed printing Weights in InitArrays, because otherwise
|
|---|
| 3428 | the output of a full data calibration is totally crowded
|
|---|
| 3429 | with numbers. Having the weights-file name on the display
|
|---|
| 3430 | is perfectly enough.
|
|---|
| 3431 |
|
|---|
| 3432 |
|
|---|
| 3433 |
|
|---|
| 3434 | 2005/01/12 Markus Gaug
|
|---|
| 3435 |
|
|---|
| 3436 | * mcalib/MCalibrationIntensityRelTimeCam.cc
|
|---|
| 3437 | - added fit to improve averageing of the obtained results
|
|---|
| 3438 |
|
|---|
| 3439 |
|
|---|
| 3440 |
|
|---|
| 3441 | 2005/01/12 Thomas Bretz
|
|---|
| 3442 |
|
|---|
| 3443 | * manalysis/MMatrixLoop.cc:
|
|---|
| 3444 | - changed name to MRead because it now derives from MRead
|
|---|
| 3445 |
|
|---|
| 3446 | * mbase/MEvtLoop.[h,cc]:
|
|---|
| 3447 | - implemented an option not to cascade the status display to the
|
|---|
| 3448 | parameter list in PreProcess
|
|---|
| 3449 |
|
|---|
| 3450 | * mhflux/MHAlpha.cc:
|
|---|
| 3451 | - changed name of "Significance" to "MinimizationValue"
|
|---|
| 3452 | - return -significance to have a value being minimized
|
|---|
| 3453 |
|
|---|
| 3454 | * mhist/MHCamera.cc:
|
|---|
| 3455 | - fixed output of text in legend
|
|---|
| 3456 |
|
|---|
| 3457 | * mhist/MHEvent.[h,cc]:
|
|---|
| 3458 | - implemented new options for calibrated pedestals
|
|---|
| 3459 |
|
|---|
| 3460 | * mmain/MEventDisplay.cc:
|
|---|
| 3461 | - fixed to support latest changes in MJCalibrateSignal
|
|---|
| 3462 |
|
|---|
| 3463 | * mpedestal/MPedPhotCam.cc:
|
|---|
| 3464 | - added new options in GetPixelContent (4 and 5) to support
|
|---|
| 3465 | a correct camera display
|
|---|
| 3466 |
|
|---|
| 3467 | * mjobs/MJCalibrateSignal.cc:
|
|---|
| 3468 | - fixed display of calibrated pedestal and pedestal rms
|
|---|
| 3469 | - changed order of plots. Now all interpolated values
|
|---|
| 3470 | (means all calibrated values which are bad-pixel treated)
|
|---|
| 3471 | are displayed behind the unsuitable pixels.
|
|---|
| 3472 |
|
|---|
| 3473 | * mjobs/MJ*.cc:
|
|---|
| 3474 | - corrected all wrong %06d to %08d to fit the number of
|
|---|
| 3475 | digits in run-numbers
|
|---|
| 3476 |
|
|---|
| 3477 |
|
|---|
| 3478 |
|
|---|
| 3479 | 2005/01/11 Abelardo Moralejo
|
|---|
| 3480 |
|
|---|
| 3481 | * mjobs/Makefile
|
|---|
| 3482 | - added missing include -I ../mtrigger
|
|---|
| 3483 |
|
|---|
| 3484 |
|
|---|
| 3485 |
|
|---|
| 3486 | 2005/01/11 Thomas Bretz
|
|---|
| 3487 |
|
|---|
| 3488 | * callisto.cc, callisto.rc:
|
|---|
| 3489 | - changed such, that all three kinds of pedestals are calcualted
|
|---|
| 3490 | (usefull for studies)
|
|---|
| 3491 |
|
|---|
| 3492 | * manalysis/MMatrixLoop.[h,cc]:
|
|---|
| 3493 | - derived from MRead
|
|---|
| 3494 | - implemented some basic functions from MRead
|
|---|
| 3495 |
|
|---|
| 3496 | * mfilter/MFCosmics.[h,cc]:
|
|---|
| 3497 | - allow setting of name of MPedestalCam
|
|---|
| 3498 |
|
|---|
| 3499 | * mhbase/MBinning.[h,cc]:
|
|---|
| 3500 | - added SetEdges taking MParList as input
|
|---|
| 3501 |
|
|---|
| 3502 | * mhflux/MHAlpha.cc:
|
|---|
| 3503 | - use new function from MBinning
|
|---|
| 3504 |
|
|---|
| 3505 | * mjobs/MJCalibrateSignal.[h,cc]:
|
|---|
| 3506 | - changed to calculate all three kinds of pedestals
|
|---|
| 3507 | - added filters for trigger pattern and illuminated events
|
|---|
| 3508 |
|
|---|
| 3509 | * mjobs/MJPedestal.cc:
|
|---|
| 3510 | - give different names to tabs with different pedestals
|
|---|
| 3511 |
|
|---|
| 3512 | * mjobs/MJStar.cc:
|
|---|
| 3513 | - on request changed used pedestal from "FromExtractor" to
|
|---|
| 3514 | "FromExtractorRndm"
|
|---|
| 3515 |
|
|---|
| 3516 | * mtrigger/MTriggerPattern.h:
|
|---|
| 3517 | - added Reset function
|
|---|
| 3518 |
|
|---|
| 3519 | * mtrigger/MTriggerPatternDecode.[h,cc]:
|
|---|
| 3520 | - added using file format version number
|
|---|
| 3521 |
|
|---|
| 3522 |
|
|---|
| 3523 |
|
|---|
| 3524 | 2005/01/11 Markus Gaug
|
|---|
| 3525 |
|
|---|
| 3526 | * mbadpixels/MBadPixelsPix.cc
|
|---|
| 3527 | - updated documentation
|
|---|
| 3528 |
|
|---|
| 3529 | * mcalib/MCalibrationChargeCalc.cc
|
|---|
| 3530 | - make pixels with deviating number of phes unreliable instead of
|
|---|
| 3531 | unsuitable (this was already thought so, but missed to modify
|
|---|
| 3532 | at one place).
|
|---|
| 3533 |
|
|---|
| 3534 | * mhcalib/MHCalibrationCam.[h,cc]
|
|---|
| 3535 | - add possible flag 'kInterlaced': default: kFALSE (like before)
|
|---|
| 3536 | - added pointer to MRawEvtHeader to deny cosmics events in case
|
|---|
| 3537 | of 'interlaced' flag is set. No changes for 'normal' calibration
|
|---|
| 3538 |
|
|---|
| 3539 |
|
|---|
| 3540 |
|
|---|
| 3541 | 2005/01/10 Benjamin Riegel
|
|---|
| 3542 |
|
|---|
| 3543 | * mreport/MReportStarguider.cc, mreport/MReportStarguider.h
|
|---|
| 3544 | - added two classes for implementing starguider-data
|
|---|
| 3545 |
|
|---|
| 3546 | * mreport/ReportLinkDef.h
|
|---|
| 3547 | - added class MReportStarguider to be linked:
|
|---|
| 3548 | #pragma link C++ class MReportStarguider+;
|
|---|
| 3549 |
|
|---|
| 3550 | * mreport/Makefile
|
|---|
| 3551 | - added file MReportStarguider.cc
|
|---|
| 3552 |
|
|---|
| 3553 | * merpp.cc
|
|---|
| 3554 | - added two containers ( MReportStarguider, MTimeStarguider ) and
|
|---|
| 3555 | added MReportStarguider to the list:
|
|---|
| 3556 | w->AddContainer("MReportStarguider", "Starguider");
|
|---|
| 3557 | w->AddContainer("MTimeStarguider", "Starguider");
|
|---|
| 3558 | r->AddToList("MReportStarguider");
|
|---|
| 3559 |
|
|---|
| 3560 |
|
|---|
| 3561 |
|
|---|
| 3562 | 2005/01/10 Markus Gaug
|
|---|
| 3563 |
|
|---|
| 3564 | * mcalib/MCalibColorSet.cc
|
|---|
| 3565 | - return kFALSE for CL-run instead of kTRUE
|
|---|
| 3566 |
|
|---|
| 3567 | * mcalib/MCalibrationChargeCalc.cc
|
|---|
| 3568 | - stop program in case that multiple colours are found in same file
|
|---|
| 3569 | without intensity calibration
|
|---|
| 3570 |
|
|---|
| 3571 | * mbadpixels/MBadPixelsPix.h
|
|---|
| 3572 | - added two new possible UnCalibrated_t flags for the hi-lo
|
|---|
| 3573 | calibration
|
|---|
| 3574 |
|
|---|
| 3575 | * macros/calibration.C
|
|---|
| 3576 | - add the calls to:
|
|---|
| 3577 | MArray::Class()->IgnoreTObjectStreamer();
|
|---|
| 3578 | MParContainer::Class()->IgnoreTObjectStreamer();
|
|---|
| 3579 | in main.
|
|---|
| 3580 |
|
|---|
| 3581 | * msignal/MExtractor.h
|
|---|
| 3582 | - added Getter for fOffsetLoGain (was still missing)
|
|---|
| 3583 |
|
|---|
| 3584 | * mhcalib/MHCalibrationChargeCam.[h,cc]
|
|---|
| 3585 | - remove pixels with histogram overflow only if their percentage
|
|---|
| 3586 | passes a certain limit (default: 0.5%). Before, every overflow
|
|---|
| 3587 | lead to an unsuitable pixel.
|
|---|
| 3588 |
|
|---|
| 3589 | * msignal/MExtractTimeAndChargeDigitalFilter.[h,cc]
|
|---|
| 3590 | - implemented changes suggested by T.B. to speed up calculations
|
|---|
| 3591 | - take fNameWeightsFile into the streamer, otherwise the Clone()
|
|---|
| 3592 | will always create an extractor with cosmic's weights.
|
|---|
| 3593 | - set fOffsetLoGain to a slighly higher value. The DF seems to
|
|---|
| 3594 | have a different offset since it uses different pulse shapes
|
|---|
| 3595 | and thus sightly different time definitions.
|
|---|
| 3596 |
|
|---|
| 3597 |
|
|---|
| 3598 |
|
|---|
| 3599 | 2005/01/10 Thomas Bretz
|
|---|
| 3600 |
|
|---|
| 3601 | * mhvstime/MHVsTime.cc:
|
|---|
| 3602 | - fixed a compiler error for gcc 2.95.3, see Mantis bug # 157
|
|---|
| 3603 |
|
|---|
| 3604 | * callisto.cc:
|
|---|
| 3605 | - changed such, that the calculated pedestal is not random
|
|---|
| 3606 | anymore
|
|---|
| 3607 | - added code to calculate the pedestal also with randomization,
|
|---|
| 3608 | but this code is for the moment commented out.
|
|---|
| 3609 |
|
|---|
| 3610 | * callisto.rc:
|
|---|
| 3611 | - fixed naming of pedestal calculation
|
|---|
| 3612 |
|
|---|
| 3613 | * mbadpixels/MBadPixelsCalc.cc:
|
|---|
| 3614 | - added a second check which compares the pedestal rms with
|
|---|
| 3615 | the variance of the pedestal rms in the same sector
|
|---|
| 3616 |
|
|---|
| 3617 | * mjobs/MJCalibrateSignal.[h,cc]:
|
|---|
| 3618 | - changed to calculate the pedestal from extractor without
|
|---|
| 3619 | randomization
|
|---|
| 3620 | - added code to calculate the pedestal also with randomization,
|
|---|
| 3621 | but this code is for the moment commented out.
|
|---|
| 3622 |
|
|---|
| 3623 | * mjobs/MJCalibration.cc:
|
|---|
| 3624 | - made sure that pedcam always has the correct name
|
|---|
| 3625 | (FIXME? Print a warning if it has the wrong name)
|
|---|
| 3626 |
|
|---|
| 3627 | * mjobs/MJPedestal.[h,cc]:
|
|---|
| 3628 | - changed such, that it allows the calculation of pedestals
|
|---|
| 3629 | in three different ways (fundamental, fromextractor,
|
|---|
| 3630 | fromextractorrndm)
|
|---|
| 3631 | - therefor removed SetExtractorResolution and added
|
|---|
| 3632 | + void SetExtractionFundamental()
|
|---|
| 3633 | + void SetExtractionWithExtractorRndm()
|
|---|
| 3634 | + void SetExtractionWithExtractor()
|
|---|
| 3635 |
|
|---|
| 3636 | * mjobs/MJStar.cc:
|
|---|
| 3637 | - changed/fixed the input name of the MPedPhotCam used in the
|
|---|
| 3638 | image cleaning
|
|---|
| 3639 |
|
|---|
| 3640 | * mraw/MRawFileRead.[h,cc]:
|
|---|
| 3641 | - changed return type of OpenNextFile
|
|---|
| 3642 | - in some cases return kERROR in OpenNextFile to abort the Processing
|
|---|
| 3643 | with an error
|
|---|
| 3644 |
|
|---|
| 3645 | * mraw/MRawRunHeader.cc:
|
|---|
| 3646 | - call a wrong file format version ERROR now
|
|---|
| 3647 |
|
|---|
| 3648 | * mhflux/MAlphaFitter.[h,cc]:
|
|---|
| 3649 | - make sure that resetted values are returned if fit failed
|
|---|
| 3650 | - set default scaling too kOffRegion
|
|---|
| 3651 |
|
|---|
| 3652 | * mhflux/MHAlpha.cc:
|
|---|
| 3653 | - some small fixes to handling of MHAlphaOff
|
|---|
| 3654 |
|
|---|
| 3655 | * mhflux/MHFalseSource.[h,cc]:
|
|---|
| 3656 | - implemented possible usage of MHFalsSourceOff for On-Off-Analysis
|
|---|
| 3657 | - updated display accordingly
|
|---|
| 3658 | - updated fit accordingly
|
|---|
| 3659 | - removed catalog temporarily from plots until I found the
|
|---|
| 3660 | reason for the strange crashes
|
|---|
| 3661 |
|
|---|
| 3662 | * mbadpixels/MBadPixelCalc.[h,cc]:
|
|---|
| 3663 | - implemented the possibility to check the pedestal rms against the
|
|---|
| 3664 | variance of the pedstal rms, too. The option is curretly switched
|
|---|
| 3665 | off.
|
|---|
| 3666 | - enahanced informal output in PreProcess
|
|---|
| 3667 |
|
|---|
| 3668 | * mbase/MTaskList.cc:
|
|---|
| 3669 | - a little change to some output
|
|---|
| 3670 |
|
|---|
| 3671 |
|
|---|
| 3672 |
|
|---|
| 3673 | 2005/01/10 Wolfgang Wittek
|
|---|
| 3674 |
|
|---|
| 3675 | * mfbase/MFEventSelector2.cc
|
|---|
| 3676 | - check whether filter exists before calling
|
|---|
| 3677 | filter->CallPreProcess(parlist)
|
|---|
| 3678 |
|
|---|
| 3679 |
|
|---|
| 3680 |
|
|---|
| 3681 | 2005/01/08 Markus Gaug
|
|---|
| 3682 |
|
|---|
| 3683 | * mhcalib/MHCalibrationHiLoCam.[h,cc]
|
|---|
| 3684 | * mcalib/MCalibrationHiLoCam.[h,cc]
|
|---|
| 3685 | * mcalib/MCalibrationHiLoPix.[h,cc]
|
|---|
| 3686 | * mcalib/MIntensityCalibrationHiLoCam.[h,cc]
|
|---|
| 3687 | * mhcalib/Makefile, mcalib/Makefile, mhcalib/HCalibLinkDef.h,
|
|---|
| 3688 | mcalib/CalibLinkDef.h
|
|---|
| 3689 | - new classes for calibration of conversion high-gain vs. low-gain
|
|---|
| 3690 |
|
|---|
| 3691 | * msignal/MExtractedSignalPix.[h,cc]
|
|---|
| 3692 | - added data member fChisquare, set to -1. by Clear() and Reset()
|
|---|
| 3693 | - raised version number by 1
|
|---|
| 3694 |
|
|---|
| 3695 | * msignal/MExtractedSignalCam.[h,cc]
|
|---|
| 3696 | - added data member fNdf, set to -1 by default
|
|---|
| 3697 | - new function: GetProb(const Int_t pixidx) to be called to
|
|---|
| 3698 | calculate the joint probability of Chisquare of pixel "pixidx"
|
|---|
| 3699 | and fNdf
|
|---|
| 3700 | - added documentation of data members
|
|---|
| 3701 | - raised version number by 1
|
|---|
| 3702 |
|
|---|
| 3703 | * mhcalib/MHCalibrationChargeCam.cc
|
|---|
| 3704 | - strengthened default histogram limits a bit, should accelerate
|
|---|
| 3705 | the calibration by 20%.
|
|---|
| 3706 |
|
|---|
| 3707 | * mjobs/MJCalibrateSignalFromOutside.cc
|
|---|
| 3708 | - fixed two lines to compile MCalibrateData with the recent changes
|
|---|
| 3709 | by TB
|
|---|
| 3710 |
|
|---|
| 3711 | * msignal/MExtractTimeAndChargeDigitalFilter.cc
|
|---|
| 3712 | - fixed two bugs introduced yesterday by TB.
|
|---|
| 3713 |
|
|---|
| 3714 | * msignal/MExtractTimeAndChargeSpline.cc
|
|---|
| 3715 | * msignal/MExtractTimeAndChargeSlidingWindow.cc
|
|---|
| 3716 | - adopt part of TB's speed accelerations into these classes
|
|---|
| 3717 |
|
|---|
| 3718 | * msignal/MExtractTimeAndCharge.cc
|
|---|
| 3719 | - fix the low-gain extraction window for the case that the high-gain
|
|---|
| 3720 | is saturated. Was skipped so far.
|
|---|
| 3721 |
|
|---|
| 3722 |
|
|---|
| 3723 |
|
|---|
| 3724 | 2005/01/07 Markus Gaug
|
|---|
| 3725 |
|
|---|
| 3726 | * msignal/MExtractFixedWindowPeakSearch.[h,cc]
|
|---|
| 3727 | - catch the case that more than 90% of the pixels have saturated
|
|---|
| 3728 | signals and fix the extraction window from the occurrance of
|
|---|
| 3729 | saturation, then. Important for high-intensity calibration events.
|
|---|
| 3730 |
|
|---|
| 3731 |
|
|---|
| 3732 | * msignal/MExtractor.cc
|
|---|
| 3733 | * msignal/MExtractTime.cc
|
|---|
| 3734 | * msignal/MExtractTimeAndCharge.cc
|
|---|
| 3735 | - added some documentation
|
|---|
| 3736 |
|
|---|
| 3737 | * msignal/MExtractTime.[h,cc]
|
|---|
| 3738 | - moved the empty function FindTimeHiGain() and FindTimeLoGain() to
|
|---|
| 3739 | the header-file.
|
|---|
| 3740 |
|
|---|
| 3741 |
|
|---|
| 3742 |
|
|---|
| 3743 |
|
|---|
| 3744 | 2005/01/07 Abelardo Moralejo
|
|---|
| 3745 |
|
|---|
| 3746 | * mbase/MLog.h
|
|---|
| 3747 | - Added #include "TSystem.h", otherwise gSystem is not recognized
|
|---|
| 3748 | in Mac OSX.
|
|---|
| 3749 |
|
|---|
| 3750 | * manalysis/MMakePadHistograms.cc
|
|---|
| 3751 | - Changed badcalc.SetNamePedPhotContainer to
|
|---|
| 3752 | badcalc.SetNamePedPhotCam
|
|---|
| 3753 |
|
|---|
| 3754 |
|
|---|
| 3755 |
|
|---|
| 3756 | 2005/01/07 Thomas Bretz
|
|---|
| 3757 |
|
|---|
| 3758 | * mbadpixels/MBadPixelsCalc.[h,cc], macros/ONOFFAnalaysis.C:
|
|---|
| 3759 | - replaced PedPhotContainer by PedPhotCam for consistency
|
|---|
| 3760 |
|
|---|
| 3761 | * mbase/MLog.[h,cc]:
|
|---|
| 3762 | - return *this in Seperator()
|
|---|
| 3763 |
|
|---|
| 3764 | * mbase/MPrint.[h,cc]:
|
|---|
| 3765 | - use new separator manipulator in PreProcess
|
|---|
| 3766 | - fixed a type: separator instead of seperator
|
|---|
| 3767 |
|
|---|
| 3768 | * mfileio/MReadTree.[h,cc]:
|
|---|
| 3769 | - added a check for branch->IsAutoDelete() in Notify()
|
|---|
| 3770 |
|
|---|
| 3771 | * mpedestal/MExtractPedestal.[h,cc]:
|
|---|
| 3772 | - added new option 'fRandomCalculation' be used to switch on-/off-
|
|---|
| 3773 | randomization in extractors, the default should be like before
|
|---|
| 3774 | - added Process() calling Calc()
|
|---|
| 3775 |
|
|---|
| 3776 | * mpedestal/MPedCalcFromLoGain.[h,cc], mpedestal/MPedCalcPedRun.[h,cc]:
|
|---|
| 3777 | - renamed Process() to Calc()
|
|---|
| 3778 |
|
|---|
| 3779 | * Makefile:
|
|---|
| 3780 | - removed macros/calibration.C, which seems to have been
|
|---|
| 3781 | unintantionally introduced.
|
|---|
| 3782 |
|
|---|
| 3783 | * manalysis/Makefile:
|
|---|
| 3784 | - removed unintantionally introduced wrong include
|
|---|
| 3785 |
|
|---|
| 3786 | * msignal/MExtractTimeAndChargeDigitalFilter.cc:
|
|---|
| 3787 | - a small acceleration discussed with Hendrik by replacing a
|
|---|
| 3788 | counter in a loop by pointer arithmetics
|
|---|
| 3789 |
|
|---|
| 3790 | * mraw/MRawEvtPixelIter.cc:
|
|---|
| 3791 | - fixed a bug in GetMaxIdxHiLoGain which caused the loop to
|
|---|
| 3792 | read one byte behind the end of the array
|
|---|
| 3793 | - fixed HasLoGain() which really did weired things, means accessing
|
|---|
| 3794 | sometimes memory somewhere. This could theoretically result
|
|---|
| 3795 | in assigning the wrong lo-gains to the wrong pixels.
|
|---|
| 3796 |
|
|---|
| 3797 | * mtrigger/MTriggerPattern.[h,cc], mtrigger/MTriggerPatternDecode.[h,cc],
|
|---|
| 3798 | mtrigger/MFTriggerPattern.[h,cc]:
|
|---|
| 3799 | - added
|
|---|
| 3800 |
|
|---|
| 3801 | * mtrigger/Makefile, mtrigger/TriggerLinkDef.h:
|
|---|
| 3802 | - added MTriggerPattern, MTriggerPatternDecode and MFTriggerPattern
|
|---|
| 3803 |
|
|---|
| 3804 | * manalysis/MEnergyEstParam.h:
|
|---|
| 3805 | - added a new function SetVariables calling SetCoeff
|
|---|
| 3806 |
|
|---|
| 3807 | * mcalib/MCalibrateData.[h,cc]:
|
|---|
| 3808 | - removed data members for container names
|
|---|
| 3809 | - added new lists for container names
|
|---|
| 3810 | - allow to calibrate more than one pedestal container at the same
|
|---|
| 3811 | time
|
|---|
| 3812 |
|
|---|
| 3813 | * mjobs/MJCalibrateSignal.cc:
|
|---|
| 3814 | - changed accordingly
|
|---|
| 3815 |
|
|---|
| 3816 |
|
|---|
| 3817 |
|
|---|
| 3818 | 2005/01/05 Thomas Bretz
|
|---|
| 3819 |
|
|---|
| 3820 | * mcalib/MCalibrationBlindPix.cc, mcalib/MCalibrationChargeCalc.cc,
|
|---|
| 3821 | mhcalib/MHCalibrationRelTimeCam.cc:
|
|---|
| 3822 | - made some output lines fit into convinience window of 80 col
|
|---|
| 3823 |
|
|---|
| 3824 | * mhist/MHCamEvent.cc:
|
|---|
| 3825 | - make sure that x-axis has correct title
|
|---|
| 3826 |
|
|---|
| 3827 | * msignal/MArrivalTimePix.cc:
|
|---|
| 3828 | - init error to -1 which is a obviously non valid value
|
|---|
| 3829 | - fixed IsValid() which gave wrong results
|
|---|
| 3830 |
|
|---|
| 3831 | * msignal/MExtractTimeAndCharge.cc, msignal/MExtractedSignalPix.cc:
|
|---|
| 3832 | - made sure that LoGain is flagged non-valid if no lo-gain exists
|
|---|
| 3833 | - push time back at the edge of the allowed limits if outside
|
|---|
| 3834 |
|
|---|
| 3835 | * mbase/MGList.[h,cc]:
|
|---|
| 3836 | - introduced new functions Delete and DeletePictures
|
|---|
| 3837 | - SetBit(kMustCleanup) in constructor. Otherwise it is not
|
|---|
| 3838 | correctly removed from ListOfCleanups
|
|---|
| 3839 |
|
|---|
| 3840 | * mbase/MLog.cc:
|
|---|
| 3841 | - SetBit(kMustCleanup) if adding a plugin to make sure it is cleaned
|
|---|
| 3842 | from the list
|
|---|
| 3843 |
|
|---|
| 3844 | * mbase/MParContainer.[h,cc]:
|
|---|
| 3845 | - replaced return type of GetDescriptor by TString. The old version
|
|---|
| 3846 | was terribly wrong! The returned memory wasn't removed as soon
|
|---|
| 3847 | as the function returned.
|
|---|
| 3848 |
|
|---|
| 3849 | * mbase/MStatusDisplay.[h,cc]:
|
|---|
| 3850 | - for security (thread safty) replaced all Form() by MString::Form()
|
|---|
| 3851 | - implemented a more secure scheme of Closing (Clone()) this was
|
|---|
| 3852 | a hint given by valgrind
|
|---|
| 3853 | - set kMustCleanup for all new object in ClonePad not only kCanDelete
|
|---|
| 3854 | - fixed some lines in pulldown-menus
|
|---|
| 3855 | - add TPads to ListOfCleanups in ClonePad (workaround!)
|
|---|
| 3856 |
|
|---|
| 3857 | * mbase/MString.[h,cc]:
|
|---|
| 3858 | - implemented a new static Form() function returning a copy of
|
|---|
| 3859 | the result
|
|---|
| 3860 |
|
|---|
| 3861 | * mbase/MTask.[h,cc]:
|
|---|
| 3862 | - replaced return type of GetDescriptor by TString. The old version
|
|---|
| 3863 | was terribly wrong! The returned memory wasn't removed as soon
|
|---|
| 3864 | as the function returned.
|
|---|
| 3865 | - Made GetDescriptor thread safe using MString::Form
|
|---|
| 3866 |
|
|---|
| 3867 | * mfileio/MWriteRootFile.cc:
|
|---|
| 3868 | - Use GetDescriptor().Data() when using any kind of printf function
|
|---|
| 3869 |
|
|---|
| 3870 | * mhbase/MFillH.cc:
|
|---|
| 3871 | - replaced string concatenation in all constructors by a Form
|
|---|
| 3872 | (also suggested by valgrind)
|
|---|
| 3873 |
|
|---|
| 3874 | * mhcalib/MHCalibrationRelTimeCam.cc:
|
|---|
| 3875 | - made some output fit into 80col boundary
|
|---|
| 3876 |
|
|---|
| 3877 |
|
|---|
| 3878 |
|
|---|
| 3879 |
|
|---|
| 3880 | 2005/01/03 Thomas Bretz (HAPPY NEW YEAR)
|
|---|
| 3881 |
|
|---|
| 3882 | * mfht:
|
|---|
| 3883 | - added new directory for hexagonal fourier transformation
|
|---|
| 3884 |
|
|---|
| 3885 | * mfht/HftIncl.h, mhft/HftLinkDef.h, mhft/MGeomCamMagicXT.[h,cc],
|
|---|
| 3886 | mhft/MGeomCamMagicEnhance.[h,cc], mhft/MHexgaonalFT.[h,cc],
|
|---|
| 3887 | mhft/MHexagonalFreqSpace.[h,cc], mhft/MHexagonalFTCalc.[h,cc],
|
|---|
| 3888 | mhft/Makefile:
|
|---|
| 3889 | - added
|
|---|
| 3890 |
|
|---|
| 3891 | * macros/extendcam.C:
|
|---|
| 3892 | - added: tutorial for MGeomCamExtend
|
|---|
| 3893 |
|
|---|
| 3894 | * macros/hft.C:
|
|---|
| 3895 | - added: tutorial for MHexgonalFTCalc
|
|---|
| 3896 |
|
|---|
| 3897 | * macros/dohtml.C:
|
|---|
| 3898 | - updated
|
|---|
| 3899 |
|
|---|
| 3900 | * macros/rootlogon.C:
|
|---|
| 3901 | - updated
|
|---|
| 3902 |
|
|---|
| 3903 | * Makefile:
|
|---|
| 3904 | - mhft added
|
|---|
| 3905 |
|
|---|
| 3906 | * mbase/MParContainer.cc, mbase/MLog.cc:
|
|---|
| 3907 | - added a pre-compiler option for destructor debugging
|
|---|
| 3908 |
|
|---|
| 3909 | * mbase/MTaskList.[h,cc]:
|
|---|
| 3910 | - added new function Replace
|
|---|
| 3911 |
|
|---|
| 3912 | * mdata/MDataChain.cc, mfbase/MF.cc:
|
|---|
| 3913 | - shortened some output
|
|---|
| 3914 |
|
|---|
| 3915 | * mdata/MDataArray.[h,cc]:
|
|---|
| 3916 | - added new function FindRule
|
|---|
| 3917 |
|
|---|
| 3918 | * mfileio/MReadTree.[h,cc]:
|
|---|
| 3919 | - enhanced functionality to be able to read a TTree stored in memory
|
|---|
| 3920 | instead of a file. Therefor introduced fTree which is now the pointer
|
|---|
| 3921 | used and replaced fChain where TTree and TChain have common behaviour.
|
|---|
| 3922 | Where they behave uncommon new code for the new case has been added.
|
|---|
| 3923 |
|
|---|
| 3924 | * mfileio/MWriteRootFile.[h,cc]:
|
|---|
| 3925 | - enhanced functionality to be able to write a TTree into memory
|
|---|
| 3926 | instead of a file. This were maily bugfixes for the case fOut==0, which
|
|---|
| 3927 | must be handled correctly. Becarefull a tree filles without a file
|
|---|
| 3928 | is not deleted automatically!
|
|---|
| 3929 |
|
|---|
| 3930 | * mhbase/MBinning.h:
|
|---|
| 3931 | - added copy constructor
|
|---|
| 3932 | - fixed buggy SetEdges(MBinning&) which didn't work
|
|---|
| 3933 |
|
|---|
| 3934 | * mhbase/MHMatrix.cc:
|
|---|
| 3935 | - when adding a new rule check first if the same rule already exists
|
|---|
| 3936 |
|
|---|
| 3937 | * mhflux/MAlphaFitter.[h,cc]:
|
|---|
| 3938 | - added new functionality to support on-off analysis
|
|---|
| 3939 | - didn't touch existing code
|
|---|
| 3940 |
|
|---|
| 3941 | * mhflux/MHAlpha.[h,cc]:
|
|---|
| 3942 | - added new functionality to support on-off analysis
|
|---|
| 3943 | - replaced Fit() calls by newer function calls
|
|---|
| 3944 | - added DrawAll - PRELIMINARY
|
|---|
| 3945 | - fixed a bug when projecting - may be the reson for some strange
|
|---|
| 3946 | crashes
|
|---|
| 3947 |
|
|---|
| 3948 | * mcalib/MCalibColorSet.cc:
|
|---|
| 3949 | - fixed a stupid bug introduced last year, which caused MCalibColorSet
|
|---|
| 3950 | in some circumstances to stop the eventloop when it shouldn't
|
|---|
| 3951 |
|
|---|
| 3952 | * mjobs/MSequence.cc:
|
|---|
| 3953 | - expand path names
|
|---|
| 3954 |
|
|---|