Struct lhe::event::Event [] [src]

pub struct Event {
    pub n: i32,
    pub id: i32,
    pub event_weight: f64,
    pub scale: f64,
    pub alpha_qed: f64,
    pub alpha_qcd: f64,
    pub particles: Vec<Particle>,
}

Fields

Trait Implementations

impl Debug for Event
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for Event
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

Auto Trait Implementations

impl Send for Event

impl Sync for Event