|
|
|||
File indexing completed on 2026-04-10 07:50:28
0001 // ./U4Scint_test.sh 0002 0003 #include "U4Scint.h" 0004 0005 int main() 0006 { 0007 const char* BASE = "$HOME/.opticks/GEOM/$GEOM/CSGFoundry" ; 0008 const char* name = "LS" ; 0009 NPFold* fold = NPFold::Load(BASE,"SSim/stree/material",name) ; 0010 0011 U4Scint scint(fold, name ); 0012 std::cout << scint.desc() ; 0013 0014 scint.save("$FOLD"); 0015 0016 return 0 ; 0017 }
| [ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
|
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
|