CMS 3D CMS Logo

findMethod.h
Go to the documentation of this file.
1 #ifndef CommonTools_Utils_findMethod_h
2 #define CommonTools_Utils_findMethod_h
5 #include <string>
7 
8 namespace reco {
9  // second pair member is true if a reference is found
10  // of type edm::Ref, edm::RefToBase or edm::Ptr
11  std::pair<edm::FunctionWithDict, bool> findMethod(const edm::TypeWithDict & type,
12  const std::string & name,
13  const std::vector<reco::parser::AnyMethodArgument> &args,
14  std::vector<reco::parser::AnyMethodArgument> &fixuppedArgs,
15  const char* where,
16  int& oError);
17 }
18 
19 #endif
type
Definition: HCALResponse.h:21
std::pair< edm::FunctionWithDict, bool > findMethod(const edm::TypeWithDict &t, const std::string &name, const std::vector< AnyMethodArgument > &args, std::vector< AnyMethodArgument > &fixuppedArgs, const char *iIterator, int &oError)
Definition: findMethod.cc:145
fixed size matrix