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 } // namespace reco
18 
19 #endif
writedatasetfile.args
args
Definition: writedatasetfile.py:18
AnyMethodArgument.h
TypeWithDict.h
reco
fixed size matrix
Definition: AlignmentAlgorithmBase.h:45
reco::findMethod
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:130
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition: AlCaHLTBitMon_QueryRunRegistry.py:256
edm::TypeWithDict
Definition: TypeWithDict.h:38
type
type
Definition: HCALResponse.h:21
Skims_PA_cff.name
name
Definition: Skims_PA_cff.py:17
FunctionWithDict.h