CMS 3D CMS Logo

Namespaces | Functions

CMSSW_4_4_3_patch1/src/CommonTools/Utils/src/findMethod.cc File Reference

#include "CommonTools/Utils/src/findMethod.h"
#include "CommonTools/Utils/src/ErrorCodes.h"
#include "CommonTools/Utils/interface/Exception.h"
#include "Reflex/Base.h"
#include "Reflex/TypeTemplate.h"

Go to the source code of this file.

Namespaces

namespace  reco
 

fixed size matrix


Functions

int reco::checkMethod (const ROOT::Reflex::Member &mem, const ROOT::Reflex::Type &type, const std::vector< AnyMethodArgument > &args, std::vector< AnyMethodArgument > &fixuppedArgs)
static bool fatalErrorCondition (int iError)
pair< Member, bool > reco::findMethod (const Type &t, const string &name, const std::vector< AnyMethodArgument > &args, std::vector< AnyMethodArgument > &fixuppedArgs, const char *iIterator, int &oError)

Function Documentation

static bool fatalErrorCondition ( int  iError) [static]