StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
tpcReader.h
1 #ifndef _TPC_READER_H_
2 #define _TPC_READER_H_
3 
4 #include "daq_tpc.h"
5 // DAQ_LEGACY_DECL(tpc);
6 extern struct tpc_t tpc;
7 extern int tpcReader(char *mem);
8 extern int tpcReader(char *mem,int sector);
9 
10 #endif
Definition: daq_tpc.h:22