CepGen 1.2.5
Central exclusive processes event generator
|
Typedefs | |
using | ProcessParticles = std::pair< std::vector< std::string >, std::vector< std::string > > |
Functions | |
ProcessParticles | unpackProcessParticles (const std::string &proc) |
Unpack the particles' content and role in the process from a string. | |
ParticleProperties | describeParticle (const std::string &part_name, const std::string &model="") |
Unpack all particle properties from MadGraph. | |
std::vector< std::string > | runCommand (const std::vector< std::string > &cmds, const std::string &card_path, bool keep_output=false) |
Run a mg5_aMC command and return its result. | |
std::string | normalise (const std::string &proc, const std::string &model="") |
Normalise a process name to make it computer-readable. | |
using ProcessParticles = std::pair<std::vector<std::string>, std::vector<std::string> > |
ParticleProperties describeParticle | ( | const std::string & | part_name, |
const std::string & | model = "" |
||
) |
std::string normalise | ( | const std::string & | proc, |
const std::string & | model = "" |
||
) |
std::vector< std::string > runCommand | ( | const std::vector< std::string > & | cmds, |
const std::string & | card_path, | ||
bool | keep_output = false |
||
) |
ProcessParticles unpackProcessParticles | ( | const std::string & | proc | ) |