/*
* Copyright (C) 2001-2009, CompHEP Collaboration
* ------------------------------------------------------------
*/
#ifndef __FILES_
#define __FILES_

extern char *outputDir;
extern longstr pathtocomphep;
extern longstr pathtolhapdf;
extern void copyfile (char *namefrom, char *nameto);
extern void nextFileName (char *f_name, char *firstname, char *ext);
#endif
