Nanga Parbat 1.1.0
A TMD fitting framework
generategrid.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 <vector>
8
9namespace NangaParbat
10{
21 std::vector<double> GenerateGrid(int const& n, double const& min, double const& max, int const& ext = 0, bool const& lgt = false);
22}
Definition: bstar.h:12
std::vector< double > GenerateGrid(int const &n, double const &min, double const &max, int const &ext=0, bool const &lgt=false)
Utility function to generate an interpolation grid.