test
CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
findDataMember.h
Go to the documentation of this file.
1 #ifndef CommonTools_Utils_findDataMember_h
2 #define CommonTools_Utils_findDataMember_h
3 // -*- C++ -*-
4 //
5 // Package: Utilities
6 // Class : findDataMember
7 //
16 //
17 // Original Author: Chris Jones
18 // Created: Wed Aug 13 10:07:45 EDT 2008
19 // $Id: findDataMember.h,v 1.1 2009/02/24 14:10:22 llista Exp $
20 //
21 
22 // system include files
23 #include <string>
26 // user include files
27 
28 // forward declarations
29 namespace reco {
30  edm::MemberWithDict findDataMember(const edm::TypeWithDict& iType, const std::string& iName, int& oError);
31 }
32 
33 #endif
edm::MemberWithDict findDataMember(const edm::TypeWithDict &iType, const std::string &iName, int &oError)