![]() |
![]() |
00001 #include "FWCore/ParameterSet/interface/FileInPath.h" 00002 #include <iostream> 00003 extern "C"{ 00004 const char* getfullpathfromfip_(char* fipname){ 00005 //std::cout << "getfullpathfromfip_ " << fipname << std::endl; 00006 edm::FileInPath* fip = new edm::FileInPath(fipname); 00007 return fip->fullPath().c_str(); 00008 } 00009 }