laddu-generation 0.19.3

Monte Carlo event generation tools for laddu
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pub mod distributions;
pub mod topology;

pub use distributions::{
    Distribution, HistogramSampler, LadduGenRngExt, MandelstamTDistribution, SimpleDistribution,
};
pub use topology::{
    BatchIntensity, CompositeGenerator, EventGenerator, ExpressionIntensity, GeneratedBatch,
    GeneratedEventLayout, GeneratedParticle, GeneratedParticleLayout, GeneratedReaction,
    GeneratedReactionTopology, GeneratedStorage, GeneratedTwoToTwoReaction, GeneratedVertexKind,
    GeneratedVertexLayout, InitialGenerator, ParticleSpecies, Reconstruction, RejectionEnvelope,
    RejectionSampleIter, RejectionSampler, RejectionSamplingDiagnostics, RejectionSamplingOptions,
    StableGenerator,
};