cepgen is hosted by Hepforge, IPPP Durham
CepGen N/A
Central exclusive processes event generator
Process.h File Reference
+ Include dependency graph for Process.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Process
 Class template to define any process to compute using this MC integrator/events generator. More...
 

Namespaces

namespace  cepgen
 Common namespace for this Monte Carlo generator.
 
namespace  cepgen::proc
 Location for all physics processes to be generated.
 

Typedefs

using ProcessPtr = std::unique_ptr<Process>
 Helper for a Process unique pointer.