| 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/02/14 Thomas Bretz
|
|---|
| 25 |
|
|---|
| 26 | * callisto.cc, ganymed.cc, star.cc:
|
|---|
| 27 | - added some more information to '--help' output
|
|---|
| 28 | - replaced MSequences by MDataSet
|
|---|
| 29 |
|
|---|
| 30 | * mjobs/MJCut.[h,cc]:
|
|---|
| 31 | - replaced MSequences by MDataSet
|
|---|
| 32 | - write MEnergyEst
|
|---|
| 33 | - recalculate MHillasSrc
|
|---|
| 34 |
|
|---|
| 35 | * mjobs/MSequences.[h,cc]:
|
|---|
| 36 | - removed
|
|---|
| 37 |
|
|---|
| 38 | * mjobs/MDataSet.[h,cc]:
|
|---|
| 39 | - added
|
|---|
| 40 |
|
|---|
| 41 |
|
|---|
| 42 |
|
|---|
| 43 | 2005/02/12 Abelardo Moralejo
|
|---|
| 44 |
|
|---|
| 45 | * mtemp/mpadova/macros/wobblemap.C
|
|---|
| 46 | - Added. Macro to do some studies on wobble mode data.
|
|---|
| 47 |
|
|---|
| 48 | * macros/mccalibrate.C
|
|---|
| 49 | - Added option to divide the output in a train and a test sample.
|
|---|
| 50 | Included in output new container MMcEvtBasic (if found in input
|
|---|
| 51 | files) for later use in effective areas calculations.
|
|---|
| 52 |
|
|---|
| 53 | * macros/starmc2.C
|
|---|
| 54 | - Added writing out of new container MMcEvtBasic. Removed
|
|---|
| 55 | possibility of splitting output in train and test samples, since
|
|---|
| 56 | this has now to be done in mccalibrate.C to make possible that
|
|---|
| 57 | the tree OriginalMC containing MMcEvtBasic has all the original
|
|---|
| 58 | MC events (and only those) from which the events present in the
|
|---|
| 59 | Events tree derive.
|
|---|
| 60 |
|
|---|
| 61 | * macros/starmc.C
|
|---|
| 62 | - Changed a couple of wrong "." by "->" in function calls. Changed
|
|---|
| 63 | default tail cuts.
|
|---|
| 64 |
|
|---|
| 65 |
|
|---|
| 66 |
|
|---|
| 67 | 2005/02/12 Markus Gaug
|
|---|
| 68 |
|
|---|
| 69 | * msignal/MExtractTimeAndChargeSpline.cc
|
|---|
| 70 | - change default rise time to 0.5 and default fall time to 1.5
|
|---|
| 71 |
|
|---|
| 72 | * callisto.rc
|
|---|
| 73 | - made intitializations of extractors more explicit
|
|---|
| 74 |
|
|---|
| 75 | * mpedestal/MExtractPedestal.cc
|
|---|
| 76 | - make check for even number of slices in the case of "fundamental"
|
|---|
| 77 | pedestal calc.
|
|---|
| 78 |
|
|---|
| 79 | * mcalib/MCalibrationChargeCalc.cc
|
|---|
| 80 | - take out some commented code
|
|---|
| 81 |
|
|---|
| 82 |
|
|---|
| 83 |
|
|---|
| 84 | 2005/02/12 Abelardo Moralejo
|
|---|
| 85 |
|
|---|
| 86 | * mmc/MMcTrig.hxx
|
|---|
| 87 | - Added getter GetNumFirstLevel. This is necessary if that data
|
|---|
| 88 | member is to be used for instance in MF filters. There was
|
|---|
| 89 | already a getter, but it is called GetFirstLevel and hence not
|
|---|
| 90 | recognized.
|
|---|
| 91 |
|
|---|
| 92 |
|
|---|
| 93 |
|
|---|
| 94 | 2005/02/11 Abelardo Moralejo
|
|---|
| 95 |
|
|---|
| 96 | * mmc/MMcEvtBasic.[h,cc]:
|
|---|
| 97 | - New class. Contains 5 very basic MC parameters which we intend
|
|---|
| 98 | to save for all generated Corsika events. This is needed for
|
|---|
| 99 | proper effective area calculations.
|
|---|
| 100 |
|
|---|
| 101 | * mmc/Makefile, McLinkDef.h
|
|---|
| 102 | - Added new class above.
|
|---|
| 103 |
|
|---|
| 104 |
|
|---|
| 105 |
|
|---|
| 106 | 2005/02/11 Thomas Bretz
|
|---|
| 107 |
|
|---|
| 108 | * mfileio/MWriteRootFile.[h,cc]:
|
|---|
| 109 | - added the possibility to write to an already existing file.
|
|---|
| 110 | This doesn't affect the old behaviour, but using this new feature
|
|---|
| 111 | might still have problems.
|
|---|
| 112 |
|
|---|
| 113 | * mfileio/MReadReports.cc:
|
|---|
| 114 | - fixed column-level in PrintStatistics
|
|---|
| 115 |
|
|---|
| 116 | * mjobs/MJCalibrateSignal.cc:
|
|---|
| 117 | - keep MMcRunHeader in the output
|
|---|
| 118 |
|
|---|
| 119 |
|
|---|
| 120 |
|
|---|
| 121 | 2005/02/10 Abelardo Moralejo
|
|---|
| 122 |
|
|---|
| 123 | * macros/mccalibrate.C
|
|---|
| 124 | - Added possibility to calibrate in photons or photoelectrons
|
|---|
| 125 |
|
|---|
| 126 | * macros/starmc2.C
|
|---|
| 127 | - Added comment about value of cleaning levels
|
|---|
| 128 |
|
|---|
| 129 |
|
|---|
| 130 |
|
|---|
| 131 | 2005/02/10 Markus Gaug
|
|---|
| 132 |
|
|---|
| 133 | * mcalib/Makefile
|
|---|
| 134 | * mcalib/CalibLinkDef.h
|
|---|
| 135 | * mcalib/MCalibrate.[h,cc]
|
|---|
| 136 | - removed mcalib/MCalibrate.* because it has been replaced by
|
|---|
| 137 | MCalibrateData
|
|---|
| 138 |
|
|---|
| 139 | * mmain/MEventDisplay.cc
|
|---|
| 140 | - replaced MCalibrate by MCalibrateData
|
|---|
| 141 |
|
|---|
| 142 | * mhcalib/MHCalibrationCam.cc
|
|---|
| 143 | - replaced warning about empty histogram from red (err) by
|
|---|
| 144 | yellow (warn).
|
|---|
| 145 |
|
|---|
| 146 | * mcalib/MCalibColorSet.cc
|
|---|
| 147 | - return kTRUE in case of MC-file
|
|---|
| 148 |
|
|---|
| 149 | * msignal/MExtractTimaAndChargeSpline.[h,cc]
|
|---|
| 150 | - make sure that all variables are set correctly independent on
|
|---|
| 151 | the order of their initialization by the user
|
|---|
| 152 |
|
|---|
| 153 |
|
|---|
| 154 |
|
|---|
| 155 | 2005/02/10 Thomas Bretz
|
|---|
| 156 |
|
|---|
| 157 | * mgeom/MGeomCam.[h,cc]:
|
|---|
| 158 | - added new member functions (GetNeighbors) to get all pixels
|
|---|
| 159 | around a given pixel with a given radius
|
|---|
| 160 |
|
|---|
| 161 | * mars.rc:
|
|---|
| 162 | - use same values for image cleaning as default in star
|
|---|
| 163 |
|
|---|
| 164 | * mpointing/MSrcPosCalc.[h,cc]:
|
|---|
| 165 | - added the possibility to set the Source position from
|
|---|
| 166 | a resource file
|
|---|
| 167 |
|
|---|
| 168 | * mjobs/MJStar.cc:
|
|---|
| 169 | - write MMcRunHeader to RunHeaders
|
|---|
| 170 |
|
|---|
| 171 | * mfileio/MWriteRootFile.cc:
|
|---|
| 172 | - removed an obsolete line
|
|---|
| 173 | - removed a debug line which should not be there
|
|---|
| 174 |
|
|---|
| 175 | * mimage/MHillas.h:
|
|---|
| 176 | - added new Getter GetDist0 returning the distance to the
|
|---|
| 177 | camera center
|
|---|
| 178 |
|
|---|
| 179 | * mhflux/MHFalseSource.cc:
|
|---|
| 180 | - the scaling in Paint() was nonsense in case we are looking
|
|---|
| 181 | at on/off-data. Fixed.
|
|---|
| 182 |
|
|---|
| 183 |
|
|---|
| 184 |
|
|---|
| 185 | 2005/02/10 Abelardo Moralejo
|
|---|
| 186 |
|
|---|
| 187 | * manalysis/MMcCalibrationUpdate.h
|
|---|
| 188 | - Added comment on new member fSignalType. Sorry for compilation
|
|---|
| 189 | problems... I forgot to commit the header yesterday, but M. Gaug
|
|---|
| 190 | did it.
|
|---|
| 191 |
|
|---|
| 192 | * macros/starmc.C
|
|---|
| 193 | - Cleaned up a little bit, made the option to choose between
|
|---|
| 194 | calibration in photons or phe- easier to set.
|
|---|
| 195 |
|
|---|
| 196 | * manalysis/MMcCalibrationUpdate.[h,cc]
|
|---|
| 197 | - Added getter and setter for fSignalType. Set fSignalType=kPhot as
|
|---|
| 198 | default for consistency with MCalibrateData.
|
|---|
| 199 |
|
|---|
| 200 |
|
|---|
| 201 |
|
|---|
| 202 | 2005/02/09 Abelardo Moralejo
|
|---|
| 203 |
|
|---|
| 204 | * manalysis/MMcCalibrationUpdate.cc
|
|---|
| 205 | - Updated to make the MC calibration in phe- work
|
|---|
| 206 |
|
|---|
| 207 | * macros/starmc.C
|
|---|
| 208 | - same as above. Now default is calibration in phe-
|
|---|
| 209 |
|
|---|
| 210 | * mraw/MRawEvtHeader.h
|
|---|
| 211 | - Added setter for the trigger pattern, absolutely needed for
|
|---|
| 212 | creating proper MC root files.
|
|---|
| 213 |
|
|---|
| 214 |
|
|---|
| 215 |
|
|---|
| 216 | 2005/02/09 Markus Gaug
|
|---|
| 217 |
|
|---|
| 218 | * manalysis/MMcCalibrationUpdate.h
|
|---|
| 219 | - added missing declaration of fSignalType
|
|---|
| 220 |
|
|---|
| 221 | * mjobs/MJPedestal.[h,cc]
|
|---|
| 222 | * mjobs/badpixels_0_559.rc
|
|---|
| 223 | * callisto.rc
|
|---|
| 224 | - allow exclusion of bad pixels from the beginning (default is
|
|---|
| 225 | Pixel 0 and 559).
|
|---|
| 226 | - removed some obsolete includes
|
|---|
| 227 | - took out data member fPedestalHist from MJPedestal.h which removes
|
|---|
| 228 | the crash, however I don't understand why it caused the crash!!!
|
|---|
| 229 | There seem to be problems with memory usage either in callisto.cc
|
|---|
| 230 | or in this class!!
|
|---|
| 231 | (valgrind shows several memory leaks in the TG... classes).
|
|---|
| 232 |
|
|---|
| 233 | * mjobs/MJCalibration.cc
|
|---|
| 234 | - write display and containers also in case of failure of eventloop
|
|---|
| 235 |
|
|---|
| 236 | * mhcalib/MHGausEvents.cc
|
|---|
| 237 | - make default display window 600x600
|
|---|
| 238 |
|
|---|
| 239 | * mcalib/MCalibrationQECamMagic.cc
|
|---|
| 240 | - updated five pixels
|
|---|
| 241 |
|
|---|
| 242 | * mpedestal/MExtractPedestal.[h,cc]
|
|---|
| 243 | * mpedestal/MPedCalcPedRun.cc
|
|---|
| 244 | * mpedestal/MPedCalcFromLoGain.cc
|
|---|
| 245 | - included possibility for intermediate pedestal cam (not yet used)
|
|---|
| 246 |
|
|---|
| 247 | * msignal/MExtractTimeAndChargeDigitalFilterPeakSearch.cc
|
|---|
| 248 | - initialize the bad events counters to 0 also in constructor
|
|---|
| 249 | - release the limit for bad events a bit
|
|---|
| 250 |
|
|---|
| 251 | * mcalib/MCalibrationTestCam.h
|
|---|
| 252 | - take out include of TArrayI (already in base class)
|
|---|
| 253 |
|
|---|
| 254 | * mcalib/MCalibrateData.h
|
|---|
| 255 | - make default argument for SetSignalType kPhe.
|
|---|
| 256 |
|
|---|
| 257 | * mjobs/MJCalibrateSignalFromOuside.[h,cc]
|
|---|
| 258 | - removed
|
|---|
| 259 |
|
|---|
| 260 |
|
|---|
| 261 |
|
|---|
| 262 | 2005/02/08 Markus Gaug
|
|---|
| 263 |
|
|---|
| 264 | * mhcalib/MHCalibrationCam.cc
|
|---|
| 265 | * mcalib/MCalibrationChargeCalc.cc
|
|---|
| 266 | - replaced GetNumExecutions()==0 condition by GetNumExecution() < 1
|
|---|
| 267 |
|
|---|
| 268 |
|
|---|
| 269 |
|
|---|
| 270 | 2005/02/08 Thomas Bretz
|
|---|
| 271 |
|
|---|
| 272 | * mpointing/MPointingPosInterpolate.cc:
|
|---|
| 273 | - use debug option in addition to switch off output from internal
|
|---|
| 274 | eventloop. It is confusing having this output inside another
|
|---|
| 275 | eventloop.
|
|---|
| 276 | - updated missing connections in class description
|
|---|
| 277 |
|
|---|
| 278 | * msignal/MExtractTimeAndChargeDigitalFilterPeakSearch.cc:
|
|---|
| 279 | - made sure that output of PostProcess fits into 80col boundary
|
|---|
| 280 |
|
|---|
| 281 | * mimage/MHillas.cc:
|
|---|
| 282 | - removed an obsolete call to TLine::Paint() in Paint.
|
|---|
| 283 |
|
|---|
| 284 |
|
|---|
| 285 |
|
|---|
| 286 | 2005/02/07 Thomas Bretz
|
|---|
| 287 |
|
|---|
| 288 | * mbase/MFilter.cc:
|
|---|
| 289 | - use paranthesis around ClassName in GetRule
|
|---|
| 290 |
|
|---|
| 291 | * mdata/MDataFormula.h:
|
|---|
| 292 | - fixed a wrong comment in variable description
|
|---|
| 293 |
|
|---|
| 294 | * mhist/MHCamEvent.[h,cc], mhist/MHCamera.[h,cc],
|
|---|
| 295 | mjobs/MJCalibrateSignal.cc,
|
|---|
| 296 | mjobs/MJCalibrateSignalFromOutside.cc:
|
|---|
| 297 | - to make sure there are no missunderstandings we have to
|
|---|
| 298 | replace all occurances of 'Variance' by 'SqrtVariance'
|
|---|
| 299 | (it was not my decision)
|
|---|
| 300 |
|
|---|
| 301 | * mastro/MAstro.[h,cc]:
|
|---|
| 302 | - added new function Angle2Coordinate
|
|---|
| 303 |
|
|---|
| 304 | * mbase/MTaskEnv.[h,cc]:
|
|---|
| 305 | - fixed a bug which caused the resource task to be ignored
|
|---|
| 306 | if the default task was '<dummy>'
|
|---|
| 307 |
|
|---|
| 308 | * mhbase/MH3.cc:
|
|---|
| 309 | - fixed a bug in Paint (use GetListOfPrimitives->FindObject
|
|---|
| 310 | instead of FindObject) which caused the histogram to
|
|---|
| 311 | be put a lot of times into the pad.
|
|---|
| 312 |
|
|---|
| 313 | * mjobs/MJCalib.[h,cc]:
|
|---|
| 314 | - derived MJCalib from MJob in order to be able to move
|
|---|
| 315 | common code from derived classes into the base-class
|
|---|
| 316 | - implemented CheckEnvLocal to handle the resource 'DataType'
|
|---|
| 317 | - changed publicity of some variables and functions
|
|---|
| 318 | to allow setting file type from outside
|
|---|
| 319 | - added new function to set data-type for use in callisto.cc
|
|---|
| 320 |
|
|---|
| 321 | * mjobs/MJCalibTest.[h,cc], mjobs/MJCalibrateSignal.[h,cc],
|
|---|
| 322 | mjobs/MJCalibration.[h,cc], mjobs/MJPedestal.[h,cc]:
|
|---|
| 323 | - removed double inheritance, replaced by single inheritance
|
|---|
| 324 | from MJCalib
|
|---|
| 325 | - replaced code to handle the resource 'DataType' by the
|
|---|
| 326 | common code in the base class
|
|---|
| 327 | - put reading of reference file into a new member function
|
|---|
| 328 | to make source code reading resource file simpler and to
|
|---|
| 329 | be able to write a function description about it (simple
|
|---|
| 330 | copy&past)
|
|---|
| 331 |
|
|---|
| 332 | * callisto.cc:
|
|---|
| 333 | - added option for file-type
|
|---|
| 334 |
|
|---|
| 335 | * mjobs/MJOptimize.[h,cc], mjobs/MSequences.[h,cc],
|
|---|
| 336 | mjobs/MJCut.[h,cc], ganymed.[cc,rc], mhflux/MHEnergyEst.[h,cc]:
|
|---|
| 337 | - added to repository, but not yet to Makefile because
|
|---|
| 338 | there is still some work to be done. But whoever is
|
|---|
| 339 | interested in the new classes/program may already use it.
|
|---|
| 340 |
|
|---|
| 341 | * mhflux/MAlphaFitter.[h,cc]:
|
|---|
| 342 | - added option to choose the minimization value
|
|---|
| 343 |
|
|---|
| 344 | * mhflux/MHAlpha.cc:
|
|---|
| 345 | - replaced significance by minimization value
|
|---|
| 346 |
|
|---|
| 347 | * mhflux/MHEffectiveOnTime.cc:
|
|---|
| 348 | - use E-Option when fitting to improve error calculation
|
|---|
| 349 | by using Minos technique
|
|---|
| 350 |
|
|---|
| 351 |
|
|---|
| 352 |
|
|---|
| 353 | 2005/02/04 Markus Gaug
|
|---|
| 354 |
|
|---|
| 355 | * mjobs/MJCalibration.cc
|
|---|
| 356 | - found a "the `impossible' happened" when running callisto with
|
|---|
| 357 | a pure signal extractor --> MExtractTimeFastSpline has some
|
|---|
| 358 | problems with the management of the internal arrays. Replaced it
|
|---|
| 359 | by MExtractTimeHighestIntegral as default which is as good.
|
|---|
| 360 |
|
|---|
| 361 | * callisto.rc
|
|---|
| 362 | - use MExtractTimeAndChargeDigitalFilterPeakSearch as default
|
|---|
| 363 | instead of MExtractTimeAndChargeDigitalFilter. This extractor is
|
|---|
| 364 | now tested and checks for the positions of the pulse within the
|
|---|
| 365 | DAQ-window.
|
|---|
| 366 |
|
|---|
| 367 |
|
|---|
| 368 |
|
|---|
| 369 | 2005/02/04 Thomas Bretz
|
|---|
| 370 |
|
|---|
| 371 | * Makefile.rules:
|
|---|
| 372 | - fixed creation of main MDep.d
|
|---|
| 373 |
|
|---|
| 374 | * callisto.cc, merpp.cc, showlog.cc, showplot.cc, star.cc:
|
|---|
| 375 | - added commandline option --version
|
|---|
| 376 |
|
|---|
| 377 | * mbase/MFilter.cc:
|
|---|
| 378 | - changed default for 'GetRule'
|
|---|
| 379 |
|
|---|
| 380 | * mbase/MParContainer.cc:
|
|---|
| 381 | - simplified GetNewObject
|
|---|
| 382 |
|
|---|
| 383 | * mfbase/MF.cc:
|
|---|
| 384 | - if no conditional sign is found try to create
|
|---|
| 385 | MFilter-object
|
|---|
| 386 |
|
|---|
| 387 | * mraw/MRawEvtData.cc:
|
|---|
| 388 | - fixed the initialization of fABFlags in case maxid==0 which
|
|---|
| 389 | is the default. This caused MRawEvtPixelIter::HasABFlag
|
|---|
| 390 | to do unallowed access to memory for old root-files without
|
|---|
| 391 | the AB flag, because it assumed (due to size==1) that the
|
|---|
| 392 | data contains the ab flag
|
|---|
| 393 |
|
|---|
| 394 | * mraw/MRawEvtPixelIter.[h,cc]:
|
|---|
| 395 | - removed some obsolete debug comments
|
|---|
| 396 | - simplified HasABFlag
|
|---|
| 397 |
|
|---|
| 398 | * manalysis/MCerPhotPix.h:
|
|---|
| 399 | - removed the `!` again. It gave problems with the Mars
|
|---|
| 400 | display. We agreed that this is a minor problem because
|
|---|
| 401 | the structure of MCerPhot* will chnage soon in any case.
|
|---|
| 402 |
|
|---|
| 403 |
|
|---|
| 404 |
|
|---|
| 405 | 2005/02/04 Abelardo Moralejo
|
|---|
| 406 |
|
|---|
| 407 | * macros/starmc2.C
|
|---|
| 408 | - added to output missing container MConcentration.
|
|---|
| 409 |
|
|---|
| 410 |
|
|---|
| 411 |
|
|---|
| 412 | 2005/02/03 Thomas Bretz
|
|---|
| 413 |
|
|---|
| 414 | * mfbase/MFilterList.[h,cc]:
|
|---|
| 415 | - added new function AddToList(TCollection&)
|
|---|
| 416 |
|
|---|
| 417 | * mhbase/MFillH.cc:
|
|---|
| 418 | - print a warning if 'same'-option given without
|
|---|
| 419 | a corresponding existing tab
|
|---|
| 420 |
|
|---|
| 421 | * mhflux/MHAlpha.[h,cc]:
|
|---|
| 422 | - made time bins settable by user
|
|---|
| 423 |
|
|---|
| 424 | * mfileio/MWriteRootFile.cc:
|
|---|
| 425 | - fixed ReInit and a warning output when writing to memory
|
|---|
| 426 |
|
|---|
| 427 |
|
|---|
| 428 |
|
|---|
| 429 | 2005/02/03 Markus Gaug
|
|---|
| 430 |
|
|---|
| 431 | * mcalib/MCalibColorSet.[h,cc]
|
|---|
| 432 | - implement possibility to set colour explicitely (e.g. for MC).
|
|---|
| 433 |
|
|---|
| 434 | * msignal/MExtractTimeAndChargeDigitalFilter.cc
|
|---|
| 435 | - intialize fTimeShiftHiGain and fTimeShiftLoGain by default.
|
|---|
| 436 |
|
|---|
| 437 | * mjobs/MJPedestal.cc
|
|---|
| 438 | - in case, extractor is used, put the extractor into the tasklist,
|
|---|
| 439 | otherwise ranges do not get initialized correctly (wrong memory
|
|---|
| 440 | usage!). Use an event selector, however to not skip the Process.
|
|---|
| 441 | This is as fast as before and now safe for any kind of extractor
|
|---|
| 442 |
|
|---|
| 443 | * mcalib/MCalibrationCam.h
|
|---|
| 444 | * mcalib/MCalibrationTestCam.h
|
|---|
| 445 | * mcalib/MCalibrationTestCam.cc
|
|---|
| 446 | - initialize a missing array in InitAverageAreas
|
|---|
| 447 |
|
|---|
| 448 | * mraw/MRawEvtHeader.h
|
|---|
| 449 | - introduced Setter() of cal. pattern for Abelardo
|
|---|
| 450 |
|
|---|
| 451 |
|
|---|
| 452 |
|
|---|
| 453 | 2005/02/02 Markus Gaug
|
|---|
| 454 |
|
|---|
| 455 | * mcalib/MCalibrationChargeCam.cc
|
|---|
| 456 | - fixed small bug in the display of mean charges when low-gain was
|
|---|
| 457 | used.
|
|---|
| 458 |
|
|---|
| 459 | * msignal/MExtractor.cc
|
|---|
| 460 | - print the missing overlap between high-gain and low-gain
|
|---|
| 461 | in the Print() function
|
|---|
| 462 | - remove setting of fHiLoLast in PreProcess, otherwise cloned
|
|---|
| 463 | extractors do not work any more with windows exceeding the
|
|---|
| 464 | high-gain range.
|
|---|
| 465 |
|
|---|
| 466 | * mhcalib/MHCalibrationTestCam.[h,cc]
|
|---|
| 467 | * mhcalib/MHCalibrationTestTimeCam.[h,cc]
|
|---|
| 468 | - set proper probability limits for the fits
|
|---|
| 469 |
|
|---|
| 470 | * mcalib/MCalibrateData.cc
|
|---|
| 471 | - catch the case in which no interlaced cal. events are being sent
|
|---|
| 472 | by the pulser box.
|
|---|
| 473 |
|
|---|
| 474 | * mjobs/MJCalib.[h,cc]
|
|---|
| 475 | - put the data type enum in a new base class
|
|---|
| 476 |
|
|---|
| 477 | * mjobs/MJCalibTest.[h,cc]
|
|---|
| 478 | - re-name old class MJExtractCalibTest to MJCalibTest and make it
|
|---|
| 479 | compatible with the sequence-files.
|
|---|
| 480 |
|
|---|
| 481 | * mjobs/MJExtractCalibTest.[h,cc]
|
|---|
| 482 | - removed
|
|---|
| 483 |
|
|---|
| 484 | * mjobs/MJCalibrateSignal.cc
|
|---|
| 485 | - put a compiler warning about the default cal. to photo-electrons
|
|---|
| 486 |
|
|---|
| 487 | * callisto.cc
|
|---|
| 488 | - add new flag "--use-test" to enable the MJCalibTest facility
|
|---|
| 489 | (default: not used)
|
|---|
| 490 |
|
|---|
| 491 |
|
|---|
| 492 |
|
|---|
| 493 | 2005/02/01 Raquel de los Reyes
|
|---|
| 494 |
|
|---|
| 495 | * mjobs/MSequence.h
|
|---|
| 496 | - Added "Get" functions for the TArrays variables.
|
|---|
| 497 |
|
|---|
| 498 |
|
|---|
| 499 |
|
|---|
| 500 | 2005/02/01 Markus Gaug
|
|---|
| 501 |
|
|---|
| 502 | * mjobs/MJPedestal.[h,cc]
|
|---|
| 503 | * mjobs/MJCalibration.[h,cc]
|
|---|
| 504 | * mjobs/MJCalibrateSignal.[h,cc]
|
|---|
| 505 | * callisto.rc
|
|---|
| 506 | - put enum for data type. Can now set the data type (mc, raw, root)
|
|---|
| 507 | without running the data check.
|
|---|
| 508 |
|
|---|
| 509 | * mhcalib/MHCalibrationCam.cc
|
|---|
| 510 | - return kTRUE in PostProcess if GetNumExecutions is 0
|
|---|
| 511 |
|
|---|
| 512 | * mcalib/MCalibrationChargeCalc.cc
|
|---|
| 513 | - return kTRUE in PostProcess if GetNumExecutions is 0
|
|---|
| 514 |
|
|---|
| 515 |
|
|---|
| 516 |
|
|---|
| 517 | 2005/02/01 Daniel Mazin
|
|---|
| 518 |
|
|---|
| 519 | * MPointingPosInterpolate.cc:
|
|---|
| 520 | - fixed bug to match the units of Ra and Decl in MPointingPos
|
|---|
| 521 | - fixed bug in handling of events with times outside of times from
|
|---|
| 522 | MDrive tree
|
|---|
| 523 |
|
|---|
| 524 |
|
|---|
| 525 |
|
|---|
| 526 | 2005/02/01 Thomas Bretz
|
|---|
| 527 |
|
|---|
| 528 | * showplot.cc:
|
|---|
| 529 | - another fix to make the batch mode working (you can use the batch
|
|---|
| 530 | mode to convert a root-file into another format)
|
|---|
| 531 |
|
|---|
| 532 |
|
|---|
| 533 |
|
|---|
| 534 | 2005/01/31 Thomas Bretz
|
|---|
| 535 |
|
|---|
| 536 | * mbase/MStatusDisplay.cc:
|
|---|
| 537 | - fixed handling of batch mode in GetCanvas(const TString &name)
|
|---|
| 538 | - don't skip already existing tabs in Display()
|
|---|
| 539 |
|
|---|
| 540 |
|
|---|
| 541 |
|
|---|
| 542 | 2005/01/31 Raquel de los Reyes
|
|---|
| 543 |
|
|---|
| 544 | * mjobs/MSequence.h
|
|---|
| 545 | - Added "Get" functions for some of the sequence.txt file
|
|---|
| 546 | parameters.
|
|---|
| 547 |
|
|---|
| 548 |
|
|---|
| 549 |
|
|---|
| 550 | 2005/01/31 Markus Gaug
|
|---|
| 551 |
|
|---|
| 552 | * mjobs/MJob.[h,cc]
|
|---|
| 553 | * mjobs/MJCalibrateSignal.[h,cc]
|
|---|
| 554 | * mjobs/MJCalibration.[h,cc]
|
|---|
| 555 | - move file type enum to base class
|
|---|
| 556 |
|
|---|
| 557 | * mjobs/MJCalibrateSignal.[h,cc]
|
|---|
| 558 | - allow also for direct setting of an MRunIter (not used in
|
|---|
| 559 | callisto).
|
|---|
| 560 |
|
|---|
| 561 | * mcalib/MCalibrationChargeCalc.[h,cc]
|
|---|
| 562 | - test also for pulser strength changes additionally to changes in
|
|---|
| 563 | colour.
|
|---|
| 564 |
|
|---|
| 565 |
|
|---|
| 566 |
|
|---|
| 567 | 2005/01/31 Abelardo Moralejo
|
|---|
| 568 |
|
|---|
| 569 | * mpointing/MSrcPosCalc.cc
|
|---|
| 570 | - Create only one instance of MAstroSky2Local for the
|
|---|
| 571 | transformations, instead of two identical ones, as it was before.
|
|---|
| 572 |
|
|---|
| 573 |
|
|---|
| 574 |
|
|---|
| 575 | 2005/01/30 Markus Gaug
|
|---|
| 576 |
|
|---|
| 577 | * mjobs/MJCalibration.cc
|
|---|
| 578 | * mjobs/MJPedestal.cc
|
|---|
| 579 | * mjobs/calibrationref_Nov04.rc
|
|---|
| 580 | * mhcalib/MHCalibrationRelTimeCam.[h,cc]
|
|---|
| 581 | - updated correct display of reference lines
|
|---|
| 582 |
|
|---|
| 583 |
|
|---|
| 584 |
|
|---|
| 585 | 2005/01/29 Markus Gaug
|
|---|
| 586 |
|
|---|
| 587 | * msignal/MExtractFixedWindowSpline.[h,cc]
|
|---|
| 588 | - fixed a bug occurring with overlapping windows between high-gain
|
|---|
| 589 | and low-gain
|
|---|
| 590 |
|
|---|
| 591 | * msignal/MExtractFixedWindowPeakSearch.cc
|
|---|
| 592 | - take out call to fSignals->Clear() which is already done in
|
|---|
| 593 | MTaskList.
|
|---|
| 594 |
|
|---|
| 595 | * msignal/MExtractTimeAndChargeDigitalFilterPeakSearch.[h,cc]
|
|---|
| 596 | - new extractor reducing the bias and solving the problem with the
|
|---|
| 597 | jumping pulse readout.
|
|---|
| 598 |
|
|---|
| 599 |
|
|---|
| 600 |
|
|---|
| 601 | 2005/01/28 Abelardo Moralejo
|
|---|
| 602 |
|
|---|
| 603 | * mpointing/MSrcPosCalc.cc
|
|---|
| 604 | - updated. Make it work as desired: obtain for each event the x,y
|
|---|
| 605 | position on the camera of a source whose celestial coordinates
|
|---|
| 606 | (J2000) have been set by the user in the container "MSourcePos"
|
|---|
| 607 | of type MPointingPos, added to the parameter list. If the
|
|---|
| 608 | container MSourcePos is not found, the center of the camera (or
|
|---|
| 609 | other fixed position x,y set in the parameter list by the user -
|
|---|
| 610 | in MSrcPosCam) is used as source position for all the events in
|
|---|
| 611 | the loop.
|
|---|
| 612 |
|
|---|
| 613 |
|
|---|
| 614 |
|
|---|
| 615 | 2005/01/28 Thomas Bretz
|
|---|
| 616 |
|
|---|
| 617 | * mjobs/MJCalibrateSignal.cc:
|
|---|
| 618 | - fixed that extract1,2,3 haven't been deleted if loop failed.
|
|---|
| 619 | - print tasklist also if loop failed.
|
|---|
| 620 | - added a undefined task (MTaskEnv "FinalFantasy") as last task to
|
|---|
| 621 | the event processing tasklist
|
|---|
| 622 |
|
|---|
| 623 | * callisto.rc:
|
|---|
| 624 | - added comments about "FinalFantasy" into call
|
|---|
| 625 | - added comment for obsolete resources as discussed yesterday
|
|---|
| 626 | evening: TimeUpperLimit
|
|---|
| 627 |
|
|---|
| 628 | * mbase/MMath.[h,cc], manalysis/MCerPhotPix.[h,cc],
|
|---|
| 629 | mpedestal/MPedPhotPix.h:
|
|---|
| 630 | - replaced TruncatePrecision by ReducePrecision (its simply a better
|
|---|
| 631 | name)
|
|---|
| 632 |
|
|---|
| 633 | * mbase/MParList.cc:
|
|---|
| 634 | - added a check to make 200%(!) sure that the container added
|
|---|
| 635 | to the list is a MParContainer (everything else could crash
|
|---|
| 636 | almost everything in Mars!)
|
|---|
| 637 |
|
|---|
| 638 | * mjobs/MJCalibrateSignal.cc, mjobs/MJCalibration.[h,cc],
|
|---|
| 639 | mjobs/MJPedestal.cc:
|
|---|
| 640 | - simplified the code in the WriteResult functions by using
|
|---|
| 641 | the new WriteContainer in MJob
|
|---|
| 642 | - removed the TObjArray from the MParList! It is NOT a MParContainer
|
|---|
| 643 | there are a lot of circumstance how this can crash Mars. I don't
|
|---|
| 644 | know why the compiler allowed for this.
|
|---|
| 645 | - unified WriteResult and WriteHists
|
|---|
| 646 | - split GetOutputFile into two functions for simplification
|
|---|
| 647 |
|
|---|
| 648 | * mjobs/MJCalibration.h:
|
|---|
| 649 | - copy the extractorcam name when copying the contents
|
|---|
| 650 |
|
|---|
| 651 | * mjobs/MJob.[h,cc]:
|
|---|
| 652 | - new member function WriteContainer to simplify code in derived
|
|---|
| 653 | classes
|
|---|
| 654 |
|
|---|
| 655 | * mpointing/MSrcPosCalc.[h,cc]
|
|---|
| 656 | - fixed the header according to Abelardo's changes
|
|---|
| 657 | - added the initialization of the pointers to the constructor
|
|---|
| 658 |
|
|---|
| 659 |
|
|---|
| 660 |
|
|---|
| 661 | 2005/01/28 Markus Gaug
|
|---|
| 662 |
|
|---|
| 663 | * msignal/MExtractTimeAndChargeDigitalFilter.cc
|
|---|
| 664 | - introduce a security check for the time fine adjustment in case,
|
|---|
| 665 | it is too large.
|
|---|
| 666 |
|
|---|
| 667 | * mcalib/MCalibConstCam.[h,cc]
|
|---|
| 668 | * mcalib/MCalibConstPix.h
|
|---|
| 669 | - new classes to allow display of changing cal. constants with the
|
|---|
| 670 | interlaced cal. events
|
|---|
| 671 |
|
|---|
| 672 | * mcalib/MCalibrationChargeCalc.cc
|
|---|
| 673 | - removed stopping of PostProcess in case that the evtloop is
|
|---|
| 674 | finished with interlaced cal. events
|
|---|
| 675 |
|
|---|
| 676 | * mcalib/MCalibrateData.[h,cc]
|
|---|
| 677 | - fill MCalibConstCam with update results (once per calib. consts
|
|---|
| 678 | update == every 10 sec.)
|
|---|
| 679 | - introduce check for size of calibration constant. In case, it is
|
|---|
| 680 | completetly out of range, set the MBadPixelsPix::IsUnsuitableRun
|
|---|
| 681 |
|
|---|
| 682 | * mjobs/MJCalibrateSignal.cc:
|
|---|
| 683 | - display one MHCamera more with changing conv. factors (only for
|
|---|
| 684 | interlaced cal. events)
|
|---|
| 685 |
|
|---|
| 686 | * mpedestal/MPedCalcFromLoGain.cc
|
|---|
| 687 | - set default for MExtractWinFirst from 15 to 17 because of the
|
|---|
| 688 | late cosmics signals in December
|
|---|
| 689 |
|
|---|
| 690 |
|
|---|
| 691 | 2005/01/28 Abelardo Moralejo
|
|---|
| 692 |
|
|---|
| 693 | * mtemp/mpadova/macros/trainsubsample.C
|
|---|
| 694 | - added # of events to be written in the output (instead of
|
|---|
| 695 | fraction of total). Moved MSrcPosCam in output from RunHeaders
|
|---|
| 696 | to Events tree.
|
|---|
| 697 |
|
|---|
| 698 |
|
|---|
| 699 |
|
|---|
| 700 | 2005/01/27 Daniel Mazin and Markus Gaug
|
|---|
| 701 |
|
|---|
| 702 | * mcalib/MCalibrateData.[h,cc]
|
|---|
| 703 | - derive this class from MCamEvent in order to be able to display
|
|---|
| 704 | evolution of conversion factors in case of interlaced cal.
|
|---|
| 705 | events
|
|---|
| 706 |
|
|---|
| 707 | * mpointing/MInterpolatePointingPos.[h,cc]
|
|---|
| 708 | - new class to interpolate pointing positions, adapted from a class
|
|---|
| 709 | by Marcos Lopez
|
|---|
| 710 |
|
|---|
| 711 | * mjobs/MJCalibrateSignal.[h,cc]
|
|---|
| 712 | - enabled the calibration of data with interlaced calibration events
|
|---|
| 713 |
|
|---|
| 714 | * msignal/MArrivalTime.[h,cc]
|
|---|
| 715 | * mcalib/MCalibrateRelTime.cc
|
|---|
| 716 | - removed Error of calibrated arrival time, as agreed on the last
|
|---|
| 717 | software calibration meeting yesterday
|
|---|
| 718 |
|
|---|
| 719 | * mjobs/MJCalibrateSignal.cc
|
|---|
| 720 | - add display to show histogramming of conversion factors
|
|---|
| 721 | - modify default calibration to equiv. photo-electrons
|
|---|
| 722 | - allow for setting of MC, Raw or Root-file type in callisto.rc
|
|---|
| 723 |
|
|---|
| 724 | * callisto.rc
|
|---|
| 725 | - updated conf. file
|
|---|
| 726 |
|
|---|
| 727 |
|
|---|
| 728 | 2005/01/27 Thomas Bretz
|
|---|
| 729 |
|
|---|
| 730 | * callisto.cc:
|
|---|
| 731 | - don't display starting pedestals when calibrating the signal
|
|---|
| 732 |
|
|---|
| 733 | * callisto.rc:
|
|---|
| 734 | - added some comments
|
|---|
| 735 |
|
|---|
| 736 | * star.rc:
|
|---|
| 737 | - according to Daniel M. we have agreed to change the default
|
|---|
| 738 | cleaning level to adapt it roughly to the new pedestal
|
|---|
| 739 |
|
|---|
| 740 | * manalysis/MCerPhotPix.[h,cc], mpedestal/MPedPhotPix.h:
|
|---|
| 741 | - as agreed in the current calibration meeting we truncate the
|
|---|
| 742 | precision of the stored floating point values to roughly 0.5%
|
|---|
| 743 | to gain storage space in the calibrated data (the gzip
|
|---|
| 744 | algorithm compresses this stuff nicely - we gain roughly 15%)
|
|---|
| 745 |
|
|---|
| 746 | * mhflux/MHFalseSource.cc, mjobs/MJCalibration.cc, mjobs/MJStar.cc:
|
|---|
| 747 | - added a comment
|
|---|
| 748 |
|
|---|
| 749 | * mjobs/MJCalibrateSignal.cc:
|
|---|
| 750 | - changed title of unsuitable plot
|
|---|
| 751 | - removed plot for calibrated fundamental pedestal as agreed in the
|
|---|
| 752 | current calibration meeting (we may change this to an option)
|
|---|
| 753 |
|
|---|
| 754 | * mjobs/MJPedestal.[h,cc]:
|
|---|
| 755 | - changed the name of the "PedDiff" plot to be consistent with the
|
|---|
| 756 | other tab-name
|
|---|
| 757 | - changed the options for the display
|
|---|
| 758 | - removed the dependancy of fDisplayType and the SetDataCheck
|
|---|
| 759 | option
|
|---|
| 760 | - added option kDisplayNone
|
|---|
| 761 | - renamed enums from k*Display to kDisplay*
|
|---|
| 762 |
|
|---|
| 763 | * mhist/MHCamEvent.cc:
|
|---|
| 764 | - trying to get rid of the Err_%p workaround.
|
|---|
| 765 |
|
|---|
| 766 | * manalysis/MCerPhotEvt.[h,cc]:
|
|---|
| 767 | - added some '!' signs in the comment line. This is quick hack
|
|---|
| 768 | to gain I/O speed and storage space. We will soon have new
|
|---|
| 769 | containers for the calibrated data and image cleaning
|
|---|
| 770 | information.
|
|---|
| 771 | - changed version number to 6
|
|---|
| 772 |
|
|---|
| 773 | * mhist/MHCamera.cc:
|
|---|
| 774 | - added member function SetAllUsed
|
|---|
| 775 |
|
|---|
| 776 |
|
|---|
| 777 |
|
|---|
| 778 | 2005/01/26 Abelardo Moralejo
|
|---|
| 779 |
|
|---|
| 780 | * macros/mccalibrate.C
|
|---|
| 781 | - removed creation and writing out of MSrcPosCam. It is more
|
|---|
| 782 | flexible to add it in starmc2.C if needed (for wobble mode for
|
|---|
| 783 | instance).
|
|---|
| 784 |
|
|---|
| 785 | * mtemp/mpadova/macros/RanForestDISP.C
|
|---|
| 786 | - added possibility to set the number of hadrons read in for the
|
|---|
| 787 | training. Added some missing containers to output.
|
|---|
| 788 | - Fixed rule concerning the DISP, by adding parentheses. Remember
|
|---|
| 789 | that MHMatrix::AddColumn does not respect the usual precedence
|
|---|
| 790 | of operations!
|
|---|
| 791 |
|
|---|
| 792 | * mtemp/mpadova/macros/resize.C
|
|---|
| 793 | - added to output missing container MRawEvtHeader
|
|---|
| 794 |
|
|---|
| 795 | * macros/starmc2.C
|
|---|
| 796 | - added missing container MImagePar. Added possibility to set the
|
|---|
| 797 | source position on the camera (for the wobble mode).
|
|---|
| 798 |
|
|---|
| 799 |
|
|---|
| 800 |
|
|---|
| 801 | 2005/01/25 Abelardo Moralejo
|
|---|
| 802 |
|
|---|
| 803 | * macros/starmc2.C
|
|---|
| 804 | - modified to allow double (train / test) output, for g/h
|
|---|
| 805 | separation studies. Added several missing containers to output.
|
|---|
| 806 |
|
|---|
| 807 |
|
|---|
| 808 |
|
|---|
| 809 | 2005/01/25 Thomas Bretz
|
|---|
| 810 |
|
|---|
| 811 | * mcalib/MCalibrationIntensityChargeCam.cc:
|
|---|
| 812 | - fixed a lot of 'default argument'-warnings to make to code
|
|---|
| 813 | compile
|
|---|
| 814 |
|
|---|
| 815 | * mbase/MParContainer.[h,cc]:
|
|---|
| 816 | - moved the empty Reset() function into the source file and
|
|---|
| 817 | added a lot of comments
|
|---|
| 818 | - implemented new helper-functions: GetNewObject
|
|---|
| 819 |
|
|---|
| 820 | * mbase/MContinue.[h,cc]:
|
|---|
| 821 | - allow to use MFilter-classes as filter in ReadEnv
|
|---|
| 822 |
|
|---|
| 823 | * mbase/MTaskEnv.cc:
|
|---|
| 824 | - replaced some code by GetNewObject
|
|---|
| 825 |
|
|---|
| 826 | * mhbase/MFillH.cc:
|
|---|
| 827 | - handle DrawOption "same" to be able to draw to the same pad
|
|---|
| 828 |
|
|---|
| 829 | * mhbase/MH.[h,cc]:
|
|---|
| 830 | - added same-argument to DrawSame
|
|---|
| 831 |
|
|---|
| 832 | * mhbase/MH3.cc:
|
|---|
| 833 | - removed some obsolete comments
|
|---|
| 834 | - remove own drawing options before calling fHist->Draw
|
|---|
| 835 |
|
|---|
| 836 | * mimage/MHHillas.cc, mimage/MHImagePar.cc:
|
|---|
| 837 | - first try of implementing 'same' drawing option
|
|---|
| 838 |
|
|---|
| 839 |
|
|---|
| 840 |
|
|---|
| 841 | 2005/01/25 Markus Gaug
|
|---|
| 842 |
|
|---|
| 843 | * mcalib/MCalibrationPattern.[h,cc]
|
|---|
| 844 | * mcalib/MCalibrationPatternDecode.[h,cc]
|
|---|
| 845 | - New Decoder task for the calibration pattern from the
|
|---|
| 846 | digital modules
|
|---|
| 847 |
|
|---|
| 848 | * mraw/MRawEvtHeader.[h,cc]
|
|---|
| 849 | - remove decoding from this class
|
|---|
| 850 |
|
|---|
| 851 | * mcalib/MCalibrationIntensityHiLoCam.[h,cc]
|
|---|
| 852 | - remove, because one needs anyhow much more than one data file
|
|---|
| 853 | to get a reasonable conversion factor
|
|---|
| 854 |
|
|---|
| 855 | * mcalib/MCalibCalcFromPast.[h,cc]
|
|---|
| 856 | - remove MCalibrationIntensityHiLoCam
|
|---|
| 857 |
|
|---|
| 858 | * mbadpixels/MBadPixelsPix.h
|
|---|
| 859 | * mbadpixels/MBadPixelsCam.cc
|
|---|
| 860 | - changed one function name to GetUnsuitableCalLevel()
|
|---|
| 861 |
|
|---|
| 862 | * mjobs/MJCalibration.cc
|
|---|
| 863 | - replace all Y-titles with units "FADC counts" by "FADC cnts" and
|
|---|
| 864 | "FADC slices" by "FADC sl.", otherwise they range out of the
|
|---|
| 865 | canvas.
|
|---|
| 866 |
|
|---|
| 867 | * mcalib/MCalibrationChargeCalc.cc
|
|---|
| 868 | - ensure to set the color correctly in MCalibrationBlindCam
|
|---|
| 869 |
|
|---|
| 870 | * callisto.rc
|
|---|
| 871 | - put space for
|
|---|
| 872 | MJCalibrateSignal.ExtractSignal.HiGainFirst: 2
|
|---|
| 873 | MJCalibrateSignal.ExtractSignal.HiGainLast: 16
|
|---|
| 874 |
|
|---|
| 875 |
|
|---|
| 876 | 2005/01/24 Abelardo Moralejo
|
|---|
| 877 |
|
|---|
| 878 | * manalysis/MMcCalibrationUpdate.cc
|
|---|
| 879 | - Adapted to changes in MCalibrateData from 2005/01/16: moved
|
|---|
| 880 | qepix.SetAvNormFFactor(1.) from Process() to ReInit(). Due to
|
|---|
| 881 | this, for the last week you may have found trouble running
|
|---|
| 882 | starmc.C and mccalibrate.C.
|
|---|
| 883 |
|
|---|
| 884 |
|
|---|
| 885 |
|
|---|
| 886 | 2005/01/24 Thomas Bretz
|
|---|
| 887 |
|
|---|
| 888 | * callisto.cc:
|
|---|
| 889 | - removed non-existing option from output
|
|---|
| 890 |
|
|---|
| 891 | * manalysis/MEnergyEstimate.[h,cc]:
|
|---|
| 892 | - added ReadEnv member function
|
|---|
| 893 |
|
|---|
| 894 | * mbase/MContinue.[h,cc]:
|
|---|
| 895 | - implementes AllowEmpty option to support doing nothing
|
|---|
| 896 | defined in resource file
|
|---|
| 897 | - added a first draft to allow usage of class-filters instead of
|
|---|
| 898 | rules
|
|---|
| 899 |
|
|---|
| 900 | * mbase/MMath.[h,cc]:
|
|---|
| 901 | - implemented a function suggested by Florian Goebel which reduces
|
|---|
| 902 | the precision of a float to ~0.5% which is usefull for data
|
|---|
| 903 | compression by gzip
|
|---|
| 904 |
|
|---|
| 905 | * mdata/MDataChain.[h,cc]:
|
|---|
| 906 | - implemented ReadEnv member function
|
|---|
| 907 |
|
|---|
| 908 | * mfbase/MF.cc:
|
|---|
| 909 | - a small enhancement to the output in ReadEnv
|
|---|
| 910 |
|
|---|
| 911 | * mhbase/MH3.cc:
|
|---|
| 912 | - fixed call to FindObject in Paint which caused a profile to be
|
|---|
| 913 | displayed incorrectly in case it was read from a file
|
|---|
| 914 |
|
|---|
| 915 | * mhflux/MHFalseSource.[h,cc]:
|
|---|
| 916 | - removed old obsolete unsused Significance functions
|
|---|
| 917 | - implemented ReadEnv member function
|
|---|
| 918 | - set false source binning only if BinningFalseSource is not default
|
|---|
| 919 | - check parlist for BinningAlpha
|
|---|
| 920 |
|
|---|
| 921 | * mjobs/MJCalibrateSignal.cc, mjobs/MJCalibration.cc,
|
|---|
| 922 | mjobs/MJPedestal.cc:
|
|---|
| 923 | - added an additional check and output if output-file could
|
|---|
| 924 | not be opened
|
|---|
| 925 |
|
|---|
| 926 | * mjobs/MJob.h:
|
|---|
| 927 | - added some Getter
|
|---|
| 928 |
|
|---|
| 929 | * mhbase/MBinning.[h,cc].
|
|---|
| 930 | - added nen member functions
|
|---|
| 931 | + SetEdgesRaw
|
|---|
| 932 | + ReadEnv
|
|---|
| 933 | + Print
|
|---|
| 934 |
|
|---|
| 935 | * mhflux/MAlphaFitter.[h,cc]:
|
|---|
| 936 | - added new member function ReadEnv
|
|---|
| 937 |
|
|---|
| 938 | * mhflux/MHAlpha.cc:
|
|---|
| 939 | - fixed a problem when fitting without off-data
|
|---|
| 940 |
|
|---|
| 941 | * mbase/MStatusDisplay.cc:
|
|---|
| 942 | - implemented a further fix in DrawClonePad to make sure
|
|---|
| 943 | that the X-stuff doesn't get confused while still
|
|---|
| 944 | GetDrawOption returns the correct value
|
|---|
| 945 |
|
|---|
| 946 |
|
|---|
| 947 |
|
|---|
| 948 | 2005/01/24 Markus Gaug
|
|---|
| 949 |
|
|---|
| 950 | * msignal/MExtractTimeAndChargeDigitalFilter.cc
|
|---|
| 951 | - introduced security check for the times fine-tuning to catch
|
|---|
| 952 | outliers because of deviating pulse forms.
|
|---|
| 953 |
|
|---|
| 954 | * msignal/MExtractTime.cc
|
|---|
| 955 | * msignal/MExtractor.cc
|
|---|
| 956 | - lowered default high-gain saturation limit to 250
|
|---|
| 957 | - removed Clear() for two results containers at beginning of Process()
|
|---|
| 958 |
|
|---|
| 959 | * msignal/MExtractor.h
|
|---|
| 960 | - Take fHiLoLast into the Clone()
|
|---|
| 961 |
|
|---|
| 962 | * msignal/MExtractedSignalPix.cc
|
|---|
| 963 | - change sign of default initializer to negative.
|
|---|
| 964 |
|
|---|
| 965 |
|
|---|
| 966 |
|
|---|
| 967 | 2005/01/23 Markus Gaug
|
|---|
| 968 |
|
|---|
| 969 | * mhcalib/MHCalibrationHiLoCam.[h,cc]
|
|---|
| 970 | - updated to new logain switch setting in MExtractTimeAndCharge
|
|---|
| 971 | - extract also high-gain vs. low-gain time difference
|
|---|
| 972 |
|
|---|
| 973 | * mhcalib/MHCalibrationCam.[h,cc]
|
|---|
| 974 | * mhcalib/MHCalibrationChargeCam.[h,cc]
|
|---|
| 975 | - updated reading of conf. values in ReadEnv
|
|---|
| 976 |
|
|---|
| 977 | * mhcalib/MCalibrationHiLoCam.[h,cc]
|
|---|
| 978 | * mhcalib/MCalibrationHiLoPix.[h,cc]
|
|---|
| 979 | * mhcalib/MCalibrationIntensityHiLoCam.[h,cc]
|
|---|
| 980 | - updated accordingly
|
|---|
| 981 |
|
|---|
| 982 | * mbadpixels/MBadPixelsCam.cc
|
|---|
| 983 | - removed some bugs in the Print() function
|
|---|
| 984 |
|
|---|
| 985 |
|
|---|
| 986 |
|
|---|
| 987 | 2005/01/22 Markus Gaug
|
|---|
| 988 |
|
|---|
| 989 | * mhcalib/MHCalibrationRelTimeCam.cc
|
|---|
| 990 | - display in the averaged times display the event-by-event averaged
|
|---|
| 991 | absolute arrival times instead of the rel. ones which do not make
|
|---|
| 992 | much sense.
|
|---|
| 993 |
|
|---|
| 994 | * mhcalib/MHCalibrationTestTimeCam.[h,cc]
|
|---|
| 995 | * mhcalib/MHCalibrationTestCam.[h,cc]
|
|---|
| 996 | - update to the latest changes in analysis chain.
|
|---|
| 997 |
|
|---|
| 998 | * mjobs/MJExtractCalibTest.[h,cc]
|
|---|
| 999 | - update to the latest changes in analysis chain.
|
|---|
| 1000 |
|
|---|
| 1001 | * mjobs/MJCalibration.cc
|
|---|
| 1002 | - replace title of that times-averageing Tab from "RelTimes" by
|
|---|
| 1003 | "Times".
|
|---|
| 1004 |
|
|---|
| 1005 | * macros/calibration.C
|
|---|
| 1006 | - update to changes in MJExtractCalibTest
|
|---|
| 1007 |
|
|---|
| 1008 |
|
|---|
| 1009 |
|
|---|
| 1010 | 2005/01/21 Markus Gaug
|
|---|
| 1011 |
|
|---|
| 1012 | * msignal/MExtractTimeAndChargeDigitalFilter.cc
|
|---|
| 1013 | * msignal/MExtractTimeAndChargeSlidingWindow.cc
|
|---|
| 1014 | * msignal/MExtractTimeAndChargeSpline.cc
|
|---|
| 1015 | - use the max. bin content for low-gain extraction
|
|---|
| 1016 |
|
|---|
| 1017 | * callisto.rc
|
|---|
| 1018 | - add place for LoGainSwitch
|
|---|
| 1019 |
|
|---|
| 1020 |
|
|---|
| 1021 |
|
|---|
| 1022 | 2005/01/21 Florian Goebel
|
|---|
| 1023 |
|
|---|
| 1024 | * mfbase/MF.cc:
|
|---|
| 1025 | - include a (TString) cast to make it compilable with gcc2.95.3
|
|---|
| 1026 |
|
|---|
| 1027 |
|
|---|
| 1028 |
|
|---|
| 1029 | 2005/01/21 Thomas Bretz
|
|---|
| 1030 |
|
|---|
| 1031 | * mpointing/MSrcPosFromModel.cc:
|
|---|
| 1032 | - fixed crash in Process if no pointing model available
|
|---|
| 1033 |
|
|---|
| 1034 | * mpointing/MPointingPosCalc.h:
|
|---|
| 1035 | - added missing initialization of data members
|
|---|
| 1036 |
|
|---|
| 1037 | * mastro/MObservatory.[h,cc]:
|
|---|
| 1038 | - added ReadEnv member function
|
|---|
| 1039 |
|
|---|
| 1040 | * mbase/MTaskEnv.h:
|
|---|
| 1041 | - added (=0) default to SetDefault
|
|---|
| 1042 |
|
|---|
| 1043 |
|
|---|
| 1044 |
|
|---|
| 1045 | 2005/01/20 Markus Gaug
|
|---|
| 1046 |
|
|---|
| 1047 | * mcalib/MCalibrationIntensityChargeCam.[h,cc]
|
|---|
| 1048 | - added function to display fluctuations of a variable
|
|---|
| 1049 |
|
|---|
| 1050 | * mcalib/MCalibrationPix.cc
|
|---|
| 1051 | - fixed small bug in High-gain mean error.
|
|---|
| 1052 |
|
|---|
| 1053 | * msignal/MExtractTimeAndCharge.[h,cc]
|
|---|
| 1054 | - introduced high-gain maximum limit before extracting the low-gain
|
|---|
| 1055 |
|
|---|
| 1056 |
|
|---|
| 1057 |
|
|---|
| 1058 | 2005/01/20 Thomas Bretz
|
|---|
| 1059 |
|
|---|
| 1060 | * mbase/MContinue.[h,cc]:
|
|---|
| 1061 | - added ReadEnv member function to support resource files
|
|---|
| 1062 |
|
|---|
| 1063 | * mbase/MEvtLoop.[h,cc]:
|
|---|
| 1064 | - added a second arguemtn to reading of the resource file by name
|
|---|
| 1065 | - added some checks when reding the resource file and the
|
|---|
| 1066 | parameter list hasn't been setup
|
|---|
| 1067 |
|
|---|
| 1068 | * mbase/MParList.cc:
|
|---|
| 1069 | - removed an obsolete output from ReadEnv
|
|---|
| 1070 |
|
|---|
| 1071 | * mfbase/MF.[h,cc]:
|
|---|
| 1072 | - added ReadEnv member function to support resource files
|
|---|
| 1073 | - added kAllowEpty flag to support skipping by resource files
|
|---|
| 1074 |
|
|---|
| 1075 | * mfbase/MFilterList.cc:
|
|---|
| 1076 | - added a comment
|
|---|
| 1077 |
|
|---|
| 1078 | * mbase/MStatusDisplay.[h,cc]:
|
|---|
| 1079 | - fixed Write to be compatible with root 4.02/00
|
|---|
| 1080 | - worked around a problem with reading the DrawOption correctly
|
|---|
| 1081 | from a stored status display
|
|---|
| 1082 |
|
|---|
| 1083 |
|
|---|
| 1084 |
|
|---|
| 1085 | 2005/01/19 Thomas Bretz
|
|---|
| 1086 |
|
|---|
| 1087 | * mbase/MMath.cc:
|
|---|
| 1088 | - added a comment to SignificanceLiMa, made by Daniel Mazin
|
|---|
| 1089 | - also check for b==0
|
|---|
| 1090 |
|
|---|
| 1091 | * mhflux/MAlphaFitter.[h,cc]:
|
|---|
| 1092 | - fixed significance calculation in case of on-off data
|
|---|
| 1093 | - added fScaleFactor
|
|---|
| 1094 |
|
|---|
| 1095 | * mhflux/MHAlpha.[h,cc], mhflux/MHFalseSource.cc:
|
|---|
| 1096 | - handle scale factor in case of on-off observations
|
|---|
| 1097 |
|
|---|
| 1098 | * mjobs/MJPedestal.cc:
|
|---|
| 1099 | - aligned screen output to 80col rule
|
|---|
| 1100 |
|
|---|
| 1101 | * mtrigger/MFTriggerPattern.[h,cc]:
|
|---|
| 1102 | - assigned correct integers to enum
|
|---|
| 1103 | - made sure that the enum is correctly handled in all function by
|
|---|
| 1104 | applying a r-value to the condition
|
|---|
| 1105 |
|
|---|
| 1106 |
|
|---|
| 1107 |
|
|---|
| 1108 | 2005/01/19 Abelardo Moralejo
|
|---|
| 1109 |
|
|---|
| 1110 | * mtrigger/MFTriggerPattern.[cc,h]
|
|---|
| 1111 | - Changed Bool_t arguments of all setters to new type Prescale_t
|
|---|
| 1112 | defined by N. Galante (see below)
|
|---|
| 1113 |
|
|---|
| 1114 |
|
|---|
| 1115 |
|
|---|
| 1116 | 2005/01/19 Nicola Galante
|
|---|
| 1117 |
|
|---|
| 1118 | * mtrigger/MFTriggerPattern.[cc,h]
|
|---|
| 1119 | - added in header enum Prescale_t { kUnPrescaled = kFALSE,
|
|---|
| 1120 | kPrescaled = kTRUE };
|
|---|
| 1121 |
|
|---|
| 1122 | - fixed a bug in Process, both fMaskRequiredUnprescaled and
|
|---|
| 1123 | fMaskRequiredPrescaled are checked simultaneously.
|
|---|
| 1124 |
|
|---|
| 1125 |
|
|---|
| 1126 |
|
|---|
| 1127 | 2005/01/18 Markus Gaug
|
|---|
| 1128 |
|
|---|
| 1129 | * mcalib/MCalibColorSet.cc
|
|---|
| 1130 | - fixed the remaining day of data without colour in project name
|
|---|
| 1131 | neither in digital modules bits.
|
|---|
| 1132 |
|
|---|
| 1133 | * mpedestal/MPedCalcPedRun.[h,cc]
|
|---|
| 1134 | - catch the continuous light runs with MRawRunHeader::fRunType
|
|---|
| 1135 | == kRTCalibration to be recognized as effective pedestal runs.
|
|---|
| 1136 |
|
|---|
| 1137 |
|
|---|
| 1138 | 2005/01/18 Thomas Bretz
|
|---|
| 1139 |
|
|---|
| 1140 | * mbase/MMath.cc:
|
|---|
| 1141 | - added a check for s==0 in SignificanceLiMa, because otherwise the
|
|---|
| 1142 | result is NaN
|
|---|
| 1143 |
|
|---|
| 1144 | * mfbase/MF.cc:
|
|---|
| 1145 | - removed an obsolete debugging output from the latest changes
|
|---|
| 1146 |
|
|---|
| 1147 | * mhflux/MHAlpha.cc:
|
|---|
| 1148 | - reset fHTime, too
|
|---|
| 1149 |
|
|---|
| 1150 |
|
|---|
| 1151 |
|
|---|
| 1152 | 2005/01/18 Nicola Galante
|
|---|
| 1153 |
|
|---|
| 1154 | * mtrigger/MFTriggerPattern.cc:
|
|---|
| 1155 | - added parentesis to ensure bitwise operators priority
|
|---|
| 1156 | with respect to logical operators.
|
|---|
| 1157 |
|
|---|
| 1158 |
|
|---|
| 1159 | 2005/01/17 Thomas Bretz
|
|---|
| 1160 |
|
|---|
| 1161 | * manalysis/MEnergyEstimate.[h,cc]:
|
|---|
| 1162 | - changed to be more general. Energy is now estimated from a rule
|
|---|
| 1163 | (MDataChain) The default behaviour is still the same as before
|
|---|
| 1164 | to copy the energy from MMcEvt
|
|---|
| 1165 |
|
|---|
| 1166 | * mbase/MTask.cc:
|
|---|
| 1167 | - changed to write out the descriptor istead of the task-name only
|
|---|
| 1168 | in Pre/PostProcess
|
|---|
| 1169 |
|
|---|
| 1170 | * mhbase/MH.cc:
|
|---|
| 1171 | - initialize fSerialNumber and fNumExecutions in constructor
|
|---|
| 1172 |
|
|---|
| 1173 | * mhflux/MHFalseSource.cc:
|
|---|
| 1174 | - according to a suggestion by Markus Mayer I have changed
|
|---|
| 1175 | \\sigma_{max}=f to S_{max}=f\\sigma
|
|---|
| 1176 |
|
|---|
| 1177 | * mjobs/MJCalibrateSignal.cc:
|
|---|
| 1178 | - as discussed with Markus and Abelardo fixed the MFTriggerPattern
|
|---|
| 1179 | call.
|
|---|
| 1180 |
|
|---|
| 1181 | * mtrigger/MFTriggerPattern.cc, mtrigger/MTriggerPattern.cc,
|
|---|
| 1182 | mtrigger/MTriggerPatternDecode.cc:
|
|---|
| 1183 | - added some comment about file version
|
|---|
| 1184 |
|
|---|
| 1185 | * mbase/MFilter.h:
|
|---|
| 1186 | - implemented new virtual function GetDataMember like in MData
|
|---|
| 1187 |
|
|---|
| 1188 | * mbase/MTask.[h,cc]:
|
|---|
| 1189 | - when filter is added ass GetDataMember to branch list (should be
|
|---|
| 1190 | obsolete, because filter is in the tasklist, but it should not hurt)
|
|---|
| 1191 |
|
|---|
| 1192 | * mfbase/MF.[h,cc], mfbase/MFDataChain.[h,cc], mfbase/MFDataMember.[h,cc],
|
|---|
| 1193 | mfbase/MFilterList.[h,cc]:
|
|---|
| 1194 | - implemented new function GetDataMember
|
|---|
| 1195 |
|
|---|
| 1196 |
|
|---|
| 1197 |
|
|---|
| 1198 | 2005/01/17 Markus Gaug
|
|---|
| 1199 |
|
|---|
| 1200 | * msignal/MExtractTimeAndChargeDigitalFilter.cc
|
|---|
| 1201 | - remove a situation where the high-gain signal can be 0.
|
|---|
| 1202 |
|
|---|
| 1203 | * mtrigger/MTriggerPattern.h
|
|---|
| 1204 | - fixed a bug in defining the trigger bit pattern (Have to start
|
|---|
| 1205 | from 0 instead of 1)
|
|---|
| 1206 |
|
|---|
| 1207 | * mjobs/MJPedestal.cc
|
|---|
| 1208 | * mjobs/MJCalibrateSignal.cc
|
|---|
| 1209 | - fixed default extraction ranges.
|
|---|
| 1210 |
|
|---|
| 1211 | * callisto.rc
|
|---|
| 1212 | - fixed default weights files for pedestal extraction for cosmcis
|
|---|
| 1213 |
|
|---|
| 1214 | * mcalib/MCalibrationChargeCalc.cc
|
|---|
| 1215 | - removed program exit on occurrance of multiple colours without
|
|---|
| 1216 | intensity calibration
|
|---|
| 1217 |
|
|---|
| 1218 |
|
|---|
| 1219 |
|
|---|
| 1220 | 2005/01/17 Nadia Tonello and Markus Gaug
|
|---|
| 1221 |
|
|---|
| 1222 | * mcalib/MCalibrationChargeCam.cc
|
|---|
| 1223 | - some fit improvements in the function GetAveragedConvFADC2PhotPerArea
|
|---|
| 1224 |
|
|---|
| 1225 |
|
|---|
| 1226 |
|
|---|
| 1227 | 2005/01/16 Markus Gaug
|
|---|
| 1228 |
|
|---|
| 1229 | * mhcalib/MHCalibrationCam.[h,cc], mhcalib/MHCalibrationRelTimeCam.[h,cc],
|
|---|
| 1230 | mhcalib/MHCalibrationChargeCam.[h,cc]
|
|---|
| 1231 | - put overflow management and results camera initialization into
|
|---|
| 1232 | base class
|
|---|
| 1233 |
|
|---|
| 1234 | * mcalib/MCalibrateData.[h,cc]
|
|---|
| 1235 | - added possibility to re-normalize signal to equiv. photo-electrons
|
|---|
| 1236 | ( SetSignalType(MCalibrateData::kPhe) ).
|
|---|
| 1237 | Default is old version in photons
|
|---|
| 1238 | - speed up Process by storing pre-calculated calibration constants
|
|---|
| 1239 | in arrays (needed 40% of CPU time of the eventloop before, now: 23%)
|
|---|
| 1240 | - added new pointer to different MCalibrationChargeCam used for
|
|---|
| 1241 | updates
|
|---|
| 1242 | - added possibility to update the conversion factors using the
|
|---|
| 1243 | MCalibrationChargeCam stored in fCalibUpdate.
|
|---|
| 1244 | - added Print() function
|
|---|
| 1245 |
|
|---|
| 1246 | * mcalib/MCalibCalcFromPast.[h,cc]
|
|---|
| 1247 | - committed final version, now also in the Makefile
|
|---|
| 1248 |
|
|---|
| 1249 | * mjobs/MJCalibrateSignalFromOutside.[h,cc], macros/calibration.C
|
|---|
| 1250 | - committed final version, now able to calibrate interlaced cal.
|
|---|
| 1251 | events.
|
|---|
| 1252 |
|
|---|
| 1253 |
|
|---|
| 1254 |
|
|---|
| 1255 | 2005/01/14 Hendrik Bartko
|
|---|
| 1256 |
|
|---|
| 1257 | * msignal/calibration_weights_UV.dat
|
|---|
| 1258 | - fixed a small bug in the noise autocorrelation of the AB-noise
|
|---|
| 1259 |
|
|---|
| 1260 | * msignal/calibration_weights_blue.dat
|
|---|
| 1261 | - new weights file for blue calibration pulses
|
|---|
| 1262 |
|
|---|
| 1263 | * cosmics_weights.dat
|
|---|
| 1264 | - fixed a small bug in the noise autocorrelation of the AB-noise
|
|---|
| 1265 |
|
|---|
| 1266 |
|
|---|
| 1267 |
|
|---|
| 1268 | 2005/01/14 Markus Gaug
|
|---|
| 1269 |
|
|---|
| 1270 | * msignal/MExtractTimeAndChargeDigitalFilter.cc
|
|---|
| 1271 | - added a small acceleration of the program, tested by Hendrik and
|
|---|
| 1272 | me.
|
|---|
| 1273 |
|
|---|
| 1274 | * mpedestal/MPedCalcFromLoGain.cc
|
|---|
| 1275 | - fixed one warning output which was not a real warning.
|
|---|
| 1276 |
|
|---|
| 1277 | * mcalib/MCalibrationChargeCam.cc
|
|---|
| 1278 | - improved the function to calculate a mean conversion factor over
|
|---|
| 1279 | the whole camera including a fit to the values.
|
|---|
| 1280 |
|
|---|
| 1281 | * mpedestal/MPedCalcPedRun.[h,cc]
|
|---|
| 1282 | - undo some changes introduced by TB on 2/12/04 which had made the
|
|---|
| 1283 | use of interlaced pedestal events impossible again.
|
|---|
| 1284 | - Use now the new class MTriggerPattern directly to recognize an
|
|---|
| 1285 | interlaced pedestal event.
|
|---|
| 1286 |
|
|---|
| 1287 |
|
|---|
| 1288 |
|
|---|
| 1289 | 2005/01/14 Thomas Bretz
|
|---|
| 1290 |
|
|---|
| 1291 | * callisto.cc:
|
|---|
| 1292 | - fixed a typo in output
|
|---|
| 1293 |
|
|---|
| 1294 | * manalysis/MGeomApply.cc:
|
|---|
| 1295 | - removed some old code already in comments
|
|---|
| 1296 | - added possibility to switch off automatic processing (used
|
|---|
| 1297 | if two different geometries around)
|
|---|
| 1298 |
|
|---|
| 1299 | * manalysis/MMultiDimDistCalc.cc, mhbase/MHMatrix.[h,cc],
|
|---|
| 1300 | mranforest/MRanForestCalc.cc, mtools/MHSimulatedAnnealing.[h,cc],
|
|---|
| 1301 | mtools/MSimulatedAnnealing.h:
|
|---|
| 1302 | - added include of TVector because in newer root version it is
|
|---|
| 1303 | not included from TMatrix anymore
|
|---|
| 1304 |
|
|---|
| 1305 | * mbase/BaseLinkDef.h, mbase/MMath.[h,cc]:
|
|---|
| 1306 | - to stick to the convention of TMath in newer root versions MMath
|
|---|
| 1307 | changed from a class to a namespace
|
|---|
| 1308 |
|
|---|
| 1309 | * mbase/MEvtLoop.[h,cc]:
|
|---|
| 1310 | - to support newer root version added a second Write-function
|
|---|
| 1311 | with a const qualifier.
|
|---|
| 1312 |
|
|---|
| 1313 | * mdata/MDataChain.cc:
|
|---|
| 1314 | - changed access to TMath for newer root versions
|
|---|
| 1315 |
|
|---|
| 1316 | * mfileio/MChain.[h,cc]:
|
|---|
| 1317 | - implemented a workaround for teh changed LoadTree definition
|
|---|
| 1318 | in newer root-versions
|
|---|
| 1319 |
|
|---|
| 1320 | * mfileio/MReadTree.cc:
|
|---|
| 1321 | - fixed a bug in CheckBranchSize caused some warning to be
|
|---|
| 1322 | displayed
|
|---|
| 1323 |
|
|---|
| 1324 | * mhflux/MHAlpha.cc:
|
|---|
| 1325 | - removed check for fResult in PostProcess (it is always there)
|
|---|
| 1326 |
|
|---|
| 1327 | * msignal/MExtractTimeFastSpline.cc:
|
|---|
| 1328 | - fixed delete --> delete[]
|
|---|
| 1329 |
|
|---|
| 1330 | * mbadpixels/MBadPixelsCalc.cc:
|
|---|
| 1331 | - slight change to some output
|
|---|
| 1332 |
|
|---|
| 1333 | * mbase/MTaskEnv.h:
|
|---|
| 1334 | - set name of default task when pointer is given
|
|---|
| 1335 |
|
|---|
| 1336 | * mjobs/MJCalibrateSignal.cc:
|
|---|
| 1337 | - fixed handling of extraction range for various cases
|
|---|
| 1338 | - fixed handling in case no arrival times are calculated
|
|---|
| 1339 |
|
|---|
| 1340 | * mjobs/MJCalibration.cc:
|
|---|
| 1341 | - write at least a default arrival time calibration container
|
|---|
| 1342 | to make further processing easier
|
|---|
| 1343 |
|
|---|
| 1344 | * mjobs/MJPedestal.[h,cc]:
|
|---|
| 1345 | - fixed handling of extraction range for various cases
|
|---|
| 1346 |
|
|---|
| 1347 |
|
|---|
| 1348 |
|
|---|
| 1349 | 2005/01/14 Abelardo Moralejo
|
|---|
| 1350 |
|
|---|
| 1351 | * mtemp/mpadova/macros/trainsubsample.C, RanForestDISP.C
|
|---|
| 1352 | - added. Two macros used in the analysis of real wobble mode data.
|
|---|
| 1353 |
|
|---|
| 1354 |
|
|---|
| 1355 |
|
|---|
| 1356 | 2005/01/14 Daniela Dorner
|
|---|
| 1357 |
|
|---|
| 1358 | * macros/sql/filldotrun.C
|
|---|
| 1359 | - added new arehucas-verions and changed code accordingly
|
|---|
| 1360 |
|
|---|
| 1361 |
|
|---|
| 1362 |
|
|---|
| 1363 | 2005/01/13 Abelardo Moralejo
|
|---|
| 1364 |
|
|---|
| 1365 | * macros/starmc.C
|
|---|
| 1366 | - Added (commented) lines for the case of gamma MC source off-axis
|
|---|
| 1367 | (wobble mode). Changed default extractor to
|
|---|
| 1368 | MExtractFixedWindowPeakSearch.
|
|---|
| 1369 |
|
|---|
| 1370 |
|
|---|
| 1371 |
|
|---|
| 1372 | 2005/01/13 Raquel de los Reyes
|
|---|
| 1373 |
|
|---|
| 1374 | * callisto.rc
|
|---|
| 1375 | - introduced several configuration lines
|
|---|
| 1376 | (format: "class".DataCheck: No) to allow callisto
|
|---|
| 1377 | to run with rawfiles. Necessary for the datacheck.
|
|---|
| 1378 |
|
|---|
| 1379 |
|
|---|
| 1380 |
|
|---|
| 1381 | 2005/01/13 Markus Gaug
|
|---|
| 1382 |
|
|---|
| 1383 | * mcalib/MCalibColorSet.cc
|
|---|
| 1384 | - fixed runs 45605-45609
|
|---|
| 1385 |
|
|---|
| 1386 | * msignal/MExtractor.h
|
|---|
| 1387 | - take out the variable fHiLoLast from the streamer. Will be
|
|---|
| 1388 | initialized in the ReInit(), if needed
|
|---|
| 1389 |
|
|---|
| 1390 | * msignal/MExtractor.cc
|
|---|
| 1391 | - Initialized fHiLoLast to 0. Otherwise, a second eventloop with
|
|---|
| 1392 | the same extractor may have that variable set to a certain
|
|---|
| 1393 | value, even if not desired. The ReInit() fixes fHiLoLast, if
|
|---|
| 1394 | different from 0.
|
|---|
| 1395 |
|
|---|
| 1396 | * mpedestal/MExtractPedestal.cc
|
|---|
| 1397 | * mpedestal/MPedCalcPedRun.cc
|
|---|
| 1398 | * mpedestal/MPedCalcFromLoGain.cc
|
|---|
| 1399 | - fix the output of the print to the correct value for the case
|
|---|
| 1400 | that the extractor is used.
|
|---|
| 1401 |
|
|---|
| 1402 |
|
|---|
| 1403 | 2005/01/13 Thomas Bretz
|
|---|
| 1404 |
|
|---|
| 1405 | * callisto.rc:
|
|---|
| 1406 | - fixed some typos
|
|---|
| 1407 |
|
|---|
| 1408 | * mbase/MLog.cc:
|
|---|
| 1409 | - unset DEBUG defined unintentionally
|
|---|
| 1410 |
|
|---|
| 1411 | * msignal/MExtractTimeAndChargeDigitalFilter.cc:
|
|---|
| 1412 | - removed printing Weights in InitArrays, because otherwise
|
|---|
| 1413 | the output of a full data calibration is totally crowded
|
|---|
| 1414 | with numbers. Having the weights-file name on the display
|
|---|
| 1415 | is perfectly enough.
|
|---|
| 1416 |
|
|---|
| 1417 |
|
|---|
| 1418 |
|
|---|
| 1419 | 2005/01/12 Markus Gaug
|
|---|
| 1420 |
|
|---|
| 1421 | * mcalib/MCalibrationIntensityRelTimeCam.cc
|
|---|
| 1422 | - added fit to improve averageing of the obtained results
|
|---|
| 1423 |
|
|---|
| 1424 |
|
|---|
| 1425 |
|
|---|
| 1426 | 2005/01/12 Thomas Bretz
|
|---|
| 1427 |
|
|---|
| 1428 | * manalysis/MMatrixLoop.cc:
|
|---|
| 1429 | - changed name to MRead because it now derives from MRead
|
|---|
| 1430 |
|
|---|
| 1431 | * mbase/MEvtLoop.[h,cc]:
|
|---|
| 1432 | - implemented an option not to cascade the status display to the
|
|---|
| 1433 | parameter list in PreProcess
|
|---|
| 1434 |
|
|---|
| 1435 | * mhflux/MHAlpha.cc:
|
|---|
| 1436 | - changed name of "Significance" to "MinimizationValue"
|
|---|
| 1437 | - return -significance to have a value being minimized
|
|---|
| 1438 |
|
|---|
| 1439 | * mhist/MHCamera.cc:
|
|---|
| 1440 | - fixed output of text in legend
|
|---|
| 1441 |
|
|---|
| 1442 | * mhist/MHEvent.[h,cc]:
|
|---|
| 1443 | - implemented new options for calibrated pedestals
|
|---|
| 1444 |
|
|---|
| 1445 | * mmain/MEventDisplay.cc:
|
|---|
| 1446 | - fixed to support latest changes in MJCalibrateSignal
|
|---|
| 1447 |
|
|---|
| 1448 | * mpedestal/MPedPhotCam.cc:
|
|---|
| 1449 | - added new options in GetPixelContent (4 and 5) to support
|
|---|
| 1450 | a correct camera display
|
|---|
| 1451 |
|
|---|
| 1452 | * mjobs/MJCalibrateSignal.cc:
|
|---|
| 1453 | - fixed display of calibrated pedestal and pedestal rms
|
|---|
| 1454 | - changed order of plots. Now all interpolated values
|
|---|
| 1455 | (means all calibrated values which are bad-pixel treated)
|
|---|
| 1456 | are displayed behind the unsuitable pixels.
|
|---|
| 1457 |
|
|---|
| 1458 | * mjobs/MJ*.cc:
|
|---|
| 1459 | - corrected all wrong %06d to %08d to fit the number of
|
|---|
| 1460 | digits in run-numbers
|
|---|
| 1461 |
|
|---|
| 1462 |
|
|---|
| 1463 |
|
|---|
| 1464 | 2005/01/11 Abelardo Moralejo
|
|---|
| 1465 |
|
|---|
| 1466 | * mjobs/Makefile
|
|---|
| 1467 | - added missing include -I ../mtrigger
|
|---|
| 1468 |
|
|---|
| 1469 |
|
|---|
| 1470 |
|
|---|
| 1471 | 2005/01/11 Thomas Bretz
|
|---|
| 1472 |
|
|---|
| 1473 | * callisto.cc, callisto.rc:
|
|---|
| 1474 | - changed such, that all three kinds of pedestals are calcualted
|
|---|
| 1475 | (usefull for studies)
|
|---|
| 1476 |
|
|---|
| 1477 | * manalysis/MMatrixLoop.[h,cc]:
|
|---|
| 1478 | - derived from MRead
|
|---|
| 1479 | - implemented some basic functions from MRead
|
|---|
| 1480 |
|
|---|
| 1481 | * mfilter/MFCosmics.[h,cc]:
|
|---|
| 1482 | - allow setting of name of MPedestalCam
|
|---|
| 1483 |
|
|---|
| 1484 | * mhbase/MBinning.[h,cc]:
|
|---|
| 1485 | - added SetEdges taking MParList as input
|
|---|
| 1486 |
|
|---|
| 1487 | * mhflux/MHAlpha.cc:
|
|---|
| 1488 | - use new function from MBinning
|
|---|
| 1489 |
|
|---|
| 1490 | * mjobs/MJCalibrateSignal.[h,cc]:
|
|---|
| 1491 | - changed to calculate all three kinds of pedestals
|
|---|
| 1492 | - added filters for trigger pattern and illuminated events
|
|---|
| 1493 |
|
|---|
| 1494 | * mjobs/MJPedestal.cc:
|
|---|
| 1495 | - give different names to tabs with different pedestals
|
|---|
| 1496 |
|
|---|
| 1497 | * mjobs/MJStar.cc:
|
|---|
| 1498 | - on request changed used pedestal from "FromExtractor" to
|
|---|
| 1499 | "FromExtractorRndm"
|
|---|
| 1500 |
|
|---|
| 1501 | * mtrigger/MTriggerPattern.h:
|
|---|
| 1502 | - added Reset function
|
|---|
| 1503 |
|
|---|
| 1504 | * mtrigger/MTriggerPatternDecode.[h,cc]:
|
|---|
| 1505 | - added using file format version number
|
|---|
| 1506 |
|
|---|
| 1507 |
|
|---|
| 1508 |
|
|---|
| 1509 | 2005/01/11 Markus Gaug
|
|---|
| 1510 |
|
|---|
| 1511 | * mbadpixels/MBadPixelsPix.cc
|
|---|
| 1512 | - updated documentation
|
|---|
| 1513 |
|
|---|
| 1514 | * mcalib/MCalibrationChargeCalc.cc
|
|---|
| 1515 | - make pixels with deviating number of phes unreliable instead of
|
|---|
| 1516 | unsuitable (this was already thought so, but missed to modify
|
|---|
| 1517 | at one place).
|
|---|
| 1518 |
|
|---|
| 1519 | * mhcalib/MHCalibrationCam.[h,cc]
|
|---|
| 1520 | - add possible flag 'kInterlaced': default: kFALSE (like before)
|
|---|
| 1521 | - added pointer to MRawEvtHeader to deny cosmics events in case
|
|---|
| 1522 | of 'interlaced' flag is set. No changes for 'normal' calibration
|
|---|
| 1523 |
|
|---|
| 1524 |
|
|---|
| 1525 |
|
|---|
| 1526 | 2005/01/10 Benjamin Riegel
|
|---|
| 1527 |
|
|---|
| 1528 | * mreport/MReportStarguider.cc, mreport/MReportStarguider.h
|
|---|
| 1529 | - added two classes for implementing starguider-data
|
|---|
| 1530 |
|
|---|
| 1531 | * mreport/ReportLinkDef.h
|
|---|
| 1532 | - added class MReportStarguider to be linked:
|
|---|
| 1533 | #pragma link C++ class MReportStarguider+;
|
|---|
| 1534 |
|
|---|
| 1535 | * mreport/Makefile
|
|---|
| 1536 | - added file MReportStarguider.cc
|
|---|
| 1537 |
|
|---|
| 1538 | * merpp.cc
|
|---|
| 1539 | - added two containers ( MReportStarguider, MTimeStarguider ) and
|
|---|
| 1540 | added MReportStarguider to the list:
|
|---|
| 1541 | w->AddContainer("MReportStarguider", "Starguider");
|
|---|
| 1542 | w->AddContainer("MTimeStarguider", "Starguider");
|
|---|
| 1543 | r->AddToList("MReportStarguider");
|
|---|
| 1544 |
|
|---|
| 1545 |
|
|---|
| 1546 |
|
|---|
| 1547 | 2005/01/10 Markus Gaug
|
|---|
| 1548 |
|
|---|
| 1549 | * mcalib/MCalibColorSet.cc
|
|---|
| 1550 | - return kFALSE for CL-run instead of kTRUE
|
|---|
| 1551 |
|
|---|
| 1552 | * mcalib/MCalibrationChargeCalc.cc
|
|---|
| 1553 | - stop program in case that multiple colours are found in same file
|
|---|
| 1554 | without intensity calibration
|
|---|
| 1555 |
|
|---|
| 1556 | * mbadpixels/MBadPixelsPix.h
|
|---|
| 1557 | - added two new possible UnCalibrated_t flags for the hi-lo
|
|---|
| 1558 | calibration
|
|---|
| 1559 |
|
|---|
| 1560 | * macros/calibration.C
|
|---|
| 1561 | - add the calls to:
|
|---|
| 1562 | MArray::Class()->IgnoreTObjectStreamer();
|
|---|
| 1563 | MParContainer::Class()->IgnoreTObjectStreamer();
|
|---|
| 1564 | in main.
|
|---|
| 1565 |
|
|---|
| 1566 | * msignal/MExtractor.h
|
|---|
| 1567 | - added Getter for fOffsetLoGain (was still missing)
|
|---|
| 1568 |
|
|---|
| 1569 | * mhcalib/MHCalibrationChargeCam.[h,cc]
|
|---|
| 1570 | - remove pixels with histogram overflow only if their percentage
|
|---|
| 1571 | passes a certain limit (default: 0.5%). Before, every overflow
|
|---|
| 1572 | lead to an unsuitable pixel.
|
|---|
| 1573 |
|
|---|
| 1574 | * msignal/MExtractTimeAndChargeDigitalFilter.[h,cc]
|
|---|
| 1575 | - implemented changes suggested by T.B. to speed up calculations
|
|---|
| 1576 | - take fNameWeightsFile into the streamer, otherwise the Clone()
|
|---|
| 1577 | will always create an extractor with cosmic's weights.
|
|---|
| 1578 | - set fOffsetLoGain to a slighly higher value. The DF seems to
|
|---|
| 1579 | have a different offset since it uses different pulse shapes
|
|---|
| 1580 | and thus sightly different time definitions.
|
|---|
| 1581 |
|
|---|
| 1582 |
|
|---|
| 1583 |
|
|---|
| 1584 | 2005/01/10 Thomas Bretz
|
|---|
| 1585 |
|
|---|
| 1586 | * mhvstime/MHVsTime.cc:
|
|---|
| 1587 | - fixed a compiler error for gcc 2.95.3, see Mantis bug # 157
|
|---|
| 1588 |
|
|---|
| 1589 | * callisto.cc:
|
|---|
| 1590 | - changed such, that the calculated pedestal is not random
|
|---|
| 1591 | anymore
|
|---|
| 1592 | - added code to calculate the pedestal also with randomization,
|
|---|
| 1593 | but this code is for the moment commented out.
|
|---|
| 1594 |
|
|---|
| 1595 | * callisto.rc:
|
|---|
| 1596 | - fixed naming of pedestal calculation
|
|---|
| 1597 |
|
|---|
| 1598 | * mbadpixels/MBadPixelsCalc.cc:
|
|---|
| 1599 | - added a second check which compares the pedestal rms with
|
|---|
| 1600 | the variance of the pedestal rms in the same sector
|
|---|
| 1601 |
|
|---|
| 1602 | * mjobs/MJCalibrateSignal.[h,cc]:
|
|---|
| 1603 | - changed to calculate the pedestal from extractor without
|
|---|
| 1604 | randomization
|
|---|
| 1605 | - added code to calculate the pedestal also with randomization,
|
|---|
| 1606 | but this code is for the moment commented out.
|
|---|
| 1607 |
|
|---|
| 1608 | * mjobs/MJCalibration.cc:
|
|---|
| 1609 | - made sure that pedcam always has the correct name
|
|---|
| 1610 | (FIXME? Print a warning if it has the wrong name)
|
|---|
| 1611 |
|
|---|
| 1612 | * mjobs/MJPedestal.[h,cc]:
|
|---|
| 1613 | - changed such, that it allows the calculation of pedestals
|
|---|
| 1614 | in three different ways (fundamental, fromextractor,
|
|---|
| 1615 | fromextractorrndm)
|
|---|
| 1616 | - therefor removed SetExtractorResolution and added
|
|---|
| 1617 | + void SetExtractionFundamental()
|
|---|
| 1618 | + void SetExtractionWithExtractorRndm()
|
|---|
| 1619 | + void SetExtractionWithExtractor()
|
|---|
| 1620 |
|
|---|
| 1621 | * mjobs/MJStar.cc:
|
|---|
| 1622 | - changed/fixed the input name of the MPedPhotCam used in the
|
|---|
| 1623 | image cleaning
|
|---|
| 1624 |
|
|---|
| 1625 | * mraw/MRawFileRead.[h,cc]:
|
|---|
| 1626 | - changed return type of OpenNextFile
|
|---|
| 1627 | - in some cases return kERROR in OpenNextFile to abort the Processing
|
|---|
| 1628 | with an error
|
|---|
| 1629 |
|
|---|
| 1630 | * mraw/MRawRunHeader.cc:
|
|---|
| 1631 | - call a wrong file format version ERROR now
|
|---|
| 1632 |
|
|---|
| 1633 | * mhflux/MAlphaFitter.[h,cc]:
|
|---|
| 1634 | - make sure that resetted values are returned if fit failed
|
|---|
| 1635 | - set default scaling too kOffRegion
|
|---|
| 1636 |
|
|---|
| 1637 | * mhflux/MHAlpha.cc:
|
|---|
| 1638 | - some small fixes to handling of MHAlphaOff
|
|---|
| 1639 |
|
|---|
| 1640 | * mhflux/MHFalseSource.[h,cc]:
|
|---|
| 1641 | - implemented possible usage of MHFalsSourceOff for On-Off-Analysis
|
|---|
| 1642 | - updated display accordingly
|
|---|
| 1643 | - updated fit accordingly
|
|---|
| 1644 | - removed catalog temporarily from plots until I found the
|
|---|
| 1645 | reason for the strange crashes
|
|---|
| 1646 |
|
|---|
| 1647 | * mbadpixels/MBadPixelCalc.[h,cc]:
|
|---|
| 1648 | - implemented the possibility to check the pedestal rms against the
|
|---|
| 1649 | variance of the pedstal rms, too. The option is curretly switched
|
|---|
| 1650 | off.
|
|---|
| 1651 | - enahanced informal output in PreProcess
|
|---|
| 1652 |
|
|---|
| 1653 | * mbase/MTaskList.cc:
|
|---|
| 1654 | - a little change to some output
|
|---|
| 1655 |
|
|---|
| 1656 |
|
|---|
| 1657 |
|
|---|
| 1658 | 2005/01/10 Wolfgang Wittek
|
|---|
| 1659 |
|
|---|
| 1660 | * mfbase/MFEventSelector2.cc
|
|---|
| 1661 | - check whether filter exists before calling
|
|---|
| 1662 | filter->CallPreProcess(parlist)
|
|---|
| 1663 |
|
|---|
| 1664 |
|
|---|
| 1665 |
|
|---|
| 1666 | 2005/01/08 Markus Gaug
|
|---|
| 1667 |
|
|---|
| 1668 | * mhcalib/MHCalibrationHiLoCam.[h,cc]
|
|---|
| 1669 | * mcalib/MCalibrationHiLoCam.[h,cc]
|
|---|
| 1670 | * mcalib/MCalibrationHiLoPix.[h,cc]
|
|---|
| 1671 | * mcalib/MIntensityCalibrationHiLoCam.[h,cc]
|
|---|
| 1672 | * mhcalib/Makefile, mcalib/Makefile, mhcalib/HCalibLinkDef.h,
|
|---|
| 1673 | mcalib/CalibLinkDef.h
|
|---|
| 1674 | - new classes for calibration of conversion high-gain vs. low-gain
|
|---|
| 1675 |
|
|---|
| 1676 | * msignal/MExtractedSignalPix.[h,cc]
|
|---|
| 1677 | - added data member fChisquare, set to -1. by Clear() and Reset()
|
|---|
| 1678 | - raised version number by 1
|
|---|
| 1679 |
|
|---|
| 1680 | * msignal/MExtractedSignalCam.[h,cc]
|
|---|
| 1681 | - added data member fNdf, set to -1 by default
|
|---|
| 1682 | - new function: GetProb(const Int_t pixidx) to be called to
|
|---|
| 1683 | calculate the joint probability of Chisquare of pixel "pixidx"
|
|---|
| 1684 | and fNdf
|
|---|
| 1685 | - added documentation of data members
|
|---|
| 1686 | - raised version number by 1
|
|---|
| 1687 |
|
|---|
| 1688 | * mhcalib/MHCalibrationChargeCam.cc
|
|---|
| 1689 | - strengthened default histogram limits a bit, should accelerate
|
|---|
| 1690 | the calibration by 20%.
|
|---|
| 1691 |
|
|---|
| 1692 | * mjobs/MJCalibrateSignalFromOutside.cc
|
|---|
| 1693 | - fixed two lines to compile MCalibrateData with the recent changes
|
|---|
| 1694 | by TB
|
|---|
| 1695 |
|
|---|
| 1696 | * msignal/MExtractTimeAndChargeDigitalFilter.cc
|
|---|
| 1697 | - fixed two bugs introduced yesterday by TB.
|
|---|
| 1698 |
|
|---|
| 1699 | * msignal/MExtractTimeAndChargeSpline.cc
|
|---|
| 1700 | * msignal/MExtractTimeAndChargeSlidingWindow.cc
|
|---|
| 1701 | - adopt part of TB's speed accelerations into these classes
|
|---|
| 1702 |
|
|---|
| 1703 | * msignal/MExtractTimeAndCharge.cc
|
|---|
| 1704 | - fix the low-gain extraction window for the case that the high-gain
|
|---|
| 1705 | is saturated. Was skipped so far.
|
|---|
| 1706 |
|
|---|
| 1707 |
|
|---|
| 1708 |
|
|---|
| 1709 | 2005/01/07 Markus Gaug
|
|---|
| 1710 |
|
|---|
| 1711 | * msignal/MExtractFixedWindowPeakSearch.[h,cc]
|
|---|
| 1712 | - catch the case that more than 90% of the pixels have saturated
|
|---|
| 1713 | signals and fix the extraction window from the occurrance of
|
|---|
| 1714 | saturation, then. Important for high-intensity calibration events.
|
|---|
| 1715 |
|
|---|
| 1716 |
|
|---|
| 1717 | * msignal/MExtractor.cc
|
|---|
| 1718 | * msignal/MExtractTime.cc
|
|---|
| 1719 | * msignal/MExtractTimeAndCharge.cc
|
|---|
| 1720 | - added some documentation
|
|---|
| 1721 |
|
|---|
| 1722 | * msignal/MExtractTime.[h,cc]
|
|---|
| 1723 | - moved the empty function FindTimeHiGain() and FindTimeLoGain() to
|
|---|
| 1724 | the header-file.
|
|---|
| 1725 |
|
|---|
| 1726 |
|
|---|
| 1727 |
|
|---|
| 1728 |
|
|---|
| 1729 | 2005/01/07 Abelardo Moralejo
|
|---|
| 1730 |
|
|---|
| 1731 | * mbase/MLog.h
|
|---|
| 1732 | - Added #include "TSystem.h", otherwise gSystem is not recognized
|
|---|
| 1733 | in Mac OSX.
|
|---|
| 1734 |
|
|---|
| 1735 | * manalysis/MMakePadHistograms.cc
|
|---|
| 1736 | - Changed badcalc.SetNamePedPhotContainer to
|
|---|
| 1737 | badcalc.SetNamePedPhotCam
|
|---|
| 1738 |
|
|---|
| 1739 |
|
|---|
| 1740 |
|
|---|
| 1741 | 2005/01/07 Thomas Bretz
|
|---|
| 1742 |
|
|---|
| 1743 | * mbadpixels/MBadPixelsCalc.[h,cc], macros/ONOFFAnalaysis.C:
|
|---|
| 1744 | - replaced PedPhotContainer by PedPhotCam for consistency
|
|---|
| 1745 |
|
|---|
| 1746 | * mbase/MLog.[h,cc]:
|
|---|
| 1747 | - return *this in Seperator()
|
|---|
| 1748 |
|
|---|
| 1749 | * mbase/MPrint.[h,cc]:
|
|---|
| 1750 | - use new separator manipulator in PreProcess
|
|---|
| 1751 | - fixed a type: separator instead of seperator
|
|---|
| 1752 |
|
|---|
| 1753 | * mfileio/MReadTree.[h,cc]:
|
|---|
| 1754 | - added a check for branch->IsAutoDelete() in Notify()
|
|---|
| 1755 |
|
|---|
| 1756 | * mpedestal/MExtractPedestal.[h,cc]:
|
|---|
| 1757 | - added new option 'fRandomCalculation' be used to switch on-/off-
|
|---|
| 1758 | randomization in extractors, the default should be like before
|
|---|
| 1759 | - added Process() calling Calc()
|
|---|
| 1760 |
|
|---|
| 1761 | * mpedestal/MPedCalcFromLoGain.[h,cc], mpedestal/MPedCalcPedRun.[h,cc]:
|
|---|
| 1762 | - renamed Process() to Calc()
|
|---|
| 1763 |
|
|---|
| 1764 | * Makefile:
|
|---|
| 1765 | - removed macros/calibration.C, which seems to have been
|
|---|
| 1766 | unintantionally introduced.
|
|---|
| 1767 |
|
|---|
| 1768 | * manalysis/Makefile:
|
|---|
| 1769 | - removed unintantionally introduced wrong include
|
|---|
| 1770 |
|
|---|
| 1771 | * msignal/MExtractTimeAndChargeDigitalFilter.cc:
|
|---|
| 1772 | - a small acceleration discussed with Hendrik by replacing a
|
|---|
| 1773 | counter in a loop by pointer arithmetics
|
|---|
| 1774 |
|
|---|
| 1775 | * mraw/MRawEvtPixelIter.cc:
|
|---|
| 1776 | - fixed a bug in GetMaxIdxHiLoGain which caused the loop to
|
|---|
| 1777 | read one byte behind the end of the array
|
|---|
| 1778 | - fixed HasLoGain() which really did weired things, means accessing
|
|---|
| 1779 | sometimes memory somewhere. This could theoretically result
|
|---|
| 1780 | in assigning the wrong lo-gains to the wrong pixels.
|
|---|
| 1781 |
|
|---|
| 1782 | * mtrigger/MTriggerPattern.[h,cc], mtrigger/MTriggerPatternDecode.[h,cc],
|
|---|
| 1783 | mtrigger/MFTriggerPattern.[h,cc]:
|
|---|
| 1784 | - added
|
|---|
| 1785 |
|
|---|
| 1786 | * mtrigger/Makefile, mtrigger/TriggerLinkDef.h:
|
|---|
| 1787 | - added MTriggerPattern, MTriggerPatternDecode and MFTriggerPattern
|
|---|
| 1788 |
|
|---|
| 1789 | * manalysis/MEnergyEstParam.h:
|
|---|
| 1790 | - added a new function SetVariables calling SetCoeff
|
|---|
| 1791 |
|
|---|
| 1792 | * mcalib/MCalibrateData.[h,cc]:
|
|---|
| 1793 | - removed data members for container names
|
|---|
| 1794 | - added new lists for container names
|
|---|
| 1795 | - allow to calibrate more than one pedestal container at the same
|
|---|
| 1796 | time
|
|---|
| 1797 |
|
|---|
| 1798 | * mjobs/MJCalibrateSignal.cc:
|
|---|
| 1799 | - changed accordingly
|
|---|
| 1800 |
|
|---|
| 1801 |
|
|---|
| 1802 |
|
|---|
| 1803 | 2005/01/05 Thomas Bretz
|
|---|
| 1804 |
|
|---|
| 1805 | * mcalib/MCalibrationBlindPix.cc, mcalib/MCalibrationChargeCalc.cc,
|
|---|
| 1806 | mhcalib/MHCalibrationRelTimeCam.cc:
|
|---|
| 1807 | - made some output lines fit into convinience window of 80 col
|
|---|
| 1808 |
|
|---|
| 1809 | * mhist/MHCamEvent.cc:
|
|---|
| 1810 | - make sure that x-axis has correct title
|
|---|
| 1811 |
|
|---|
| 1812 | * msignal/MArrivalTimePix.cc:
|
|---|
| 1813 | - init error to -1 which is a obviously non valid value
|
|---|
| 1814 | - fixed IsValid() which gave wrong results
|
|---|
| 1815 |
|
|---|
| 1816 | * msignal/MExtractTimeAndCharge.cc, msignal/MExtractedSignalPix.cc:
|
|---|
| 1817 | - made sure that LoGain is flagged non-valid if no lo-gain exists
|
|---|
| 1818 | - push time back at the edge of the allowed limits if outside
|
|---|
| 1819 |
|
|---|
| 1820 | * mbase/MGList.[h,cc]:
|
|---|
| 1821 | - introduced new functions Delete and DeletePictures
|
|---|
| 1822 | - SetBit(kMustCleanup) in constructor. Otherwise it is not
|
|---|
| 1823 | correctly removed from ListOfCleanups
|
|---|
| 1824 |
|
|---|
| 1825 | * mbase/MLog.cc:
|
|---|
| 1826 | - SetBit(kMustCleanup) if adding a plugin to make sure it is cleaned
|
|---|
| 1827 | from the list
|
|---|
| 1828 |
|
|---|
| 1829 | * mbase/MParContainer.[h,cc]:
|
|---|
| 1830 | - replaced return type of GetDescriptor by TString. The old version
|
|---|
| 1831 | was terribly wrong! The returned memory wasn't removed as soon
|
|---|
| 1832 | as the function returned.
|
|---|
| 1833 |
|
|---|
| 1834 | * mbase/MStatusDisplay.[h,cc]:
|
|---|
| 1835 | - for security (thread safty) replaced all Form() by MString::Form()
|
|---|
| 1836 | - implemented a more secure scheme of Closing (Clone()) this was
|
|---|
| 1837 | a hint given by valgrind
|
|---|
| 1838 | - set kMustCleanup for all new object in ClonePad not only kCanDelete
|
|---|
| 1839 | - fixed some lines in pulldown-menus
|
|---|
| 1840 | - add TPads to ListOfCleanups in ClonePad (workaround!)
|
|---|
| 1841 |
|
|---|
| 1842 | * mbase/MString.[h,cc]:
|
|---|
| 1843 | - implemented a new static Form() function returning a copy of
|
|---|
| 1844 | the result
|
|---|
| 1845 |
|
|---|
| 1846 | * mbase/MTask.[h,cc]:
|
|---|
| 1847 | - replaced return type of GetDescriptor by TString. The old version
|
|---|
| 1848 | was terribly wrong! The returned memory wasn't removed as soon
|
|---|
| 1849 | as the function returned.
|
|---|
| 1850 | - Made GetDescriptor thread safe using MString::Form
|
|---|
| 1851 |
|
|---|
| 1852 | * mfileio/MWriteRootFile.cc:
|
|---|
| 1853 | - Use GetDescriptor().Data() when using any kind of printf function
|
|---|
| 1854 |
|
|---|
| 1855 | * mhbase/MFillH.cc:
|
|---|
| 1856 | - replaced string concatenation in all constructors by a Form
|
|---|
| 1857 | (also suggested by valgrind)
|
|---|
| 1858 |
|
|---|
| 1859 | * mhcalib/MHCalibrationRelTimeCam.cc:
|
|---|
| 1860 | - made some output fit into 80col boundary
|
|---|
| 1861 |
|
|---|
| 1862 |
|
|---|
| 1863 |
|
|---|
| 1864 |
|
|---|
| 1865 | 2005/01/03 Thomas Bretz (HAPPY NEW YEAR)
|
|---|
| 1866 |
|
|---|
| 1867 | * mfht:
|
|---|
| 1868 | - added new directory for hexagonal fourier transformation
|
|---|
| 1869 |
|
|---|
| 1870 | * mfht/HftIncl.h, mhft/HftLinkDef.h, mhft/MGeomCamMagicXT.[h,cc],
|
|---|
| 1871 | mhft/MGeomCamMagicEnhance.[h,cc], mhft/MHexgaonalFT.[h,cc],
|
|---|
| 1872 | mhft/MHexagonalFreqSpace.[h,cc], mhft/MHexagonalFTCalc.[h,cc],
|
|---|
| 1873 | mhft/Makefile:
|
|---|
| 1874 | - added
|
|---|
| 1875 |
|
|---|
| 1876 | * macros/extendcam.C:
|
|---|
| 1877 | - added: tutorial for MGeomCamExtend
|
|---|
| 1878 |
|
|---|
| 1879 | * macros/hft.C:
|
|---|
| 1880 | - added: tutorial for MHexgonalFTCalc
|
|---|
| 1881 |
|
|---|
| 1882 | * macros/dohtml.C:
|
|---|
| 1883 | - updated
|
|---|
| 1884 |
|
|---|
| 1885 | * macros/rootlogon.C:
|
|---|
| 1886 | - updated
|
|---|
| 1887 |
|
|---|
| 1888 | * Makefile:
|
|---|
| 1889 | - mhft added
|
|---|
| 1890 |
|
|---|
| 1891 | * mbase/MParContainer.cc, mbase/MLog.cc:
|
|---|
| 1892 | - added a pre-compiler option for destructor debugging
|
|---|
| 1893 |
|
|---|
| 1894 | * mbase/MTaskList.[h,cc]:
|
|---|
| 1895 | - added new function Replace
|
|---|
| 1896 |
|
|---|
| 1897 | * mdata/MDataChain.cc, mfbase/MF.cc:
|
|---|
| 1898 | - shortened some output
|
|---|
| 1899 |
|
|---|
| 1900 | * mdata/MDataArray.[h,cc]:
|
|---|
| 1901 | - added new function FindRule
|
|---|
| 1902 |
|
|---|
| 1903 | * mfileio/MReadTree.[h,cc]:
|
|---|
| 1904 | - enhanced functionality to be able to read a TTree stored in memory
|
|---|
| 1905 | instead of a file. Therefor introduced fTree which is now the pointer
|
|---|
| 1906 | used and replaced fChain where TTree and TChain have common behaviour.
|
|---|
| 1907 | Where they behave uncommon new code for the new case has been added.
|
|---|
| 1908 |
|
|---|
| 1909 | * mfileio/MWriteRootFile.[h,cc]:
|
|---|
| 1910 | - enhanced functionality to be able to write a TTree into memory
|
|---|
| 1911 | instead of a file. This were maily bugfixes for the case fOut==0, which
|
|---|
| 1912 | must be handled correctly. Becarefull a tree filles without a file
|
|---|
| 1913 | is not deleted automatically!
|
|---|
| 1914 |
|
|---|
| 1915 | * mhbase/MBinning.h:
|
|---|
| 1916 | - added copy constructor
|
|---|
| 1917 | - fixed buggy SetEdges(MBinning&) which didn't work
|
|---|
| 1918 |
|
|---|
| 1919 | * mhbase/MHMatrix.cc:
|
|---|
| 1920 | - when adding a new rule check first if the same rule already exists
|
|---|
| 1921 |
|
|---|
| 1922 | * mhflux/MAlphaFitter.[h,cc]:
|
|---|
| 1923 | - added new functionality to support on-off analysis
|
|---|
| 1924 | - didn't touch existing code
|
|---|
| 1925 |
|
|---|
| 1926 | * mhflux/MHAlpha.[h,cc]:
|
|---|
| 1927 | - added new functionality to support on-off analysis
|
|---|
| 1928 | - replaced Fit() calls by newer function calls
|
|---|
| 1929 | - added DrawAll - PRELIMINARY
|
|---|
| 1930 | - fixed a bug when projecting - may be the reson for some strange
|
|---|
| 1931 | crashes
|
|---|
| 1932 |
|
|---|
| 1933 | * mcalib/MCalibColorSet.cc:
|
|---|
| 1934 | - fixed a stupid bug introduced last year, which caused MCalibColorSet
|
|---|
| 1935 | in some circumstances to stop the eventloop when it shouldn't
|
|---|
| 1936 |
|
|---|
| 1937 | * mjobs/MSequence.cc:
|
|---|
| 1938 | - expand path names
|
|---|
| 1939 |
|
|---|