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

extern double userFunction (char *param);

#endif
