CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Functions
fileinpathwrapper.cc File Reference
#include "FWCore/ParameterSet/interface/FileInPath.h"
#include <iostream>

Go to the source code of this file.

Functions

const char * getfullpathfromfip_ (char *fipname)
 

Function Documentation

const char* getfullpathfromfip_ ( char *  fipname)

Definition at line 4 of file fileinpathwrapper.cc.

References edm::FileInPath::fullPath().

4  {
5  //std::cout << "getfullpathfromfip_ " << fipname << std::endl;
6  edm::FileInPath* fip = new edm::FileInPath(fipname);
7  return fip->fullPath().c_str();
8  }
std::string fullPath() const
Definition: FileInPath.cc:171