[−][src]Struct lhapdf::PdfUncertainty
Structure for storage of uncertainty info calculated over a PDF error set.
Fields
central: f64The central value.
errplus: f64The unsymmetric error in positive direction.
errminus: f64The unsymmetric error in negative direction.
errsymm: f64The symmetric error.
scale: f64The scale factor needed to convert between the PDF set's default confidence level and the requested confidence level.
errplus_pdf: f64Extra variable for separate PDF and parameter variation errors with combined sets.
errminus_pdf: f64Extra variable for separate PDF and parameter variation errors with combined sets.
errsymm_pdf: f64Extra variable for separate PDF and parameter variation errors with combined sets.
err_par: f64Extra variable for separate PDF and parameter variation errors with combined sets.
Auto Trait Implementations
impl RefUnwindSafe for PdfUncertainty
impl Send for PdfUncertainty
impl Sync for PdfUncertainty
impl Unpin for PdfUncertainty
impl UnwindSafe for PdfUncertainty
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,