CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_6_1_2_SLHC4_patch1/src/GeneratorInterface/ReggeGribovPartonMCInterface/src/fileinpathwrapper.cc

Go to the documentation of this file.
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 }