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