Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2026-04-10 07:50:27

0001 #include "NPFold.h"
0002 
0003 int main()
0004 {
0005     const char* path = "$PMTSimParamData_BASE" ; 
0006     NPFold* jpmt = NPFold::Exists(path) ? NPFold::Load(path) : nullptr ; 
0007     std::cout << path << std::endl << ( jpmt ? jpmt->desc() : "-" ) << std::endl ; 
0008 
0009     return 0 ; 
0010 }