/*
* Copyright (C) 2007-2009, CompHEP Collaboration
* ------------------------------------------------
*/
#ifndef __EVENT_TOOLS__
#define __EVENT_TOOLS__
extern int CheckFormat (FILE * f);
extern void rnd_rotate_momentum (int nnin, int nnout);
extern char new_symbol (FILE * file);
#endif
