Back to home page

EIC code displayed by LXR

 
 

    


Warning, /include/Geant4/tools/cid 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_cid
0005 #define tools_cid
0006 
0007 namespace tools {
0008 
0009 typedef unsigned short cid;
0010 
0011 }
0012 
0013 #endif