Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 10:17:33

0001 
0002 // This stuff is needed by rootcint to generate the dictionary files
0003 #if defined(__CINT__) || defined(__CLING__)
0004 
0005 namespace jana{}
0006 using namespace jana;
0007 
0008 class pthread_t;
0009 class pthread_cond_t;
0010 class pthread_mutex_t;
0011 
0012 class exception;
0013 class __signed;
0014 class timespec;
0015 class timeval;
0016 
0017 #endif // __CINT__  __CLING__
0018 
0019 
0020 // This stuff is needed when actually compiling the dictionary files with g++
0021 #ifdef G__DICTIONARY
0022 
0023 namespace jana{}
0024 using namespace jana;
0025 
0026 #ifndef _root_cint_seen_
0027 #define _root_cint_seen_
0028 
0029 #endif // _root_cint_seen_
0030 
0031 #endif