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 21 of file edmToFriendlyClassName.cc.

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

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