25 void printBanner()
const
27 std::string banner = R
"(
28 ============================================================
29 Welcome to the PDFxTMDLib Library
30 ============================================================
31 Please cite the following paper when using this library:
33 Title: PDFxTMDLib: A High-Performance C++ Library for Collinear and Transverse Momentum Dependent Parton Distribution Functions
34 Authors: R. Kord Valeshabadi, S. Rezaie
35 Source: https://arxiv.org/abs/2412.16680
37 Thank you for using our library!
38 ============================================================
40 std::cout << banner << std::endl;
Definition: LibraryBanner.h:8
LibraryBanner & operator=(const LibraryBanner &)=delete
static LibraryBanner & Instance()
Definition: LibraryBanner.h:10
LibraryBanner(const LibraryBanner &)=delete
Definition: AllFlavorsShape.h:14