CMS 3D CMS Logo

edmToFriendlyClassName.cc

Go to the documentation of this file.
00001 // -*- C++ -*-
00002 //
00003 // Package:     Utilities
00004 // Class  :     edmToFriendlyClassName
00005 // 
00006 // Implementation:
00007 //     <Notes on implementation>
00008 //
00009 // Original Author:  Chris Jones
00010 //         Created:  Thu Oct  4 14:30:17 EDT 2007
00011 // $Id: edmToFriendlyClassName.cc,v 1.2 2008/10/31 20:37:39 wmtan Exp $
00012 //
00013 
00014 // system include files
00015 #include <iostream>
00016 // user include files
00017 #include "FWCore/Utilities/interface/FriendlyName.h"
00018 
00019 int
00020 main(int argc, char* argv[])
00021 {
00022   for(int index=1; index < argc; ++index) {
00023     std::cout <<edm::friendlyname::friendlyName(argv[index])<<std::endl;
00024   }
00025   return 0;
00026 }

Generated on Tue Jun 9 17:36:40 2009 for CMSSW by  doxygen 1.5.4