cepgen is hosted by Hepforge, IPPP Durham
CepGen 1.2.5
Central exclusive processes event generator
Loading...
Searching...
No Matches
Core.py
Go to the documentation of this file.
1#!/usr/bin/env python
2
8
9# Includes for core components
10from .containers_cff import Module, Parameters, Sequence
11from .logger_cfi import Logging
12
13# Includes for physics components
14import StructureFunctions
15from .SigmaRatio_cff import SigmaRatio
16from .ProcessMode_cff import ProcessMode
17