Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
MyFavoriteMartin.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file MyFavoriteMartin.h
1 #ifndef __MYFAVORITEMARTIN_H__
2 #define __MYFAVORITEMARTIN_H__
3 
4 #include <Event.h>
5 
6 int process_event (Event *e); //++CINT
7 int prdfopen ( const char *filename);
8 int prdfclose ();
9 
10 /*nr-th event function prototypes*/
11 int getFirstEventNr();
12 void setFirstEventNr(const int nr);
13 int b2G(int b);
14 
15 #endif /* __MYFAVORITEMARTIN_H__ */