cepgen is hosted by Hepforge, IPPP Durham
CepGen 1.2.3
A generic central exclusive processes event generator
Loading...
Searching...
No Matches
version Struct Reference

Collection of CepGen version information handlers. More...

#include <CepGen/Version.h>

Static Public Attributes

static const std::string tag = "1.2.3"
 CepGen version.
 
static const std::string extended = "(N/A)"
 CepGen detailed version.
 
static const std::string banner
 CepGen banner.
 

Detailed Description

Definition at line 26 of file Version.h.

Member Data Documentation

◆ banner

const std::string banner
static
Initial value:
= "CepGen version "+version::tag+" ("+version::extended+")\n"
"Copyright (c) 2024 L. Forthomme.\n"
"License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>.\n"
"This is free software: you are free to change and redistribute it.\n"
"There is NO WARRANTY, to the extent permitted by law."
static const std::string tag
CepGen version.
Definition Version.h:28
static const std::string extended
CepGen detailed version.
Definition Version.h:30

Definition at line 32 of file Version.h.

◆ extended

const std::string extended = "(N/A)"
static

Definition at line 30 of file Version.h.

◆ tag

const std::string tag = "1.2.3"
static

Definition at line 28 of file Version.h.