[][src]Struct lhef::HEPRUP

pub struct HEPRUP {
    pub IDBMUP: [i32; 2],
    pub EBMUP: [f64; 2],
    pub PDFGUP: [i32; 2],
    pub PDFSUP: [i32; 2],
    pub IDWTUP: i32,
    pub NPRUP: i32,
    pub XSECUP: Vec<f64>,
    pub XERRUP: Vec<f64>,
    pub XMAXUP: Vec<f64>,
    pub LPRUP: Vec<i32>,
    pub info: String,
    pub attr: XmlAttr,
}

Generator run information

See https://arxiv.org/abs/hep-ph/0109068v1 for details on the fields.

Fields

IDBMUP: [i32; 2]

Beam IDs

EBMUP: [f64; 2]

Beam energies

PDFGUP: [i32; 2]

PDF groups

PDFSUP: [i32; 2]

PDF set IDs

IDWTUP: i32

Event weight specification

NPRUP: i32

Number of subprocesses

XSECUP: Vec<f64>

Subprocess cross sections

XERRUP: Vec<f64>

Subprocess cross section errors

XMAXUP: Vec<f64>

Subprocess maximum weights

LPRUP: Vec<i32>

Process IDs

info: String

Optional run information

attr: XmlAttr

Attributes in tag

Trait Implementations

impl Clone for HEPRUP[src]

impl Debug for HEPRUP[src]

impl PartialEq<HEPRUP> for HEPRUP[src]

impl StructuralPartialEq for HEPRUP[src]

Auto Trait Implementations

impl RefUnwindSafe for HEPRUP

impl Send for HEPRUP

impl Sync for HEPRUP

impl Unpin for HEPRUP

impl UnwindSafe for HEPRUP

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.