|
ObjCryst++
1.5CVS
|
Time-Of-Flight Correction. More...
Public Member Functions | |
| TOFCorr (const ScatteringData &data) | |
| virtual const string & | GetName () const |
| Get the name of this object. | |
| virtual const string & | GetClassName () const |
| Get the name of the class. | |
Public Member Functions inherited from ObjCryst::ScatteringCorr | |
| ScatteringCorr (const ScatteringData &data) | |
| Constructor, with the associated ScatteringData object. | |
| const CrystVector_REAL & | GetCorr () const |
| Get the vector of corrections for all reflections. | |
| const RefinableObjClock & | GetClockCorr () const |
| Get the value of the clock corresponding to the last time the correction was actually computed. | |
Protected Member Functions | |
| virtual void | CalcCorr () const |
| Do the computation of corrected intensities. | |
Additional Inherited Members | |
Protected Attributes inherited from ObjCryst::ScatteringCorr | |
| const ScatteringData * | mpData |
| The associated ScatteringData object. | |
| CrystVector_REAL | mCorr |
| The vector of correction to intensities. | |
| RefinableObjClock | mClockCorrCalc |
| The clock marking the last time the correction was calculated. | |
Time-Of-Flight Correction.

The angle of the detector is ignored, as it is just a scale factor.
1.8.1