cepgen is hosted by Hepforge, IPPP Durham
CepGen 1.2.5
Central exclusive processes event generator
Loading...
Searching...
No Matches
GlobalFunctions.cpp File Reference
#include <atomic>
#include "CepGen/Core/Exception.h"
#include "CepGen/Generator.h"
#include "CepGen/Physics/MCDFileParser.h"
#include "CepGen/Physics/PDG.h"
#include "CepGen/Utils/Collections.h"
#include "CepGen/Utils/Environment.h"
#include "CepGen/Utils/Filesystem.h"
#include "CepGen/Utils/String.h"
#include "CepGen/Version.h"
#include <dlfcn.h>
+ Include dependency graph for GlobalFunctions.cpp:

Go to the source code of this file.

Namespaces

namespace  cepgen
 Common namespace for this Monte Carlo generator.
 
namespace  cepgen::utils
 Collection of utilities.
 

Functions

bool loadLibrary (const std::string &, bool match=false)
 Import a shared library in RTE Launch the initialisation procedure.
 
bool callPath (const std::string &local_path, bool(*callback)(const std::string &))
 
void initialise (bool safe_mode)
 
void printHeader ()
 Dump this program's header into the standard output stream.
 

Variables

std::atomic< int > gSignal
 Abort signal handler.