MINT2
Functions
TimeDependentGeneratorOld.cpp File Reference
#include <Mint/TimeDependentGeneratorOld.h>
#include <Mint/SplineGenerator.h>
#include <TRandom3.h>
#include <iostream>
#include <sys/stat.h>
#include <Mint/DalitzPdfSaveInteg.h>

Go to the source code of this file.

Functions

bool exists (const string &fname)
 

Function Documentation

◆ exists()

bool exists ( const string &  fname)

Definition at line 12 of file TimeDependentGeneratorOld.cpp.

12  {
13  struct stat statinfo ;
14  return stat(fname.c_str(), &statinfo) == 0 ;
15 }