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

int getnauthor(void);
char * get_author_firstname(int i);
char * get_author_lastname(int i);
char * get_author_email(int i);
char * get_author_experiment(int i);
char * get_author_group(int i);
char * get_author_organization(int i);

#endif
