Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
GeneratorInterface
ReggeGribovPartonMCInterface
src
fileinpathwrapper.cc
Go to the documentation of this file.
1
#include "
FWCore/ParameterSet/interface/FileInPath.h
"
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
}
getfullpathfromfip_
const char * getfullpathfromfip_(char *fipname)
Definition:
fileinpathwrapper.cc:4
FileInPath.h
edm::FileInPath
Definition:
FileInPath.h:68
edm::FileInPath::fullPath
std::string fullPath() const
Definition:
FileInPath.cc:184
Generated for CMSSW Reference Manual by
1.8.5