#include <NCSpectrumInterpolator.h>
Public Member Functions | |
| ShiftInfo () | |
| ShiftInfo (std::vector< double > a, std::vector< TH1 * > b) | |
| bool | IsNominal () const |
Public Attributes | |
| std::vector< double > | shift |
| std::vector< TH1 * > | spectra |
|
|
Definition at line 54 of file NCSpectrumInterpolator.h. 00054 {}
|
|
||||||||||||
|
Definition at line 55 of file NCSpectrumInterpolator.h.
|
|
|
Definition at line 32 of file NCSpectrumInterpolator.cxx. References shift. 00033 {
00034 for(unsigned int n = 0; n < shift.size(); ++n)
00035 if(shift[n] != 0) return false;
00036 return true;
00037 }
|
|
|
Definition at line 58 of file NCSpectrumInterpolator.h. Referenced by NC::ISpectrumInterpolator::GetInputSpectra(), and IsNominal(). |
|
|
Definition at line 59 of file NCSpectrumInterpolator.h. Referenced by NC::ISpectrumInterpolator::GetInputSpectra(). |
1.3.9.1