StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
evpReaderClass.h
1 #ifndef _EVP_READERCLASS_H_
2 #define _EVP_READERCLASS_H_
3 
4 /*
5 
6 This file and the typedefs are to be
7 SOLELY used by Offline during a
8 transition period around Nov/Dec 2008.
9 
10 And nobody else!
11 
12 You have been warned.
13 
14 */
15 
16 #ifdef __ROOT__
17 #include "daqReader.h"
18 typedef daqReader evpReader ;
19 #endif
20 
21 
22 #endif