| 1 | Please do not write behind the end of line tag so that it is possible
|
|---|
| 2 | to send a Changelog file to a line printer directly. Thanks.
|
|---|
| 3 |
|
|---|
| 4 | For your entries please follow this style:
|
|---|
| 5 |
|
|---|
| 6 | _yyyy/mm/dd:_[Your Name]
|
|---|
| 7 | _
|
|---|
| 8 | ___*_filename:
|
|---|
| 9 | _____-_description
|
|---|
| 10 | _
|
|---|
| 11 | ___*_filename2, filename3:
|
|---|
| 12 | _____-_description
|
|---|
| 13 | _
|
|---|
| 14 | _
|
|---|
| 15 | _
|
|---|
| 16 |
|
|---|
| 17 | While an underscore is a placeholder for a white-space or an empty line.
|
|---|
| 18 |
|
|---|
| 19 | -*-*- END OF LINE -*-*-
|
|---|
| 20 |
|
|---|
| 21 | 2004/03/23: Thomas Bretz
|
|---|
| 22 |
|
|---|
| 23 | * mbase/MContinue.cc, mhbase/MH.cc:
|
|---|
| 24 | - changed a warning message to an inf-message
|
|---|
| 25 |
|
|---|
| 26 | * mfileio/MReadTree.cc:
|
|---|
| 27 | - added an additional logging message when adding files to a
|
|---|
| 28 | chain successfully.
|
|---|
| 29 |
|
|---|
| 30 | * mbase/MProgressBar.cc:
|
|---|
| 31 | - fixed initial size
|
|---|
| 32 |
|
|---|
| 33 | * mastro/MAstro.[h,cc]:
|
|---|
| 34 | - changed the code for the rotation angle back to its original
|
|---|
| 35 | shape. The definition I tried to introduced was already
|
|---|
| 36 | correctly implemented (assuming that sin is the x-component
|
|---|
| 37 | of the vector I had it wrong in my mind twice, using
|
|---|
| 38 | atan2(y,x) everywhere I did recognize it...)
|
|---|
| 39 |
|
|---|
| 40 | * mreport/MReport.cc:
|
|---|
| 41 | - fixed a bug which caused a crash when the time is not valid
|
|---|
| 42 |
|
|---|
| 43 |
|
|---|
| 44 |
|
|---|
| 45 | 2004/03/22: Markus Gaug
|
|---|
| 46 |
|
|---|
| 47 | * mfileio/Makefile, mimage/Makefile
|
|---|
| 48 | - mpointing included
|
|---|
| 49 |
|
|---|
| 50 |
|
|---|
| 51 |
|
|---|
| 52 | 2004/03/22: Thomas Bretz
|
|---|
| 53 |
|
|---|
| 54 | * mpointing/MSrcPosCalc.[h,cc], MSrcPosCam.[h,cc]:
|
|---|
| 55 | - added
|
|---|
| 56 |
|
|---|
| 57 | * mastro/MAstro.[h,cc]:
|
|---|
| 58 | - added code to calculate rotationangle previously in MObservatory
|
|---|
| 59 | - changed definition of rotation angle such, that it is now
|
|---|
| 60 | 180deg if Ra and Az grid is parallel
|
|---|
| 61 |
|
|---|
| 62 | * mastro/MAstroCatalog.[h,cc]:
|
|---|
| 63 | - fixes and enhancements to the display (such as misscalculated
|
|---|
| 64 | number of grid lines, title display, etc)
|
|---|
| 65 | - enhancements to the output
|
|---|
| 66 | - generalized creation of grid - for further usage
|
|---|
| 67 |
|
|---|
| 68 | * mastro/MAstroSky2Local.[h,cc]:
|
|---|
| 69 | - replaced calculation of rotation angle by the function in
|
|---|
| 70 | MAstro
|
|---|
| 71 |
|
|---|
| 72 | * mastro/MObservatory.[h,cc]:
|
|---|
| 73 | - small changes to Print output
|
|---|
| 74 | - moved code for calculation of rotation angle to MAstro
|
|---|
| 75 |
|
|---|
| 76 | * mbase/MEvtLoop.cc:
|
|---|
| 77 | - do not output number of events per second if no events processed
|
|---|
| 78 |
|
|---|
| 79 | * mbase/MParList.cc:
|
|---|
| 80 | - updated some comments
|
|---|
| 81 |
|
|---|
| 82 | * mfileio/MCT1ReadAscii.cc, mfileio/MCT1ReadPreProc.cc,
|
|---|
| 83 | mfileio/MReadRflFile.cc, mraw/MRawFileRead.cc,
|
|---|
| 84 | mreport/MReportFileRead.cc:
|
|---|
| 85 | - output error string if file cannot be opened
|
|---|
| 86 |
|
|---|
| 87 | * mfileio/MReadTree.cc:
|
|---|
| 88 | - output name of chain which is scanned
|
|---|
| 89 |
|
|---|
| 90 | * mimage/MConcentration.cc:
|
|---|
| 91 | - replaced loop by iterator
|
|---|
| 92 | - removed obsolete (unused) variables
|
|---|
| 93 |
|
|---|
| 94 | * mimage/MHNewImagePar.[h,cc]:
|
|---|
| 95 | - fixed display colors
|
|---|
| 96 |
|
|---|
| 97 | * mpointing/MPointingPos.[h,cc]:
|
|---|
| 98 | - added member function to calculate rotation angle
|
|---|
| 99 | - added comments
|
|---|
| 100 |
|
|---|
| 101 | * mpointing/Makefile:
|
|---|
| 102 | - added include MAstro
|
|---|
| 103 |
|
|---|
| 104 | * manalysis/MSrcPosCam.[h,cc]:
|
|---|
| 105 | - moved to mpointing
|
|---|
| 106 |
|
|---|
| 107 | * mpointing/MSrcPosCalc.[h,cc]:
|
|---|
| 108 | - added: Derotates a star in the camera into MSrcPosCam
|
|---|
| 109 |
|
|---|
| 110 | * mpointing/Makefile, mpointing/PointingLinkDef.h:
|
|---|
| 111 | - added MSrcPosCam
|
|---|
| 112 | - added MSrcPosCalc
|
|---|
| 113 |
|
|---|
| 114 | * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
|
|---|
| 115 | - removed MSrcPosCam
|
|---|
| 116 |
|
|---|
| 117 | * mmain/Makefile:
|
|---|
| 118 | - added include for mpointing
|
|---|
| 119 |
|
|---|
| 120 | * manalysis/AnalysisIncl.h:
|
|---|
| 121 | - removed TVector2
|
|---|
| 122 |
|
|---|
| 123 | * mbase/MParContainer.h:
|
|---|
| 124 | - added new abstract virtual member function SetVariables
|
|---|
| 125 | (to be used in fits)
|
|---|
| 126 | - addeed some text to class description
|
|---|
| 127 |
|
|---|
| 128 | * mdata/MData.cc:
|
|---|
| 129 | - added comment
|
|---|
| 130 |
|
|---|
| 131 | * mdata/MDataArray.[h,cc], mdata/MDataElement.h,
|
|---|
| 132 | mdata/MDataList.[h,cc], mdata/MDataMember.h,
|
|---|
| 133 | mfbase/MFDataMember.[h,cc], mfbase/MFilterList.[h,cc]:
|
|---|
| 134 | - added SetVariables
|
|---|
| 135 |
|
|---|
| 136 | * mdata/MDataChain.[h,cc]:
|
|---|
| 137 | - added support for indexed variables [i]
|
|---|
| 138 | - added SetVariables
|
|---|
| 139 |
|
|---|
| 140 | * mdata/MDataValue.[h,cc]:
|
|---|
| 141 | - added support for variable values (through SetVariables)
|
|---|
| 142 | - added support for an index
|
|---|
| 143 | - added SetVariables
|
|---|
| 144 |
|
|---|
| 145 | * mfbase/MF.[h,cc]:
|
|---|
| 146 | - removed support for {}. This case is now detected
|
|---|
| 147 | automatically
|
|---|
| 148 | - added SetVariables
|
|---|
| 149 | - added support for expressiond like
|
|---|
| 150 | "MHillas.fLength<2*MHillas.fWidth"
|
|---|
| 151 |
|
|---|
| 152 | * mfbase/MFDataChain.[h,cc]:
|
|---|
| 153 | - added fCond data member
|
|---|
| 154 | - addednew constructor to support fCond
|
|---|
| 155 | - added support for new condition type
|
|---|
| 156 | - adapted Print and GetRule
|
|---|
| 157 |
|
|---|
| 158 | * mimage/MNewImagePar.[h,cc]:
|
|---|
| 159 | - added some comments
|
|---|
| 160 |
|
|---|
| 161 | * mhist/MHStarMap.[h,cc]:
|
|---|
| 162 | - fixed to use the correct MPointingPos instead of the
|
|---|
| 163 | deprecated MMcEvt. Use MPointingPosCalc to copy the
|
|---|
| 164 | pointing position from MMcEvt to MPointingPos
|
|---|
| 165 |
|
|---|
| 166 | * mbase/MMath.[h,cc]:
|
|---|
| 167 | - added, which currently only implements calculation of
|
|---|
| 168 | significance and Li/Ma significance
|
|---|
| 169 |
|
|---|
| 170 | * mbase/Makefile, mbase/BaseLinkDef.h:
|
|---|
| 171 | - added MMath
|
|---|
| 172 |
|
|---|
| 173 |
|
|---|
| 174 |
|
|---|
| 175 | 2004/03/19: Markus Gaug
|
|---|
| 176 |
|
|---|
| 177 | * mcalib/MHCalibrationChargePix.cc
|
|---|
| 178 | - added some style to the default Draw in order to see the
|
|---|
| 179 | label and axis titles better
|
|---|
| 180 |
|
|---|
| 181 | * mcalib/MHCalibrationChargeCam.[h,cc]
|
|---|
| 182 | - store and display more information on the average pxiels
|
|---|
| 183 |
|
|---|
| 184 | * mcalib/MCalibrationCam.cc
|
|---|
| 185 | - the GetPixelContent flag were not correct any more, fixed them
|
|---|
| 186 |
|
|---|
| 187 | * macros/calibration.C
|
|---|
| 188 | - fixed GetPixelContent flags
|
|---|
| 189 | - draw radial profile of the variables
|
|---|
| 190 |
|
|---|
| 191 | * mjobs/MJCalibration.cc
|
|---|
| 192 | - fixed GetPixelContent flags
|
|---|
| 193 | - introduced RadialProfile for some displays
|
|---|
| 194 | - removed some not so important displays
|
|---|
| 195 |
|
|---|
| 196 | * manalysis/MGeomApply.cc
|
|---|
| 197 | - included MCalibrationQECam to be initialized
|
|---|
| 198 |
|
|---|
| 199 | * mcalib/MCalibrationChargePix.[h,cc],
|
|---|
| 200 | mcalib/MCalibrationQEPix.[h,cc]:
|
|---|
| 201 | - replace DefinePixId by SetPixId
|
|---|
| 202 |
|
|---|
| 203 | * mcalib/MCalibrationChargeCalc.[h,cc]
|
|---|
| 204 | - added MCalibrationQECam
|
|---|
| 205 | - cleaned the code up a little
|
|---|
| 206 | - give more information at the end
|
|---|
| 207 |
|
|---|
| 208 | * mcalib/MCalibrationChargePix.[h,cc]
|
|---|
| 209 | - took out fNumLoGainSampels whihc is not needed any more because
|
|---|
| 210 | conversion is only done in the getters
|
|---|
| 211 | - Canceled function ApplyLoGainConversion (for same reason)
|
|---|
| 212 |
|
|---|
| 213 | * msignal/MExtractSignal2.cc
|
|---|
| 214 | - remove uncommented piece of code
|
|---|
| 215 |
|
|---|
| 216 | * msignal/MExtractSignal.cc, msignal/MExtractSignal2.cc:
|
|---|
| 217 | - remove warning about pixel with low gain saturation,
|
|---|
| 218 | now in MBadPixelsPix
|
|---|
| 219 |
|
|---|
| 220 | * mbadpixels/MBadPixelsPix.[h,cc], mcalib/MCalibrationChargeCam.cc:
|
|---|
| 221 | - added new flag: kDeviatingNumPhes
|
|---|
| 222 |
|
|---|
| 223 | * mcalib/MCalibrationChargePix.cc
|
|---|
| 224 | - check for mean arr. time in last bin replaced by check in last
|
|---|
| 225 | two bins
|
|---|
| 226 |
|
|---|
| 227 | * mcalib/MCalibrationChargePix.[h,cc],
|
|---|
| 228 | mcalib/MCalibrationChargeCam.cc,
|
|---|
| 229 | mcalib/MHCalibrationChargeCam.cc:
|
|---|
| 230 | - removed flag kHiGainFitted, kLoGainFitted, since they are
|
|---|
| 231 | available from MBadPixelsPix
|
|---|
| 232 |
|
|---|
| 233 | * macros/calibration.C, macros/calibrate_data.C
|
|---|
| 234 | - a few flags from MCalibrationChargeCam::GetPixelContent were wrong,
|
|---|
| 235 | corrected them
|
|---|
| 236 |
|
|---|
| 237 |
|
|---|
| 238 |
|
|---|
| 239 | 2004/03/18: Raquel de los Reyes
|
|---|
| 240 |
|
|---|
| 241 | * macros/DAQDataCheck.C
|
|---|
| 242 | - macro to check the data from the DAQ system (.raw files).
|
|---|
| 243 |
|
|---|
| 244 |
|
|---|
| 245 |
|
|---|
| 246 | 2004/03/18: Thomas Bretz
|
|---|
| 247 |
|
|---|
| 248 | * manalysis/AnalysisIncl.h:
|
|---|
| 249 | - added TVector2
|
|---|
| 250 |
|
|---|
| 251 | * manalysis/MSrcPosCam.[h,cc]:
|
|---|
| 252 | - added Getter/Setter using TVector2
|
|---|
| 253 |
|
|---|
| 254 | * mhbase/MH.cc:
|
|---|
| 255 | - fixed GetMinimumGT for TH2 and TH3
|
|---|
| 256 |
|
|---|
| 257 | * mpointing/MPointingPos.h:
|
|---|
| 258 | - added Getter/Setter for Ra/Dec
|
|---|
| 259 |
|
|---|
| 260 | * mpointing/MPointingPosCalc.cc:
|
|---|
| 261 | - fill Ra/Dec into MPointingPos
|
|---|
| 262 |
|
|---|
| 263 |
|
|---|
| 264 |
|
|---|
| 265 | 2004/03/18: Markus Gaug
|
|---|
| 266 |
|
|---|
| 267 | * mgeom/MGeomCam.[h,cc]
|
|---|
| 268 | - replace fMaxRadius by a TArrayF of pixel area types
|
|---|
| 269 | - new TArrayF fMinRadius of each pixel area type
|
|---|
| 270 | - backward compatibility should be given,
|
|---|
| 271 | call to GetMaxRadius() returns the value for the whole camera
|
|---|
| 272 | (which corresponds to the previous value for the Magic camera)
|
|---|
| 273 |
|
|---|
| 274 | * mimage/MConcentration.cc
|
|---|
| 275 | - fixed on flog to fLog in order to compile
|
|---|
| 276 |
|
|---|
| 277 |
|
|---|
| 278 |
|
|---|
| 279 | 2004/03/17: Thomas Bretz
|
|---|
| 280 |
|
|---|
| 281 | * mastro/MAstroCatalog.[h,cc]:
|
|---|
| 282 | - some simplifications and changes
|
|---|
| 283 |
|
|---|
| 284 | * mastro/MAstroCatalog.[h,cc]:
|
|---|
| 285 | - some simplifications and changes
|
|---|
| 286 |
|
|---|
| 287 | * mastro/MAstroSky2Local.[h,cc]:
|
|---|
| 288 | - rotation matrix from sky to local coordinates
|
|---|
| 289 | - added
|
|---|
| 290 |
|
|---|
| 291 | * mastro/Makefile, mastro/AstroLinkDef.h:
|
|---|
| 292 | - MAstroSky2Local added
|
|---|
| 293 |
|
|---|
| 294 | * mraw/MRawEvtPixelIter.cc:
|
|---|
| 295 | - GetIdxMaxLoGainSample(const Byte_t lofirst) const
|
|---|
| 296 | accelerated and fixed (the first slice was compared to itself
|
|---|
| 297 | and the last slice was not taken into account)
|
|---|
| 298 |
|
|---|
| 299 | * manalysis/MCerPhotAnal2.cc:
|
|---|
| 300 | - fixed a bug in the new treatment of lo-gains
|
|---|
| 301 |
|
|---|
| 302 | * mhvstime/MHPixVsTime.cc:
|
|---|
| 303 | - fixed missing initialization of fTypeErr in constructor
|
|---|
| 304 |
|
|---|
| 305 | * mimage/MHillas.[h,cc]:
|
|---|
| 306 | - implemented member function which returns MeanX/Y as TVector2
|
|---|
| 307 |
|
|---|
| 308 | * mimage/ImageIncl.h:
|
|---|
| 309 | - added TVector2
|
|---|
| 310 |
|
|---|
| 311 | * manalysis/MCerPhotEvt.[h,cc]:
|
|---|
| 312 | - fixed a bug in AddPixels which - in some special circumstances -
|
|---|
| 313 | cutted pixels with high pixel indices
|
|---|
| 314 |
|
|---|
| 315 |
|
|---|
| 316 |
|
|---|
| 317 | 2004/03/17: Antonio Stamerra
|
|---|
| 318 |
|
|---|
| 319 | * macros/datatrigcheck.C
|
|---|
| 320 | - added macro for time and trigger data-checking
|
|---|
| 321 |
|
|---|
| 322 |
|
|---|
| 323 |
|
|---|
| 324 | 2004/03/17: Abelardo Moralejo
|
|---|
| 325 |
|
|---|
| 326 | * manalysis/MSourcePosfromStarPos.cc
|
|---|
| 327 | - added cast fabs((Double_t)ival), line 703. Otherwise it does not
|
|---|
| 328 | compile.
|
|---|
| 329 |
|
|---|
| 330 | * macros/starmc.C
|
|---|
| 331 | - added parameter accepted_fraction to select fraction of events
|
|---|
| 332 | to be processed (useful to make smaller outputs).
|
|---|
| 333 |
|
|---|
| 334 |
|
|---|
| 335 |
|
|---|
| 336 | 2004/03/17: Wolfgang Wittek
|
|---|
| 337 |
|
|---|
| 338 | * manalysis/MSigmabar.[h,cc]
|
|---|
| 339 | - correct calculation of sector, which was wrong
|
|---|
| 340 |
|
|---|
| 341 |
|
|---|
| 342 |
|
|---|
| 343 | 2004/03/16: Markus Gaug
|
|---|
| 344 |
|
|---|
| 345 | * mhist/MHCamera.[h,cc]
|
|---|
| 346 | - added function RadialProfile which returns a TProfile of the
|
|---|
| 347 | value along the radius from the camera center
|
|---|
| 348 |
|
|---|
| 349 |
|
|---|
| 350 |
|
|---|
| 351 | 2004/03/16: Oscar Blanch Bigas
|
|---|
| 352 |
|
|---|
| 353 | * mimage/MConcentration.[h,cc]
|
|---|
| 354 | - new class for Concentration stuff.
|
|---|
| 355 | - It computes and stores Concentration 1-8
|
|---|
| 356 |
|
|---|
| 357 | * mimage/MNewImagePar.[h,cc]
|
|---|
| 358 | - New Concentration stuff is moved to MConcentration.
|
|---|
| 359 |
|
|---|
| 360 | * mimage/MHillasCalc.[h,cc], Makefile, ImageLinkDef.h
|
|---|
| 361 | - Modifications needed to support and compile new
|
|---|
| 362 | MConcentration class.
|
|---|
| 363 |
|
|---|
| 364 |
|
|---|
| 365 |
|
|---|
| 366 | 2004/03/16: Thomas Bretz
|
|---|
| 367 |
|
|---|
| 368 | * mjobs/MJ*.[h,cc]
|
|---|
| 369 | - removed some obsolete comments
|
|---|
| 370 | - removed projections from Directory (SetDirectory(0))
|
|---|
| 371 |
|
|---|
| 372 |
|
|---|
| 373 |
|
|---|
| 374 | 2004/03/16: Wolfgang Wittek
|
|---|
| 375 |
|
|---|
| 376 | * manalysis/MSigmabar.[h,cc]
|
|---|
| 377 | - calculate sigmabar as mean of individual pedestalRMS
|
|---|
| 378 | instead of sqrt of mean pedestalRMS^2
|
|---|
| 379 |
|
|---|
| 380 |
|
|---|
| 381 |
|
|---|
| 382 | 2004/03/16: Oscar Blanch
|
|---|
| 383 |
|
|---|
| 384 | * mimage/MNewImagePar.[h,cc]
|
|---|
| 385 | - New variables members added: fInnerSize, fInnerLeakage[1,2],
|
|---|
| 386 | fConc[3-8].
|
|---|
| 387 | - It is only ready for Magic Camera geometry. It has to be done
|
|---|
| 388 | MGeomCam base.
|
|---|
| 389 | - The version ahs not been updated since it was done on the
|
|---|
| 390 | 2004/03/10 by Abelardo.
|
|---|
| 391 |
|
|---|
| 392 |
|
|---|
| 393 |
|
|---|
| 394 | 2004/03/15: Markus Gaug
|
|---|
| 395 |
|
|---|
| 396 | * mcalib/MCalibrationChargePix.[h,cc],
|
|---|
| 397 | mcalib/MCalibrationChargeCam.[h,cc],
|
|---|
| 398 | mcalib/MCalibrationChargeCalc.cc:
|
|---|
| 399 | - conversion from hi- to logain now not applied until the value is
|
|---|
| 400 | exported outside the class. This is necessary for the error
|
|---|
| 401 | propagation in the F-Factor method: In the calculation of the
|
|---|
| 402 | number of Phe, the conversion factors cancel out and do not
|
|---|
| 403 | enlarge the errors
|
|---|
| 404 | - pixels with number of phe's outside the range defined by
|
|---|
| 405 | fPheFFactorRelErrLimit are not any more declared as:
|
|---|
| 406 | MCalibrationChargePix::IsFFactorMethodValid() == kFALSE ,
|
|---|
| 407 | but instead as:
|
|---|
| 408 | MBadPixelsPix::IsSuitableRun(MBadPixelsPix::kUnreliableRun) == kTRUE,
|
|---|
| 409 | Like this, everybody is allowed to calibrate pixels which give
|
|---|
| 410 | no reasonable results in the calibration without bothering that
|
|---|
| 411 | too many pixels fall out. Enjoy!
|
|---|
| 412 | - In that procedure, the classes passed _internally_ from calculation
|
|---|
| 413 | of sigmas to calculation of variances which saves all the useless
|
|---|
| 414 | square rooting.
|
|---|
| 415 | - took out pointers to MCalibrationChargeBlindPix and
|
|---|
| 416 | MCalibrationChargePINDiode in MCalibrationChargeCam.
|
|---|
| 417 |
|
|---|
| 418 |
|
|---|
| 419 |
|
|---|
| 420 | 2004/03/15: Abelardo Moralejo
|
|---|
| 421 |
|
|---|
| 422 | * mmc/MMcEvt.hxx
|
|---|
| 423 | - added getter function for fZFirstInteraction
|
|---|
| 424 |
|
|---|
| 425 |
|
|---|
| 426 |
|
|---|
| 427 | 2004/03/15: Wolfgang Wittek
|
|---|
| 428 |
|
|---|
| 429 | * mastro/MObservatory.[h,cc]
|
|---|
| 430 | - remove bugs in RotationAngle(theta, phi, sin, cos)
|
|---|
| 431 | replaced
|
|---|
| 432 | cos = sinl + cosl*cosp /denom;
|
|---|
| 433 | by
|
|---|
| 434 | cos = (sinl - cosl*cosp) /denom;
|
|---|
| 435 |
|
|---|
| 436 |
|
|---|
| 437 |
|
|---|
| 438 | 2004/03/15: Thomas Bretz
|
|---|
| 439 |
|
|---|
| 440 | * mastro/MObservatory.[h,cc]:
|
|---|
| 441 | - implemented RotationAngle(ra, dec, time)
|
|---|
| 442 |
|
|---|
| 443 | * mbase/MTask.[h,cc]:
|
|---|
| 444 | - implemented usage of a TStopwatch to retriev time consumtion
|
|---|
| 445 | informations
|
|---|
| 446 | - changed PrintStatistics not to print classes having no
|
|---|
| 447 | Process() function
|
|---|
| 448 |
|
|---|
| 449 | * mbase/MTaskList.[h,cc], mfileio/MReadReports.[h,cc]:
|
|---|
| 450 | - changed PrintStatistics according to changes in MTask
|
|---|
| 451 |
|
|---|
| 452 | * mraw/MRawEvtHeader.cc:
|
|---|
| 453 | - added a comment to Fill member function
|
|---|
| 454 |
|
|---|
| 455 | * manalysis/MCerPhotEvt.[h,cc]:
|
|---|
| 456 | - added fLut.Set to FixSize and resize fLut by a factor of 2
|
|---|
| 457 | instead of +1 which acelerates creation of all pixels a lot
|
|---|
| 458 |
|
|---|
| 459 | * mbadpixels/MBadPixelsPix.cc:
|
|---|
| 460 | - fixed a typo
|
|---|
| 461 |
|
|---|
| 462 | * mfilter/MFSoftwareTrigger.cc:
|
|---|
| 463 | - made statistics output meaning independant of usage of filter!
|
|---|
| 464 |
|
|---|
| 465 | * mhbase/MFill.[h,cc]:
|
|---|
| 466 | - added possibility to give tab a different name
|
|---|
| 467 |
|
|---|
| 468 | * mhist/MHCamera.cc:
|
|---|
| 469 | - fixed a bug when determin scale for same-option
|
|---|
| 470 |
|
|---|
| 471 | * mjobs/MJCalibration.cc:
|
|---|
| 472 | - changed tab names for MFillH
|
|---|
| 473 |
|
|---|
| 474 | * mjobs/MJExtactSignal.cc:
|
|---|
| 475 | - added MRawEvtHeader to output
|
|---|
| 476 |
|
|---|
| 477 | * mbase/MStatusDisplay.[h,cc]:
|
|---|
| 478 | - changed displayed year
|
|---|
| 479 | - read and store MStatusArray to and from files
|
|---|
| 480 |
|
|---|
| 481 | * mfileio/MReadTree.cc:
|
|---|
| 482 | - enhanced output
|
|---|
| 483 |
|
|---|
| 484 | * mmain/MCameraDisplay.cc, mmain/MEventDisplay.[h,cc]:
|
|---|
| 485 | - added preliminary mode to display F1/F2/F3-files
|
|---|
| 486 |
|
|---|
| 487 | * mbase/MStatusArray.[h,cc]:
|
|---|
| 488 | - added
|
|---|
| 489 |
|
|---|
| 490 | * mbase/Makefile, mbase/BaseLinkDef.h:
|
|---|
| 491 | - added MStatusArray
|
|---|
| 492 |
|
|---|
| 493 | * mhits/MHCamera.[h,cc], mgui/MHexagon.[h,cc]:
|
|---|
| 494 | - improved drawing MHCamera with 'same' option
|
|---|
| 495 |
|
|---|
| 496 |
|
|---|
| 497 |
|
|---|
| 498 | 2004/03/13: Markus Gaug
|
|---|
| 499 |
|
|---|
| 500 | * mcalib/MCalibrationChargeCalc.cc, mcalib/MCalibrationChargeCam.cc,
|
|---|
| 501 | mcalib/MCalibrationChargePix.[h,cc],
|
|---|
| 502 | mcalib/MHCalibrationChargeCam.cc,
|
|---|
| 503 | mcalib/MHCalibrationChargeLoGainPix.cc:
|
|---|
| 504 | - fixed Low Gain calibration
|
|---|
| 505 |
|
|---|
| 506 | * mcalib/MHGausEvents.cc:
|
|---|
| 507 | - changed default fit prob. limit from 0.005 to 0.001
|
|---|
| 508 |
|
|---|
| 509 | * mbadpixels/MBadPixelsPix.h :
|
|---|
| 510 | - IsCalibrationResultOK does not ask for FitOK any more
|
|---|
| 511 |
|
|---|
| 512 | * mcalib/MHCalibrationChargeCam.cc:
|
|---|
| 513 | - replaced Rel. Err. Limit for outliers in Phe's from 5 sigma to 7
|
|---|
| 514 |
|
|---|
| 515 | * mraw/MRawEvtPixelIter.[h,cc]:
|
|---|
| 516 | - function GetIdxMaxLoGainSamples can be called optionally with
|
|---|
| 517 | offset (because first "loGain" samples are often in reality
|
|---|
| 518 | hiGain with high values.
|
|---|
| 519 |
|
|---|
| 520 |
|
|---|
| 521 |
|
|---|
| 522 | 2004/03/12: Sebastian Raducci
|
|---|
| 523 |
|
|---|
| 524 | * manalysis/Makefile
|
|---|
| 525 | - added mastro in the include directories
|
|---|
| 526 |
|
|---|
| 527 |
|
|---|
| 528 |
|
|---|
| 529 | 2004/03/12: Thomas Bretz
|
|---|
| 530 |
|
|---|
| 531 | * merpp.cc:
|
|---|
| 532 | - added 'force' option
|
|---|
| 533 |
|
|---|
| 534 | * manalysis/MCerPhotAnal2.cc:
|
|---|
| 535 | - extract pedestal and pedestal rms from lo-gain if hi-gain not
|
|---|
| 536 | above a certain athreshold
|
|---|
| 537 |
|
|---|
| 538 | * mastro/MAstroCatalog.[h,c]:
|
|---|
| 539 | - added text argument to DrawStar
|
|---|
| 540 |
|
|---|
| 541 | * mbase/MStatusDisplay.cc:
|
|---|
| 542 | - some small changes to output of SaveAsPS
|
|---|
| 543 |
|
|---|
| 544 | * mfilter/MFCosmics.cc:
|
|---|
| 545 | - changed output of filter statistics
|
|---|
| 546 |
|
|---|
| 547 | * mbadpixels/MBadPixelsTreat.[h,cc]:
|
|---|
| 548 | - fixed some problems with the code - now it should work like
|
|---|
| 549 | expected
|
|---|
| 550 | - added a new member function to be able to change the number
|
|---|
| 551 | of required neighbors
|
|---|
| 552 |
|
|---|
| 553 |
|
|---|
| 554 |
|
|---|
| 555 | 2004/03/12: Wolfgang Wittek
|
|---|
| 556 |
|
|---|
| 557 | * manalysis/Makefile
|
|---|
| 558 | - include 'mastro'
|
|---|
| 559 |
|
|---|
| 560 | * manalysis/MSourcePosfromStarPos.[h,cc]
|
|---|
| 561 | - include MObservatory.h
|
|---|
| 562 | - call member function Rotationangle() of MObservatory
|
|---|
| 563 |
|
|---|
| 564 |
|
|---|
| 565 |
|
|---|
| 566 | 2004/03/12: Markus Gaug
|
|---|
| 567 |
|
|---|
| 568 | * mjobs/MJCalibration.cc
|
|---|
| 569 | - updated call in displays to the corr. Cams.
|
|---|
| 570 |
|
|---|
| 571 | * macros/calibrate_data.C
|
|---|
| 572 | - macro to study calibrate and study data used in Munich and IFAE
|
|---|
| 573 |
|
|---|
| 574 |
|
|---|
| 575 |
|
|---|
| 576 | 2004/03/12: Antonio Stamerra
|
|---|
| 577 |
|
|---|
| 578 | * mraw/MRawEvtHeader.[h,cc]
|
|---|
| 579 | - Added the method GetTriggerID() to decode the trigger pattern.
|
|---|
| 580 |
|
|---|
| 581 |
|
|---|
| 582 |
|
|---|
| 583 | 2004/03/11: Abelardo Moralejo
|
|---|
| 584 |
|
|---|
| 585 | * mimage/MHillasCalc.cc
|
|---|
| 586 | - Added some printout in PostProcess, to better express the reasons
|
|---|
| 587 | for which the reconstruction of some events did not succeed.
|
|---|
| 588 |
|
|---|
| 589 |
|
|---|
| 590 |
|
|---|
| 591 | 2004/03/11: Thomas Bretz
|
|---|
| 592 |
|
|---|
| 593 | * status.cc:
|
|---|
| 594 | - updated
|
|---|
| 595 |
|
|---|
| 596 | * manalysis/MCerPhotAnal2.cc:
|
|---|
| 597 | - removed an obsolete debug output
|
|---|
| 598 |
|
|---|
| 599 | * mhist/MHCamera.[h,cc]:
|
|---|
| 600 | - added same-option to camera display
|
|---|
| 601 |
|
|---|
| 602 | * mbadpixels/MBadPixelsCalc.[h,cc], mbadpixels/MBadPixelsTreat.[h,cc]:
|
|---|
| 603 | - implemented functionality of MBlindPixelsCalc2
|
|---|
| 604 |
|
|---|
| 605 | * mbadpixels/MBadPixelsCam.[h,cc], mbadpixels/MBadPixelsPix.[h,cc],
|
|---|
| 606 | mbadpixels/MMcBadPixelsSet.cc, mcalib/MCalibrationChargeCalc.cc,
|
|---|
| 607 | mcalib/MCalibrationChargePix.cc, mcalib/MHCalibrationChargeCam.cc:
|
|---|
| 608 | - replaced several Set/GetUnsuitable* by a single member function
|
|---|
| 609 |
|
|---|
| 610 |
|
|---|
| 611 |
|
|---|
| 612 | 2004/03/11: Markus Gaug
|
|---|
| 613 |
|
|---|
| 614 | * mbadpixels/MBadPixelsPix.h
|
|---|
| 615 | - removed bits about validity of calibration methods
|
|---|
| 616 | - IsCalibrationResultOK asks also from IsSuitableRun
|
|---|
| 617 |
|
|---|
| 618 | * mbadpixels/MBadPixelsCam.cc
|
|---|
| 619 | - updated GetPixelContent
|
|---|
| 620 | - added Print function
|
|---|
| 621 |
|
|---|
| 622 | * mcalib/MCalibrationChargeCam.[h,cc]
|
|---|
| 623 | * mcalib/MCalibrationChargePix.h
|
|---|
| 624 | * mcalib/MCalibrationChargeCalc.cc
|
|---|
| 625 | - removed pointers to MGeomCam and MBadPixelsCam in MCalibrationChargeCam
|
|---|
| 626 | - use two loops over pixels in order to determine mean flux of phe;s to
|
|---|
| 627 | discard pixels far outside the normal distribution
|
|---|
| 628 |
|
|---|
| 629 | * mcalib/MCalibrate.cc
|
|---|
| 630 | - added case that no MBadPixelsCam is available.
|
|---|
| 631 |
|
|---|
| 632 | * mcalib/MHCalibrationChargeCam.cc
|
|---|
| 633 | - adapted to new MBadPixelsPix::SetUnsuitable function
|
|---|
| 634 |
|
|---|
| 635 |
|
|---|
| 636 | 2004/03/10: Abelardo Moralejo
|
|---|
| 637 |
|
|---|
| 638 | * manalysis/MCerPhotPix.[h,cc]
|
|---|
| 639 | - Added member fIsHGSaturated, and setter/getter functions.
|
|---|
| 640 | Updated class version to 4.
|
|---|
| 641 |
|
|---|
| 642 | * mcalib/MCalibrate.cc, MCalibrateData.cc
|
|---|
| 643 | - Added setting of MCerPhotPix.fIsHGSaturated if one or more HG
|
|---|
| 644 | slices saturate.
|
|---|
| 645 |
|
|---|
| 646 | * mimage/MNewImagePar.[h,cc]
|
|---|
| 647 | - Added member fNumHGSaturatedPixels to count the number of pixels
|
|---|
| 648 | in which high gain saturates. Added getter funciton for it.
|
|---|
| 649 | Updated class version to 3.
|
|---|
| 650 |
|
|---|
| 651 |
|
|---|
| 652 |
|
|---|
| 653 | 2004/03/10: Markus Gaug
|
|---|
| 654 |
|
|---|
| 655 | * mcalib/MCalibrationChargeCalc.cc,
|
|---|
| 656 | mcalib/MCalibrationChargePix.[h,cc],
|
|---|
| 657 | mcalib/MCalibrationChargeCam.[h,cc]:
|
|---|
| 658 | - calculation of conversion factor with F-Factor method from
|
|---|
| 659 | same mean number of photons, derived from weighted mean number
|
|---|
| 660 | of photo-electrons from inner and outer pixels, respectively
|
|---|
| 661 |
|
|---|
| 662 | * mjobs/MJPedestal.cc, mjobs/MJCalibration.cc, macros/calibration.C:
|
|---|
| 663 | - fixed the projections (did only display inner pixels up to now)
|
|---|
| 664 |
|
|---|
| 665 | * macros/calibration.C
|
|---|
| 666 | - small bug fixed in display of rel. arrival times
|
|---|
| 667 | ( used MArrivalTimeCam instead of MHCalibrationRelTimeCam)
|
|---|
| 668 |
|
|---|
| 669 | * mbadpixels/MBadPixelsCam.cc
|
|---|
| 670 | - replaced some InitSize(idx) by InitSize(idx+1) in order not to crash
|
|---|
| 671 | to program when reading from an ascii-file.
|
|---|
| 672 |
|
|---|
| 673 | * mbadpixels/MBadPixelsCalc.cc
|
|---|
| 674 | - replaced one SetUnsuitableRun(....) by the new version without
|
|---|
| 675 | argument.
|
|---|
| 676 |
|
|---|
| 677 |
|
|---|
| 678 |
|
|---|
| 679 | 2004/03/10: Thomas Bretz
|
|---|
| 680 |
|
|---|
| 681 | * mfilter/MFSoftwareTrigger.[h,cc]:
|
|---|
| 682 | - changed to support also a predifined number of NN
|
|---|
| 683 |
|
|---|
| 684 | * mastro/MAstroCatalog.[h,cc]:
|
|---|
| 685 | - many enhancements
|
|---|
| 686 | - many speed improvements
|
|---|
| 687 |
|
|---|
| 688 | * mbadpixels/MBadPixelsPix.[h,cc]:
|
|---|
| 689 | - fixed
|
|---|
| 690 |
|
|---|
| 691 |
|
|---|
| 692 |
|
|---|
| 693 | 2004/03/10: Ester Aliu
|
|---|
| 694 |
|
|---|
| 695 | * mtemp/MIslands.[h,cc]
|
|---|
| 696 | - New MParContainer to hold information about islands
|
|---|
| 697 | (number of islands, pixels in each Island, Signal/Noise of
|
|---|
| 698 | each Island).
|
|---|
| 699 |
|
|---|
| 700 | * mtemp/MIslandCalc.[h,cc]
|
|---|
| 701 | - New MTask to count and characterize Islands.
|
|---|
| 702 |
|
|---|
| 703 |
|
|---|
| 704 |
|
|---|
| 705 | 2004/03/09: Thomas Bretz
|
|---|
| 706 |
|
|---|
| 707 | * Makefile.rules:
|
|---|
| 708 | - replaced *.o by $(...) for building archives
|
|---|
| 709 |
|
|---|
| 710 | * mjobs/MJCalibration.cc:
|
|---|
| 711 | - exchanged apply and merge task
|
|---|
| 712 |
|
|---|
| 713 | * mjobs/MJCalibration.h, mjobs/MJExtractSignal.h, mjobs/MJPedestal.h:
|
|---|
| 714 | - fixed some const-qualifiers
|
|---|
| 715 |
|
|---|
| 716 | * mcalib/MHCalibrationChargeBlindPix.cc,
|
|---|
| 717 | mcalib/MHCalibrationChargeCam.cc,
|
|---|
| 718 | mcalib/MHCalibrationChargePINDiode.cc
|
|---|
| 719 | - removed some obsolete output when calling FindCreateObj
|
|---|
| 720 | - changed some 'not found' output messages to be 'Mars-compliant'
|
|---|
| 721 | - replaced some gLog by *fLog
|
|---|
| 722 |
|
|---|
| 723 |
|
|---|
| 724 |
|
|---|
| 725 | 2004/03/08: Markus Gaug
|
|---|
| 726 |
|
|---|
| 727 | * mbadpixels/MBadPixelsPix.h
|
|---|
| 728 | - small modifications for better readability
|
|---|
| 729 | - remove Getters for calibration methods
|
|---|
| 730 | - added flag "UnReliableRun" in fInfo[0]
|
|---|
| 731 |
|
|---|
| 732 | * mcalib/MHCalibrationChargeCam.cc, mcalib/MCalibrationChargePix.cc:
|
|---|
| 733 | - fill MBadPixelsPix with UnReliableRun or UnSuitableRun when
|
|---|
| 734 | calibration does not succeed.
|
|---|
| 735 |
|
|---|
| 736 | * mcalib/MCalibrationChargeCam.cc
|
|---|
| 737 | - displaying saturation also for not-valid pixels in GetPixelContent
|
|---|
| 738 |
|
|---|
| 739 | * msignal/MExtractedSignalCam.[h,cc], msignal/MExtractSignal.[h,cc],
|
|---|
| 740 | msignal/MExtractSignal2.[h,cc], mananlysis/MHPedestalCam.cc,
|
|---|
| 741 | mcalib/MCalibrationChargeCalc.[h,cc]:
|
|---|
| 742 | - in SetUsedFADCSlices, also the window (hi-and logain) is set.
|
|---|
| 743 | This because MExtractSignal2 set the whole window which was much
|
|---|
| 744 | bigger than the actually used one. This bug is now removed.
|
|---|
| 745 |
|
|---|
| 746 |
|
|---|
| 747 |
|
|---|
| 748 | 2004/03/08: Thomas Bretz
|
|---|
| 749 |
|
|---|
| 750 | * merpp.cc:
|
|---|
| 751 | - fixed a bug in the screen output
|
|---|
| 752 |
|
|---|
| 753 | * mgeom/MGeomMirror.cc:
|
|---|
| 754 | - added comment
|
|---|
| 755 |
|
|---|
| 756 | * mmc/MMcConfigRunHeader.h:
|
|---|
| 757 | - added member function GetMirrors
|
|---|
| 758 |
|
|---|
| 759 |
|
|---|
| 760 |
|
|---|
| 761 | 2004/03/08: Abelardo Moralejo
|
|---|
| 762 |
|
|---|
| 763 | * macros/starmc.C, starmcstereo.C, mccalibrate.C
|
|---|
| 764 | - adapted to m. Gaug's changes: now one MBadPixelsCam containers is
|
|---|
| 765 | added for each telescope to the parameter list.
|
|---|
| 766 |
|
|---|
| 767 | * mmain/MEventDisplay.cc, Makefile
|
|---|
| 768 | - added MBadPixelsCam to par list, and mbadpixels/ to includes.
|
|---|
| 769 | Necessary due to changes in MCalibrate.
|
|---|
| 770 |
|
|---|
| 771 |
|
|---|
| 772 |
|
|---|
| 773 | 2004/03/06: Markus Gaug
|
|---|
| 774 |
|
|---|
| 775 | * macros/calibration.C
|
|---|
| 776 | - adapted call to MHCamera::ProjectionS to the new version
|
|---|
| 777 |
|
|---|
| 778 | * mcalib/Makefile
|
|---|
| 779 | - include directory mbadpixels
|
|---|
| 780 |
|
|---|
| 781 | * manalysis/Makefile
|
|---|
| 782 | - include directory mbadpixels
|
|---|
| 783 |
|
|---|
| 784 | * mcalib/MCalibrationChargeCalc.[h,cc]
|
|---|
| 785 | - include MBadPixelsCam
|
|---|
| 786 | - remove exclusion of pixels from ascii-file
|
|---|
| 787 | (now accessible from MBadPixelsCam)
|
|---|
| 788 |
|
|---|
| 789 | * mcalib/MCalibrationChargePix.[h,cc]
|
|---|
| 790 | - include MBadPixelsCam
|
|---|
| 791 |
|
|---|
| 792 | * mcalib/MCalibrationChargeCam.[h,cc]
|
|---|
| 793 | - include MBadPixelsCam
|
|---|
| 794 |
|
|---|
| 795 | * mcalib/MHCalibrationChargeCam.[h,cc]
|
|---|
| 796 | - include MBadPixelsCam
|
|---|
| 797 | - include one additional MBadPixelsPix for the average inner and
|
|---|
| 798 | outer pixel, respectively
|
|---|
| 799 |
|
|---|
| 800 | * mcalib/MHCalibrationChargePix.[h,cc]
|
|---|
| 801 | - make fSaturated and fPickup a Float_t (for average pixel)
|
|---|
| 802 |
|
|---|
| 803 | * mbadpixels/MBadPixelsPix.h
|
|---|
| 804 | - include the CalibrationType_t infos
|
|---|
| 805 | - exchange "SetUnsuitable" by "SetUnsuitableRun"
|
|---|
| 806 |
|
|---|
| 807 | * mbadpixels/MBadPixelsCam.cc, mbadpixels/MMcBadPixelsSet.cc:
|
|---|
| 808 | - exchange "SetUnsuitable" by "SetUnsuitableRun"
|
|---|
| 809 |
|
|---|
| 810 | * mbadpixels/MBadPixelsCalc.cc:
|
|---|
| 811 | - exchange "SetUnsuitable" by "SetUnsuitableEvt"
|
|---|
| 812 |
|
|---|
| 813 | * manalysis/MGeomApply.cc
|
|---|
| 814 | - remove obsolete MArrivalTime
|
|---|
| 815 | - add MBadPixelsCam
|
|---|
| 816 |
|
|---|
| 817 | * mcalib/MCalibrate.[h,cc], mcalib/MCalibrateData.[h,cc]
|
|---|
| 818 | - implemented calls to MBadPixelsCam
|
|---|
| 819 |
|
|---|
| 820 | * macros/calibration.C, macros/bootcampstandardanalysis.C,
|
|---|
| 821 | macros/pedphotcalc.C
|
|---|
| 822 | - implemented calls to MBadPixelsCam
|
|---|
| 823 |
|
|---|
| 824 | * mjobs/MJCalibration.cc
|
|---|
| 825 | - call to MBadPixelsCam
|
|---|
| 826 |
|
|---|
| 827 |
|
|---|
| 828 |
|
|---|
| 829 | 2004/03/05: Nadia Tonello
|
|---|
| 830 |
|
|---|
| 831 | * manalysis/MBlindPixelsCalc2.[h,cc], manalysis/AnalysisLinkDef.h,
|
|---|
| 832 | manalysis/Makefile
|
|---|
| 833 | - Temporary class added (will be included in mbadpixels/ soon)
|
|---|
| 834 | - All the functions of MBlindPixelCalc are kept(with small improvements)
|
|---|
| 835 | - New function added: SetCheckPedestalRms
|
|---|
| 836 |
|
|---|
| 837 | * manalysis/MCerPhotPix.h
|
|---|
| 838 | - Status Unmapped added (not include the pixel in the cleaned image)
|
|---|
| 839 |
|
|---|
| 840 | * mimage/MImgCleanStd.cc
|
|---|
| 841 | - Checks for Unmapped status added
|
|---|
| 842 |
|
|---|
| 843 | * mastro/MAstroCatalog.cc, msql/MSQLServer.cc:
|
|---|
| 844 | - include <stdlib.h> to solve compilation error
|
|---|
| 845 |
|
|---|
| 846 |
|
|---|
| 847 |
|
|---|
| 848 | 2004/03/05: Sebastian Raducci
|
|---|
| 849 |
|
|---|
| 850 | * msignal/MArrivalTimeCalc.cc
|
|---|
| 851 | - fixed a little bug (exchanged a - with a + in the Calc() method)
|
|---|
| 852 |
|
|---|
| 853 |
|
|---|
| 854 |
|
|---|
| 855 | 2004/03/05: Markus Gaug
|
|---|
| 856 |
|
|---|
| 857 | * mcalib/MCalibraitonChargeCalc.cc
|
|---|
| 858 | - remove some runheader line:
|
|---|
| 859 | if (runheader->IsMonteCarloRun())
|
|---|
| 860 | return kTRUE;
|
|---|
| 861 | which gave always true since this week, don't know why.
|
|---|
| 862 | - added some information in class description
|
|---|
| 863 |
|
|---|
| 864 |
|
|---|
| 865 |
|
|---|
| 866 | 2004/03/04: Sebastian Raducci
|
|---|
| 867 |
|
|---|
| 868 | * msignal/MArrivalTimeCalc.cc
|
|---|
| 869 | - fixed a memory leak (the spline was not deleted...)
|
|---|
| 870 |
|
|---|
| 871 |
|
|---|
| 872 |
|
|---|
| 873 | 2004/03/04: Thomas Bretz
|
|---|
| 874 |
|
|---|
| 875 | * mgeom/MGeomCam.[h,cc]:
|
|---|
| 876 | - added new data member fNumAreas
|
|---|
| 877 | - added new function CalcNumAreas
|
|---|
| 878 | - increased class version to 3
|
|---|
| 879 |
|
|---|
| 880 | * mgeom/MGeomCamMagic.cc:
|
|---|
| 881 | - added setting of area index
|
|---|
| 882 |
|
|---|
| 883 | * mgeom/MGeomPix.[h,cc]:
|
|---|
| 884 | - added fAidx data member
|
|---|
| 885 | - added getter function fAidx
|
|---|
| 886 | - increased class version to 3
|
|---|
| 887 |
|
|---|
| 888 | * macros/sectorvstime.C:
|
|---|
| 889 | - added example of how to plot the evolution of a sector vs time
|
|---|
| 890 |
|
|---|
| 891 | * mhist/MHVsTime.[h,cc], mhist/MHPixVsTime.[h,cc]:
|
|---|
| 892 | - moved to mhvstime
|
|---|
| 893 |
|
|---|
| 894 | * mhvstime/MHSectorVsTime.[h,cc]:
|
|---|
| 895 | - added
|
|---|
| 896 |
|
|---|
| 897 | * Makefile:
|
|---|
| 898 | - added mhvstime
|
|---|
| 899 |
|
|---|
| 900 | * mhvstime/Makefile, mhvstime/HVsTimeLinkDef.h,
|
|---|
| 901 | mhvstime/HVsTimeIncl.h:
|
|---|
| 902 | - added
|
|---|
| 903 |
|
|---|
| 904 | * mhist/Makefile, mhist/HistLinkDef.h,
|
|---|
| 905 | - removed MHVsTime
|
|---|
| 906 | - removed MHPixVsTime
|
|---|
| 907 |
|
|---|
| 908 | * macros/rootlogon.C, macros/dohtml.C:
|
|---|
| 909 | - added new directory mhvstime
|
|---|
| 910 |
|
|---|
| 911 | * msignal/MExtractSignal.cc, msignal/MExtractSignal2.cc:
|
|---|
| 912 | - changes such, that it doesn't crash if signal has no lo-gain
|
|---|
| 913 | (This might still give wrong results!)
|
|---|
| 914 |
|
|---|
| 915 | * macros/dohtml.C:
|
|---|
| 916 | - added pixvstime.C
|
|---|
| 917 | - added sectorvstime.C
|
|---|
| 918 |
|
|---|
| 919 | * manalysis/MMcCalibrationUpdate.cc:
|
|---|
| 920 | - some changes on file consistency check done by Abelardo,
|
|---|
| 921 | he may comment on it
|
|---|
| 922 |
|
|---|
| 923 | * mhist/MHCamera.[h,cc]:
|
|---|
| 924 | - changed to support also dividing the camera in pixels area indices
|
|---|
| 925 |
|
|---|
| 926 | * mhist/MHEvent.cc:
|
|---|
| 927 | - minor change
|
|---|
| 928 |
|
|---|
| 929 | * mjobs/MJPedestal.cc:
|
|---|
| 930 | - adapted to changes in MHCamera
|
|---|
| 931 |
|
|---|
| 932 | * mastro/MAstroCatalog.[h,cc]:
|
|---|
| 933 | - added preliminary catalog
|
|---|
| 934 |
|
|---|
| 935 | * mastro/Makefile, mastro/AstroLinkDef.h:
|
|---|
| 936 | - added MAstroCatalog
|
|---|
| 937 |
|
|---|
| 938 |
|
|---|
| 939 |
|
|---|
| 940 | 2004/03/03: Thomas Bretz
|
|---|
| 941 |
|
|---|
| 942 | * mgeom/MGeomCam.cc:
|
|---|
| 943 | - give a name and title also if the default constructor is used
|
|---|
| 944 |
|
|---|
| 945 | * mgeom/MGeomMirror.[h,cc]:
|
|---|
| 946 | - added member function GetReflection
|
|---|
| 947 | - added persistent data member fReflector
|
|---|
| 948 |
|
|---|
| 949 | * mjobs/MJCalibration.cc, mjobs/MJExtractSignal.cc, mjobs/MJPedestal.cc:
|
|---|
| 950 | - fixed a typo in the output
|
|---|
| 951 |
|
|---|
| 952 | * mraw/MRawFileWrite.cc:
|
|---|
| 953 | - added the missing '.' to MRawRunHeader. Because of the design of
|
|---|
| 954 | MReadTree this is backward compatible
|
|---|
| 955 |
|
|---|
| 956 | * mraw/MRawRunHeader.h:
|
|---|
| 957 | - removed last change from Abelardo. '>255' is the correct
|
|---|
| 958 | check for MC files following the definition that all MC files
|
|---|
| 959 | have run types >255 which was made in the past.
|
|---|
| 960 |
|
|---|
| 961 | * manalysis/MCerPhotAnal.[h,cc], manalysis/MCerPhotAnal2.[h,cc]:
|
|---|
| 962 | - created ReInit member function to hold all code (moved from
|
|---|
| 963 | PreProcess) accessing the run header. The run header is not
|
|---|
| 964 | available in PreProcess. That it was working before was only
|
|---|
| 965 | by chance, because the run type is initialized with 65535 which
|
|---|
| 966 | is != 255 but not >255.
|
|---|
| 967 |
|
|---|
| 968 |
|
|---|
| 969 |
|
|---|
| 970 | 2004/03/03: Sebastian Raducci
|
|---|
| 971 |
|
|---|
| 972 | * msignal/MArrivalTimeCalc.cc
|
|---|
| 973 | - The calculation of the arrival times is made only when needed
|
|---|
| 974 | (when the HalfMax is over the pedestal)
|
|---|
| 975 |
|
|---|
| 976 | * mtools/MCubicSpline.cc
|
|---|
| 977 | - Commented out an annoying warn
|
|---|
| 978 |
|
|---|
| 979 |
|
|---|
| 980 |
|
|---|
| 981 | 2004/03/03: Abelardo Moralejo
|
|---|
| 982 |
|
|---|
| 983 | * mraw/MRawRunHeader.h
|
|---|
| 984 | - Replaced
|
|---|
| 985 | Bool_t IsMonteCarloRun() const { return fRunType>0x00ff; } by
|
|---|
| 986 | Bool_t IsMonteCarloRun() const { return (fRunType==0x0100); }
|
|---|
| 987 | since the latter is the exact translation of what the function
|
|---|
| 988 | intends to do. I do not know why, but the display of real data
|
|---|
| 989 | did not work with the upper line!
|
|---|
| 990 |
|
|---|
| 991 | * mgeom/MGeomCam.cc
|
|---|
| 992 | - Undid yesterday change! I do not know why, display completely
|
|---|
| 993 | fails after that change, both for old and new camera files.
|
|---|
| 994 | Put back fPixels[i] = new MGeomPix; in constructor.
|
|---|
| 995 |
|
|---|
| 996 |
|
|---|
| 997 |
|
|---|
| 998 | 2004/03/02: Abelardo Moralejo
|
|---|
| 999 |
|
|---|
| 1000 | * mmc/MMcCorsikaRunHeader.[h,cc]
|
|---|
| 1001 | - Added operator [] to get references to the objects in
|
|---|
| 1002 | TObjArray fTelescopes.
|
|---|
| 1003 | - Added Print() function.
|
|---|
| 1004 | - Added GetNumCT() function.
|
|---|
| 1005 | - Replaced
|
|---|
| 1006 | fTelescopes[i]= new MGeomCorsikaCT;
|
|---|
| 1007 | by
|
|---|
| 1008 | MGeomCorsikaCT* dummy = new MGeomCorsikaCT();
|
|---|
| 1009 | fTelescopes.Add(dummy);
|
|---|
| 1010 |
|
|---|
| 1011 | * mgeom/MGeomCorsikaCT.[h,cc]
|
|---|
| 1012 | - Added getter functions for telescope coordinates.
|
|---|
| 1013 | - Added Print() function.
|
|---|
| 1014 |
|
|---|
| 1015 | * mgeom/MGeomCam.cc => NOTE: this change was undone later!
|
|---|
| 1016 | - Replaced
|
|---|
| 1017 | fPixels[i] = new MGeomPix;
|
|---|
| 1018 | by
|
|---|
| 1019 | MGeomPix* dummy = new MGeomPix();
|
|---|
| 1020 | fPixels.Add(dummy);
|
|---|
| 1021 |
|
|---|
| 1022 |
|
|---|
| 1023 |
|
|---|
| 1024 | 2004/03/02: Thomas Bretz
|
|---|
| 1025 |
|
|---|
| 1026 | * mcalib/MCalibrateData.cc:
|
|---|
| 1027 | - removed usage of MGeomCam (you have MGeomApply for this!)
|
|---|
| 1028 |
|
|---|
| 1029 |
|
|---|
| 1030 |
|
|---|
| 1031 | 2004/03/01: Nadia Tonello
|
|---|
| 1032 |
|
|---|
| 1033 | * manalysis/MCerPhotEvt.cc
|
|---|
| 1034 | - TObject *MCerPhotEvtIter::Next() now returns Used pixels
|
|---|
| 1035 | only if fUsedonly=kTRUE, otherwise it returns all the pixels
|
|---|
| 1036 | in the array
|
|---|
| 1037 |
|
|---|
| 1038 |
|
|---|
| 1039 |
|
|---|
| 1040 | 2004/03/01: Sebastian Raducci
|
|---|
| 1041 |
|
|---|
| 1042 | * msignal/MArrivalTimeCalc.[cc,h]
|
|---|
| 1043 | - now the arrival time is at the half max of the spline:
|
|---|
| 1044 | half max = (maximum - pedestal)/2
|
|---|
| 1045 |
|
|---|
| 1046 | * mmain/MEventDisplay.cc
|
|---|
| 1047 | - fixed an include (from MArrivalTime.h to MArrivalTimeCam.h)
|
|---|
| 1048 |
|
|---|
| 1049 |
|
|---|
| 1050 |
|
|---|
| 1051 | 2004/03/01: Wolfgang Wittek
|
|---|
| 1052 |
|
|---|
| 1053 | * mhist/MHStarMap.[h,cc]
|
|---|
| 1054 | - remove bugs
|
|---|
| 1055 | - change GetRotationAngle() such that it can be called from outside
|
|---|
| 1056 |
|
|---|
| 1057 |
|
|---|
| 1058 |
|
|---|
| 1059 | 2004/03/01: Thomas Bretz
|
|---|
| 1060 |
|
|---|
| 1061 | * Makefile:
|
|---|
| 1062 | - enhanced all calls to subsequent makes by '-f Makefile' to
|
|---|
| 1063 | make sure the correct Makefile is called
|
|---|
| 1064 |
|
|---|
| 1065 | * merpp.cc:
|
|---|
| 1066 | - enhanced interpretation of time
|
|---|
| 1067 | - fixed a bug in determin the file-type
|
|---|
| 1068 |
|
|---|
| 1069 | * mbase/MTime.[h,cc]:
|
|---|
| 1070 | - added GetGmst() member function
|
|---|
| 1071 |
|
|---|
| 1072 | * mastro/MAstro.[h,cc]:
|
|---|
| 1073 | - added Coordinate2Angle
|
|---|
| 1074 | - added AngularDistance
|
|---|
| 1075 | - implemented UT2GMST
|
|---|
| 1076 | - replaced defined by TMath::Pi()
|
|---|
| 1077 |
|
|---|
| 1078 | * mastro/MObservatory.[h,cc]:
|
|---|
| 1079 | - added data members for sin-/cos-component of latitude
|
|---|
| 1080 | - added calculation of rotation angle
|
|---|
| 1081 |
|
|---|
| 1082 | * mhist/MHStarMap.[h,cc]:
|
|---|
| 1083 | - changes to use MObservatory member function
|
|---|
| 1084 |
|
|---|
| 1085 | * manalysis/MCerPhotAnal.cc, manalysis/MCerPhotAnal2.cc,
|
|---|
| 1086 | manalysis/MCerPhotCalc.cc, manalysis/MMcCalibrationUpdate.cc,
|
|---|
| 1087 | manalysis/MMcPedestalCopy.cc, manalysis/MMcPedestalNSBAdd.cc,
|
|---|
| 1088 | manalysis/MPedCalcPedRun.cc, manalysis/MPedPhotCalc.cc,
|
|---|
| 1089 | mcalib/MCalibrationChargeCalc.cc, mcalib/MMcCalibrationCalc.cc
|
|---|
| 1090 | - changed to use IsMonteCarloRun() now
|
|---|
| 1091 |
|
|---|
| 1092 | * manalysis/MMcCalibrationUpdate.cc:
|
|---|
| 1093 | - unified output to log-stream
|
|---|
| 1094 | - replaced sqrt by TMath::Sqrt
|
|---|
| 1095 |
|
|---|
| 1096 | * mcalib/MCalibrationChargeCalc.cc:
|
|---|
| 1097 | - unified output to log-stream
|
|---|
| 1098 | - removed .Data() from TString where obsolete
|
|---|
| 1099 | - fixed memory leak using gSystem->ExpandPathName
|
|---|
| 1100 |
|
|---|
| 1101 | * mpointing/MPointingPosCalc.cc, mraw/MRawFileWrite.cc:
|
|---|
| 1102 | - adde class name to used kRT*/kTT* enums
|
|---|
| 1103 |
|
|---|
| 1104 | * mraw/MRawEvtHeader.h:
|
|---|
| 1105 | - made enum data member of class
|
|---|
| 1106 |
|
|---|
| 1107 | * mraw/MRawRunHeader.[h,cc]:
|
|---|
| 1108 | - made kMagicNumber and kMaxFormatVersion a static data
|
|---|
| 1109 | member of the class
|
|---|
| 1110 | - added IsMonteCarloRun member function
|
|---|
| 1111 |
|
|---|
| 1112 |
|
|---|
| 1113 |
|
|---|
| 1114 | 2004/02/27: Markus Gaug
|
|---|
| 1115 |
|
|---|
| 1116 | * mjobs/MJPedestal.cc, mjobs/MJCalibration.cc, macros/calibration.C:
|
|---|
| 1117 | - put in call to MHCamera::Projection the name of the calling
|
|---|
| 1118 | class, otherwise the projected hsitogram will be overwritten by
|
|---|
| 1119 | an empyt one.
|
|---|
| 1120 |
|
|---|
| 1121 | * mcalib/MHCalibrationChargePix.[h,cc],
|
|---|
| 1122 | mcalib/MHCalibrationHiGainChargePix.[h,cc],
|
|---|
| 1123 | mcalib/MHCalibrationLoGainChargePix.[h,cc]:
|
|---|
| 1124 | - histogram name setting and title setting moved to constructor,
|
|---|
| 1125 | Functions Init and ChangeHistId derive directly from
|
|---|
| 1126 | MHcalibrationChargePix
|
|---|
| 1127 |
|
|---|
| 1128 | * mcalib/MHCalibrationChargeCam.[h,cc],
|
|---|
| 1129 | mcalib/MCalibrationChargeCam.[h,cc],
|
|---|
| 1130 | mcalib/MCalibrationChargeCalc.[h,cc]:
|
|---|
| 1131 | - introduced "average inner" and "average outer" higain and logain
|
|---|
| 1132 | pixels.
|
|---|
| 1133 |
|
|---|
| 1134 |
|
|---|
| 1135 |
|
|---|
| 1136 | 2004/02/27: Raducci Sebastian
|
|---|
| 1137 |
|
|---|
| 1138 | * mhist/Makefile
|
|---|
| 1139 | - added mastro in the include list
|
|---|
| 1140 |
|
|---|
| 1141 |
|
|---|
| 1142 |
|
|---|
| 1143 | 2004/02/27: Abelardo Moralejo
|
|---|
| 1144 |
|
|---|
| 1145 | * mmain/MEventDisplay.cc
|
|---|
| 1146 | - replaced in fill8 obsolete MArrivalTime with MArrivalTimeCam.
|
|---|
| 1147 | - Updated display of MC data: removed MCerPhotCalc, and replaced
|
|---|
| 1148 | it by MExtractSignal+MMcCalibrationUpdate+MCalibrate. Now
|
|---|
| 1149 | MPedPhotCam is filled and all the camera display tabs are shown
|
|---|
| 1150 | correctly (most were not working for MC events since a while
|
|---|
| 1151 | ago).
|
|---|
| 1152 |
|
|---|
| 1153 | * mmain/Makefile
|
|---|
| 1154 | - Added mcalib to list of include directories.
|
|---|
| 1155 |
|
|---|
| 1156 | * manalysis/MMcCalibrationUpdate.[h,cc]
|
|---|
| 1157 | - Added member variable Bool_t fOuterPixelsScaling, which is
|
|---|
| 1158 | kTRUE by default. If set to kFALSE, MCalibrationCam is filled
|
|---|
| 1159 | such that MCerPhotEvt will later be filled with the signal as it
|
|---|
| 1160 | is, not corrected for the (possibly) different gain of the outer
|
|---|
| 1161 | pixels electronic chain. This option was necessary to allow for
|
|---|
| 1162 | the change in the camera display (see above).
|
|---|
| 1163 |
|
|---|
| 1164 | * macros/starmc.C
|
|---|
| 1165 | - added (optional) division of output into two, for use as train
|
|---|
| 1166 | and test samples in g/h separation studies.
|
|---|
| 1167 |
|
|---|
| 1168 |
|
|---|
| 1169 |
|
|---|
| 1170 | 2004/02/26: Hendrik Bartko
|
|---|
| 1171 |
|
|---|
| 1172 | * macros/dohtml.C
|
|---|
| 1173 | - included the path msignals/
|
|---|
| 1174 |
|
|---|
| 1175 |
|
|---|
| 1176 |
|
|---|
| 1177 | 2004/02/26: Abelardo Moralejo
|
|---|
| 1178 |
|
|---|
| 1179 | * macros/starmcstereo.C
|
|---|
| 1180 | - changed filters to divide data between train and test sample for
|
|---|
| 1181 | gamma hadron separation studies. Now we use the modulus operator
|
|---|
| 1182 | applied to (Corsika) event number:
|
|---|
| 1183 | MF filter1("{MMcEvt;1.fEvtNumber%2}<0.5");
|
|---|
| 1184 | MF filter2("{MMcEvt;1.fEvtNumber%2}>0.5");
|
|---|
| 1185 | - cleaned up a bit the way the CT coordinates are fed to the task
|
|---|
| 1186 | MStereoCalc.
|
|---|
| 1187 | - Changed default FADC integration range (center range to adapt to
|
|---|
| 1188 | new camera).
|
|---|
| 1189 |
|
|---|
| 1190 |
|
|---|
| 1191 |
|
|---|
| 1192 | 2004/02/26: Thomas Bretz
|
|---|
| 1193 |
|
|---|
| 1194 | * mhist/MHCamera.cc:
|
|---|
| 1195 | - fixed a function description
|
|---|
| 1196 |
|
|---|
| 1197 | * mreport/MReport.cc, mreport/MReportFileRead.cc:
|
|---|
| 1198 | - introduced return case -1
|
|---|
| 1199 |
|
|---|
| 1200 | * Makefile.rules:
|
|---|
| 1201 | - remove all dependancy files when calling 'rmdep'
|
|---|
| 1202 |
|
|---|
| 1203 | * mbase/MAGIC.h, mmc/MMcEvt.hxx:
|
|---|
| 1204 | - moved ParticleId_t to MMcEvt
|
|---|
| 1205 | - implemented MMcEvt::GetParticleName
|
|---|
| 1206 | - implemented MMcEvt::GetEnergyStr
|
|---|
| 1207 |
|
|---|
| 1208 | * mfilter/MFGeomag.cc, mfilter/MFParticleId.cc, mhist/MHCompProb.cc,
|
|---|
| 1209 | mhist/MHEvent.cc, mhist/MHHadronness.cc,
|
|---|
| 1210 | mmontecarlo/MMcTriggerRateCalc.cc, mranforest/MHRanForest.cc:
|
|---|
| 1211 | - fixed usage of ParticleId_t
|
|---|
| 1212 |
|
|---|
| 1213 | * msignal/Makefile:
|
|---|
| 1214 | - removed obsolete includes
|
|---|
| 1215 |
|
|---|
| 1216 | * mastro/Makefile, mastro/AstroLinkDef.h, mastro/MAstro.[h,cc],
|
|---|
| 1217 | mastro/MObservatory.[h,cc]:
|
|---|
| 1218 | - added
|
|---|
| 1219 |
|
|---|
| 1220 | * mbase/MAstro.[h,cc]:
|
|---|
| 1221 | - removed
|
|---|
| 1222 |
|
|---|
| 1223 | * mbase/Makefile, mbase/BaseLinkDef.h:
|
|---|
| 1224 | - removed MAstro
|
|---|
| 1225 |
|
|---|
| 1226 | * Makefile:
|
|---|
| 1227 | - added mastro
|
|---|
| 1228 | - added msql
|
|---|
| 1229 | - added mfbase
|
|---|
| 1230 |
|
|---|
| 1231 | * mtemp/MObservatory.[h,cc], mtemp/MObservatoryLocation.[h,cc]:
|
|---|
| 1232 | - removed
|
|---|
| 1233 |
|
|---|
| 1234 | * merpp.cc:
|
|---|
| 1235 | - added Sql support
|
|---|
| 1236 |
|
|---|
| 1237 | * mraw/MRawFileRead.h:
|
|---|
| 1238 | - added GetFileName
|
|---|
| 1239 |
|
|---|
| 1240 | * msql/Makefile, msql/SqlLinkDef.h, msql/SqlIncl.h,
|
|---|
| 1241 | MSQLServer.[h,cc], MSqlInsertRun.[h,cc]:
|
|---|
| 1242 | - added
|
|---|
| 1243 |
|
|---|
| 1244 | * mfilter/MF.[h,cc], mfilter/MFDataChain.[h,cc],
|
|---|
| 1245 | mfilter/MFDataMember.[h,cc], mfilter/MFEventSelector.[h,cc],
|
|---|
| 1246 | mfilter/MFEventSelector2.[h,cc], mfilter/MFRealTimePeriod.[h,cc]:
|
|---|
| 1247 | - moved to mfbase
|
|---|
| 1248 |
|
|---|
| 1249 | * mfbase/Makefile, mfbase/FBaseLinkDef.h, mfbase/FBaseIncl.h:
|
|---|
| 1250 | - added
|
|---|
| 1251 |
|
|---|
| 1252 | * merpp.cc:
|
|---|
| 1253 | - implemented control of gDebug (root debugging)
|
|---|
| 1254 |
|
|---|
| 1255 | * mfileio/MWriteAsciiFile.[h,cc], mfileio/MWriteFile.[h,cc],
|
|---|
| 1256 | mfileio/MWriteRootFile.[h,cc]:
|
|---|
| 1257 | - implemented CheckAndWrite return value
|
|---|
| 1258 |
|
|---|
| 1259 | * mfileio/MWriteRootFile.cc:
|
|---|
| 1260 | - fixed updating already existing branches (eg concatenating report
|
|---|
| 1261 | files)
|
|---|
| 1262 |
|
|---|
| 1263 | * macros/dohtml.C, macros/rootlogon.C:
|
|---|
| 1264 | - added mastro
|
|---|
| 1265 | - added mfbase
|
|---|
| 1266 | - added msql
|
|---|
| 1267 |
|
|---|
| 1268 | * mraw/MRawEvtHeader.h:
|
|---|
| 1269 | - implemented GetNumTrigLvl1
|
|---|
| 1270 | - implemented GetNumTrigLvl2
|
|---|
| 1271 |
|
|---|
| 1272 |
|
|---|
| 1273 |
|
|---|
| 1274 | 2004/02/25: Markus Gaug
|
|---|
| 1275 |
|
|---|
| 1276 | * mcalib/MExtractBlindPixel.[h,cc],
|
|---|
| 1277 | mcalib/MExtractPINDiode.[h,cc],
|
|---|
| 1278 | mcalib/MExtractedSignalBlindPixel.[h,cc],
|
|---|
| 1279 | mcalib/MExtractedSignalPINDiode.[h,cc],
|
|---|
| 1280 | mcalib/Makefile, msignal/Makefile, mcalib/CalibLinkDef.h,
|
|---|
| 1281 | msignal/SignalLinkDef.h:
|
|---|
| 1282 | - moved blindpixel and PINdiode extractors to msignal
|
|---|
| 1283 |
|
|---|
| 1284 |
|
|---|
| 1285 | * mcalib/MCalibrationQECam.[h,cc], mcalib/MCalibrationQEPix.[h,cc]:
|
|---|
| 1286 | - two new classes to hold the quantum efficieny information of the
|
|---|
| 1287 | calibration
|
|---|
| 1288 |
|
|---|
| 1289 | * msignal/MArrivalTimeCalc.[h,cc]
|
|---|
| 1290 | - fill now MArrivalTimePix instead of MArrivalTime
|
|---|
| 1291 |
|
|---|
| 1292 | * mcalib/MHCalibrationChargeCam.cc
|
|---|
| 1293 | - display only valid pixels for the corr. values in GetPixelContent
|
|---|
| 1294 |
|
|---|
| 1295 | * mcalib/MHCalibrationRelTimeCam.cc
|
|---|
| 1296 | - is now filled from MArrivalTimeCam instead of MArrivalTime
|
|---|
| 1297 |
|
|---|
| 1298 | * macros/calibration.C
|
|---|
| 1299 | - divided into two macros: calibration.C using the MJPedestal
|
|---|
| 1300 | standard procedure and pedestalstudies.C using the old
|
|---|
| 1301 | procedures
|
|---|
| 1302 |
|
|---|
| 1303 | * macros/pedestalstudies.C
|
|---|
| 1304 | - new macro containing the first previous part of calibration.C
|
|---|
| 1305 |
|
|---|
| 1306 | * mcalib/MCalibrationChargeBlindPix.h,
|
|---|
| 1307 | mcalib/MCalibrationChargePINDiode.h, mbase/MAGIC.h,
|
|---|
| 1308 | mjobs/MJCalibration.cc:
|
|---|
| 1309 | - definition of PulserColot_t in MAGIC.h.
|
|---|
| 1310 |
|
|---|
| 1311 |
|
|---|
| 1312 |
|
|---|
| 1313 | 2004/02/25: Hendrik Bartko
|
|---|
| 1314 |
|
|---|
| 1315 | * macros/rootlogon.C
|
|---|
| 1316 | - set the include path also to msignals/
|
|---|
| 1317 |
|
|---|
| 1318 | * manalysis/MExtractSignal.[h,cc], manalysis/MExtractSignal2.[h,cc],
|
|---|
| 1319 | manalysis/MExtractedSignalCam.[h,cc],
|
|---|
| 1320 | manalysis/MExtractedSignalPix.[h,cc],
|
|---|
| 1321 | manalysis/MArrivalTime.[h,cc], manalysis/MArrivalTimeCalc.[h,cc],
|
|---|
| 1322 | manalysis/MArrivalTimeCalc2.[h,cc]:
|
|---|
| 1323 | - removed
|
|---|
| 1324 |
|
|---|
| 1325 | * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
|
|---|
| 1326 | - removed classes mentioned above
|
|---|
| 1327 |
|
|---|
| 1328 | * msignal/MExtractSignal.[h,cc], msignal/MExtractSignal2.[h,cc],
|
|---|
| 1329 | msignal/MExtractedSignalCam.[h,cc],
|
|---|
| 1330 | msignal/MExtractedSignalPix.[h,cc],
|
|---|
| 1331 | msignal/MArrivalTime.[h,cc], msignal/MArrivalTimeCalc.[h,cc],
|
|---|
| 1332 | msignal/MArrivalTimeCalc2.[h,cc]:
|
|---|
| 1333 | - added
|
|---|
| 1334 |
|
|---|
| 1335 | * msignal/Makefile, msignal/AnalysisLinkDef.h:
|
|---|
| 1336 | - added classes mentioned above
|
|---|
| 1337 |
|
|---|
| 1338 | * mfilter/Makefile, mcalib/Makefile, mjobs/Makefile, mmain/Makefile:
|
|---|
| 1339 | - added include msignal
|
|---|
| 1340 |
|
|---|
| 1341 |
|
|---|
| 1342 |
|
|---|
| 1343 |
|
|---|
| 1344 | 2004/02/25: Wolfgang Wittek
|
|---|
| 1345 |
|
|---|
| 1346 | * mcalib/MCalibrateData.[h,cc]
|
|---|
| 1347 | - initialize size for MPedPhotCam
|
|---|
| 1348 |
|
|---|
| 1349 |
|
|---|
| 1350 |
|
|---|
| 1351 | 2004/02/24: Wolfgang Wittek
|
|---|
| 1352 |
|
|---|
| 1353 | * manalysis/MSourcPosfromStarPos.[h,cc]
|
|---|
| 1354 | - change member function SetSourceAndStarPosition() to expect sky
|
|---|
| 1355 | coordinates in the standard units
|
|---|
| 1356 | - generalize to more than 1 star
|
|---|
| 1357 | - the class is not yet fully tested
|
|---|
| 1358 |
|
|---|
| 1359 | * mfilter/MFSelBasic.[h,cc]
|
|---|
| 1360 | - change default values of cuts
|
|---|
| 1361 |
|
|---|
| 1362 |
|
|---|
| 1363 |
|
|---|
| 1364 | 2004/02/24: Markus Gaug
|
|---|
| 1365 |
|
|---|
| 1366 | * mjobs/MJCalibration.cc, macros/calibration.C,
|
|---|
| 1367 | macros/bootcampstandardanalysis.C, macros/pedphotcalc.C:
|
|---|
| 1368 | - added MCalibrationChargeBlindPix to plist
|
|---|
| 1369 | - added new filling of histograms with MFillH
|
|---|
| 1370 | - changed SetPulserColor to MCalibrationChargeBlindPix and
|
|---|
| 1371 | MCalibrationChargePINDiode
|
|---|
| 1372 |
|
|---|
| 1373 | * mcalib/MHCalibrationChargeBlindPix.[h,cc]:
|
|---|
| 1374 | - receives a pointer to MCalibrationChargePINDiode which is filled
|
|---|
| 1375 | with the results and told to calculate the fluxes in the
|
|---|
| 1376 | Finalize function
|
|---|
| 1377 | - is filled via MFillH from MExtractBlindPixel
|
|---|
| 1378 | - SetPulserColor directly in this class
|
|---|
| 1379 |
|
|---|
| 1380 | * mcalib/MCalibrationChargeBlindPix.[h,cc]
|
|---|
| 1381 | - new storage container of the blind pxiel resutls, replaces
|
|---|
| 1382 | MCalibrationBlindPix
|
|---|
| 1383 |
|
|---|
| 1384 | * mcalib/MCalibrationChargeCalc.[h,cc]:
|
|---|
| 1385 | - does not fill the histograms any more, but does ony the
|
|---|
| 1386 | calculations in the postprocess. No pointer to MExtractPINDidoe
|
|---|
| 1387 | or MExtractBlindPixel any more.
|
|---|
| 1388 |
|
|---|
| 1389 | * mcalib/MCalibrationChargePix.cc
|
|---|
| 1390 | - discovered an error in the calculation of phe's in
|
|---|
| 1391 | CalcFFactorMethod(). The average QE was applied twice.
|
|---|
| 1392 | This error had been introduced on 13/02/04
|
|---|
| 1393 | - loosened criterium convFFactorRelErrLimit from 0.1 to 0.2
|
|---|
| 1394 | - CalcFFactor asks for IsChargeValid before calculating anything
|
|---|
| 1395 |
|
|---|
| 1396 | * mcalib/MCalibrationChargePINDiode.[h,cc]
|
|---|
| 1397 | - added function SetFluxOutsidePlexiglassAvailable
|
|---|
| 1398 | - SetPulserColor directly in this class
|
|---|
| 1399 |
|
|---|
| 1400 | * mcalib/MCalibrationChargeCam.cc
|
|---|
| 1401 | - removed function SetPulserColor from here
|
|---|
| 1402 |
|
|---|
| 1403 | * mcalib/MCalibrationPINDiode.[h,cc], mcalib/MHCalibrationConfig.h,
|
|---|
| 1404 | mcalib/MHCalibrationPINDiode.[h,cc],
|
|---|
| 1405 | mcalib/MCalibrationBlindPix.[h,cc],
|
|---|
| 1406 | mcalib/MHCalibrationBlindPixel.[h,cc]:
|
|---|
| 1407 | - removed since obsolote
|
|---|
| 1408 |
|
|---|
| 1409 | * mcalib/MHCalibrationChargePix.cc
|
|---|
| 1410 | - make fPickup an Int_t
|
|---|
| 1411 |
|
|---|
| 1412 | * mcalib/MCalibrate.cc
|
|---|
| 1413 | - test validity of every calibration method before retrieving
|
|---|
| 1414 | conversion factors
|
|---|
| 1415 |
|
|---|
| 1416 | * mcalib/MHGausEvents.[h,cc]
|
|---|
| 1417 | - add possibility to set fit ranges in call to FitGaus
|
|---|
| 1418 | - make function CreateXaxis protected
|
|---|
| 1419 |
|
|---|
| 1420 |
|
|---|
| 1421 |
|
|---|
| 1422 | 2004/02/23: Markus Gaug
|
|---|
| 1423 |
|
|---|
| 1424 | * mraw/MRawEvtPixelIter.h
|
|---|
| 1425 | - include GetNumHiGainSamples and GetNumLoGainSamples
|
|---|
| 1426 |
|
|---|
| 1427 | * mcalib/MExtractedSignalBlindPixel.h,
|
|---|
| 1428 | mcalib/MExtractBlindPixel.[h,cc]:
|
|---|
| 1429 | - included storage of pedestal
|
|---|
| 1430 |
|
|---|
| 1431 | * mcalib/MHGausEvents.[h,cc]
|
|---|
| 1432 | - make the fit functions protected
|
|---|
| 1433 |
|
|---|
| 1434 |
|
|---|
| 1435 |
|
|---|
| 1436 | 2004/02/22: Markus Gaug
|
|---|
| 1437 |
|
|---|
| 1438 | * mfilter/MFCosmics.[h,cc]
|
|---|
| 1439 | - fMaxNumEmpty changed from absolute number to relative number of
|
|---|
| 1440 | pixels
|
|---|
| 1441 |
|
|---|
| 1442 | * mcalib/MHGausEvents.h
|
|---|
| 1443 | - remove the "->" from the pointers which are initialized only
|
|---|
| 1444 | in certain cases. The streamer did not work in case that
|
|---|
| 1445 | MFGausFit was left at the NULL pointer.
|
|---|
| 1446 |
|
|---|
| 1447 |
|
|---|
| 1448 |
|
|---|
| 1449 | 2004/02/21: Markus Gaug
|
|---|
| 1450 |
|
|---|
| 1451 | * manalysis/MExtractedSignalPix.[h,cc]
|
|---|
| 1452 | - changed variable fIsLoGainUsed to fLoGainUsed
|
|---|
| 1453 | - added function GetNumHiGainSaturated()
|
|---|
| 1454 |
|
|---|
| 1455 |
|
|---|
| 1456 | 2004/02/20: Markus Gaug
|
|---|
| 1457 |
|
|---|
| 1458 | * mcalib/MHCalibrationChargeHiGainPix.[h,cc], mcalib/Makefile,
|
|---|
| 1459 | mcalib/MHCalibrationChargeLoGainPix.[h,cc],
|
|---|
| 1460 | mcalib/CalibLinkDef.h
|
|---|
| 1461 | - new class to replace MHCalibrationPixel,
|
|---|
| 1462 | based on MHCalibrationChargePix
|
|---|
| 1463 |
|
|---|
| 1464 | * mcalib/MCalibrationChargeCalc.[h,cc]
|
|---|
| 1465 | mcalib/MCalibrationChargeCam.[h,cc]
|
|---|
| 1466 | mcalib/MCalibrationChargePix.[h,cc]
|
|---|
| 1467 | mcalib/MCalibrationChargePINDiode.[h,cc]
|
|---|
| 1468 | mcalib/MCalibrationCalc.[h,cc], mcalib/MCalibrationCam.[h,cc],
|
|---|
| 1469 | mcalib/MCalibrationPINDiode.[h,cc]:
|
|---|
| 1470 | - added the "charge" versions, remove the old ones. The histograms
|
|---|
| 1471 | should be filled in the MH... versions independently of
|
|---|
| 1472 | MCalibrationChargeCalc. This is fully realized for the PIN Didoe
|
|---|
| 1473 | now and will later be so for the pixels and the blind pixel.
|
|---|
| 1474 |
|
|---|
| 1475 | * mcalib/MHCalibrationChargePINDiode.[h,cc]
|
|---|
| 1476 | - receives a pointer to MCalibrationChargePINDiode which is filled
|
|---|
| 1477 | with the results and told to calculate the fluxes in the
|
|---|
| 1478 | Finalize function
|
|---|
| 1479 |
|
|---|
| 1480 | * mcalib/MCalibrate.[h,cc], mcalib/MCalibrateData.[h,cc],
|
|---|
| 1481 | mcalib/MMcCalibrationCalc.[h,cc], mjobs/MJCalibration.[h,cc],
|
|---|
| 1482 | manalysis/MMcCalibrationUpdate.[h,cc],
|
|---|
| 1483 | mjobs/MJExtractSignal.[h,cc], manalysis/MGeomApply.cc,
|
|---|
| 1484 | mcalib/Makefile, mcalib/CalibLinkDef.h, macros/calibration.C,
|
|---|
| 1485 | macros/bootcampstandardanalysis.C,
|
|---|
| 1486 | macros/pedphotcalc.C:
|
|---|
| 1487 | - replace MCalibrationCam by MCalibrationChargeCam
|
|---|
| 1488 | - replace MCalibrationCalc by MCalibrationChargeCalc
|
|---|
| 1489 |
|
|---|
| 1490 |
|
|---|
| 1491 |
|
|---|
| 1492 | 2004/02/19: Markus Gaug
|
|---|
| 1493 |
|
|---|
| 1494 | * mcalib/MCalibrationPix.[h,cc], mcalib/MCalibrationCam.cc,
|
|---|
| 1495 | mcalib/MCalibrate.cc, mcalib/MCalibrateDate.cc,
|
|---|
| 1496 | manalysis/MMcCalibrationUpdate.cc:
|
|---|
| 1497 | - standardized naming of variables containing "Error", this also affected
|
|---|
| 1498 | the calling functions MCalibrate, MMcCalibrationUpdate and MCalibrateData
|
|---|
| 1499 |
|
|---|
| 1500 | * mcalib/MCalibrationCam.cc, mcalib/MCalibrationPix.cc,
|
|---|
| 1501 | mcalib/MCalibrationCalc.cc, mcalib/MCalibrate.cc,
|
|---|
| 1502 | mcalib/MCalibrateData.cc, mcalib/MCalibrationConfig.h:
|
|---|
| 1503 | - took out some configuration numbers and put them directly into
|
|---|
| 1504 | the class
|
|---|
| 1505 | - remove completely MCalibrationConfig.h
|
|---|
| 1506 |
|
|---|
| 1507 |
|
|---|
| 1508 |
|
|---|
| 1509 | 2004/02/19: Abelardo Moralejo
|
|---|
| 1510 |
|
|---|
| 1511 | * mhist/MHEvent.[h,cc]:
|
|---|
| 1512 | - Changed names of Event "types" to make them more descriptive.
|
|---|
| 1513 | Former kEvtSignal is now called kEvtSignalDensity, and indicates
|
|---|
| 1514 | pixel content scaled by area. Added kEvtSignalRaw, which
|
|---|
| 1515 | corresponds to pixel content (with no scaling) in whatever units
|
|---|
| 1516 | (this depends on how the MHEvent object is filled!). The default
|
|---|
| 1517 | constructor initializes type=kEvtSignalRaw.
|
|---|
| 1518 |
|
|---|
| 1519 | * mmain/MEventDisplay.cc
|
|---|
| 1520 | - Changed filling of evt1 and evt2. Now they are filled with raw
|
|---|
| 1521 | content of MCerPhotEvt. Since in MEventDisplay, MCerPhotEvt is
|
|---|
| 1522 | still filled uncalibrated (hence in ADC counts), this means that
|
|---|
| 1523 | what will be now shown in Mars' camera display is now the signal
|
|---|
| 1524 | in each pixel without scaling with pixel area. Given that the
|
|---|
| 1525 | default flat fielding is such that equal light density
|
|---|
| 1526 | corresponds to equal absolute signal (in ADC counts), this is
|
|---|
| 1527 | more reasonable, and allows to check for instance how the
|
|---|
| 1528 | relative pixel gains are adjusted by looking at calibration
|
|---|
| 1529 | events. To be FIXED: there is however an "inconsistency" in
|
|---|
| 1530 | MEventDisplay, and it is that MCerPhotEvt is still used to keep
|
|---|
| 1531 | uncalibrated signals. To be replaced by MExtractedSignalCam?
|
|---|
| 1532 |
|
|---|
| 1533 |
|
|---|
| 1534 |
|
|---|
| 1535 | 2004/02/19: Thomas Bretz
|
|---|
| 1536 |
|
|---|
| 1537 | * manalysis/MCerPhotEvt.h:
|
|---|
| 1538 | - added operator= to MCerPhotEvtIter -- is this correct?
|
|---|
| 1539 |
|
|---|
| 1540 | * mhist/MHCamera.[h,cc]:
|
|---|
| 1541 | - added member function to calculate minimum content and
|
|---|
| 1542 | maximum content for a single sector
|
|---|
| 1543 | - Added possibility to get a projection for a single sector.
|
|---|
| 1544 | - GetMinimum/GetMaximum now only takes used pixels into account
|
|---|
| 1545 | (you can request all pixels using a different member function)
|
|---|
| 1546 | - fixed projection (projection only took pixels with contents!=0
|
|---|
| 1547 | instead of 'used' pixels
|
|---|
| 1548 | - Don't call Sumw2() anymore for projection
|
|---|
| 1549 |
|
|---|
| 1550 | * mjobs/MJPedestal.cc:
|
|---|
| 1551 | - added MPedestalCam to output again - MPedestalCam was fixed
|
|---|
| 1552 | yesterday
|
|---|
| 1553 | - Added Histograms for the two camera halves
|
|---|
| 1554 |
|
|---|
| 1555 |
|
|---|
| 1556 |
|
|---|
| 1557 | 2004/02/18: Markus Gaug
|
|---|
| 1558 |
|
|---|
| 1559 | * macros/calibration.C
|
|---|
| 1560 | - fixed a buggy display of the F-Factor method
|
|---|
| 1561 |
|
|---|
| 1562 | * mcalib/MCalibrationCalc.cc
|
|---|
| 1563 | - calculate the F-Factor method already in the post-Process
|
|---|
| 1564 |
|
|---|
| 1565 | * mcalib/MCalibrationPix.h
|
|---|
| 1566 | - move CalcFFactorMethod to public
|
|---|
| 1567 |
|
|---|
| 1568 |
|
|---|
| 1569 |
|
|---|
| 1570 | 2004/02/18: Abelardo Moralejo
|
|---|
| 1571 |
|
|---|
| 1572 | * mtools/MCubicSpline.cc
|
|---|
| 1573 | - in Init, corrected initialization of arrays temp and ysd, which
|
|---|
| 1574 | was done with n-1 elements instead of n.
|
|---|
| 1575 |
|
|---|
| 1576 | * mgui/MHexagon.cc
|
|---|
| 1577 | - added comment explaining the algorithm.
|
|---|
| 1578 | - changed explicit values of Sin and Cos 60 degrees by const
|
|---|
| 1579 | variables (more readable).
|
|---|
| 1580 |
|
|---|
| 1581 |
|
|---|
| 1582 |
|
|---|
| 1583 | 2004/02/18: Hendrik Bartko
|
|---|
| 1584 |
|
|---|
| 1585 | * msignal/:
|
|---|
| 1586 | - removed the backup files *~
|
|---|
| 1587 | - removed the object files *.o
|
|---|
| 1588 | - removed the files SignalCint.*
|
|---|
| 1589 |
|
|---|
| 1590 | * mgui/MHexagon.cc
|
|---|
| 1591 | - added comment explaining the algorithm.
|
|---|
| 1592 |
|
|---|
| 1593 |
|
|---|
| 1594 |
|
|---|
| 1595 | 2004/02/18: Thomas Bretz
|
|---|
| 1596 |
|
|---|
| 1597 | * manalysis/MPedestalCam.[h,cc]:
|
|---|
| 1598 | - Changed order of derivements - seems to be VERY important!
|
|---|
| 1599 | - changed GetSize from UInt_t to Int_t which is the type
|
|---|
| 1600 | of TClonesArray::GetSize() !
|
|---|
| 1601 |
|
|---|
| 1602 | * mfileio/MReadReports.cc:
|
|---|
| 1603 | - skip trees with no entries
|
|---|
| 1604 |
|
|---|
| 1605 | * mgui/MCamEvent.cc:
|
|---|
| 1606 | - added a comment
|
|---|
| 1607 |
|
|---|
| 1608 | * mhbase/MFillH.cc:
|
|---|
| 1609 | - in case SetupFill returns kFALSE and kCanSkip is set
|
|---|
| 1610 | Skip task
|
|---|
| 1611 |
|
|---|
| 1612 | * mraw/MRawFileRead.cc:
|
|---|
| 1613 | - don't print warning in case of none executions
|
|---|
| 1614 |
|
|---|
| 1615 | * manalysis/MArrivalTimeCalc2.cc:
|
|---|
| 1616 | - added some const-qualifiers
|
|---|
| 1617 |
|
|---|
| 1618 |
|
|---|
| 1619 |
|
|---|
| 1620 | 2004/02/17: Raquel de los Reyes
|
|---|
| 1621 |
|
|---|
| 1622 | * macros/CCDataCheck.C
|
|---|
| 1623 | - Added some improvements in the plots.
|
|---|
| 1624 |
|
|---|
| 1625 |
|
|---|
| 1626 |
|
|---|
| 1627 | 2004/02/17: Abelardo Moralejo
|
|---|
| 1628 |
|
|---|
| 1629 | * macros/readrfl.C
|
|---|
| 1630 | - Added missing gPad->cd(1), otherwise the display of events was
|
|---|
| 1631 | not updated.
|
|---|
| 1632 |
|
|---|
| 1633 | * mgui/MHexagon.cc
|
|---|
| 1634 | - DistanceToPrimitive(Float_t px, Float_t py) Changed check of
|
|---|
| 1635 | whether px,py is inside the pixel or not. Previous algorithm
|
|---|
| 1636 | was just an approximation.
|
|---|
| 1637 |
|
|---|
| 1638 |
|
|---|
| 1639 |
|
|---|
| 1640 | 2004/02/17: Raquel de los Reyes
|
|---|
| 1641 |
|
|---|
| 1642 | * mcamera/MCameraHV.h
|
|---|
| 1643 | - Now it derives from a MCamEvent class and implemented the
|
|---|
| 1644 | GetPixContent() and DrawPixelContent() functions. Added the
|
|---|
| 1645 | GetMean function to get the mean HV settings of the camera.
|
|---|
| 1646 |
|
|---|
| 1647 | * macros/CCDataCheck.C
|
|---|
| 1648 | - Added the HV settings plots.
|
|---|
| 1649 |
|
|---|
| 1650 |
|
|---|
| 1651 |
|
|---|
| 1652 | 2004/02/17: Hendrik Bartko
|
|---|
| 1653 |
|
|---|
| 1654 | * msignal:
|
|---|
| 1655 | - new: directory for all signal and time extraction classes
|
|---|
| 1656 |
|
|---|
| 1657 | * msignal/MArrivalTimeCam.[h,cc], manalysis/Makefile,
|
|---|
| 1658 | msignal/AnalysisLinkDef.h, MGeomApply.cc:
|
|---|
| 1659 | - new: Storage Container for the ArrivalTime in the camera
|
|---|
| 1660 |
|
|---|
| 1661 | * msignal/MArrivalTimePix.[h,cc], manalysis/Makefile,
|
|---|
| 1662 | msignal/AnalysisLinkDef.h:
|
|---|
| 1663 | - new: Storage Container for ArrivalTime information of one pixel
|
|---|
| 1664 |
|
|---|
| 1665 | * msignal/Makefile, SignalCint.[h,cc], SignalDep.d, SignalIncl.h,
|
|---|
| 1666 | SignalLinkDef.h
|
|---|
| 1667 | - auxiliary files for msignal directory
|
|---|
| 1668 |
|
|---|
| 1669 | * manalysis/MArrivalTimeCalc2.[h,cc]:
|
|---|
| 1670 | - added functionality to compute error of the extracted ArrivalTime
|
|---|
| 1671 | - calculated ArrivalTime is stored in MArrivalTimeCam
|
|---|
| 1672 |
|
|---|
| 1673 | * manalysis/MGeomApply.cc
|
|---|
| 1674 | - geometry is applied to MArrivalTimeCam
|
|---|
| 1675 |
|
|---|
| 1676 | * Makefile:
|
|---|
| 1677 | - directory msignal is included
|
|---|
| 1678 |
|
|---|
| 1679 |
|
|---|
| 1680 |
|
|---|
| 1681 | 2004/02/17: Sebastian Raducci
|
|---|
| 1682 |
|
|---|
| 1683 | * mtools/MCubicSpline.[h,cc]
|
|---|
| 1684 | - little corrections in minimums evalustion methods
|
|---|
| 1685 | - changed constructors (they require the fadc slices to be const)
|
|---|
| 1686 |
|
|---|
| 1687 | * macros/spline.C
|
|---|
| 1688 | - changed according to the MCubicSpline new constructors
|
|---|
| 1689 |
|
|---|
| 1690 | * manalysis/MArrivalTimeCalc.[h,cc]
|
|---|
| 1691 | - changed to use the MCubicSpline class intead of the TSpline class
|
|---|
| 1692 | - warning: now the arrival time is again the maximum of the spline,
|
|---|
| 1693 | soon it will be changed to half maximum
|
|---|
| 1694 |
|
|---|
| 1695 |
|
|---|
| 1696 |
|
|---|
| 1697 | 2004/02/17: Wolfgang Wittek
|
|---|
| 1698 |
|
|---|
| 1699 | * manalysis/MSourcPosfromStarPos.[h,cc]
|
|---|
| 1700 | - new class; calculates the position of the source in the camera from
|
|---|
| 1701 | the position of a star in the camera and puts it into
|
|---|
| 1702 | MSrcPosCam
|
|---|
| 1703 |
|
|---|
| 1704 |
|
|---|
| 1705 |
|
|---|
| 1706 | 2004/02/16: Abelardo Moralejo
|
|---|
| 1707 |
|
|---|
| 1708 | * mcalib/MMcCalibrationCalc.cc
|
|---|
| 1709 | - Fixed two typos in screen output.
|
|---|
| 1710 |
|
|---|
| 1711 |
|
|---|
| 1712 |
|
|---|
| 1713 | 2004/02/16: Markus Gaug
|
|---|
| 1714 |
|
|---|
| 1715 | * mcalib/MCalibrationPix.cc
|
|---|
| 1716 | - documentation from David's email added
|
|---|
| 1717 | - EffectiveQE decreased from 0.2 to 0.18 (see documentation)
|
|---|
| 1718 |
|
|---|
| 1719 | * mcalib/Makefile, mcalib/CalibLinkDef.h:
|
|---|
| 1720 | - added MExtractBlindPixel and MExtractedSignalBlindPixel
|
|---|
| 1721 |
|
|---|
| 1722 | * mcalib/MExtractBlindPixel.[h,cc]
|
|---|
| 1723 | - new signal extractor for the Blind Pixel
|
|---|
| 1724 |
|
|---|
| 1725 | * mcalib/MExtractedSignalBlindPixel.[h,cc]
|
|---|
| 1726 | - new container for the extracted signal of the BlindPixel
|
|---|
| 1727 |
|
|---|
| 1728 | * mcalib/MCalibrationCalc.[h,cc]
|
|---|
| 1729 | - does not extract signal from Blind Pixel any more, searches
|
|---|
| 1730 | for MExtractedSignalBlindPixel and fills the hists from there
|
|---|
| 1731 |
|
|---|
| 1732 | * macros/calibration.C, macros/bootcampstandardanalysis.C,
|
|---|
| 1733 | macros/pedphotcalc.C, mjobs/MJCalibration.cc:
|
|---|
| 1734 | - introduce the blind pixel and PIN diode extraction in the macro
|
|---|
| 1735 |
|
|---|
| 1736 | * manalysis/MPedestalCam.h
|
|---|
| 1737 | - changed type of fTotalEntries from ULong_t to UInt_t
|
|---|
| 1738 | - fixed documentation of fTotalEntries
|
|---|
| 1739 |
|
|---|
| 1740 | * manalysis/MPedCalcPedRun.h
|
|---|
| 1741 | - changed type of fNumSamplesTot from ULong_t to UInt_t
|
|---|
| 1742 |
|
|---|
| 1743 | * mcalib/MHGausEvents.h
|
|---|
| 1744 | - changed type of fCurrentSize from ULong_t to UInt_t
|
|---|
| 1745 |
|
|---|
| 1746 | * mcalib/MCalibrationConfig.h
|
|---|
| 1747 | - removed gkConversionHiLo and gkConversionHiLoErr which is now
|
|---|
| 1748 | directly in the class MCalibrationPix
|
|---|
| 1749 |
|
|---|
| 1750 |
|
|---|
| 1751 |
|
|---|
| 1752 | 2004/02/16: Thomas Bretz
|
|---|
| 1753 |
|
|---|
| 1754 | * manalysis/AnalysisLinkDef.h:
|
|---|
| 1755 | - added missing MCerPhotEvtIter
|
|---|
| 1756 |
|
|---|
| 1757 | * merpp.cc:
|
|---|
| 1758 | - added possible usage of database
|
|---|
| 1759 |
|
|---|
| 1760 | * star.cc:
|
|---|
| 1761 | - moved source code into new class MJStar - preliminary
|
|---|
| 1762 |
|
|---|
| 1763 | * manalysis/MCerPhotPix.cc:
|
|---|
| 1764 | - updated class header
|
|---|
| 1765 | - fixed Print-output
|
|---|
| 1766 |
|
|---|
| 1767 | * mbase/MAGIC.h:
|
|---|
| 1768 | - removed definition of MLog
|
|---|
| 1769 |
|
|---|
| 1770 | * mbase/MArgs.h:
|
|---|
| 1771 | - removed include of MAGIC.h
|
|---|
| 1772 |
|
|---|
| 1773 | * mbase/MLog.h:
|
|---|
| 1774 | - added extern definition of gLog
|
|---|
| 1775 |
|
|---|
| 1776 | * mbase/MParContainer.[h,cc]:
|
|---|
| 1777 | - move body of constructors to source file
|
|---|
| 1778 |
|
|---|
| 1779 | * mcalib/MCalibrate.cc, mcalib/MCalibrateData.cc,
|
|---|
| 1780 | mraw/MRawCrateArray.cc, mraw/MRawCrateData.cc,
|
|---|
| 1781 | mraw/MRawEvtData.cc, mraw/MRawEvtHeader.cc, mraw/MRawRead.cc,
|
|---|
| 1782 | mraw/MRawEvtPixelIter.cc, mraw/MRawFileWrite.cc:
|
|---|
| 1783 | - fixed documentation header
|
|---|
| 1784 |
|
|---|
| 1785 | * mcalib/MMcCalibrationCalc.[h,cc]:
|
|---|
| 1786 | - fixed documentation header
|
|---|
| 1787 | - fixed usage of FindCreateObj and FindObject
|
|---|
| 1788 | - removed data member to count entries (use histogram instead)
|
|---|
| 1789 | - use TH1 function Integral instead of doing it manually
|
|---|
| 1790 |
|
|---|
| 1791 | * mfilter/MFCosmics.cc:
|
|---|
| 1792 | - fixed documentation
|
|---|
| 1793 |
|
|---|
| 1794 | * mimage/MHillas.cc, mimage/MImgCleanStd.cc,
|
|---|
| 1795 | mimage/MNewImagePar.[h,cc]:
|
|---|
| 1796 | - replaced for-loops by Iterators
|
|---|
| 1797 |
|
|---|
| 1798 | * mraw/MRawFileRead.cc, mraw/MRawSocketRead.cc:
|
|---|
| 1799 | - fixed documentation header
|
|---|
| 1800 | - check return value of MRawRunHeader::ReadEvt
|
|---|
| 1801 |
|
|---|
| 1802 | * mraw/mraw/MRawRunHeader.[h,cc]:
|
|---|
| 1803 | - fixed documentation header
|
|---|
| 1804 | - added return value to MRawRunHeader::ReadEvt
|
|---|
| 1805 | - added constant number for max format version - preliminary
|
|---|
| 1806 | (should by a static data member)
|
|---|
| 1807 |
|
|---|
| 1808 | * mcalib/MHCalibrationPINDiode.cc:
|
|---|
| 1809 | - do not delete pointers in the destructor which are already
|
|---|
| 1810 | deleted in the base class
|
|---|
| 1811 | - reset histograms in Clear()
|
|---|
| 1812 |
|
|---|
| 1813 | * mcalib/MHCalibrationPixel.cc:
|
|---|
| 1814 | - after deletion of instances in Clear() initialize pointer to NULL
|
|---|
| 1815 |
|
|---|
| 1816 | * mcalib/MCalibrationCalc.cc, mcalib/MHCalibrationBlindPixel.cc:
|
|---|
| 1817 | - fixed usage of logging stream output levels
|
|---|
| 1818 |
|
|---|
| 1819 | * manalysis/MPedCalcPedRun.[h,cc]:
|
|---|
| 1820 | - removed obsolete fSignals
|
|---|
| 1821 |
|
|---|
| 1822 | - removed obsolete fNumPixels
|
|---|
| 1823 |
|
|---|
| 1824 | * manalysis/MPedestalCam.h:
|
|---|
| 1825 | - added '->' to fArray
|
|---|
| 1826 |
|
|---|
| 1827 | * mfileio/MWriteRootFile.cc:
|
|---|
| 1828 | - changed some output to make debugging easier
|
|---|
| 1829 |
|
|---|
| 1830 | * mjobs/MJCalibration.cc:
|
|---|
| 1831 | - fixed a bug in drawing
|
|---|
| 1832 |
|
|---|
| 1833 | * mjobs/MJExtractSignal.cc:
|
|---|
| 1834 | - removed MPedestalCam from MWriteRootFile output.
|
|---|
| 1835 | When creating the branch it crashes - reason unknown I'll
|
|---|
| 1836 | investigate further
|
|---|
| 1837 |
|
|---|
| 1838 |
|
|---|
| 1839 |
|
|---|
| 1840 | 2004/02/16: Markus Gaug
|
|---|
| 1841 |
|
|---|
| 1842 | * mcalib/Makefile, mcalib/CalibLinkDef.h, macros/calibration.C:
|
|---|
| 1843 | - added MHCalibrationRelTimePix
|
|---|
| 1844 |
|
|---|
| 1845 | * mcalib/MHCalibrationRelTimePix.[h,cc],
|
|---|
| 1846 | mcalib/MHCalibrationRelTimeCam.[h,cc]:
|
|---|
| 1847 | - new classes to fit and display the relative arrival times.
|
|---|
| 1848 | - filled from MArrivalTime
|
|---|
| 1849 | - need: MFillH("MHCalibrationRelTimeCam","MArrivalTime")
|
|---|
| 1850 |
|
|---|
| 1851 | * manalysis/MCalibrationCalc.cc
|
|---|
| 1852 | - take out all uncommented code referring to the relative arrival time
|
|---|
| 1853 |
|
|---|
| 1854 | * manalysis/MArrivalTime.h
|
|---|
| 1855 | - changed function GetNumPixels to GetSize
|
|---|
| 1856 |
|
|---|
| 1857 | * macros/bootcampstandardanalysis.C, macros/pedphotcalc.C
|
|---|
| 1858 | - included cosmics rejection which was in MCalibrationCalc before
|
|---|
| 1859 |
|
|---|
| 1860 |
|
|---|
| 1861 |
|
|---|
| 1862 | 2004/02/14: Markus Gaug
|
|---|
| 1863 |
|
|---|
| 1864 | * mcalib/Makefile, mcalib/CalibLinkDef.h:
|
|---|
| 1865 | - added MHCalibrationChargePINDiode
|
|---|
| 1866 |
|
|---|
| 1867 | * mcalib/MHCalibrationChargePINDiode.[h,cc]
|
|---|
| 1868 | - new class to fill the PIN Diode histograms. Derives from
|
|---|
| 1869 | MHCalibrationChargePix and is filled with MFillH from the
|
|---|
| 1870 | container MExtractedSignalPINDiode.
|
|---|
| 1871 | Will replace MHCalibrationPINDiode entirely soon.
|
|---|
| 1872 |
|
|---|
| 1873 | * mcalib/MHCalibrationChargePix.[h,cc]
|
|---|
| 1874 | - new base class for the calibration charges histogram pixel.
|
|---|
| 1875 | Derives from MH and can be filled with the MH with the MH
|
|---|
| 1876 | functions.
|
|---|
| 1877 |
|
|---|
| 1878 | * mcalib/MExtractPINDiode.[h,cc]
|
|---|
| 1879 | - new signal extractor for the PIN Diode
|
|---|
| 1880 |
|
|---|
| 1881 | * mcalib/MExtractedSignalPINDiode.[h,cc]
|
|---|
| 1882 | - new container for the extracted signal of the PIN Diode
|
|---|
| 1883 |
|
|---|
| 1884 | * mcalib/MCalibrationCalc.[h,cc]
|
|---|
| 1885 | - remove the PIN Diode signal extraction
|
|---|
| 1886 |
|
|---|
| 1887 | * manalysis/MHPedestalPix.[h,cc]
|
|---|
| 1888 | - new version of MHPedestalPixel, deriving from MHGausEvents.
|
|---|
| 1889 |
|
|---|
| 1890 | * manalysis/MHPedestalPixel.[h,cc]
|
|---|
| 1891 | - old version removed, since obsolete (and erroneous)
|
|---|
| 1892 |
|
|---|
| 1893 | * manalysis/MHPedestalCam.[h,cc]
|
|---|
| 1894 | - histogramming part of MPedestalCam now in own class
|
|---|
| 1895 |
|
|---|
| 1896 | * manalysis/MPedestalPix.h
|
|---|
| 1897 | - removed include of MHPedestalPixel
|
|---|
| 1898 |
|
|---|
| 1899 | * macros/calibration.C
|
|---|
| 1900 | - changed pedestal displays accordingly
|
|---|
| 1901 |
|
|---|
| 1902 | * mjobs/MJPedestal.h
|
|---|
| 1903 | - class TCanvas included (did not compile otherwise)
|
|---|
| 1904 |
|
|---|
| 1905 | * mhbase/MH.cc
|
|---|
| 1906 | - included call to FindGoodLimits(..) in CutEdges()
|
|---|
| 1907 | - axe from pointer to reference
|
|---|
| 1908 | - "CutEdges" renamed to "StripZeros"
|
|---|
| 1909 |
|
|---|
| 1910 | * manalysis/MHPedestalPixel.cc, mcalib/MHCalibrationPixel.cc,
|
|---|
| 1911 | mcalib/MHCalibrationBlindPixel.cc:
|
|---|
| 1912 | - "CutEdges" renamed to "StripZeros"
|
|---|
| 1913 |
|
|---|
| 1914 | * mcalib/MHGausEvent.[h,cc], mcalib/Makefile, mcalib/CalibLinkDef.h:
|
|---|
| 1915 | - replaced by the improved version: MHGausEvents.[h,cc]
|
|---|
| 1916 |
|
|---|
| 1917 |
|
|---|
| 1918 |
|
|---|
| 1919 | 2004/02/14: Thomas Bretz
|
|---|
| 1920 |
|
|---|
| 1921 | * manalysis/MCerPhotEvt.[h,cc]:
|
|---|
| 1922 | - added 'Iterator' facility, this will replace some for-loops
|
|---|
| 1923 | in the near future
|
|---|
| 1924 |
|
|---|
| 1925 | * mbase/MTime.[h,cc]:
|
|---|
| 1926 | - added a more powerfull interface to get and interprete the
|
|---|
| 1927 | MTime contents as string
|
|---|
| 1928 | - added a new constructor
|
|---|
| 1929 |
|
|---|
| 1930 | * mreport/MReportTrigger.h:
|
|---|
| 1931 | - fixed GetPixContent
|
|---|
| 1932 |
|
|---|
| 1933 | * mtools/MCubicCoeff.cc, mtools/MCubicSpline.[h,cc]:
|
|---|
| 1934 | - many small changes to simple details (like order of includes)
|
|---|
| 1935 | - some speed improvements
|
|---|
| 1936 | - many small simplifications
|
|---|
| 1937 | - changed parts of the code to be more C++ like (eg Iterators
|
|---|
| 1938 | instead of for-loops)
|
|---|
| 1939 | - disentangles some if-cases
|
|---|
| 1940 | - replaced some math.h function by TMath::
|
|---|
| 1941 | - removed data-member fN (obsolete with iterators)
|
|---|
| 1942 |
|
|---|
| 1943 |
|
|---|
| 1944 |
|
|---|
| 1945 | 2004/02/13: Wolfgang Wittek
|
|---|
| 1946 |
|
|---|
| 1947 | * mcalib/MCalibrateData.[h,cc]
|
|---|
| 1948 | - new class;
|
|---|
| 1949 | like MCalibrate, but in ReInit it fills the MPedPhot container
|
|---|
| 1950 | using informations from MPedestal, MExtracteSignalCam and
|
|---|
| 1951 | MCalibrationCam
|
|---|
| 1952 |
|
|---|
| 1953 | * mcalib/Makefile, mcalib/CalibLinkDef.h
|
|---|
| 1954 | - added MCalibrateData
|
|---|
| 1955 |
|
|---|
| 1956 | * manalysis/MPedestalWorkaround.[h,cc]
|
|---|
| 1957 | - create MMcEvt container and fill with theta = 10.0
|
|---|
| 1958 | - set pedestalRMS = 0. if it is > 10.0
|
|---|
| 1959 |
|
|---|
| 1960 | * manalysis/MSupercuts.[h,cc]
|
|---|
| 1961 | - change default values of parameters
|
|---|
| 1962 |
|
|---|
| 1963 | * manalysis/MSupercutsCalc.[h,cc]
|
|---|
| 1964 | - change dNOMLOGSIZE from 4.1 to 5.0
|
|---|
| 1965 |
|
|---|
| 1966 | * mhist/MHBlindPixels.[h,cc]
|
|---|
| 1967 | - change MPedestalCam to MPedPhotCam
|
|---|
| 1968 |
|
|---|
| 1969 | * mhist/MHSigmaTheta.[h,cc]
|
|---|
| 1970 | - automatic binning for pixel number doesn't work
|
|---|
| 1971 | use default binning
|
|---|
| 1972 |
|
|---|
| 1973 |
|
|---|
| 1974 |
|
|---|
| 1975 | 2004/02/13: Markus Gaug
|
|---|
| 1976 |
|
|---|
| 1977 | * mcalib/MCalibrationPix.[h,cc]
|
|---|
| 1978 | - added variables gkAverageQE, gkAverageQEErr, and fAverageQE,
|
|---|
| 1979 | fAverageQEErr
|
|---|
| 1980 | - gkAverageQE initializes to 0.2 (according to David)
|
|---|
| 1981 | - gkAverageQEErr initializes to 0.02 (dito)
|
|---|
| 1982 | - added new member function: SetAverageQE
|
|---|
| 1983 | - call to GetMeanConversionFFactorMethod returns:
|
|---|
| 1984 | fMeanConversionFFactorMethod/fAverageQE.
|
|---|
| 1985 | - call to GetErrorConversionFFactorMethod returns:
|
|---|
| 1986 | errors of fMeanConversionFFactorMethod and fAverageQEErr added
|
|---|
| 1987 | quadratically
|
|---|
| 1988 |
|
|---|
| 1989 | * mcalib/Makefile
|
|---|
| 1990 | - split into two parts one comment line
|
|---|
| 1991 |
|
|---|
| 1992 |
|
|---|
| 1993 | 2004/02/13: Thomas Bretz
|
|---|
| 1994 |
|
|---|
| 1995 | * mbadpixels/MBadPixelsTreat.[h.cc]:
|
|---|
| 1996 | - added for new bad pixel treatment
|
|---|
| 1997 |
|
|---|
| 1998 | * mbadpixels/Makefile, mbadpixels/BadPixelsLinkDef.h:
|
|---|
| 1999 | - added MBadPixelsTreat
|
|---|
| 2000 |
|
|---|
| 2001 | * merpp.cc:
|
|---|
| 2002 | - changed the name of the "DC" tree to "Currents" to make
|
|---|
| 2003 | MReportRead work correctly with this tree
|
|---|
| 2004 |
|
|---|
| 2005 | * mbase/MTime.[h,cc]:
|
|---|
| 2006 | - Changed UpDMagicTime to support nanosec instead of millisec
|
|---|
| 2007 | - exchanged Reset() by Clear() not to clear the yy/mm/dd
|
|---|
| 2008 | information away in an eventloop
|
|---|
| 2009 |
|
|---|
| 2010 | * mraw/MRawEvtHeader.[h,cc]:
|
|---|
| 2011 | - implemented decoding of the time-stamp for raw-data files
|
|---|
| 2012 | with version>2. Thanks to Marcos.
|
|---|
| 2013 |
|
|---|
| 2014 | * mraw/MRawRead.[h,c]:
|
|---|
| 2015 | - pipe file version number to MRawEvtHeader::ReadEvt
|
|---|
| 2016 | - create fake time for file-version<3
|
|---|
| 2017 |
|
|---|
| 2018 | * macros/readMagic.C:
|
|---|
| 2019 | - changed to use MInteractiveTask
|
|---|
| 2020 |
|
|---|
| 2021 | * mbase/MPrint.cc:
|
|---|
| 2022 | - fixed debugging level of some output
|
|---|
| 2023 |
|
|---|
| 2024 | * mhist/MHCamera.[h,cc]:
|
|---|
| 2025 | - fixed handling in AddNotify (necessayr due to change of
|
|---|
| 2026 | inheritance from MCamEvent)
|
|---|
| 2027 | - replaced cout by gLog
|
|---|
| 2028 | - added fNotify to list of cleanups
|
|---|
| 2029 |
|
|---|
| 2030 | * mhist/MHEvent.cc, mjobs/MJCalibration.cc,
|
|---|
| 2031 | mjobs/MJPedestal.cc:
|
|---|
| 2032 | - fixed usage of AddNotify
|
|---|
| 2033 |
|
|---|
| 2034 | * mfileio/MReadReports.cc:
|
|---|
| 2035 | - use a different way to determin whether the tree is a valid tree,
|
|---|
| 2036 | skip invalid trees
|
|---|
| 2037 |
|
|---|
| 2038 | * mfileio/MReadTree.cc:
|
|---|
| 2039 | - added another sanity check at the beginning of PreProcess
|
|---|
| 2040 |
|
|---|
| 2041 | * mhbase/MFillH.[h,cc]:
|
|---|
| 2042 | - added bit kCanSkip which skips MFillH in case the necessary container
|
|---|
| 2043 | wasn't found.
|
|---|
| 2044 | - cd into the corresponding canvas before filling the MH
|
|---|
| 2045 |
|
|---|
| 2046 |
|
|---|
| 2047 |
|
|---|
| 2048 | 2004/02/12: Markus Gaug
|
|---|
| 2049 |
|
|---|
| 2050 | * mbase/MArray.[h,cc]:
|
|---|
| 2051 | - changed name of StripZeros
|
|---|
| 2052 |
|
|---|
| 2053 | * mcalib/MHGausEvent.cc:
|
|---|
| 2054 | - corrected call to StripZeros
|
|---|
| 2055 |
|
|---|
| 2056 | * mcalib/MCalibrationPix.[h,cc]
|
|---|
| 2057 | - implemented dummy for combined method
|
|---|
| 2058 |
|
|---|
| 2059 | * mcalib/MCalibrate.[h,cc]
|
|---|
| 2060 | - implemented a dummy for calibration factor 1. (requested by
|
|---|
| 2061 | Javier Rico)
|
|---|
| 2062 | - implemented combined method
|
|---|
| 2063 | - check for valid methods moved to ReInit
|
|---|
| 2064 |
|
|---|
| 2065 | * mcalib/MCalibrationCalc.cc
|
|---|
| 2066 | - removed initialization of non-used nsamples
|
|---|
| 2067 |
|
|---|
| 2068 | * mcalib/MHCalibrationPixel.[h,cc], mcalib/MCalibrationPix.[h,cc],
|
|---|
| 2069 | mcalib/MCalibrationCalc.[h,cc]
|
|---|
| 2070 | macros/calibration.C
|
|---|
| 2071 | - implemented new histograms:
|
|---|
| 2072 | HSinglePheFADCSlices and HPedestalFADCSlices
|
|---|
| 2073 | They are filled with the FADC slice values of either a s.phe.
|
|---|
| 2074 | event or a pedestal event. The decision is taken with the
|
|---|
| 2075 | variable: MCalibrationCalc::fBlindPixelSinglePheCut, to be set
|
|---|
| 2076 | with a setter
|
|---|
| 2077 |
|
|---|
| 2078 | * mtools/MFFT.[h,cc]
|
|---|
| 2079 | - PowerSpectrumDensity of TArrayI implemented
|
|---|
| 2080 |
|
|---|
| 2081 |
|
|---|
| 2082 |
|
|---|
| 2083 | 2004/02/12: Thomas Bretz
|
|---|
| 2084 |
|
|---|
| 2085 | * mbase/MArray.[h,cc]:
|
|---|
| 2086 | - changed argument of CutEdges from pointer to reference
|
|---|
| 2087 |
|
|---|
| 2088 | * mgeom/MGeomPix.h:
|
|---|
| 2089 | - fixed calculation of area of pixel. It was too big for a
|
|---|
| 2090 | factor of 2
|
|---|
| 2091 |
|
|---|
| 2092 | * mjobs/MJCalibration.cc:
|
|---|
| 2093 | - slight change of name of a MHCamera
|
|---|
| 2094 |
|
|---|
| 2095 | * manalysis/MExtractSignal.cc:
|
|---|
| 2096 | - slight change to the creation of the satpixels list
|
|---|
| 2097 |
|
|---|
| 2098 | * mcalib/MHCalibrationBlindPixel.cc, mcalib/MHCalibrationPixel.cc,
|
|---|
| 2099 | mcalib/MHGausEvent.cc:
|
|---|
| 2100 | - corrected call to ProjectArray
|
|---|
| 2101 | - corrected call to CutEdges
|
|---|
| 2102 |
|
|---|
| 2103 | * mfilter/MFCosmics.[h,cc]:
|
|---|
| 2104 | - small fixes to logging output
|
|---|
| 2105 | - small simplification to return statement
|
|---|
| 2106 | - declared CosmicsRejection const
|
|---|
| 2107 |
|
|---|
| 2108 | * mhbase/MH.[h,cc]:
|
|---|
| 2109 | - changed argument of ProjectArray from pointer to reference
|
|---|
| 2110 | - added missing calcualtion of minimum
|
|---|
| 2111 | - removed obsolete SetEntries
|
|---|
| 2112 | - changed SetDirectory from NULL to gROOT
|
|---|
| 2113 |
|
|---|
| 2114 |
|
|---|
| 2115 |
|
|---|
| 2116 | 2004/02/12: Javier López
|
|---|
| 2117 |
|
|---|
| 2118 | * macros/pointspreadfunction.C
|
|---|
| 2119 | - added new macro that fits with a 2D gaussian the DC spot for an
|
|---|
| 2120 | star. It gives you the RMS of the PSF and the center of the star,
|
|---|
| 2121 | very useful for misspointing studies.
|
|---|
| 2122 |
|
|---|
| 2123 |
|
|---|
| 2124 |
|
|---|
| 2125 | 2004/02/11: Hendrik Bartko
|
|---|
| 2126 |
|
|---|
| 2127 | * manalysis/MExtractSignal2.cc:
|
|---|
| 2128 | - introduced a validity check for the set-function of the window
|
|---|
| 2129 | size (even number of slices, WindowSize < NumberSlices)
|
|---|
| 2130 |
|
|---|
| 2131 | * manalysis/MArrivalTimeCalc2.[h,cc], manalysis/Makefile,
|
|---|
| 2132 | manalysis/AnalysisLinkDef.h:
|
|---|
| 2133 | - new: introduced the calculation of the arrival time as the signal
|
|---|
| 2134 | weighted mean of the time slices in the maximum window
|
|---|
| 2135 |
|
|---|
| 2136 |
|
|---|
| 2137 |
|
|---|
| 2138 | 2004/02/11: Markus Gaug
|
|---|
| 2139 |
|
|---|
| 2140 | * mcalib/MCalibrationCalc.cc:
|
|---|
| 2141 | - the blind pixel signal extractor introduced one week ago, counted
|
|---|
| 2142 | one FADC slice too little, thus the normalization w.r.t. pedestals
|
|---|
| 2143 | was wrong. Now corrected.
|
|---|
| 2144 |
|
|---|
| 2145 | * manalysis/MExtractSignal.cc, manalysis/MExtractSignal2.cc:
|
|---|
| 2146 | - when "WARNING - Lo Gain saturated" occurs, display also the
|
|---|
| 2147 | corr. pixel numbers.
|
|---|
| 2148 |
|
|---|
| 2149 | * mbase/MArray.[h,cc]:
|
|---|
| 2150 | - introduced function to cut array edges with zeros.
|
|---|
| 2151 | (Thomas, should we keep it there or move it to another class? )
|
|---|
| 2152 |
|
|---|
| 2153 | * mcalib/MCalibrationCalc.[h,cc]:
|
|---|
| 2154 | - new function SetBlindPixelRange to set start and end of FADC slices
|
|---|
| 2155 | used for the blind pixel signal extraction.
|
|---|
| 2156 | - remove fEvents which are not necessary any more after the shift
|
|---|
| 2157 | to MFCosmics.
|
|---|
| 2158 |
|
|---|
| 2159 | * mcalib/MHCalibration(Blind)Pixel.[h,cc]:
|
|---|
| 2160 | - show the fourier spectrum now with axes in frequency [Hz] instead
|
|---|
| 2161 | of inverted events.
|
|---|
| 2162 |
|
|---|
| 2163 | * mcalib/MHGausEvent.[h,cc], mcalib/Makefile, mcalib/CalibLinkDef.h:
|
|---|
| 2164 | - new base class for all kind of events with variables having a
|
|---|
| 2165 | Gaussian distribution. Will serve as base class for the
|
|---|
| 2166 | existing and new calibration histogram classes.
|
|---|
| 2167 |
|
|---|
| 2168 |
|
|---|
| 2169 |
|
|---|
| 2170 | 2004/02/11: Abelardo Moralejo
|
|---|
| 2171 |
|
|---|
| 2172 | * mmain/MEventDisplay.cc
|
|---|
| 2173 | - Switched order of MMcPedestalCopy and MCerPhotCalc in tasklist:
|
|---|
| 2174 | MMcPedestalCopy must be executed earlier!
|
|---|
| 2175 |
|
|---|
| 2176 |
|
|---|
| 2177 |
|
|---|
| 2178 | 2004/02/10: Raquel de los Reyes
|
|---|
| 2179 |
|
|---|
| 2180 | * mhist/MHPixVsTime.[h,cc]:
|
|---|
| 2181 | - Added a default draw function and replaced the TGraph object
|
|---|
| 2182 | by a pointer to a TGraph object.
|
|---|
| 2183 |
|
|---|
| 2184 | * mreport/MReportTrigger.h:
|
|---|
| 2185 | - Now it dereives from a MCamEvent class and implemented the
|
|---|
| 2186 | GetPixContent() and DrawPixelContent() functions.
|
|---|
| 2187 |
|
|---|
| 2188 | * maccros/CCDataCheck.C:
|
|---|
| 2189 | - An update of the previous macro. New plots: subsystems status and
|
|---|
| 2190 | macrocells trigger.
|
|---|
| 2191 |
|
|---|
| 2192 |
|
|---|
| 2193 |
|
|---|
| 2194 | 2004/02/10: Markus Gaug
|
|---|
| 2195 |
|
|---|
| 2196 | * mcalib/MCalibrationCam.cc:
|
|---|
| 2197 | - fixed documentation
|
|---|
| 2198 |
|
|---|
| 2199 | * mhbase/MH.[h,cc]:
|
|---|
| 2200 | - new function ProjectArray
|
|---|
| 2201 |
|
|---|
| 2202 | * mcalib/MHCalibrationPixel.[h,cc],
|
|---|
| 2203 | mcalib/MHCalibrationBlindPixel.[h,cc]:
|
|---|
| 2204 | - use ProjectArray from MH to plot the projection of the fourier
|
|---|
| 2205 | spectrum
|
|---|
| 2206 |
|
|---|
| 2207 | * mfilter/MFCosmics.[h,cc], mfilter/Makefile,
|
|---|
| 2208 | mfilter/FilterLinkDef.h:
|
|---|
| 2209 | - new filter removing cosmics, the same as in MCalibrationCalc
|
|---|
| 2210 | where it was removed now.
|
|---|
| 2211 | Call: MFCosmics cosmics;
|
|---|
| 2212 | MContinue cont(&cosmics);
|
|---|
| 2213 | tlist.AddToList(&cont);
|
|---|
| 2214 |
|
|---|
| 2215 | * mcalib/MCalibrationCalc.[h,cc]:
|
|---|
| 2216 | - removed cosmics rejection from there
|
|---|
| 2217 |
|
|---|
| 2218 | * macros/calibration.C, mjobs/MJCalibration.cc:
|
|---|
| 2219 | - changed cosmics rejection to the filter algorithm
|
|---|
| 2220 |
|
|---|
| 2221 |
|
|---|
| 2222 |
|
|---|
| 2223 | 2004/02/09: Markus Gaug
|
|---|
| 2224 |
|
|---|
| 2225 | * mcalib/MCalibrationBlindPix.[h,cc]:
|
|---|
| 2226 | - added histogram to display the average in FADC slices of all
|
|---|
| 2227 | single and double phe events
|
|---|
| 2228 |
|
|---|
| 2229 | * mcalib/MCalibrationCalc.cc:
|
|---|
| 2230 | - fill histograms of single-phe events with higain and logain
|
|---|
| 2231 | sampls
|
|---|
| 2232 |
|
|---|
| 2233 | * mcalib/MCalibrationCam.[h,cc], mcalib/MCalibrationCalc.cc,
|
|---|
| 2234 | mcalib/MCalibrationConfig.h:
|
|---|
| 2235 | - take all pixel areas out of MGeomPix::GetA(), remove all previous
|
|---|
| 2236 | areas
|
|---|
| 2237 | - calculate photon fluxes from blind pixel and PIN diode, use
|
|---|
| 2238 | area only to fill the conversion factors in MCalibrationPix
|
|---|
| 2239 |
|
|---|
| 2240 |
|
|---|
| 2241 | * mcalib/MJCalibration.cc:
|
|---|
| 2242 | - display of number of photons for Blindpixel and PIN Diode Method
|
|---|
| 2243 | changed to display of photon flux which is the actually
|
|---|
| 2244 | calculated quantity
|
|---|
| 2245 |
|
|---|
| 2246 |
|
|---|
| 2247 |
|
|---|
| 2248 | 2004/02/09: Thomas Bretz
|
|---|
| 2249 |
|
|---|
| 2250 | * mbadpixels/*:
|
|---|
| 2251 | - added
|
|---|
| 2252 |
|
|---|
| 2253 | * Makefile:
|
|---|
| 2254 | - added MBadPixels
|
|---|
| 2255 |
|
|---|
| 2256 | * manalysis/MGeomApply.cc:
|
|---|
| 2257 | - fixed class description
|
|---|
| 2258 |
|
|---|
| 2259 | * mjobs/MJCalibration.[h,cc], mjobs/MJExtractSignal.[h,cc]:
|
|---|
| 2260 | - added bad pixel treatment
|
|---|
| 2261 |
|
|---|
| 2262 | * mjobs/MJPedestal.[h,cc]:
|
|---|
| 2263 | - reorganized order of functions
|
|---|
| 2264 | - removed a nonsense scrren output (some BLABABLA or so)
|
|---|
| 2265 |
|
|---|
| 2266 | * mjobs/Makefile:
|
|---|
| 2267 | - added include for mbadpixels
|
|---|
| 2268 |
|
|---|
| 2269 | * mmain/MBrowser.cc:
|
|---|
| 2270 | - do not call construtor of TGTReeLBEntry if pic0=0
|
|---|
| 2271 |
|
|---|
| 2272 |
|
|---|
| 2273 |
|
|---|
| 2274 | 2004/02/09: Raquel de los Reyes
|
|---|
| 2275 |
|
|---|
| 2276 | * mcamera/MCameraLids.h, mreport/MReportCamera.h
|
|---|
| 2277 | - Added the "Get" functions to access the private data
|
|---|
| 2278 | members of the class.
|
|---|
| 2279 |
|
|---|
| 2280 |
|
|---|
| 2281 |
|
|---|
| 2282 | 2004/02/09: Markus Gaug
|
|---|
| 2283 |
|
|---|
| 2284 | * MMcCalibrationUpdate.cc, MCalibrate.cc, MCalibrationPix.cc,
|
|---|
| 2285 | MCalibrationPix.h:
|
|---|
| 2286 | - replace MCalibrationPix->IsChargeFitValid() by IsChargeValid()
|
|---|
| 2287 | because we can calibrate with the histogram mean and RMS even
|
|---|
| 2288 | if the fit is not OK. Thus, there is a question: IsFitted() and
|
|---|
| 2289 | IsChargeValid(), i.e. does the charge make any sense?
|
|---|
| 2290 |
|
|---|
| 2291 | * MCalibrationCam.cc, MCalibrationConfig.h, MCalibrationCalc.cc:
|
|---|
| 2292 | - found serious bug in calculation of conversion factors for the
|
|---|
| 2293 | outer pixels:
|
|---|
| 2294 | GetMeanConversionBlindPixelMethod and
|
|---|
| 2295 | GetMeanConversionPINDiodeMethod
|
|---|
| 2296 | did not correct for the area of the outer pixel, this did only
|
|---|
| 2297 | MCalibrationCam::GetPixelContent which is not used by MCalibrate
|
|---|
| 2298 |
|
|---|
| 2299 |
|
|---|
| 2300 |
|
|---|
| 2301 | 2004/02/06: Markus Gaug
|
|---|
| 2302 |
|
|---|
| 2303 | * mgeom/MGeomCam.h
|
|---|
| 2304 | - replaced in Comment of fPixRatio:
|
|---|
| 2305 | "ratio between size of pixel idx and pixel 0" by
|
|---|
| 2306 | "ratio between size of pixel 0 and pixel idx"
|
|---|
| 2307 |
|
|---|
| 2308 | * manalysis/MPedestalCam.cc
|
|---|
| 2309 | - catch calls to MHPedestalPixel in case that they are not filled
|
|---|
| 2310 | This led previous calls to segmentation violations
|
|---|
| 2311 | - remove include of MHExtractedSignalPix
|
|---|
| 2312 |
|
|---|
| 2313 | * manalysis/MHExtractedSignalPix.[h,cc]
|
|---|
| 2314 | - is everything in MHPedestalPixel, so removed it again
|
|---|
| 2315 |
|
|---|
| 2316 | * mjobs/MJPedestal.cc
|
|---|
| 2317 | - put the projections into Display()
|
|---|
| 2318 | - correct the input of Display (0: pedestal, 1: pedestalerror,
|
|---|
| 2319 | 2: pedRMS, 3: pedRMSerror)
|
|---|
| 2320 |
|
|---|
| 2321 | * manalysis/MHPedestalPixel.cc
|
|---|
| 2322 | - increased number of bins in for charges plot
|
|---|
| 2323 |
|
|---|
| 2324 | * mtools/MFFT.[h,cc]
|
|---|
| 2325 | - possibility to have PSD directly from TArray
|
|---|
| 2326 |
|
|---|
| 2327 | * mjobs/MJCalibration.[h,cc]
|
|---|
| 2328 | - fixed displays
|
|---|
| 2329 | - replaced MExtractSignal by MExtractSignal2
|
|---|
| 2330 |
|
|---|
| 2331 | * mcalib/MHCalibrationPixel.[h,cc], mcalib/MHCalibrationBlindPixel.[h,cc],
|
|---|
| 2332 | mcalib/MCalibrationPix.[h,cc], mcalib/MCalibrationBlindPix.[h,cc],
|
|---|
| 2333 | mcalib/MCalibrationPINDiode.[h,cc], mcalib/MHCalibrationPINDiode.[h,cc]:
|
|---|
| 2334 | - remove histograms MHChargevsN..., now keep TArrays directly
|
|---|
| 2335 | - check for oscillations for all pixels (and you will not trust
|
|---|
| 2336 | your eyes when you look at the results :-((((
|
|---|
| 2337 |
|
|---|
| 2338 | * mcalib/MCalibrationCalc.[h,cc]
|
|---|
| 2339 | - remove ArrivalTime -> go to separate class
|
|---|
| 2340 | - remove BlindPixel and PIN Diode overflow, now handled directly
|
|---|
| 2341 | inside the corr. classes.
|
|---|
| 2342 | - remove SkipTimeFits -> go the arrival time class
|
|---|
| 2343 |
|
|---|
| 2344 | * mcalib/MCalibrationCam.h
|
|---|
| 2345 | - new getters for number of photons
|
|---|
| 2346 | - removed timeslicewidth -> go the corr. time containers
|
|---|
| 2347 |
|
|---|
| 2348 | * mcalib/MCalibrationCam.cc
|
|---|
| 2349 | - removed times of GetPixelContent
|
|---|
| 2350 | - added OscillationChecks in GetPixelContent
|
|---|
| 2351 |
|
|---|
| 2352 | * manalysis/MMcCalibrationUpdate.cc
|
|---|
| 2353 | - remove calpix.SkipTimeFits which is now obsolet
|
|---|
| 2354 |
|
|---|
| 2355 | * macros/calibration.C
|
|---|
| 2356 | - all previous changes now in this macro.
|
|---|
| 2357 | - (NB: Thomas, du brauchst in MJCalibration nicht mehr aendern,
|
|---|
| 2358 | das ging diesmal in einem Aufwasch)
|
|---|
| 2359 |
|
|---|
| 2360 |
|
|---|
| 2361 |
|
|---|
| 2362 | 2004/02/06: Thomas Bretz
|
|---|
| 2363 |
|
|---|
| 2364 | * mhist/MHPixVsTime.[h,cc]:
|
|---|
| 2365 | - changed such that you can set the name of the time container now
|
|---|
| 2366 |
|
|---|
| 2367 | * mraw/MRawRunHeader.[h,cc]:
|
|---|
| 2368 | - added GetMaxPixId()
|
|---|
| 2369 |
|
|---|
| 2370 | * mraw/MRawEvtData.cc:
|
|---|
| 2371 | - fixed wrong size calculation for fABflags
|
|---|
| 2372 |
|
|---|
| 2373 |
|
|---|
| 2374 |
|
|---|
| 2375 | 2004/02/06: Oscar Blanch
|
|---|
| 2376 |
|
|---|
| 2377 | * mmc/MFadcDefine.h && mmc/MMcFadcHeader.cxx
|
|---|
| 2378 | - We cahnged the name (and values) of the global variable
|
|---|
| 2379 | MFADC_RESPONSE_AMPLITUDE to MFADC_RESPONSE_INTEGRAL
|
|---|
| 2380 |
|
|---|
| 2381 |
|
|---|
| 2382 |
|
|---|
| 2383 | 2004/02/05: Markus Gaug
|
|---|
| 2384 |
|
|---|
| 2385 | * mcalib/MHCalibrationPixel.[h,cc]
|
|---|
| 2386 | - put an NDF limit for the fit
|
|---|
| 2387 | - removed all TStrings and replace them by Form(..)
|
|---|
| 2388 | - Check for nan's of all returned fit values
|
|---|
| 2389 |
|
|---|
| 2390 | * mcalib/MCalibrationPix.[h,cc], mcalib/MCalibrationCam.cc:
|
|---|
| 2391 | - reshuffled HiLoGainConversion, calculation of F-Factor method,
|
|---|
| 2392 | - calculation of total F-Factor of the readout.
|
|---|
| 2393 |
|
|---|
| 2394 | * mcalib/MCalibrationCam.cc
|
|---|
| 2395 | - include relative times to display with GetPixelContent
|
|---|
| 2396 |
|
|---|
| 2397 | * mcalib/MCalibrationCalc.[h,cc]
|
|---|
| 2398 | - flag to skip Hi-Lo Calibration
|
|---|
| 2399 | - Hi-LO Graph not filled any more after overflow of ChargevsN
|
|---|
| 2400 | - fill the blind pixel differently from the rest of pixels
|
|---|
| 2401 |
|
|---|
| 2402 | * mcalib/MCalibrate.cc:
|
|---|
| 2403 | - call to const MCalibrationPix &pix replaced by MCalibrationPix &pix
|
|---|
| 2404 |
|
|---|
| 2405 | * manalysis/MArrivalTimeCalc.cc
|
|---|
| 2406 | - default step width 100 ps.
|
|---|
| 2407 | - look for half maximum (at rising edge)
|
|---|
| 2408 |
|
|---|
| 2409 | * manalysis/MExtractSignal.[h,cc]
|
|---|
| 2410 | - removed uncommented code (arrival time)
|
|---|
| 2411 | - set start byte back by one like it was before TB's changes
|
|---|
| 2412 | (does not affect the calculation of number of FADC slices)
|
|---|
| 2413 |
|
|---|
| 2414 | * manalysis/MExtractSignal2.[h,cc]
|
|---|
| 2415 | - removed uncommented code (arrival time)
|
|---|
| 2416 |
|
|---|
| 2417 | * manalysis/MHPedestalPixel.[h,cc]
|
|---|
| 2418 | - is now filled with total pedestals (not per slice), but results are
|
|---|
| 2419 | renormalized to values per slice (this is not to screw up with the
|
|---|
| 2420 | pedestal RMS and the derived uncertainties)
|
|---|
| 2421 | - new function Renorm(nslices)
|
|---|
| 2422 |
|
|---|
| 2423 | * manalysis/MPedestalCam.[h,cc]
|
|---|
| 2424 | - introduced function Clone() (like proposed by TB)
|
|---|
| 2425 | - call to MHPedestalPixel operator() not const any more
|
|---|
| 2426 | - take out lots of uncommented code
|
|---|
| 2427 | - found bug in initialization of hists. SetupFill is called in
|
|---|
| 2428 | PreProcess, therefore, TObjArray is not yet enlarged there.
|
|---|
| 2429 | Now, InitUseHists is called in Fill
|
|---|
| 2430 | - MHPedestalPixel is now filled with total pedestals (not per slice),
|
|---|
| 2431 | but results are
|
|---|
| 2432 | renormalized to values per slice (this is not to screw up with the
|
|---|
| 2433 | pedestal RMS and the derived uncertainties)
|
|---|
| 2434 |
|
|---|
| 2435 | * manalysis/MPedCalcPedRun.cc
|
|---|
| 2436 | - added author
|
|---|
| 2437 | - split calculation of RMS into two steps to make it more clear to
|
|---|
| 2438 | the user
|
|---|
| 2439 |
|
|---|
| 2440 | * macros/calibration.C
|
|---|
| 2441 | - found bug introduced two days ago, namely calculating pedestlas with
|
|---|
| 2442 | MExtractSignal2 which is now fixed
|
|---|
| 2443 | - Skip HiLoConversionCalibration
|
|---|
| 2444 |
|
|---|
| 2445 |
|
|---|
| 2446 |
|
|---|
| 2447 | 2004/02/05: Abelardo Moralejo
|
|---|
| 2448 |
|
|---|
| 2449 | * macros/starmc2.C
|
|---|
| 2450 | - added 3rd argument, "kFALSE", to call of MWriteRootFile::Add
|
|---|
| 2451 | for both MMcEvt and MMcRunHeader since these containers are
|
|---|
| 2452 | not present in real data. Name of macro is no longer adequate if
|
|---|
| 2453 | we will use it for calibrated real data (to be changed if so).
|
|---|
| 2454 |
|
|---|
| 2455 |
|
|---|
| 2456 |
|
|---|
| 2457 | 2004/02/05: Sebastian Raducci
|
|---|
| 2458 |
|
|---|
| 2459 | * mtools/MCubicSpline.[h,cc]
|
|---|
| 2460 | - added
|
|---|
| 2461 | - this class will take the place of the TSpline class to
|
|---|
| 2462 | calculate arrival times
|
|---|
| 2463 |
|
|---|
| 2464 | * mtools/MCubicCoeff.[h,cc]
|
|---|
| 2465 | - added
|
|---|
| 2466 | - this class is used by MCubicSpline to store coefficients
|
|---|
| 2467 |
|
|---|
| 2468 | * macros/spline.C
|
|---|
| 2469 | - added
|
|---|
| 2470 | - test macro. Shows how to use the MCubicSpline class
|
|---|
| 2471 | - it could be used to test the methods of the Spline class
|
|---|
| 2472 |
|
|---|
| 2473 |
|
|---|
| 2474 |
|
|---|
| 2475 | 2004/02/05: Thomas Bretz
|
|---|
| 2476 |
|
|---|
| 2477 | * mmain/MBrowser.cc:
|
|---|
| 2478 | - fixed a double deletion of a TGLayoutHints
|
|---|
| 2479 |
|
|---|
| 2480 |
|
|---|
| 2481 |
|
|---|
| 2482 | 2004/02/04: Markus Gaug
|
|---|
| 2483 |
|
|---|
| 2484 | * mmain/MBrowser.cc:
|
|---|
| 2485 | - corrected TGTReeLBEntry for TGTreeLBEntry
|
|---|
| 2486 |
|
|---|
| 2487 |
|
|---|
| 2488 |
|
|---|
| 2489 | 2004/02/04: Thomas Bretz
|
|---|
| 2490 |
|
|---|
| 2491 | * manalysis/MExtractSignal2.cc:
|
|---|
| 2492 | - don't allow odd numbers for the window size
|
|---|
| 2493 |
|
|---|
| 2494 | * mfilter/MFilterList.cc:
|
|---|
| 2495 | - corrected a wrong logging message
|
|---|
| 2496 |
|
|---|
| 2497 | * mmain/MBrowser.cc:
|
|---|
| 2498 | - added '/data/MAGIC' as shortcut in the combo box
|
|---|
| 2499 |
|
|---|
| 2500 | * mraw/MRawEvtPixelIter.cc:
|
|---|
| 2501 | - optimized calculation of MaxIdx
|
|---|
| 2502 |
|
|---|
| 2503 |
|
|---|
| 2504 |
|
|---|
| 2505 | 2004/02/04: Abelardo Moralejo
|
|---|
| 2506 |
|
|---|
| 2507 | * macros/starmc2.C
|
|---|
| 2508 | - removed unnecessary variables BinsHigh, BinsLow
|
|---|
| 2509 |
|
|---|
| 2510 |
|
|---|
| 2511 |
|
|---|
| 2512 | 2004/02/04: Markus Gaug
|
|---|
| 2513 |
|
|---|
| 2514 | * manalysis/MPedestalCam.[h,cc], manalysis/MPedestalPix.[h,cc],
|
|---|
| 2515 | manalysis/MPedCalcPedRun.[h,cc], manalysis/MHPedestalPixel.[h,cc],
|
|---|
| 2516 | macros/calibration.C:
|
|---|
| 2517 | - histograms are now filled with MFillH as proposed and coded by
|
|---|
| 2518 | Thomas Bretz. Some modifications had to be done, however.
|
|---|
| 2519 | - Class to hold MHPedestalPixel is still MPedestalCam
|
|---|
| 2520 | - MPedCalcPedRun does nothing any more (except from what is was
|
|---|
| 2521 | doing before)
|
|---|
| 2522 |
|
|---|
| 2523 | * manalysis/MExtractSignal.cc
|
|---|
| 2524 | - remove uncommented code
|
|---|
| 2525 |
|
|---|
| 2526 | * mcalib/MCalibrationCalc.[h,cc]
|
|---|
| 2527 | - modified way to handle histogram overflow: Now flags are set and
|
|---|
| 2528 | ChargevsN histogram is not tried to be filled subsequently
|
|---|
| 2529 |
|
|---|
| 2530 |
|
|---|
| 2531 |
|
|---|
| 2532 | 2004/02/03: Markus Gaug
|
|---|
| 2533 |
|
|---|
| 2534 | * manalysis/MHExtractedSignalPix.[h,cc]
|
|---|
| 2535 | - added Thomas B. modified version of MHPedestalPixel. Later will
|
|---|
| 2536 | remove MHPedestalPixel
|
|---|
| 2537 |
|
|---|
| 2538 | * manalysis/MCalibrationPix.[h,cc], manalysis/MHCalibrationPixel.[h,cc],
|
|---|
| 2539 | manalysis/MCalibrationCam.cc, macros/calibration.C:
|
|---|
| 2540 | - now split completely absolute and relative times. Absolute
|
|---|
| 2541 | times are not fitted, but their histogram mean and rms are
|
|---|
| 2542 | returned.
|
|---|
| 2543 |
|
|---|
| 2544 |
|
|---|
| 2545 |
|
|---|
| 2546 | 2004/02/03: Thomas Bretz
|
|---|
| 2547 |
|
|---|
| 2548 | * mfileio/MReadTree.cc:
|
|---|
| 2549 | - fixed handling of -1 entries in AddFile: root 3.10/02 crashed
|
|---|
| 2550 |
|
|---|
| 2551 | * manalysis/MExtractSignal.[h,cc]:
|
|---|
| 2552 | - moved code to extract the signal from Process to
|
|---|
| 2553 | new member function FindSignal, I left the arrival time
|
|---|
| 2554 | extraction as commented-out code in the code just as a
|
|---|
| 2555 | demonstration to do this very fast.
|
|---|
| 2556 |
|
|---|
| 2557 |
|
|---|
| 2558 |
|
|---|
| 2559 | 2004/02/02: Markus Gaug
|
|---|
| 2560 |
|
|---|
| 2561 | * manalysis/MPedCalcPedRun.cc
|
|---|
| 2562 | - corrected formulae in Class description
|
|---|
| 2563 |
|
|---|
| 2564 | * mcalib/MCalibration.[h,cc], mcalib/MHCalibration.[h,cc],
|
|---|
| 2565 | manalysis/MMcCalibrationUpdate.cc:
|
|---|
| 2566 | - calculate relative times and absolute times. Fit only
|
|---|
| 2567 | the relative ones.
|
|---|
| 2568 |
|
|---|
| 2569 |
|
|---|
| 2570 |
|
|---|
| 2571 | 2004/02/02: Abelardo Moralejo
|
|---|
| 2572 |
|
|---|
| 2573 | * manalysis/MMcCalibrationUpdate.cc, MMcPedestalCopy.cc
|
|---|
| 2574 | - removed file type check (MC or data) from PreProcess since now
|
|---|
| 2575 | run headers are not yet known at that point.
|
|---|
| 2576 |
|
|---|
| 2577 | * mcalib/MMcCalibrationCalc.cc
|
|---|
| 2578 | - same as above.
|
|---|
| 2579 |
|
|---|
| 2580 | * NEWS
|
|---|
| 2581 | - updated.
|
|---|
| 2582 |
|
|---|
| 2583 |
|
|---|
| 2584 |
|
|---|
| 2585 | 2004/02/02: Thomas Bretz
|
|---|
| 2586 |
|
|---|
| 2587 | * manalysis/MExtractSignal2.[h,cc]:
|
|---|
| 2588 | - added new task which takes a given number of slices with the
|
|---|
| 2589 | highest integral content as signal.
|
|---|
| 2590 |
|
|---|
| 2591 | * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
|
|---|
| 2592 | - added MExtractSignal2
|
|---|
| 2593 |
|
|---|
| 2594 |
|
|---|
| 2595 |
|
|---|
| 2596 | 2004/01/30: Abelardo Moralejo
|
|---|
| 2597 |
|
|---|
| 2598 | * macros/starmc.C
|
|---|
| 2599 | - changed default FADC integration range (more adequate for coming
|
|---|
| 2600 | camera version).
|
|---|
| 2601 |
|
|---|
| 2602 | * macros/mccalibrate.C, starmc2.C
|
|---|
| 2603 | - added. First macro transforms input files from camera simulation
|
|---|
| 2604 | into files with pixel data already calibrated in photons. The
|
|---|
| 2605 | second reads in an already calibrated data file and produces an
|
|---|
| 2606 | output file with Hillas parameters. Both together do the same as
|
|---|
| 2607 | starmc.C, but it is convenient to have files containing
|
|---|
| 2608 | calibrated pixel information.
|
|---|
| 2609 |
|
|---|
| 2610 |
|
|---|
| 2611 |
|
|---|
| 2612 | 2004/01/30: Thomas Bretz
|
|---|
| 2613 |
|
|---|
| 2614 | * mbase/MDirIter.h:
|
|---|
| 2615 | - added GetNumEntries
|
|---|
| 2616 |
|
|---|
| 2617 | * mhist/MHEvent.cc:
|
|---|
| 2618 | - added a dynamic_cast from MParContainer to MCamEvent to get the
|
|---|
| 2619 | correct pointer to the correct base-class.
|
|---|
| 2620 |
|
|---|
| 2621 | * mbase/MStatusDisplay.cc:
|
|---|
| 2622 | - In EventInfo check whether gPad==0
|
|---|
| 2623 |
|
|---|
| 2624 | * mfileio/MReadMarsFile.cc:
|
|---|
| 2625 | - removed reading RunHeaders from PreProcess, this resulted
|
|---|
| 2626 | in strange behaviour of writing RunHeaders
|
|---|
| 2627 | - fixed consistency check for RunType accordingly
|
|---|
| 2628 |
|
|---|
| 2629 | * mfilter/MFilterList.cc:
|
|---|
| 2630 | - do not skip adding filter if only a filter with the same name
|
|---|
| 2631 | exists
|
|---|
| 2632 |
|
|---|
| 2633 | * mraw/MRawFileRead.cc:
|
|---|
| 2634 | - added an output message if run header is not accessible
|
|---|
| 2635 |
|
|---|
| 2636 | * mraw/MRawRunHeader.[h,cc]:
|
|---|
| 2637 | - initialize fRunType to new enum kRTNone
|
|---|
| 2638 |
|
|---|
| 2639 | * mfilter/MFGeomag.cc:
|
|---|
| 2640 | - set fResult to kFALSE at the beginning of Process
|
|---|
| 2641 | - according to this removed setting fResult=kFALSE before return
|
|---|
| 2642 | - replaced some float by Float_t
|
|---|
| 2643 | - added some const-qualifiers
|
|---|
| 2644 | - replaced (rig<0.5/pr*R*(r2-r1)+r1) by (rig-r1)*pr<rnd
|
|---|
| 2645 | with rnd = R * (r2-r1)/2 to make sure that we cannot
|
|---|
| 2646 | devide by 0
|
|---|
| 2647 |
|
|---|
| 2648 | * manalysis/MPedCalcPedRun.cc:
|
|---|
| 2649 | - added some comments
|
|---|
| 2650 |
|
|---|
| 2651 | * Makefile:
|
|---|
| 2652 | - added mjobs
|
|---|
| 2653 |
|
|---|
| 2654 | * mjobs/*:
|
|---|
| 2655 | - added
|
|---|
| 2656 |
|
|---|
| 2657 | * mbase/Makefile, mbase/BaseLinkDef.h:
|
|---|
| 2658 | - added MRunIter
|
|---|
| 2659 |
|
|---|
| 2660 | * mbase/MRunIter.[h,cc]:
|
|---|
| 2661 | - added
|
|---|
| 2662 |
|
|---|
| 2663 |
|
|---|
| 2664 |
|
|---|
| 2665 | 2004/01/30: Markus Gaug
|
|---|
| 2666 |
|
|---|
| 2667 | * manalysis/MPedestalCam.h
|
|---|
| 2668 | - added function IsUsedHists()
|
|---|
| 2669 |
|
|---|
| 2670 | * manalysis/MPedestalCam.cc
|
|---|
| 2671 | - modified GetPixelContent
|
|---|
| 2672 |
|
|---|
| 2673 | * manalysis/MPedestalCam.cc, manalysis/MPedCalcPedRun.cc:
|
|---|
| 2674 | - include storage of number of used FADC slices to compare later
|
|---|
| 2675 | the pedestal per slice ( and sigma per slice)
|
|---|
| 2676 | - return relative differences in GetPixelContent
|
|---|
| 2677 |
|
|---|
| 2678 | * mcalib/MCalibrationCalc.[h,cc], mcalib/MHCalibrationBlindPixel.[h,cc]:
|
|---|
| 2679 | - fBlindPixelId and fPINDiodeId now like in PedestalCam
|
|---|
| 2680 | - fill Blind Pixel with information about its fitted pedestal if
|
|---|
| 2681 | available
|
|---|
| 2682 | - initialize charges histogram with a bigger range
|
|---|
| 2683 | - use pedestal information to constrain the pedestal fit ranges
|
|---|
| 2684 |
|
|---|
| 2685 | * manalysis/MHPedestalPixel.cc
|
|---|
| 2686 | - initialize charges histogram with a bigger range
|
|---|
| 2687 |
|
|---|
| 2688 | * macros/calibration.C
|
|---|
| 2689 | - SetRange of MExtractSignal to 1,14 (see emails of yesterday)
|
|---|
| 2690 | - apply new GetPixelContents of MPedestalCam (more calculations
|
|---|
| 2691 | and displays of errors, correction for different FADC slice
|
|---|
| 2692 | number)
|
|---|
| 2693 |
|
|---|
| 2694 | * manalysis/MExtractSignal.cc
|
|---|
| 2695 | - not access to MArrivalTime any more. The same information is
|
|---|
| 2696 | stored in MRawEvt->GetPixelContent(...)
|
|---|
| 2697 |
|
|---|
| 2698 | * manalysis/MCalibrationCalc.cc
|
|---|
| 2699 | - retrieve default arrival time from MRawEvt
|
|---|
| 2700 |
|
|---|
| 2701 | * manalysis/MCalibrationBlindPix.cc, manalysis/MCalibrationPix.cc
|
|---|
| 2702 | - check for NaN's in fit results
|
|---|
| 2703 |
|
|---|
| 2704 |
|
|---|
| 2705 |
|
|---|
| 2706 | 2004/01/29: Abelardo Moralejo
|
|---|
| 2707 |
|
|---|
| 2708 | * mfileio/MWriteFile.h
|
|---|
| 2709 | - added missing declaration of ReInit
|
|---|
| 2710 |
|
|---|
| 2711 | * manalysis/MMcCalibrationUpdate.cc
|
|---|
| 2712 | - added call to MCalibrationCam::SetBlindPixelMethodValid(kTRUE)
|
|---|
| 2713 | to adapt to recent changes in MCalibrate.
|
|---|
| 2714 |
|
|---|
| 2715 |
|
|---|
| 2716 |
|
|---|
| 2717 | 2004/01/29: Thomas Bretz
|
|---|
| 2718 |
|
|---|
| 2719 | * manalysis/MArrivalTime.h, manalysis/MCameraData.h,
|
|---|
| 2720 | manalysis/MCerPhotEvt.h, manalysis/MExtractSignalCam.h,
|
|---|
| 2721 | manalysis/MPedPhotCam.h, manalysis/MPedestalCam.h,
|
|---|
| 2722 | mcalib/MCalibrationCam.h, mcamera/MCameraDC.h,
|
|---|
| 2723 | mraw/MRawEvtData.h, mreflector/MRflEvtData.h:
|
|---|
| 2724 | - split derivement into MParContainer and MCamEvent
|
|---|
| 2725 |
|
|---|
| 2726 | * manalysis/MExtractSignalCam.[h,cc]:
|
|---|
| 2727 | - removed obsolete MExtractSignal::ReInit
|
|---|
| 2728 | - added -> to fArray
|
|---|
| 2729 |
|
|---|
| 2730 | * mbase/MParList.h:
|
|---|
| 2731 | - added a new bit kIsProcessing
|
|---|
| 2732 |
|
|---|
| 2733 | * mbase/MTaskList.cc:
|
|---|
| 2734 | - fixed the handling of kDoNotReset and the bahaviour of
|
|---|
| 2735 | SetReadyToSave, such that it is possible to write all
|
|---|
| 2736 | headers
|
|---|
| 2737 |
|
|---|
| 2738 | * mfileio/MWriteFile.cc:
|
|---|
| 2739 | - added ReInit which also calls CheckAndWrite
|
|---|
| 2740 |
|
|---|
| 2741 | * mgui/MCamEvent.h:
|
|---|
| 2742 | - does not derive from MParContainer anymore
|
|---|
| 2743 |
|
|---|
| 2744 |
|
|---|
| 2745 |
|
|---|
| 2746 | 2004/01/29: Markus Gaug
|
|---|
| 2747 |
|
|---|
| 2748 | * mcalib/MCalibrationCalc.[h,cc], mcalib/MCalibrationCam.[h,cc],
|
|---|
| 2749 | mcalib/MCalibrationConfig.h
|
|---|
| 2750 | - put gkCalibrationBlindPixelId and gkCalibrationPINDiodeId
|
|---|
| 2751 | directly into the corresponding classes.
|
|---|
| 2752 |
|
|---|
| 2753 |
|
|---|
| 2754 |
|
|---|
| 2755 | 2004/01/29: Nicola Galante
|
|---|
| 2756 |
|
|---|
| 2757 | * mhistmc/MHMcTriggerLvl2.[h,cc]:
|
|---|
| 2758 | - In method MHMcTriggerLvl2::GetHistByName(const TString name)
|
|---|
| 2759 | added string checking to return also
|
|---|
| 2760 | fHistCellPseudoSize, fHistCellPseudoSizeNorm
|
|---|
| 2761 | and fHistCellPseudoSizeEnergy.
|
|---|
| 2762 | - Added inline functions GetHistCellPseudoSize() and
|
|---|
| 2763 | GetHistCellPseudoSizeNorm().
|
|---|
| 2764 |
|
|---|
| 2765 |
|
|---|
| 2766 |
|
|---|
| 2767 | 2004/01/28: Javier Rico
|
|---|
| 2768 |
|
|---|
| 2769 | * mcalib/MCalibrate.[h.cc]
|
|---|
| 2770 | - include possibility to select the calibration method to be used
|
|---|
| 2771 |
|
|---|
| 2772 |
|
|---|
| 2773 |
|
|---|
| 2774 | 2004/01/28: Markus Gaug
|
|---|
| 2775 |
|
|---|
| 2776 | * mcalib/MCalibrate.[h.cc]
|
|---|
| 2777 | - corrected Int_t ReInit() to Bool_t ReInit(MParList *pList)
|
|---|
| 2778 |
|
|---|
| 2779 | * mcalib/MCalibrationCalc.[h,cc], mcalib/MCalibrationCam.[h,cc]:
|
|---|
| 2780 | - included flags to indicate if Blind Pixel Method or PIn Diode
|
|---|
| 2781 | method was OK. Up to now, program stopped, if one of the two
|
|---|
| 2782 | methods was chosen but not able to being executed.
|
|---|
| 2783 |
|
|---|
| 2784 | * manalysis/MArrivalTimeCalc.cc, manalysis/MExtractSignals.cc,
|
|---|
| 2785 | manalysis/MGeomApply.cc:
|
|---|
| 2786 | - put all missing InitSize(npixels) into MGeomApply
|
|---|
| 2787 |
|
|---|
| 2788 | * manalysis/MPedCalcPedRun.[h,cc], manalysis/MPedestalCam.[h,cc],
|
|---|
| 2789 | manalysis/MPedestalPix.[h,cc], manalysis/MHPedestalPixel.[h,cc],
|
|---|
| 2790 | manalysis/Makefile, manalysis/AnalysisLinkDef.h:
|
|---|
| 2791 | - include possibility to fit the pedestals with Gaussian.
|
|---|
| 2792 | - old methods are not affected.
|
|---|
| 2793 | - add new method with MPedCalcPedRun::SetUseHists()
|
|---|
| 2794 |
|
|---|
| 2795 |
|
|---|
| 2796 |
|
|---|
| 2797 | 2004/01/28: Abelardo Moralejo
|
|---|
| 2798 |
|
|---|
| 2799 | * mcalib/MMcCalibration.cc
|
|---|
| 2800 | - fixed wrong variable type in call to TH1F constructor (number of
|
|---|
| 2801 | bins is now integer), which resulted in a compilation warning.
|
|---|
| 2802 |
|
|---|
| 2803 |
|
|---|
| 2804 |
|
|---|
| 2805 | 2004/01/28: Thomas Bretz
|
|---|
| 2806 |
|
|---|
| 2807 | * manalysis/MPedestalCam.cc:
|
|---|
| 2808 | - removed unwanted CheckBound from operators. CheckBounds is ONLY
|
|---|
| 2809 | ment for really old MC files and will be removed in the future
|
|---|
| 2810 | anyhow.
|
|---|
| 2811 |
|
|---|
| 2812 | * mcalib/MHCalibrationPixel.h:
|
|---|
| 2813 | - removed obsolete include of MFFT
|
|---|
| 2814 |
|
|---|
| 2815 | * manalysis/MCerPhotAnal.cc, manalysis/MCerPhotCalc.cc,
|
|---|
| 2816 | manalysis/MPedestalCam.[h,cc]:
|
|---|
| 2817 | - removed use of obsolete MPedestalCam::CheckBounds. This was
|
|---|
| 2818 | a workaround for a 'bug' in very old camera files, which is not
|
|---|
| 2819 | necessary anymore.
|
|---|
| 2820 |
|
|---|
| 2821 | * manalysis/MCerPhotAnal2.[h,cc]:
|
|---|
| 2822 | - replaced MPedestalCam by MPedPhotCam
|
|---|
| 2823 |
|
|---|
| 2824 | * manalysis/MExtractSignal.cc:
|
|---|
| 2825 | - some small simplification to the signal extraction
|
|---|
| 2826 | - removed some obsolete variables
|
|---|
| 2827 | - replaced for by while
|
|---|
| 2828 | - removed obsolete casts
|
|---|
| 2829 |
|
|---|
| 2830 | * mmain/MEventDisplay.cc:
|
|---|
| 2831 | - gave names to the filters
|
|---|
| 2832 | - removed adding MHCamera to fList because it was deleted twice
|
|---|
| 2833 |
|
|---|
| 2834 | * mhist/MHCamera.cc:
|
|---|
| 2835 | - fixed usage of fPainter in Paint() - title was not updated
|
|---|
| 2836 | correctly
|
|---|
| 2837 |
|
|---|
| 2838 |
|
|---|
| 2839 |
|
|---|
| 2840 | 2004/01/28: Sebastian Raducci
|
|---|
| 2841 |
|
|---|
| 2842 | * manalysis/MArrivalTime.[h,cc]:
|
|---|
| 2843 | - removed all the code relative to the cluster evaluation
|
|---|
| 2844 |
|
|---|
| 2845 |
|
|---|
| 2846 |
|
|---|
| 2847 | 2004/01/27: Markus Gaug
|
|---|
| 2848 |
|
|---|
| 2849 | * manalysis/MPedestalPix.cc:
|
|---|
| 2850 | - initialize default values to 0 instead of -1.
|
|---|
| 2851 |
|
|---|
| 2852 | * manalysis/MPedestalCam.[h,cc]:
|
|---|
| 2853 | - include CheckBounds, also in operator[]
|
|---|
| 2854 |
|
|---|
| 2855 | * mcalib/MCalibrationCam.[h,cc]:
|
|---|
| 2856 | - apparently, there was a reference to InitSize(UInt_t i) instead
|
|---|
| 2857 | of InitSize(Int_t i), where compiler complained, now changed
|
|---|
| 2858 |
|
|---|
| 2859 | * mcalib/MHCalibration*, mcalib/MCalibration*:
|
|---|
| 2860 | - fixed all Clear()'s, Reset()'s, direct intializers
|
|---|
| 2861 |
|
|---|
| 2862 |
|
|---|
| 2863 |
|
|---|
| 2864 | 2004/01/27: Thomas Bretz
|
|---|
| 2865 |
|
|---|
| 2866 | * mdata/MDataChain.cc:
|
|---|
| 2867 | - added '%' to supported operators
|
|---|
| 2868 |
|
|---|
| 2869 |
|
|---|
| 2870 |
|
|---|
| 2871 | 2004/01/26: Nicola Galante
|
|---|
| 2872 |
|
|---|
| 2873 | * manalysis/MMcTriggerLvl2.[cc,h]:
|
|---|
| 2874 |
|
|---|
| 2875 | - Defined some static constants to avoid ugly "magic numbers"
|
|---|
| 2876 | in arrays: gsNCells, gsNTrigPixels,
|
|---|
| 2877 | gsNPixInCell, gsNLutInCell, gsNPixInLut, fNumPixCell.
|
|---|
| 2878 | - Added method
|
|---|
| 2879 | MMcTriggerLvl2::GetCellCompactPixel(int cell, MGeomCam *fCam)
|
|---|
| 2880 | which computes compact pixels into a given L2T macrocell.
|
|---|
| 2881 | - Added method
|
|---|
| 2882 | MMcTriggerLvl2::CalcBiggerCellPseudoSize()
|
|---|
| 2883 | which computes fCellPseudoSize, the maximum Pseudo Size into L2T
|
|---|
| 2884 | macrocells
|
|---|
| 2885 | - Added method
|
|---|
| 2886 | MMcTriggerLvl2::GetCellPseudoSize() const
|
|---|
| 2887 | which returns fCellPseudoSize
|
|---|
| 2888 | - Added method
|
|---|
| 2889 | MMcTriggerLvl2::IsPixelInCell(Int_t pixel, Int_t cell),
|
|---|
| 2890 | which controls whether a pixel belongs to a given L2T cell.
|
|---|
| 2891 | - Added method
|
|---|
| 2892 | MMcTriggerLvl2::GetMaxCell() const
|
|---|
| 2893 | which returns fMaxCell, the cell with the maximum
|
|---|
| 2894 | fCellPseudoSize.
|
|---|
| 2895 |
|
|---|
| 2896 |
|
|---|
| 2897 |
|
|---|
| 2898 | 2004/01/26: Markus Gaug, Michele Doro
|
|---|
| 2899 |
|
|---|
| 2900 | * manalysis/MArrivalTime.[h,cc], manalysis/MArrivalTimeCalc.[h,cc]:
|
|---|
| 2901 | - moved calculation of arrival time from MArrivalTime to
|
|---|
| 2902 | MArrivalTimeCalc. MArrivalTime does not do any Process-job
|
|---|
| 2903 | anymore
|
|---|
| 2904 | - TSpline5 now on stack.
|
|---|
| 2905 | - function to set the stepsize
|
|---|
| 2906 |
|
|---|
| 2907 | * mcalib/MHCalibrationBlindPixel.[h,cc]:
|
|---|
| 2908 | - force mu_{0} in Blind Pixel Fit to be around 0 in fKPoisson4
|
|---|
| 2909 | - implement combined Polya fit and Michele's back-scattered electron
|
|---|
| 2910 | fit
|
|---|
| 2911 |
|
|---|
| 2912 | * mcalib/MHCalibrationPixel.[h,cc], mcalib/MCalibrationPix.cc,
|
|---|
| 2913 | mcalib/MCalibrationPINDiode.cc:
|
|---|
| 2914 | - combine FitChargeHiGain and FitChargeLoGain into one function
|
|---|
| 2915 |
|
|---|
| 2916 | * macros/calibration.C
|
|---|
| 2917 | - improve double gauss fit a bit
|
|---|
| 2918 |
|
|---|
| 2919 |
|
|---|
| 2920 |
|
|---|
| 2921 | 2004/01/26: Thomas Bretz
|
|---|
| 2922 |
|
|---|
| 2923 | * mraw/MRawEvtPixelIter.[h,cc]:
|
|---|
| 2924 | - removed member function GetNumPixels. For more details see mantis.
|
|---|
| 2925 |
|
|---|
| 2926 | * manalysis/MArrivalTime.[h,cc]:
|
|---|
| 2927 | - reorganized includes
|
|---|
| 2928 | - fixed InitSize and ClearArray (now Reset) to fit MParContainer
|
|---|
| 2929 | definition
|
|---|
| 2930 | - for the moment removed usage of fPixelChecked - THIS WILL CRASH YOUR
|
|---|
| 2931 | PROGRAM
|
|---|
| 2932 |
|
|---|
| 2933 | * manalysis/MArrivalTimeCalc.[h,cc]:
|
|---|
| 2934 | - reorganized includes
|
|---|
| 2935 | - removed many obsolete code, exspecially copy&paste relicts!
|
|---|
| 2936 | - fixed usage of InitSize
|
|---|
| 2937 | - removed CleanArray. Reset() is called automatically before Process()
|
|---|
| 2938 |
|
|---|
| 2939 | * manalysis/MExtractedSignalCam.[h,cc]:
|
|---|
| 2940 | - added SetLogStream
|
|---|
| 2941 | - removed obsolete include MGeomCam
|
|---|
| 2942 | - replaced PrintOut by Print
|
|---|
| 2943 | - added const-qualifiers to all Getters
|
|---|
| 2944 | - fixed documentation
|
|---|
| 2945 |
|
|---|
| 2946 | * manalysis/MExtractedSignalPix.[h,cc]:
|
|---|
| 2947 | - replaced PrintOut by Print
|
|---|
| 2948 | - fixed documentation
|
|---|
| 2949 |
|
|---|
| 2950 | * manalysis/MEventRateCalc.cc, manalysis/MPedCalcPedRun.cc:
|
|---|
| 2951 | - replaced memset by Reset()
|
|---|
| 2952 |
|
|---|
| 2953 |
|
|---|
| 2954 |
|
|---|
| 2955 | 2004/01/24: Abelardo Moralejo
|
|---|
| 2956 |
|
|---|
| 2957 | * macros/starmcstereo.C
|
|---|
| 2958 | - Added. Example of how to run the analysis chain for MC files
|
|---|
| 2959 | containing simulation of stereo systems of 2 telescopes.
|
|---|
| 2960 |
|
|---|
| 2961 | * mcalib/MCalibrate.cc
|
|---|
| 2962 | - Added check that value of signal from MExtractedSignalPix is not
|
|---|
| 2963 | the default (error) value. In such a case, the signal in
|
|---|
| 2964 | MCerPhotEvt is now set to 0. Before, all pixels got very high
|
|---|
| 2965 | values in MCerPhotEvt in case the MRawEvtData object for the
|
|---|
| 2966 | event was missing in the file. This happened in MC files, in
|
|---|
| 2967 | which in some circumstances an event is written without the
|
|---|
| 2968 | pixel information (for instance, when running stereo simulations
|
|---|
| 2969 | the pixel data is missing for non-triggered telescopes, but the
|
|---|
| 2970 | event headers are present).
|
|---|
| 2971 |
|
|---|
| 2972 |
|
|---|
| 2973 |
|
|---|
| 2974 | 2004/01/23: Markus Gaug
|
|---|
| 2975 |
|
|---|
| 2976 | * manalysis/MExtractSignal.[h,cc], manalysis/MExtractedSignalPix.[h,cc],
|
|---|
| 2977 | manalysis/MArrivalTime.[h,cc], mcalib/MCalibrationBlindPix.h,
|
|---|
| 2978 | mcalib/MHCalibrationBlindPixel.[h,cc], mcalib/MCalibrationPINDiode.h,
|
|---|
| 2979 | mcalib/MHCalibrationPINDiode.[h,cc], mcalib/MCalibrationPix.[h,cc],
|
|---|
| 2980 | mcalib/MHCalibrationPixel.[h,cc], mcalib/MCalibrationCalc.[h,cc]:
|
|---|
| 2981 | - use MArrivalTime for Storage (or calculation) of time
|
|---|
| 2982 | in MExtractSignal
|
|---|
| 2983 | - pass from TH1I histos to TH1F for times
|
|---|
| 2984 |
|
|---|
| 2985 | * mcalib/MCalibrationBlindPix.h, mcalib/MHCalibrationBlindPixel.[h,cc],
|
|---|
| 2986 | mcalib/MCalibrationPix.[h,cc], mcalib/MHCalibrationPixel.[h,cc],
|
|---|
| 2987 | mcalib/MCalibrationCalc.[h,cc]:
|
|---|
| 2988 | - clean up setters
|
|---|
| 2989 | - pass to bit-fields for all flags
|
|---|
| 2990 |
|
|---|
| 2991 | * mcalib/MCalibrationCam.cc
|
|---|
| 2992 | - exclude Blind Pixel from Camera display
|
|---|
| 2993 | - do not fill &val when return kFALSE
|
|---|
| 2994 |
|
|---|
| 2995 | * macros/calibration.C
|
|---|
| 2996 | - include functions to exclude the blind pixel,
|
|---|
| 2997 | calculation of times and quality checks
|
|---|
| 2998 |
|
|---|
| 2999 |
|
|---|
| 3000 |
|
|---|
| 3001 | 2004/01/23: Abelardo Moralejo
|
|---|
| 3002 |
|
|---|
| 3003 | * mcalib/MCalibrate.cc, manalysis/MExtractSignal.cc
|
|---|
| 3004 | - Added support (using AddSerialNumber) for stereo MC files.
|
|---|
| 3005 |
|
|---|
| 3006 |
|
|---|
| 3007 |
|
|---|
| 3008 | 2004/01/23: Thomas Bretz
|
|---|
| 3009 |
|
|---|
| 3010 | * mbase/MAstro.cc:
|
|---|
| 3011 | - Fixed calculation of MJD. In Ymd2Mjd a plus should be a minus.
|
|---|
| 3012 |
|
|---|
| 3013 | * mreport/MReport*.[h,cc]:
|
|---|
| 3014 | - changed all classes to return Int_t instead of Bool_t in
|
|---|
| 3015 | InterpreteBody
|
|---|
| 3016 | - changed MReportFileRead such, that a wrong line results in
|
|---|
| 3017 | skipping the line instead of abort reading.
|
|---|
| 3018 |
|
|---|
| 3019 | * manalysis/MExtractSignal.cc:
|
|---|
| 3020 | - do not print information for each pixel - it's too much.
|
|---|
| 3021 |
|
|---|
| 3022 | * mbase/MStatusDisplay.cc:
|
|---|
| 3023 | - when reading a status display do not display tabs with
|
|---|
| 3024 | the same name than one which is already existing.
|
|---|
| 3025 |
|
|---|
| 3026 | * mcalib/MCalibrate.cc:
|
|---|
| 3027 | - directly store pointer to pixel when setting saturation flag
|
|---|
| 3028 |
|
|---|
| 3029 | * mcamera/MCameraDC.cc:
|
|---|
| 3030 | - fixed some comments
|
|---|
| 3031 |
|
|---|
| 3032 | * mhist/MHCamEvent.cc:
|
|---|
| 3033 | - fixed a crash when no geometry was available
|
|---|
| 3034 |
|
|---|
| 3035 | * mhist/MHCamera.[h,cc]:
|
|---|
| 3036 | - removed obsolete member function SetPix
|
|---|
| 3037 |
|
|---|
| 3038 | * mbase/MStatusDisplay.[h,cc]:
|
|---|
| 3039 | - added EventInfo member function
|
|---|
| 3040 | - implemented preliminary redirection of GetObjectInfo to
|
|---|
| 3041 | StatusLine2 -> An own status line for this is missing
|
|---|
| 3042 |
|
|---|
| 3043 | * manalysis/MExtractSignal.[h,cc]:
|
|---|
| 3044 | - implemented StreamPrimitive
|
|---|
| 3045 | - changed deafults to be static const data members
|
|---|
| 3046 |
|
|---|
| 3047 | * manalysis/MGeomApply.[h,cc]:
|
|---|
| 3048 | - implemented StreamPrimitive
|
|---|
| 3049 |
|
|---|
| 3050 |
|
|---|
| 3051 |
|
|---|
| 3052 | 2004/01/23: Abelardo Moralejo
|
|---|
| 3053 |
|
|---|
| 3054 | * manalysis/MMcCalibrationUpdate.[h,cc]
|
|---|
| 3055 | - Added check to guarantee that the FADC simulation parameters of
|
|---|
| 3056 | all read files (those used for calibration and those analyzed)
|
|---|
| 3057 | are the same.
|
|---|
| 3058 | - Added missing support for analysis of stereo files.
|
|---|
| 3059 |
|
|---|
| 3060 | * mcalib/MMcCalibrationCalc.cc
|
|---|
| 3061 | - Removed obsolete FIXME comment.
|
|---|
| 3062 | - Added missing support for analysis of stereo files.
|
|---|
| 3063 |
|
|---|
| 3064 |
|
|---|
| 3065 | 2004/01/23: Raquel de los Reyes
|
|---|
| 3066 |
|
|---|
| 3067 | * macros/CCDataCheck.C
|
|---|
| 3068 | - Added the temperature distribution of the optical links
|
|---|
| 3069 | and the plots of the LV power supplies.
|
|---|
| 3070 | * mcamera/MCameraLV.h
|
|---|
| 3071 | - Added the "Get" functions to access the private data
|
|---|
| 3072 | members of the class.
|
|---|
| 3073 |
|
|---|
| 3074 |
|
|---|
| 3075 | 2004/01/22: Abelardo Moralejo
|
|---|
| 3076 |
|
|---|
| 3077 | * manalysis/MMcCalibrationUpdate.[h,cc]
|
|---|
| 3078 | - Now ratio of high to low gain is taken from MCalibrationCam if
|
|---|
| 3079 | it existed previously in the parameter list, instead of being
|
|---|
| 3080 | read again from the MMcFadcHeader. Removed Setter function for
|
|---|
| 3081 | fADC2PhInner, no longer necessary. Fixed error regarding the
|
|---|
| 3082 | pedestal conversion to photons (did not read conversion factor
|
|---|
| 3083 | from preexisting MCalibrationCam object).
|
|---|
| 3084 |
|
|---|
| 3085 | * mcalib/MMcCalibrationCalc.cc
|
|---|
| 3086 | - Changed parameters of the histogram, and also the quantity being
|
|---|
| 3087 | histogrammed. Check that input data come from a noiseless camera
|
|---|
| 3088 | file before proceeding to do the calibration. Introduced lower
|
|---|
| 3089 | size in cut for calibration. Now rhe calibration constant is not
|
|---|
| 3090 | calculated from the mean of photons/ADC counts, but from the peak
|
|---|
| 3091 | of the histogram.
|
|---|
| 3092 |
|
|---|
| 3093 | * macros/starmc.C
|
|---|
| 3094 | - Introduced new scheme. Now there are two loops over two different
|
|---|
| 3095 | sets of files. First loop calculates the calibration constants,
|
|---|
| 3096 | second one does the analysis. Introduced comments. Now the
|
|---|
| 3097 | histogram used in the light calibration is written to the output
|
|---|
| 3098 | file.
|
|---|
| 3099 |
|
|---|
| 3100 |
|
|---|
| 3101 |
|
|---|
| 3102 | 2004/01/22: Thomas Bretz
|
|---|
| 3103 |
|
|---|
| 3104 | * mcalib/MCalibrate.[h,cc], mcalib/MCalibrationCam.[h,cc],
|
|---|
| 3105 | mcalib/MCalibrationBlindPix.[h,cc], mcalib/MCalibrationCalc.[h,cc],
|
|---|
| 3106 | mcalib/MCalibrationPix.[h,cc], mcalib/MCalibrationPINDiode.[h,cc],
|
|---|
| 3107 | mcalib/MCalibrationBlindPixel.[h,cc],
|
|---|
| 3108 | mcalib/MHCalibrationPixel.[h,cc], mcalib/MMcCalibrationCalc.[h,cc],
|
|---|
| 3109 | mcalib/MHCalibrationBlindPixel.[h,cc],
|
|---|
| 3110 | mcalib/MHCalibrationPINDiode.[h,cc]:
|
|---|
| 3111 | - cleaned up includes
|
|---|
| 3112 |
|
|---|
| 3113 |
|
|---|
| 3114 |
|
|---|
| 3115 | 2004/01/22: Raquel de los Reyes
|
|---|
| 3116 |
|
|---|
| 3117 | * macros/CCDataCheck.C
|
|---|
| 3118 | - macro to check the data from the central control (.rep files).
|
|---|
| 3119 |
|
|---|
| 3120 |
|
|---|
| 3121 |
|
|---|
| 3122 | 2004/01/22: Markus Gaug
|
|---|
| 3123 |
|
|---|
| 3124 | * macros/calibration.C
|
|---|
| 3125 | - made MStatusDisplay 3 bit smaller
|
|---|
| 3126 |
|
|---|
| 3127 | * manalysis/MExtractSignal.cc
|
|---|
| 3128 | - put fSignals->SetUsedFADCSlices into PreProcess
|
|---|
| 3129 |
|
|---|
| 3130 | * manalysis/MPedCalcPedRun.cc
|
|---|
| 3131 | - calculate PedRMS as RMS of the sums, later renormalized to units
|
|---|
| 3132 | of RMS/slice (eliminate the wrong effect of odd and even slices)
|
|---|
| 3133 |
|
|---|
| 3134 | * mcalib/MCalibrationCalc.cc
|
|---|
| 3135 | - if bit SkipBlindPixelFit is set, now number of photons outside
|
|---|
| 3136 | plexiglass is not intended to be calculated any more (previous
|
|---|
| 3137 | bug)
|
|---|
| 3138 | - exclude excluded pixels in eventloop
|
|---|
| 3139 |
|
|---|
| 3140 | * mcalib/MHCalibrationBlindPixel.[h,cc]
|
|---|
| 3141 | - move functions to pointer again (otherwise, Clone will give
|
|---|
| 3142 | strange results)
|
|---|
| 3143 |
|
|---|
| 3144 |
|
|---|
| 3145 |
|
|---|
| 3146 | 2004/01/21: Abelardo Moralejo
|
|---|
| 3147 |
|
|---|
| 3148 | * mcalib/MMcCalibrationCalc.[h,cc]
|
|---|
| 3149 | - Added. First version of the task intended to calculate the
|
|---|
| 3150 | conversion factors from ADC counts to photons in the MC. It has
|
|---|
| 3151 | a different aim than the recently renamed class
|
|---|
| 3152 | "MMcCalibrationUpdate" (which takes care that the correct
|
|---|
| 3153 | pedestals and conversion factors are supplied to each event, but
|
|---|
| 3154 | does not really calculate anything).
|
|---|
| 3155 |
|
|---|
| 3156 | * mcalib/Makefile, CalibLinkDef.h
|
|---|
| 3157 | - Added new class MMcCalibrationCalc
|
|---|
| 3158 |
|
|---|
| 3159 | * manalysis/MMcCalibrationUpdate.[h,cc]
|
|---|
| 3160 | - Now the container MCalibrationCam is not created or modified if
|
|---|
| 3161 | it is found that one such container already exists in the
|
|---|
| 3162 | Parameter list (from a previous calibration).
|
|---|
| 3163 |
|
|---|
| 3164 |
|
|---|
| 3165 |
|
|---|
| 3166 | 2004/01/21: Thomas Bretz
|
|---|
| 3167 |
|
|---|
| 3168 | * mraw/MRawRead.cc:
|
|---|
| 3169 | - restore the fake time for all runs (current time stamp in
|
|---|
| 3170 | the data seems to be toally nonsense)
|
|---|
| 3171 |
|
|---|
| 3172 | * mraw/MRawEvtHeader.cc:
|
|---|
| 3173 | - removed decoding of real time (current time stamp in the data
|
|---|
| 3174 | seems to be toally nonsense)
|
|---|
| 3175 |
|
|---|
| 3176 |
|
|---|
| 3177 |
|
|---|
| 3178 | 2004/01/21: Abelardo Moralejo
|
|---|
| 3179 |
|
|---|
| 3180 | * mmc/MMcEvt.hxx
|
|---|
| 3181 | - Uncommented 6 Getter functions (those regarding the number of
|
|---|
| 3182 | photons surviving the different stages of simulation).
|
|---|
| 3183 |
|
|---|
| 3184 | * manalysis/MMcCalibrationUpdate.[h,cc]
|
|---|
| 3185 | - Added (see below).
|
|---|
| 3186 |
|
|---|
| 3187 | * manalysis/MMcCalibrationCalc.[h,cc]
|
|---|
| 3188 | - Removed: changed name of this class to MMcCalibrationUpdate,
|
|---|
| 3189 | which is more representative of what it really does. Moved
|
|---|
| 3190 | the filling of the MCalibrationCam container from Process to
|
|---|
| 3191 | ReInit, since it does not change on an event by event basis.
|
|---|
| 3192 | Simplified PreProcess (MCalibrationCam was searched for twice).
|
|---|
| 3193 | Updated class description and comments.
|
|---|
| 3194 |
|
|---|
| 3195 | * manalysis/Makefile, AnalysisLinkDef.h
|
|---|
| 3196 | - Adapted to change above
|
|---|
| 3197 |
|
|---|
| 3198 | * macros/starmc.C
|
|---|
| 3199 | - Adapted to change above. Changed also task instance name from
|
|---|
| 3200 | mccalibcalc to mccalibupdate.
|
|---|
| 3201 |
|
|---|
| 3202 |
|
|---|
| 3203 |
|
|---|
| 3204 | 2004/01/21: Raquel de los Reyes
|
|---|
| 3205 |
|
|---|
| 3206 | * mreport/MReportCC.h, mreport/MReportTrigger.h, mcamera/MCameraHV.h
|
|---|
| 3207 | and mcamera/MCameraCalibration.h
|
|---|
| 3208 | - Added the "Get" functions (e.g GetStatus() for fStatus) to access
|
|---|
| 3209 | the private data members of the class.
|
|---|
| 3210 |
|
|---|
| 3211 |
|
|---|
| 3212 |
|
|---|
| 3213 | 2004/01/20: Thomas Hengstebeck
|
|---|
| 3214 |
|
|---|
| 3215 | * mranforest/MRanForestCalc.[h,cc]
|
|---|
| 3216 | - Added member functions Grow (training of RF) and Fill (reading in
|
|---|
| 3217 | trained forest from file) which simplify macros.
|
|---|
| 3218 | One just needs to call them instead of using MRanForestGrow and
|
|---|
| 3219 | MRanForestFill (and the related training and fill loops) in a
|
|---|
| 3220 | macro.
|
|---|
| 3221 |
|
|---|
| 3222 |
|
|---|
| 3223 |
|
|---|
| 3224 | 2004/01/20: Abelardo moralejo
|
|---|
| 3225 |
|
|---|
| 3226 | * manalysis/MMcCalibrationCalc.cc
|
|---|
| 3227 | - removed call to MCalibrationPix::SetPedestal, which was not
|
|---|
| 3228 | needed.
|
|---|
| 3229 |
|
|---|
| 3230 |
|
|---|
| 3231 |
|
|---|
| 3232 | 2004/01/20: Thomas Bretz
|
|---|
| 3233 |
|
|---|
| 3234 | * Makefile:
|
|---|
| 3235 | - replaced 'make' by '$(MAKE)'
|
|---|
| 3236 |
|
|---|
| 3237 | * Makefile.rules:
|
|---|
| 3238 | - added Makefile itself to dependencies
|
|---|
| 3239 |
|
|---|
| 3240 | * mbase/MTask.cc:
|
|---|
| 3241 | - added comment about ReInit
|
|---|
| 3242 |
|
|---|
| 3243 | * mhbase/MH.cc:
|
|---|
| 3244 | - do not clear pad in DrawClone if 'same' option given
|
|---|
| 3245 |
|
|---|
| 3246 | * mhist/MHVsTime.cc:
|
|---|
| 3247 | - evaluate 'same' option
|
|---|
| 3248 |
|
|---|
| 3249 | * mfileio/MReadCurrents.[h,cc]:
|
|---|
| 3250 | - obsolete, removed
|
|---|
| 3251 |
|
|---|
| 3252 | * manalysis/MCerPhotEvt.cc, manalysis/MCerPhotPix.cc:
|
|---|
| 3253 | - added some comments
|
|---|
| 3254 |
|
|---|
| 3255 |
|
|---|
| 3256 |
|
|---|
| 3257 | 2004/01/20: Abelardo moralejo
|
|---|
| 3258 |
|
|---|
| 3259 | * mcalib/MHCalibrationPINDiode.cc
|
|---|
| 3260 | - Added call to SetDirecory(0) for histograms fHErrCharge,
|
|---|
| 3261 | fHPCharge, fHPTime.
|
|---|
| 3262 |
|
|---|
| 3263 | * manalysis/MCerPhotPix.h:
|
|---|
| 3264 | - Changed position of declaration of fIsSaturated to be the last
|
|---|
| 3265 | private variable. Otherwise, since in the constructor it is
|
|---|
| 3266 | initialized in the last place, a warning is displayed upon
|
|---|
| 3267 | compilation in some systems.
|
|---|
| 3268 |
|
|---|
| 3269 |
|
|---|
| 3270 |
|
|---|
| 3271 | 2004/01/20: Markus Gaug
|
|---|
| 3272 | * mcalib/Makefile, manalysis/Makefile:
|
|---|
| 3273 | - include directory ../mtools
|
|---|
| 3274 |
|
|---|
| 3275 | * mtools/MFFT.[h,cc]
|
|---|
| 3276 | - class inherits from TObject now
|
|---|
| 3277 |
|
|---|
| 3278 |
|
|---|
| 3279 |
|
|---|
| 3280 | 2004/01/19: Markus Gaug
|
|---|
| 3281 |
|
|---|
| 3282 | * mcalib/MHCalibrationBlindPixel.[h,cc]
|
|---|
| 3283 | - fixed a bug in fFitLegend due to which program crashed by calls
|
|---|
| 3284 | to DrawClone
|
|---|
| 3285 | - Modified way to change the fit function
|
|---|
| 3286 |
|
|---|
| 3287 | * mcalib/MHCalibrationPixel.[h,cc]
|
|---|
| 3288 | - reordered function calls
|
|---|
| 3289 | - removed SetupFill
|
|---|
| 3290 |
|
|---|
| 3291 | * mcalib/MHCalibrationPINDiode.h
|
|---|
| 3292 | - reordered function calls
|
|---|
| 3293 |
|
|---|
| 3294 | * mcalib/MCalibrationPix.[h,cc]
|
|---|
| 3295 | - limits to define fFitValid now as variables in class
|
|---|
| 3296 |
|
|---|
| 3297 | * mcalib/MCalibrationCam.[h,cc]
|
|---|
| 3298 | - reordered function calls
|
|---|
| 3299 | - incorporate option to exclude pixels
|
|---|
| 3300 |
|
|---|
| 3301 | * mcalib/MCalibrationBlindPix.h
|
|---|
| 3302 | - Modified way to change the fit function
|
|---|
| 3303 |
|
|---|
| 3304 | * mcalib/MCalibrationCalc.[h,cc]
|
|---|
| 3305 | - Modified way to change the fit function
|
|---|
| 3306 | - incorporate option to exclude pixels from configuration file
|
|---|
| 3307 |
|
|---|
| 3308 | * macros/calibration.C
|
|---|
| 3309 | - Modified way to change the fit function
|
|---|
| 3310 | - incorporate option to exclude pixels from configuration file
|
|---|
| 3311 |
|
|---|
| 3312 |
|
|---|
| 3313 |
|
|---|
| 3314 | 2004/01/19: Javier Rico
|
|---|
| 3315 |
|
|---|
| 3316 | * manalysis/MPedCalcPedRun.cc, manalysis/MPedPhotCalc.cc
|
|---|
| 3317 | - Added documentation of member functions
|
|---|
| 3318 |
|
|---|
| 3319 |
|
|---|
| 3320 |
|
|---|
| 3321 | 2004/01/19: Abelardo Moralejo
|
|---|
| 3322 |
|
|---|
| 3323 | * manalysis/MCerPhotPix.[h,cc]
|
|---|
| 3324 | - Added fIsSaturated to flag whether low gain of the pixel is
|
|---|
| 3325 | saturated. Added corresponding getter and setter functions.
|
|---|
| 3326 | Updated ClassDef to version 2.
|
|---|
| 3327 |
|
|---|
| 3328 | * mcalib/MCalibrate.cc
|
|---|
| 3329 | - Set the new saturation flag of MCerPhotPix to kTRUE if at least
|
|---|
| 3330 | one low gain FADC slice is saturated.
|
|---|
| 3331 |
|
|---|
| 3332 | * mimage/MNewImagePar.[h,cc]
|
|---|
| 3333 | - Added new member variable fNumSaturatedPixels to count how many
|
|---|
| 3334 | pixels were saturated. Updated ClassDef to version 2.
|
|---|
| 3335 |
|
|---|
| 3336 |
|
|---|
| 3337 |
|
|---|
| 3338 | 2004/01/19: Thomas Bretz
|
|---|
| 3339 |
|
|---|
| 3340 | * manalysis/MPedPhotCalc.[cc,h]:
|
|---|
| 3341 | - fixed order of includes
|
|---|
| 3342 | - removed obsolete forward declarations
|
|---|
| 3343 | - removed obsolete data member fNumPixels (stored already twice in
|
|---|
| 3344 | the two TArrayF)
|
|---|
| 3345 | - fixed some small bugs in the documentation
|
|---|
| 3346 |
|
|---|
| 3347 | * manalysis/MPedCalcPedRun.cc:
|
|---|
| 3348 | - updated my eMail address
|
|---|
| 3349 |
|
|---|
| 3350 |
|
|---|
| 3351 |
|
|---|
| 3352 | 2004/01/19: Javier Rico
|
|---|
| 3353 |
|
|---|
| 3354 | * macros/dohtml.C, NEWS
|
|---|
| 3355 | - include some missing info
|
|---|
| 3356 |
|
|---|
| 3357 |
|
|---|
| 3358 |
|
|---|
| 3359 | 2004/01/19: Abelardo Moralejo
|
|---|
| 3360 |
|
|---|
| 3361 | * manalysis/MExtractedSignalPix.h
|
|---|
| 3362 | - added GetNumLoGainSaturated()
|
|---|
| 3363 |
|
|---|
| 3364 |
|
|---|
| 3365 |
|
|---|
| 3366 | 2004/01/19: Markus Gaug
|
|---|
| 3367 |
|
|---|
| 3368 | * macros/dohtml.C
|
|---|
| 3369 | - include calibration.C
|
|---|
| 3370 |
|
|---|
| 3371 | * manalysis/MExtractSignal.cc
|
|---|
| 3372 | - warning of logain saturation now only once per event (out of loop)
|
|---|
| 3373 |
|
|---|
| 3374 | * mcalib/MCalibrationCalc.cc, mcalib/MCalibrationPix.[h,cc]
|
|---|
| 3375 | - new Flag fExcluded to indicate if pixel has been excluded from
|
|---|
| 3376 | further analysis
|
|---|
| 3377 |
|
|---|
| 3378 |
|
|---|
| 3379 |
|
|---|
| 3380 | 2004/01/16: Javier Rico & Pepe Flix
|
|---|
| 3381 |
|
|---|
| 3382 | * manalysis/MPedPhotCalc.[cc,h]
|
|---|
| 3383 | - added
|
|---|
| 3384 | - new class for the evaluation of pedestals in units of photons
|
|---|
| 3385 | using the extracted signal from pedestal runs and calibration
|
|---|
| 3386 | constants defined in MCalibrate
|
|---|
| 3387 |
|
|---|
| 3388 | * manalysis/AnalysisLinkDef.h, manalysis/Makefile
|
|---|
| 3389 | - added entries for MPedPhotCalc
|
|---|
| 3390 |
|
|---|
| 3391 | * macros/pedphotcalc.C
|
|---|
| 3392 | - added
|
|---|
| 3393 | - example on how to use MPedPhotCalc task
|
|---|
| 3394 |
|
|---|
| 3395 |
|
|---|
| 3396 |
|
|---|
| 3397 | 2004/01/16: Markus Gaug
|
|---|
| 3398 |
|
|---|
| 3399 | * mcalib/MCalibrationFits.h
|
|---|
| 3400 | - removed and incorporated in MHCalibrationBlindPixel.h
|
|---|
| 3401 |
|
|---|
| 3402 | * mcalib/MHCalibrationBlindPixel.[h,cc], mcalib/MHCalibrationConfig.h,
|
|---|
| 3403 | mcalib/MCalibrationBlindPix.h:
|
|---|
| 3404 | - incorporate Fit functions
|
|---|
| 3405 | - fixed a bug due to which DrawClone crashed when class was used
|
|---|
| 3406 | in a compiled macro
|
|---|
| 3407 |
|
|---|
| 3408 | * mcalib/MCalibrationCalc.cc, mcalib/MCalibrationPix.cc,
|
|---|
| 3409 | mcalib/MCalibrationBlindPix.cc, mcalib/MCalibrationPINDiode.cc,
|
|---|
| 3410 | mcalib/MCalibrationCam.cc, mcalib/MHCalibrationBlindPixel.cc,
|
|---|
| 3411 | mcalib/MHCalibrationPixel.cc:
|
|---|
| 3412 | - fixed the warns and errs in fLog's
|
|---|
| 3413 |
|
|---|
| 3414 |
|
|---|
| 3415 |
|
|---|
| 3416 | 2004/01/16: Abelardo Moralejo
|
|---|
| 3417 |
|
|---|
| 3418 | * manalysis/MMcCalibrationCalc.cc
|
|---|
| 3419 | - TMath::Max() is no longer used because it did not compile in some
|
|---|
| 3420 | systems for unkown reasons. I replaced it by a safer (and may be
|
|---|
| 3421 | slower) code.
|
|---|
| 3422 | - Added calpix.SetFitValid();
|
|---|
| 3423 |
|
|---|
| 3424 | * mhist/MHEvent.cc
|
|---|
| 3425 | - In MHEvent::Fill, fixed: second parameter of SetCamContent must
|
|---|
| 3426 | be 1 in case of RMS:
|
|---|
| 3427 | case kEvtPedestalRMS:
|
|---|
| 3428 | fHist->SetCamContent(*(MCamEvent*)par, 1);
|
|---|
| 3429 |
|
|---|
| 3430 |
|
|---|
| 3431 |
|
|---|
| 3432 | 2004/01/15: Abelardo Moralejo
|
|---|
| 3433 |
|
|---|
| 3434 | * macros/starmc.C
|
|---|
| 3435 | - Added. Version of star showing new chain to get Hillas
|
|---|
| 3436 | parameters (with Size calibrated in photons) from MC files.
|
|---|
| 3437 |
|
|---|
| 3438 |
|
|---|
| 3439 |
|
|---|
| 3440 | 2004/01/15: Javier Rico
|
|---|
| 3441 |
|
|---|
| 3442 | * manalysis/MPedCalcPedRun.[h,cc]
|
|---|
| 3443 | - optimize the running time
|
|---|
| 3444 | - add (some) documentation
|
|---|
| 3445 | - correct treatment for the case of several input files
|
|---|
| 3446 |
|
|---|
| 3447 | * macros/pedvsevent.C
|
|---|
| 3448 | - added
|
|---|
| 3449 | - draw pedestal mean and rms vs event# for input pixel# and run
|
|---|
| 3450 | file, and compares them to the global pedestal mean and rms
|
|---|
| 3451 |
|
|---|
| 3452 |
|
|---|
| 3453 |
|
|---|
| 3454 | 2004/01/15: Raquel de los Reyes
|
|---|
| 3455 |
|
|---|
| 3456 | * mhist/MHCamEvent.cc, mhist/MHCamera.cc
|
|---|
| 3457 | - changed the MHCamEvent::SetupFill and MHCamera::GetBinError
|
|---|
| 3458 | functions to compute the estimation of the error of the
|
|---|
| 3459 | mean. It can be done calling to the function
|
|---|
| 3460 | MCamEvent::SetBit(MHCamera::kVariance) in the macro
|
|---|
| 3461 |
|
|---|
| 3462 |
|
|---|
| 3463 |
|
|---|
| 3464 | 2004/01/15: Markus Gaug
|
|---|
| 3465 |
|
|---|
| 3466 | * mhist/MHCamera.[h,cc]
|
|---|
| 3467 | - incorporate Thomas's changes
|
|---|
| 3468 | - replace void CreateProjection() by TH1D *Projection(const char*)
|
|---|
| 3469 |
|
|---|
| 3470 | * macros/calibration.C
|
|---|
| 3471 | - replace MHCamera->Draw("proj") by MHCamera->Projection()
|
|---|
| 3472 | - produce better fits to the projection
|
|---|
| 3473 |
|
|---|
| 3474 | * manalysis/MSimulatedAnnealing.[h,cc],
|
|---|
| 3475 | mhist/MHSimulatedAnnealing.[h,cc]:
|
|---|
| 3476 | - moved to directory mtools
|
|---|
| 3477 | - MSimulatedAnnealing now inherits from TObject
|
|---|
| 3478 |
|
|---|
| 3479 | * manalysis/Makefile, manalysis/AnalysisLinkDef.h,
|
|---|
| 3480 | mhist/Makefile, mhist/HistLinkDef.h:
|
|---|
| 3481 | - removed MSimulatedAnnealing
|
|---|
| 3482 | - removed MHSimulatedAnnealing
|
|---|
| 3483 |
|
|---|
| 3484 | * mtools/Makefile, mtools/AnalysisLinkDef.h:
|
|---|
| 3485 | - added MSimulatedAnnealing
|
|---|
| 3486 | - added MHSimulatedAnnealing
|
|---|
| 3487 |
|
|---|
| 3488 |
|
|---|
| 3489 |
|
|---|
| 3490 | 2004/01/15: Thomas Bretz
|
|---|
| 3491 |
|
|---|
| 3492 | * manalysis/AnalysisLinkDef.h:
|
|---|
| 3493 | - removed MCurrents
|
|---|
| 3494 |
|
|---|
| 3495 | * mhist/MHCamera.[h,cc]:
|
|---|
| 3496 | - added member function Projection
|
|---|
| 3497 | - removed fYproj
|
|---|
| 3498 |
|
|---|
| 3499 | * mreport/MReport*.*:
|
|---|
| 3500 | - added more comments
|
|---|
| 3501 |
|
|---|
| 3502 |
|
|---|
| 3503 |
|
|---|
| 3504 | 2004/01/14: Markus Gaug
|
|---|
| 3505 |
|
|---|
| 3506 | * mtools/MFFT.[h,cc]
|
|---|
| 3507 | - new class to perform Fast Fourier Transforms
|
|---|
| 3508 |
|
|---|
| 3509 | * mtools/Makefile
|
|---|
| 3510 | * mtools/ToolsLinkDef.h
|
|---|
| 3511 | - include MFFT
|
|---|
| 3512 |
|
|---|
| 3513 | * manalysis/MExtractedSignalCam.h
|
|---|
| 3514 | - removed variables fNumHiGainSamples and fNumLoGainSamples
|
|---|
| 3515 | - function SetNumUsedFADCSlices replaced by SetUsedFADCSlices
|
|---|
| 3516 |
|
|---|
| 3517 | * manalysis/MExtractSignal.cc
|
|---|
| 3518 | - updated call to SetUsedFADCSlices
|
|---|
| 3519 |
|
|---|
| 3520 |
|
|---|
| 3521 |
|
|---|
| 3522 | 2004/01/14: Abelardo Moralejo
|
|---|
| 3523 |
|
|---|
| 3524 | * manalysis/MMcCalibrationCalc.cc:
|
|---|
| 3525 | - set pedestal rms per FADC slice to 0.01 counts in case it is 0.
|
|---|
| 3526 | This can happen (depending on camera simulation parameters), and
|
|---|
| 3527 | rms = 0 later resulted in the pixel being eliminated in the
|
|---|
| 3528 | image cleaning.
|
|---|
| 3529 |
|
|---|
| 3530 |
|
|---|
| 3531 |
|
|---|
| 3532 | 2004/01/14: Thomas Bretz
|
|---|
| 3533 |
|
|---|
| 3534 | * Makefile:
|
|---|
| 3535 | - replaced old style Makefile.depend by directory specific
|
|---|
| 3536 | dependancy files
|
|---|
| 3537 |
|
|---|
| 3538 | * Makefile.rules:
|
|---|
| 3539 | - changed obsolete '.cc.o' style to newer style '%.o: %.c'
|
|---|
| 3540 | - added rule to make dependency files
|
|---|
| 3541 | - added rule to remove dependancy files.
|
|---|
| 3542 | - added rmdep as prerequisite to clean
|
|---|
| 3543 | - include dependency file
|
|---|
| 3544 |
|
|---|
| 3545 | * mbase/Makefile, mcalib/Makefile, mcamera/Makefile,
|
|---|
| 3546 | mdata/Makefile, mfileio/Makefile, mfilter/Makefile,
|
|---|
| 3547 | mgeom/Makefile, mgui/Makefile, mhbase/Makefile,
|
|---|
| 3548 | mhist/Makefile, mhistmc/Makefile, mimage/Makefile,
|
|---|
| 3549 | mmain/Makefile, mmc/Makefile, mmontecarlo/Makefile,
|
|---|
| 3550 | mpointing/Makefile, mranforest/Makefile, mraw/Makefile,
|
|---|
| 3551 | mreflector/Makefile, mreport/Makefile, mtemp/Makefile,
|
|---|
| 3552 | mtools/Makefile:
|
|---|
| 3553 | - removed clean-rule, use the one in Makefile.rules instead
|
|---|
| 3554 |
|
|---|
| 3555 | * mreport/Makefile, mreport/ReportLinkDef.h:
|
|---|
| 3556 | - added MReportHelp
|
|---|
| 3557 |
|
|---|
| 3558 | * mreport/MReportFileRead.cc:
|
|---|
| 3559 | - moved code from MReportHelp to new file
|
|---|
| 3560 | - removed usage of MReport class completely
|
|---|
| 3561 |
|
|---|
| 3562 | * mfilter/MFGeomag.[h,cc]:
|
|---|
| 3563 | - fixed a bug which causes MFGeomag to fail if MARSSYS is not set
|
|---|
| 3564 | - changed the second loop from 0->1151 to 1152->2304
|
|---|
| 3565 | - removed dummy arrays used for reading
|
|---|
| 3566 | - output filename in case of 'file not found'
|
|---|
| 3567 | - removed obsolete data members
|
|---|
| 3568 | - removed obsolete Init function
|
|---|
| 3569 | - removed forbidden underscore from member variable
|
|---|
| 3570 | - changed wrong 0/1 in allocation of fResult into kFALSE/TRUE
|
|---|
| 3571 |
|
|---|
| 3572 | * mbase/MStatusDisplay.[h,cc]:
|
|---|
| 3573 | - added new member function Open
|
|---|
| 3574 | - added new menu entry kFileOpen
|
|---|
| 3575 | - changed UpdatePSheader algorithm (the old one was much too slow)
|
|---|
| 3576 |
|
|---|
| 3577 | * manalysis/MCurrents.[h,cc]:
|
|---|
| 3578 | - removed (old outdated)
|
|---|
| 3579 |
|
|---|
| 3580 | * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
|
|---|
| 3581 | - removed MCurrents
|
|---|
| 3582 |
|
|---|
| 3583 |
|
|---|
| 3584 |
|
|---|
| 3585 | 2004/01/14: Wolfgang Wittek
|
|---|
| 3586 |
|
|---|
| 3587 | * macros/ONOFFAnalysis.C:
|
|---|
| 3588 | - current version
|
|---|
| 3589 |
|
|---|
| 3590 | * mhist/MHSigmaTheta.[h,cc]:
|
|---|
| 3591 | - replace MPedestalCam by MPedPhotCam
|
|---|
| 3592 |
|
|---|
| 3593 | * manalysis/MPad.[h,cc], manalysus/MSigmabar.[h,cc],
|
|---|
| 3594 | manalysus/MSigmabarCalc.[h,cc], manalysus/MCT1PadONOFF.[h,cc],
|
|---|
| 3595 | manalysus/MCT1PadSchweizer.[h,cc], manalysus/MPadding.[h,cc]:
|
|---|
| 3596 | - replace MPedestalCam by MPedPhotCam
|
|---|
| 3597 |
|
|---|
| 3598 | * manalysis/MPedPhotPix.[h,cc]
|
|---|
| 3599 | - uncomment SetRms()
|
|---|
| 3600 |
|
|---|
| 3601 |
|
|---|
| 3602 |
|
|---|
| 3603 | 2004/01/13: Markus Gaug
|
|---|
| 3604 |
|
|---|
| 3605 | * manalysis/MExtractSignal.h
|
|---|
| 3606 | - seems that the reduced light intensity of the CT1 Pulser
|
|---|
| 3607 | results in broader pulses -> Set Default time slices to [3,10]
|
|---|
| 3608 |
|
|---|
| 3609 | * mhist/MHCamera.cc
|
|---|
| 3610 | - make Stat Window in option 'proj' bigger
|
|---|
| 3611 | - add comment line at beginning of Draw()
|
|---|
| 3612 |
|
|---|
| 3613 | * mcalib/MHCalibrationBlindPixel.[h.cc]
|
|---|
| 3614 | - add Function DrawClone()
|
|---|
| 3615 | - fix bug in calculation of integral (GetIntegral("width"))
|
|---|
| 3616 | - restrict parameters tighter
|
|---|
| 3617 | - declare fit as not valid, if less than 100 events
|
|---|
| 3618 | in single photo-electron peak
|
|---|
| 3619 |
|
|---|
| 3620 | * mcalib/MCalibrationFits.h, mcalib/MHCalibrationBlindPixel.[h.cc]
|
|---|
| 3621 | - fit now with fixed normalization
|
|---|
| 3622 |
|
|---|
| 3623 | * mcalib/MHCalibrationPixel.[h.cc]
|
|---|
| 3624 | - new function IsEmpty()
|
|---|
| 3625 | - Time fit accepted if ChiSquare less than 30. (instead of 20.)
|
|---|
| 3626 |
|
|---|
| 3627 | * mcalib/MCalibrationPix.[h.cc]
|
|---|
| 3628 | - F-Factor corrected and added error
|
|---|
| 3629 | - Histograms not fitted if they are empty
|
|---|
| 3630 | - rejection criteria of fitted charges now > 5 PedRMS (instead 3)
|
|---|
| 3631 |
|
|---|
| 3632 | * mcalib/MCalibrationCam.cc
|
|---|
| 3633 | - Square Root of Reduced Sigmas not taken, if they are < 0.
|
|---|
| 3634 | - Reduced Sigma / Charge squared replaced by reduced sigma / charge
|
|---|
| 3635 |
|
|---|
| 3636 | * mcalib/MCalibrationCalc.cc
|
|---|
| 3637 | - Blind Pixel is not additionally treated as normal pixel any more
|
|---|
| 3638 | - Blind Pixel Draw replaced by DrawClone
|
|---|
| 3639 |
|
|---|
| 3640 | * macros/calibration.C
|
|---|
| 3641 | - took out some unused code
|
|---|
| 3642 | - some default axis labelling corrected
|
|---|
| 3643 |
|
|---|
| 3644 |
|
|---|
| 3645 |
|
|---|
| 3646 | 2004/01/13: Abelardo Moralejo
|
|---|
| 3647 |
|
|---|
| 3648 | * manalysis/MMcPedestalCopy.cc
|
|---|
| 3649 | - added check of whether input file is a MC file before executing
|
|---|
| 3650 | the PreProcess.
|
|---|
| 3651 |
|
|---|
| 3652 |
|
|---|
| 3653 |
|
|---|
| 3654 | 2004/01/13: Wolfgang Wittek
|
|---|
| 3655 |
|
|---|
| 3656 | * macros/ONOFFAnalysis.C, macros/ONAnalysis.C:
|
|---|
| 3657 | - change macro to handle also MC events with finite sigmabar
|
|---|
| 3658 |
|
|---|
| 3659 | * manalysis/MPadOn.[h,cc]:
|
|---|
| 3660 | - deleted, is replaced by MPad
|
|---|
| 3661 |
|
|---|
| 3662 | * manalysis/MPadOnOFF.[h,cc]:
|
|---|
| 3663 | - deleted, is replaced by MPad
|
|---|
| 3664 |
|
|---|
| 3665 | * manalysis/MPad.[h,cc]:
|
|---|
| 3666 | - new class, replacing MPadON and MPadONOFF
|
|---|
| 3667 | - handle also MC events with finite sigmabar
|
|---|
| 3668 |
|
|---|
| 3669 | * manalysis/Makefile, manalysis/AnalysisLinkDef.h:
|
|---|
| 3670 | - replace MPadON and MPadONOFF by MPad
|
|---|
| 3671 |
|
|---|
| 3672 |
|
|---|
| 3673 |
|
|---|
| 3674 | 2004/01/13: Thomas Bretz
|
|---|
| 3675 |
|
|---|
| 3676 | * mraw/MRawRunHeader.[h,cc]:
|
|---|
| 3677 | - implemented new member function GetRunTypeStr
|
|---|
| 3678 |
|
|---|
| 3679 | * Changelog.03:
|
|---|
| 3680 | - added (contains entries of 2003)
|
|---|
| 3681 |
|
|---|
| 3682 | * Changelog:
|
|---|
| 3683 | - removed entries of 2003
|
|---|
| 3684 |
|
|---|
| 3685 | * mfilter/MFGeomag.cc:
|
|---|
| 3686 | - simplified open/close of input files
|
|---|
| 3687 |
|
|---|
| 3688 | * manalysis/MEventRate.[h,cc], manalysis/MEventRateCalc.cc:
|
|---|
| 3689 | - added some comments
|
|---|
| 3690 | - added new member function GetError
|
|---|
| 3691 |
|
|---|
| 3692 | * Makefile:
|
|---|
| 3693 | - updated 'make dox' output for convinience
|
|---|
| 3694 |
|
|---|
| 3695 | * macros/dohtml.C:
|
|---|
| 3696 | - do not print Info's
|
|---|
| 3697 | - added mcamera
|
|---|
| 3698 | - added mpointing
|
|---|
| 3699 | - added mreport
|
|---|
| 3700 |
|
|---|
| 3701 | * mreport/MReportCurrents.cc, mreport/MReportDAQ.cc:
|
|---|
| 3702 | - removed some obsolete comments (these comments confused THtml)
|
|---|
| 3703 |
|
|---|
| 3704 | * manalysis/MCameraData.[h,cc], mfileio/MCT1ReadAscii.[h,cc],
|
|---|
| 3705 | mfileio/MCT1ReadPreProc.[h,cc], mfilter/MFCT1SelBasic.cc,
|
|---|
| 3706 | mfilter/MFSelBasic.cc, mhist/MHCamera.cc, mhist/MHEvent.[h,cc],
|
|---|
| 3707 | mimage/MImgCleanStd.[h,cc], mimage/MImgCleanTGB.[h,cc],
|
|---|
| 3708 | mmain/MAnalysis.cc, mmain/MEventDisplay.cc:
|
|---|
| 3709 | - replaced MPedestalCam by MPedPhotCam
|
|---|
| 3710 | - removed some obsolete includes
|
|---|
| 3711 |
|
|---|
| 3712 | * mbase/BaseLinkDef.h, mbase/Makefile:
|
|---|
| 3713 | - added MLogPlugin
|
|---|
| 3714 | - added MLogHtml
|
|---|
| 3715 |
|
|---|
| 3716 | * mbase/MLog.[h,cc]:
|
|---|
| 3717 | - added use of plugins
|
|---|
| 3718 |
|
|---|
| 3719 | * mbase/MLogPlugin.[h,cc], mbase/MLogHtml.[h,cc]:
|
|---|
| 3720 | - added
|
|---|
| 3721 |
|
|---|
| 3722 | * mbase/MStatusDisplay.[h,cc]:
|
|---|
| 3723 | - added a Save-As dialog
|
|---|
| 3724 |
|
|---|
| 3725 |
|
|---|
| 3726 |
|
|---|
| 3727 | 2004/01/12: Thomas Bretz
|
|---|
| 3728 |
|
|---|
| 3729 | * macros/rootlogon.C:
|
|---|
| 3730 | - added mcamera to include path
|
|---|
| 3731 | - added mpointing to include path
|
|---|
| 3732 | - added mreport to include path
|
|---|
| 3733 |
|
|---|
| 3734 | * mbase/MLog.cc:
|
|---|
| 3735 | - updated my eMail address
|
|---|
| 3736 |
|
|---|
| 3737 | * mbase/MParContainer.h:
|
|---|
| 3738 | - added Read member function
|
|---|
| 3739 |
|
|---|
| 3740 | * mbase/MStatusDisplay.[h,cc]:
|
|---|
| 3741 | - changed size of ps-paper
|
|---|
| 3742 | - added a user defined bottom line to the ps-files
|
|---|
| 3743 | - added name (currently unused)
|
|---|
| 3744 | - added title (used as possible bottom line in ps-file)
|
|---|
| 3745 |
|
|---|
| 3746 | * mraw/MRawRunHeader.cc:
|
|---|
| 3747 | - added some comments
|
|---|
| 3748 |
|
|---|
| 3749 | * status.cc:
|
|---|
| 3750 | - set name of input as bottom line of status display
|
|---|
| 3751 |
|
|---|
| 3752 |
|
|---|
| 3753 |
|
|---|
| 3754 | 2004/01/12: Abelardo Moralejo
|
|---|
| 3755 |
|
|---|
| 3756 | * mimage/MStereoPar.cc
|
|---|
| 3757 | - fixed mistake: now fSourceY = scale1*hillas1.GetMeanY() + ...
|
|---|
| 3758 | instead of fSourceY = scale2*hillas1.GetMeanY() + ...
|
|---|
| 3759 | Bug had no effect unless scale1 != scale2 (-> telescopes of
|
|---|
| 3760 | different size).
|
|---|
| 3761 |
|
|---|
| 3762 |
|
|---|
| 3763 |
|
|---|
| 3764 | 2004/01/12: Markus Gaug
|
|---|
| 3765 |
|
|---|
| 3766 | * manalysis/MExtractSignal.[h,cc]
|
|---|
| 3767 | - take out some uncommented code
|
|---|
| 3768 | - replace logainshift by two independent variables:
|
|---|
| 3769 | logainfirst, logainlast
|
|---|
| 3770 | - because in most data, maximum occurs in slice 4, shift default
|
|---|
| 3771 | from slices 4-9 to slices 3-8.
|
|---|
| 3772 |
|
|---|
| 3773 | * manalysis/MExtractedSignalPix.[h,cc]
|
|---|
| 3774 | - took out some uncommented code
|
|---|
| 3775 | - new initializers: instead of -1. now 99999.9
|
|---|
| 3776 |
|
|---|
| 3777 |
|
|---|
| 3778 |
|
|---|
| 3779 | 2004/01/09: Markus Gaug
|
|---|
| 3780 |
|
|---|
| 3781 | * mcalib/MCalibrationCam.[h,cc]
|
|---|
| 3782 | - take out 1-dim histos because we can use
|
|---|
| 3783 | the projections in MHCamera (s.b.)
|
|---|
| 3784 |
|
|---|
| 3785 | * mcalib/MHCalibrationBlindPixel.h
|
|---|
| 3786 | - make the fit by default quiet
|
|---|
| 3787 |
|
|---|
| 3788 | * mcalib/MHCalibrationPixel.[h,cc]
|
|---|
| 3789 | * mcalib/MCalibrationPix.[h,cc]
|
|---|
| 3790 | - Ranges of time slices stored independently for HiGain and LoGain
|
|---|
| 3791 | in order to allow consecutive checks
|
|---|
| 3792 |
|
|---|
| 3793 | * mhist/MHCamera.[h.cc]
|
|---|
| 3794 | - add the possibility to call a Draw("proj") which will
|
|---|
| 3795 | draw a Y-Projection of the histogram
|
|---|
| 3796 |
|
|---|
| 3797 | * macros/calibration.C
|
|---|
| 3798 | - apply the drawing of the projections and fit them
|
|---|
| 3799 |
|
|---|
| 3800 | * mcalib/MCalibrationCalc.cc
|
|---|
| 3801 | - catch the possibility of a calibration file,
|
|---|
| 3802 | unintendedly being a pedestal or cosmic file.
|
|---|
| 3803 | Program now exits with an error before doing the fits
|
|---|
| 3804 |
|
|---|
| 3805 | * mcalib/MCalibrationPix.[h,cc]
|
|---|
| 3806 | - fixed a bug in calculation of fFitValid.
|
|---|
| 3807 | before, a call to IsFitValid() always returned false
|
|---|
| 3808 |
|
|---|
| 3809 |
|
|---|
| 3810 |
|
|---|
| 3811 | 2004/01/09: Javier L¢pez
|
|---|
| 3812 |
|
|---|
| 3813 | * macros/bootcampstandardanalysis.C
|
|---|
| 3814 | - added new macro that holds the main scheleton discussed in the
|
|---|
| 3815 | december bootcamp in Wuerzburg. It runs first over a pedestal
|
|---|
| 3816 | run, then over a calibration run, again over the pedestal run
|
|---|
| 3817 | to compute de pedestal in number of photons and finally over a
|
|---|
| 3818 | data run to calibrate the data.
|
|---|
| 3819 |
|
|---|
| 3820 |
|
|---|
| 3821 |
|
|---|
| 3822 | 2004/01/06: Sebastian Raducci
|
|---|
| 3823 |
|
|---|
| 3824 | * manalysis/MArrivalTime.[h,cc]
|
|---|
| 3825 | - added new method to calculate photon arrival times. It uses the
|
|---|
| 3826 | TSpline5 Root Class to interpolate the Fadc Slices. The time is
|
|---|
| 3827 | the abscissa value of the absolute maximum of the interpolation
|
|---|
| 3828 | - added new method to find clusters with similar arrival times.
|
|---|
| 3829 | For now it's a preliminary version. It simply search for adiacent
|
|---|
| 3830 | pixels having the same arrival time (color).
|
|---|
| 3831 |
|
|---|
| 3832 | * manalysis/MArrivalTimeCalc.[h,cc]
|
|---|
| 3833 | - modified the Process() method according to the changes in the
|
|---|
| 3834 | Arrival Time Cointainer
|
|---|
| 3835 |
|
|---|
| 3836 | * mmain/MEventDisplay.cc
|
|---|
| 3837 | - added new tab in the camera event display to show the arrival
|
|---|
| 3838 | time. This arrival time is calculated with the spline method
|
|---|
| 3839 | - the old Arrival Time pad now it's called Max Slice Idx, because
|
|---|
| 3840 | it's only the index of the slice with the max content.
|
|---|
| 3841 |
|
|---|
| 3842 | * mhist/MHEvent.[h,cc]
|
|---|
| 3843 | - added new fType in te enumeration to handle the arrival time
|
|---|
| 3844 | histos
|
|---|