#include "FWCore/Utilities/interface/ReflexTools.h"
#include "FWCore/Utilities/interface/Algorithms.h"
#include "FWCore/Utilities/interface/EDMException.h"
#include "Api.h"
#include "Reflex/Base.h"
#include "Reflex/Member.h"
#include "Reflex/TypeTemplate.h"
#include "TROOT.h"
#include "boost/algorithm/string.hpp"
#include "boost/thread/tss.hpp"
#include <algorithm>
#include <sstream>
Go to the source code of this file.
Namespaces | |
edm | |
A PluginFactory for concrete instances of class KalmanAlignmentMetricsUpdator. | |
Functions | |
void | edm::checkDictionaries (std::string const &name, bool noComponents=false) |
bool | edm::find_nested_type_named (std::string const &nested_type, Type const &type_to_search, Type &found_type) |
StringSet & | edm::foundTypes () |
Type | edm::get_final_type (Type t) |
bool | edm::is_PtrVector (Reflex::Type const &possible_ref_vector, Reflex::Type &value_type) |
bool | edm::is_RefToBaseVector (Reflex::Type const &possible_ref_vector, Reflex::Type &value_type) |
bool | edm::is_RefVector (Reflex::Type const &possible_ref_vector, Reflex::Type &value_type) |
void | edm::loadMissingDictionaries () |
StringSet & | edm::missingTypes () |
void | edm::public_base_classes (Type const &type, std::vector< Type > &baseTypes) |
void const * | edm::reflex_pointer_adjust (void *raw, Type const &dynamicType, std::type_info const &toType) |
void | edm::throwMissingDictionariesException () |
Variables | |
static StringSet | edm::foundTypes_ |
static StringSet | edm::missingTypes_ |