CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
fileinpathwrapper.cc
Go to the documentation of this file.
2 #include <iostream>
3 extern "C"{
4  const char* getfullpathfromfip_(char* fipname){
5  //std::cout << "getfullpathfromfip_ " << fipname << std::endl;
6  edm::FileInPath* fip = new edm::FileInPath(fipname);
7  return fip->fullPath().c_str();
8  }
9 }
const char * getfullpathfromfip_(char *fipname)
std::string fullPath() const
Definition: FileInPath.cc:184