LCIO  "2.7.4"
 All Classes Namespaces Functions Variables Typedefs Friends Pages
lcrdrrep.h
1 
8 #include "cfortran.h"
9 #include "cpointer.h"
10 
11 #include "lcio.h"
12 
13 #include "IO/LCWriter.h"
14 #include "IO/LCReader.h"
15 #include "IO/LCEventListener.h"
16 #include "IO/LCRunListener.h"
17 #include "IOIMPL/LCFactory.h"
18 
19 #include "EVENT/LCIO.h"
20 #include "EVENT/LCStrVec.h"
21 #include "IMPL/LCRunHeaderImpl.h"
22 #include "IMPL/LCEventImpl.h"
23 
24 
25 //--------------- convenient method to open a file and process it by the RunEventProcessor class
28 int lcrdreventprocessor( PTRTYPE filenamevec ) ;
29 
30 // now the fortran wrappers from cfortran.h
31 extern "C"{
32 FCALLSCFUN1(INT, lcrdreventprocessor, LCRDREVENTPROCESSOR, lcrdreventprocessor, CFORTRANPNTR )
33 }
34