Nanga Parbat 1.1.0
A TMD fitting framework
direxists.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{
16 bool dir_exists(std::string const& dir);
17}
Definition: bstar.h:12
bool dir_exists(std::string const &dir)
Function that checks whether the input folder exists in the current folder.