CMS 3D CMS Logo

Functions
edmToFriendlyClassName.cc File Reference
#include "FWCore/Utilities/interface/FriendlyName.h"
#include <iostream>
#include <stdexcept>

Go to the source code of this file.

Functions

int main (int argc, char *argv[])
 

Function Documentation

int main ( int  argc,
char *  argv[] 
)

Definition at line 20 of file edmToFriendlyClassName.cc.

References dir2webdir::argc, MessageLogger_cfi::cerr, gather_cfg::cout, MillePedeFileConverter_cfg::e, cppFunctionSkipper::exception, and edm::friendlyname::friendlyName().

20  {
21  for (int index = 1; index < argc; ++index) {
23  }
24  return 0;
25 } catch (std::exception const& e) {
26  std::cerr << e.what() << std::endl;
27  return 1;
28 }
std::string friendlyName(std::string const &iFullName)