Back to home page

EIC code displayed by LXR

 
 

    


Warning, /include/Geant4/tools/rroot/seek is written in an unsupported language. File is not indexed.

0001 // Copyright (C) 2010, Guy Barrand. All rights reserved.
0002 // See the file tools.license for terms.
0003 
0004 #ifndef tools_rroot_seek
0005 #define tools_rroot_seek
0006 
0007 //////////////////////////////////////////////////////////////////////////
0008 // Definition of a file pointer .                                       //
0009 //////////////////////////////////////////////////////////////////////////
0010 
0011 #include "../typedefs"
0012 
0013 namespace tools {
0014 namespace rroot {
0015 
0016 typedef int64 seek;
0017 typedef int seek32;
0018 
0019 inline uint32 big_file_version_tag() {return 1000;}
0020 
0021 }}
0022 
0023 #endif