Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2026-04-09 07:49:24

0001 #include "CheckGeo.hh"
0002 #include "sframe.h"
0003 
0004 
0005 unsigned CheckGeo::getNumMeshes() const 
0006 {
0007     return 42 ; 
0008 }
0009 const char* CheckGeo::getMeshName(unsigned ) const 
0010 {
0011     return nullptr ; 
0012 }
0013 int CheckGeo::getMeshIndexWithName(const char* , bool ) const 
0014 {
0015    return 0 ; 
0016 }
0017 
0018 
0019 
0020 
0021 int CheckGeo::getFrame(sframe& fr, int ins_idx ) const 
0022 {
0023     fr.zero(); 
0024     return 0 ; 
0025 }
0026 
0027 std::string CheckGeo::descBase() const 
0028 {
0029     return "CheckGeo::descBase" ; 
0030 }
0031 
0032 int CheckGeo::lookup_mtline(int mtindex) const 
0033 {
0034     return -1 ; 
0035 }
0036 std::string CheckGeo::desc_mt() const 
0037 {
0038     return "CheckGeo::desc_mt"  ; 
0039 }
0040 
0041 
0042 stree* CheckGeo::getTree() const 
0043 {
0044     return nullptr ; 
0045 }
0046