/*
* Copyright (C) 2002-2009, CompHEP Collaboration
* ------------------------------------------------------
*/
#ifndef __USR_PARAM__
#define __USR_PARAM__

extern double userFunction (char *param);

#endif
