cepgen is hosted by Hepforge, IPPP Durham
CepGen 1.2.5
Central exclusive processes event generator
Loading...
Searching...
No Matches
Version.cpp
Go to the documentation of this file.
1#include "CepGen/Version.h"
2
3namespace cepgen {
4 const std::string version::tag = "1.2.5";
5 const std::string version::extended = "(N/A)";
6 const std::string version::banner = "CepGen version "+version::tag+" ("+version::extended+")\n"
7 "Copyright (c) 2024 L. Forthomme.\n"
8 "License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>.\n"
9 "This is free software: you are free to change and redistribute it.\n"
10 "There is NO WARRANTY, to the extent permitted by law.";
11}
Common namespace for this Monte Carlo generator.
static const std::string tag
CepGen version.
Definition Version.h:28
static const std::string extended
CepGen detailed version.
Definition Version.h:30
static const std::string banner
CepGen banner.
Definition Version.h:32