1 #ifndef DataFormats_Common_Ref_h 2 #define DataFormats_Common_Ref_h 115 #include "boost/functional.hpp" 118 #include <type_traits> 123 template <
typename C,
typename K>
126 using comparison_functor =
typename C::key_compare;
127 return comparison_functor()(lhs, rhs);
133 template <
typename C,
typename T,
typename F>
136 template <
typename T>
139 template <
typename C,
157 typedef typename boost::binary_traits<F>::second_argument_type
argument_type;
178 Ref(
C const* product,
key_type itemKey,
bool setNow =
true);
281 #define REF_FOR_VECTOR_ARGS \ 282 std::vector<E>, typename refhelper::ValueTrait<std::vector<E>>::value, \ 283 typename refhelper::FindTrait<std::vector<E>, typename refhelper::ValueTrait<std::vector<E>>::value>::value 285 template <
typename E>
306 typedef typename boost::binary_traits<F>::second_argument_type
argument_type;
354 :
product_(iProductID,
item, nullptr, transient, itemKey) {}
434 template <
typename C,
typename T,
typename F>
436 : product_(
handle.
id(), nullptr, nullptr,
false), index_(itemKey) {
439 refitem::findRefItem<C, T, F, key_type>(product_,
handle.product(), itemKey);
443 template <
typename E>
448 refitem::findRefItem<product_type, value_type, finder_type, key_type>(
449 product_.toRefCore(),
handle.product(), itemKey);
453 template <
typename C,
typename T,
typename F>
455 : product_(
handle.
id(), nullptr, nullptr,
false), index_(itemKey) {
458 refitem::findRefItem<C, T, F, key_type>(product_,
handle.product(), itemKey);
462 template <
typename E>
467 refitem::findRefItem<product_type, value_type, finder_type, key_type>(
468 product_.toRefCore(),
handle.product(), itemKey);
478 template <
typename C,
typename T,
typename F>
482 if (iProduct !=
nullptr) {
483 refitem::findRefItem<C, T, F, key_type>(product_, iProduct, itemKey);
487 template <
typename E>
490 if (iProduct !=
nullptr) {
491 refitem::findRefItem<product_type, value_type, finder_type, key_type>(product_.toRefCore(), iProduct, itemKey);
497 template <
typename C,
typename T,
typename F>
499 : product_(
handle.
id(), nullptr, nullptr,
true), index_(itemKey) {
502 refitem::findRefItem<C, T, F, key_type>(product_,
handle.product(), itemKey);
505 template <
typename E>
507 : product_(
handle.
id(), nullptr, nullptr,
true, itemKey) {
510 refitem::findRefItem<product_type, value_type, finder_type, key_type>(
511 product_.toRefCore(),
handle.product(), itemKey);
515 template <
typename C,
typename T,
typename F>
517 : product_(refProd.
id(), nullptr, refProd.refCore().
productGetter(), refProd.refCore().isTransient()),
520 refitem::findRefItem<C, T, F, key_type>(
525 template <
typename E>
527 : product_(refProd.
id(), nullptr, refProd.refCore().
productGetter(), refProd.refCore().isTransient(), itemKey) {
529 refitem::findRefItem<product_type, value_type, finder_type, key_type>(
530 product_.toRefCore(),
static_cast<product_type
const*
>(refProd.refCore().productPtr()), itemKey);
534 template <
typename C,
typename T,
typename F>
536 if (product_.isAvailable()) {
539 return isThinnedAvailable<C>(product_, index_);
542 template <
typename E>
544 if (product_.isAvailable()) {
547 return isThinnedAvailable<std::vector<E>>(product_.toRefCore(),
key());
551 template <
typename C,
typename T,
typename F>
553 return *getRefPtr<C, T, F>(product_, index_);
555 template <
typename E>
557 return *getRefPtr<REF_FOR_VECTOR_ARGS>(product_.toRefCore(),
key());
561 template <
typename C,
typename T,
typename F>
563 return getRefPtr<C, T, F>(product_, index_);
565 template <
typename E>
567 return getRefPtr<REF_FOR_VECTOR_ARGS>(product_.toRefCore(),
key());
570 template <
typename C,
typename T,
typename F>
572 return lhs.key() == rhs.key() && lhs.refCore() == rhs.refCore();
575 template <
typename C,
typename T,
typename F>
577 return !(lhs == rhs);
580 template <
typename C,
typename T,
typename F>
581 inline bool operator<(Ref<C, T, F>
const& lhs,
Ref<C, T, F> const& rhs) {
584 return (lhs.refCore() == rhs.refCore() ? compare_key<C>(lhs.key(), rhs.key()) : lhs.refCore() < rhs.refCore());
bool hasProductCache() const
Returns true if container referenced by the Ref has been cached.
RefCore const & refCore() const
refhelper::ValueTrait< std::vector< E > >::value T
std::remove_cv< typename std::remove_reference< argument_type >::type >::type key_type
edm::Ref< Container > Ref
ProductID id() const
Accessor for product ID.
void checkTypeAtCompileTime(C const *)
EDProductGetter const * productGetter() const
Accessor for product getter.
bool operator!=(Ref< C, T, F > const &lhs, Ref< C, T, F > const &rhs)
T const & operator*() const
Dereference operator.
refhelper::FindRefVectorUsingAdvance< RefVector< std::vector< E >, T, F > > VF
Ref(ProductID const &iProductID, T const *item, key_type itemKey, product_type const *)
Constructor for use in the various X::fillView(...) functions.
bool operator!() const
Checks for null.
bool operator==(Ref< C, T, F > const &lhs, Ref< C, T, F > const &rhs)
boost::binary_traits< F >::second_argument_type argument_type
void checkTypeAtCompileTime(product_type const *)
bool isNonnull() const
Checks for non-null.
T const * operator->() const
Member dereference operator.
Ref(ProductID const &iProductID, T const *item, key_type itemKey, bool transient)
Ref()
Default constructor needed for reading from persistent store. Not for direct use. ...
EDProductGetter const * mustBeNonZero(EDProductGetter const *prodGetter, std::string refType, ProductID const &productID)
#define REF_FOR_VECTOR_ARGS
#define CMS_CLASS_VERSION(_version_)
void const * productPtr() const
EDProductGetter const * productGetter() const
Accessor for product getter.
key_type key() const
Accessor for product key.
Ref(ProductID const &iId)
value_type const element_type
RefCore const & refCore() const
bool isTransient() const
Checks if this ref is transient (i.e. not persistable).
bool operator!() const
Checks for null.
bool compare_key(K const &lhs, K const &rhs)
bool isNonnull() const
Checks for non-null.
Ref(ProductID const &productID, key_type itemKey, EDProductGetter const *prodGetter)
std::vector< E > product_type
for export
key_type key() const
Accessor for product key.
static key_type invalidKey()
Ref(ProductID const &iProductID, T const *item, key_type itemKey)
RefCore const & refCore() const
key
prepare the HTCondor submission files and eventually submit them
refhelper::FindRefVectorUsingAdvance< RefToBaseVector< T > > VBF
bool isTransient() const
Checks if this ref is transient (i.e. not persistable).
bool isNull() const
Checks for null.
refhelper::FindTrait< std::vector< E >, typename refhelper::ValueTrait< std::vector< E > >::value >::value F
refhelper::FindRefVectorUsingAdvance< RefVector< C, T, F > > VF
refhelper::ValueTrait< std::vector< E > >::value value_type
refhelper::FindRefVectorUsingAdvance< RefToBaseVector< T > > VBF
boost::binary_traits< F >::second_argument_type argument_type
Ref(ProductID const &iProductID, T const *item, key_type itemKey, bool transient)
bool isNull() const
Checks for null.
Ref(ProductID const &iId)
Ref(ProductID const &iProductID, T const *item, key_type itemKey)
Ref(ProductID const &productID, key_type itemKey, EDProductGetter const *prodGetter)
Ref()
Default constructor needed for reading from persistent store. Not for direct use. ...
bool hasProductCache() const
Returns true if container referenced by the Ref has been cached.
RefCoreWithIndex product_
EDProductGetter const * productGetter(std::atomic< void const *> const &iCache)
MatrixMeschach operator*(const MatrixMeschach &mat1, const MatrixMeschach &mat2)
FindUsingAdvance< C, T > value
static uInt32 F(BLOWFISH_CTX *ctx, uInt32 x)
Ref(ProductID const &iProductID, T const *item, key_type itemKey, C const *)
Constructor for use in the various X::fillView(...) functions.
ProductID id() const
Accessor for product ID.
EDProductGetter const * productGetter() const
edm::RefVector< Container > RefVector