Nanga Parbat 1.1.0
A TMD fitting framework
numtostring.h
Go to the documentation of this file.
1//
2// Author: Valerio Bertone: valerio.bertone@cern.ch
3//
4
5#pragma once
6
7#include <string>
8
9namespace NangaParbat
10{
18 std::string num_to_string(int const& i, int const& len = 4);
19}
Definition: bstar.h:12
std::string num_to_string(int const &i, int const &len=4)
Function that, given an integer 'i', outputs a string version of 'i' of length 'len' preceeded by as ...