#include "DataFormats/Common/interface/WrapperBase.h"
#include "DataFormats/Common/interface/fwd_fillPtrVector.h"
#include "DataFormats/Common/interface/fwd_setPtr.h"
#include "DataFormats/Common/interface/PtrVector.h"
#include "DataFormats/Common/interface/RefVectorHolder.h"
#include "DataFormats/Common/interface/traits.h"
#include "DataFormats/Provenance/interface/ProductID.h"
#include "FWCore/Utilities/interface/EDMException.h"
#include "FWCore/Utilities/interface/GCC11Compatibility.h"
#include "FWCore/Utilities/interface/Visibility.h"
#include "boost/mpl/if.hpp"
#include <algorithm>
#include <memory>
#include <string>
#include <typeinfo>
#include "DataFormats/Common/interface/Ref.h"
#include "DataFormats/Common/interface/RefVector.h"
#include "DataFormats/Common/interface/RefToBaseVector.h"
#include "DataFormats/Common/interface/FillView.h"
#include "DataFormats/Common/interface/setPtr.h"
#include "DataFormats/Common/interface/fillPtrVector.h"
Go to the source code of this file.
Namespaces | |
edm | |
A PluginFactory for concrete instances of class KalmanAlignmentMetricsUpdator. | |
edm::detail | |
edm::helpers | |
Typedefs | |
typedef char(& | edm::detail::no_tag )[1] |
typedef char(& | edm::detail::yes_tag )[2] |
Functions | |
template<typename T > | |
no_tag | edm::detail::has_isProductEqual_helper (...) |
template<typename T > | |
yes_tag | edm::detail::has_isProductEqual_helper (isProductEqual_function< T,&T::isProductEqual > *dummy) |
template<typename T > | |
static yes_tag & | edm::detail::has_member_type (typename T::member_type *) |
template<typename T > | |
static no_tag & | edm::detail::has_member_type (...) |
template<typename T > | |
no_tag | edm::detail::has_mergeProduct_helper (...) |
template<typename T > | |
yes_tag | edm::detail::has_mergeProduct_helper (mergeProduct_function< T,&T::mergeProduct > *dummy) |
template<typename T > | |
no_tag | edm::detail::has_swap_helper (...) |
template<typename T > | |
yes_tag | edm::detail::has_swap_helper (swap_function< T,&T::swap > *dummy) |
template<typename T > | |
static yes_tag & | edm::detail::has_value_type (typename T::value_type *) |
template<typename T > | |
static no_tag & | edm::detail::has_value_type (...) |