Back to home page

sPhenix code displayed by LXR

 
 

    


File indexing completed on 2025-08-05 08:15:11

0001 #ifndef __MYFAVORITEMARTIN_H__
0002 #define __MYFAVORITEMARTIN_H__
0003 
0004 #include <Event.h>
0005 
0006 int process_event (Event *e); //++CINT 
0007 int prdfopen ( const char *filename);
0008 int prdfclose ();
0009 
0010 /*nr-th event function prototypes*/
0011 int getFirstEventNr();
0012 void setFirstEventNr(const int nr);
0013 int b2G(int b);
0014 
0015 #endif /* __MYFAVORITEMARTIN_H__ */