Main Page
Namespaces
Classes
Package Documentation
CommonTools
Utils
src
findMethod.h
Go to the documentation of this file.
1
#ifndef CommonTools_Utils_findMethod_h
2
#define CommonTools_Utils_findMethod_h
3
#include "
FWCore/Utilities/interface/FunctionWithDict.h
"
4
#include "
FWCore/Utilities/interface/TypeWithDict.h
"
5
#include <string>
6
#include "
CommonTools/Utils/src/AnyMethodArgument.h
"
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
type
Definition:
HCALResponse.h:21
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
TypeWithDict.h
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:145
FunctionWithDict.h
writedatasetfile.args
args
Definition:
writedatasetfile.py:18
reco
fixed size matrix
Definition:
AlignmentAlgorithmBase.h:44
edm::TypeWithDict
Definition:
TypeWithDict.h:38
dataset.name
name
Definition:
dataset.py:45
AnyMethodArgument.h
Generated for CMSSW Reference Manual by
1.8.11