#include <PFClusteringVarsSoA.h>
Classes | |
struct | const_element |
struct | Metadata |
Public Types | |
using | _parametrized = PFClusteringVarsSoALayout< VIEW_ALIGNMENT, VIEW_ALIGNMENT_ENFORCEMENT > |
using | AlignmentEnforcement = cms::soa::AlignmentEnforcement |
using | byte_size_type = cms::soa::byte_size_type |
using | self_type = ConstViewTemplateFreeParams |
using | size_type = cms::soa::size_type |
template<cms::soa::SoAColumnType COLUMN_TYPE, class C > | |
using | SoAConstValueWithConf = cms::soa::SoAConstValue< COLUMN_TYPE, C, conditionalAlignment, restrictQualify > |
template<cms::soa::SoAColumnType COLUMN_TYPE, class C > | |
using | SoAValueWithConf = cms::soa::SoAValue< COLUMN_TYPE, C, conditionalAlignment, restrictQualify > |
Public Member Functions | |
__attribute__ ((always_inline)) const Metadata metadata() const | |
__attribute__ ((always_inline)) const _element operator[](size_type _soa_impl_index) const | |
BOOST_PP_SEQ_FOR_EACH (_DECLARE_VIEW_SOA_CONST_ACCESSOR, ~, BOOST_PP_VARIADIC_TO_SEQ(BOOST_PP_TUPLE_ENUM(BOOST_PP_SEQ_TO_TUPLE(BOOST_PP_SEQ_FOR_EACH(_VIEW_FIELD_FROM_LAYOUT, BOOST_PP_CAT(instance_, PFClusteringVarsSoALayout), BOOST_PP_VARIADIC_TO_SEQ((1, int, pfrh_topoId),(1, int, pfrh_isSeed),(1, int, pfrh_passTopoThresh),(1, int, topoSeedCount),(1, int, topoRHCount),(1, int, seedFracOffsets),(1, int, topoSeedOffsets),(1, int, topoSeedList),(0, int, pcrhFracSize),(1, int, rhCount),(0, int, nEdges),(1, int, rhcount),(0, int, nTopos),(1, int, topoIds),(0, int, nRHFracs),(1, int, rhIdxToSeedIdx))))))) template< typename T > friend void dump() | |
ConstViewTemplateFreeParams ()=default | |
ConstViewTemplateFreeParams (size_type _soa_impl_elements, BOOST_PP_TUPLE_ENUM(BOOST_PP_SEQ_TO_TUPLE(BOOST_PP_SEQ_FOR_EACH(_DECLARE_VIEW_CONSTRUCTION_BYCOLUMN_PARAMETERS, const, BOOST_PP_VARIADIC_TO_SEQ(BOOST_PP_TUPLE_ENUM(BOOST_PP_SEQ_TO_TUPLE(BOOST_PP_SEQ_FOR_EACH(_VIEW_FIELD_FROM_LAYOUT, BOOST_PP_CAT(instance_, PFClusteringVarsSoALayout), BOOST_PP_VARIADIC_TO_SEQ((1, int, pfrh_topoId),(1, int, pfrh_isSeed),(1, int, pfrh_passTopoThresh),(1, int, topoSeedCount),(1, int, topoRHCount),(1, int, seedFracOffsets),(1, int, topoSeedOffsets),(1, int, topoSeedList),(0, int, pcrhFracSize),(1, int, rhCount),(0, int, nEdges),(1, int, rhcount),(0, int, nTopos),(1, int, topoIds),(0, int, nRHFracs),(1, int, rhIdxToSeedIdx)))))))))) | |
ConstViewTemplateFreeParams (ConstViewTemplateFreeParams &&)=default | |
ConstViewTemplateFreeParams (ConstViewTemplateFreeParams const &)=default | |
template<std::size_t OTHER_VIEW_ALIGNMENT, bool OTHER_VIEW_ALIGNMENT_ENFORCEMENT, bool OTHER_RESTRICT_QUALIFY, bool OTHER_RANGE_CHECKING> | |
ConstViewTemplateFreeParams (ConstViewTemplateFreeParams< OTHER_VIEW_ALIGNMENT, OTHER_VIEW_ALIGNMENT_ENFORCEMENT, OTHER_RESTRICT_QUALIFY, OTHER_RANGE_CHECKING > const &other) | |
ConstViewTemplateFreeParams (BOOST_PP_TUPLE_ENUM(BOOST_PP_SEQ_TO_TUPLE(BOOST_PP_SEQ_FOR_EACH(_DECLARE_VIEW_CONSTRUCTION_PARAMETERS, const, BOOST_PP_VARIADIC_TO_SEQ((BOOST_PP_CAT(PFClusteringVarsSoALayout, _parametrized), BOOST_PP_CAT(instance_, PFClusteringVarsSoALayout))))))) | |
template<std::size_t OTHER_VIEW_ALIGNMENT, bool OTHER_VIEW_ALIGNMENT_ENFORCEMENT, bool OTHER_RESTRICT_QUALIFY, bool OTHER_RANGE_CHECKING> | |
ConstViewTemplateFreeParams & | operator= (ConstViewTemplateFreeParams< OTHER_VIEW_ALIGNMENT, OTHER_VIEW_ALIGNMENT_ENFORCEMENT, OTHER_RESTRICT_QUALIFY, OTHER_RANGE_CHECKING > const &other) |
ConstViewTemplateFreeParams & | operator= (ConstViewTemplateFreeParams &&)=default |
ConstViewTemplateFreeParams & | operator= (ConstViewTemplateFreeParams const &)=default |
~ ConstViewTemplateFreeParams ()=default | |
Public Attributes | |
friend | Metadata |
Static Public Attributes | |
static constexpr byte_size_type | alignment = VIEW_ALIGNMENT |
static constexpr bool | alignmentEnforcement = VIEW_ALIGNMENT_ENFORCEMENT |
static constexpr byte_size_type | conditionalAlignment = alignmentEnforcement == AlignmentEnforcement::enforced ? alignment : 0 |
static constexpr byte_size_type | defaultAlignment = cms::soa::CacheLineSize::defaultSize |
static constexpr bool | rangeChecking = RANGE_CHECKING |
static constexpr bool | restrictQualify = RESTRICT_QUALIFY |
Private Attributes | |
size_type | elements_ = 0 |
Friends | |
template<std::size_t , bool , bool , bool > | |
struct | ConstViewTemplateFreeParams |
template<std::size_t , bool , bool , bool > | |
struct | ViewTemplateFreeParams |
Definition at line 26 of file PFClusteringVarsSoA.h.
using reco::PFClusteringVarsSoALayout< ALIGNMENT, ALIGNMENT_ENFORCEMENT >::ConstViewTemplateFreeParams< VIEW_ALIGNMENT, VIEW_ALIGNMENT_ENFORCEMENT, RESTRICT_QUALIFY, RANGE_CHECKING >::_parametrized = PFClusteringVarsSoALayout <VIEW_ALIGNMENT, VIEW_ALIGNMENT_ENFORCEMENT> |
Definition at line 26 of file PFClusteringVarsSoA.h.
using reco::PFClusteringVarsSoALayout< ALIGNMENT, ALIGNMENT_ENFORCEMENT >::ConstViewTemplateFreeParams< VIEW_ALIGNMENT, VIEW_ALIGNMENT_ENFORCEMENT, RESTRICT_QUALIFY, RANGE_CHECKING >::AlignmentEnforcement = cms::soa::AlignmentEnforcement |
Definition at line 26 of file PFClusteringVarsSoA.h.
using reco::PFClusteringVarsSoALayout< ALIGNMENT, ALIGNMENT_ENFORCEMENT >::ConstViewTemplateFreeParams< VIEW_ALIGNMENT, VIEW_ALIGNMENT_ENFORCEMENT, RESTRICT_QUALIFY, RANGE_CHECKING >::byte_size_type = cms::soa::byte_size_type |
Definition at line 26 of file PFClusteringVarsSoA.h.
using reco::PFClusteringVarsSoALayout< ALIGNMENT, ALIGNMENT_ENFORCEMENT >::ConstViewTemplateFreeParams< VIEW_ALIGNMENT, VIEW_ALIGNMENT_ENFORCEMENT, RESTRICT_QUALIFY, RANGE_CHECKING >::self_type = ConstViewTemplateFreeParams |
Definition at line 26 of file PFClusteringVarsSoA.h.
using reco::PFClusteringVarsSoALayout< ALIGNMENT, ALIGNMENT_ENFORCEMENT >::ConstViewTemplateFreeParams< VIEW_ALIGNMENT, VIEW_ALIGNMENT_ENFORCEMENT, RESTRICT_QUALIFY, RANGE_CHECKING >::size_type = cms::soa::size_type |
Definition at line 26 of file PFClusteringVarsSoA.h.
using reco::PFClusteringVarsSoALayout< ALIGNMENT, ALIGNMENT_ENFORCEMENT >::ConstViewTemplateFreeParams< VIEW_ALIGNMENT, VIEW_ALIGNMENT_ENFORCEMENT, RESTRICT_QUALIFY, RANGE_CHECKING >::SoAConstValueWithConf = cms::soa::SoAConstValue<COLUMN_TYPE, C, conditionalAlignment, restrictQualify> |
Definition at line 26 of file PFClusteringVarsSoA.h.
using reco::PFClusteringVarsSoALayout< ALIGNMENT, ALIGNMENT_ENFORCEMENT >::ConstViewTemplateFreeParams< VIEW_ALIGNMENT, VIEW_ALIGNMENT_ENFORCEMENT, RESTRICT_QUALIFY, RANGE_CHECKING >::SoAValueWithConf = cms::soa::SoAValue<COLUMN_TYPE, C, conditionalAlignment, restrictQualify> |
Definition at line 26 of file PFClusteringVarsSoA.h.
|
default |
|
inline |
Definition at line 26 of file PFClusteringVarsSoA.h.
|
inline |
Definition at line 26 of file PFClusteringVarsSoA.h.
|
default |
|
inline |
Definition at line 26 of file PFClusteringVarsSoA.h.
|
default |
|
default |
|
inline |
Definition at line 26 of file PFClusteringVarsSoA.h.
|
inline |
Definition at line 26 of file PFClusteringVarsSoA.h.
reco::PFClusteringVarsSoALayout< ALIGNMENT, ALIGNMENT_ENFORCEMENT >::ConstViewTemplateFreeParams< VIEW_ALIGNMENT, VIEW_ALIGNMENT_ENFORCEMENT, RESTRICT_QUALIFY, RANGE_CHECKING >::BOOST_PP_SEQ_FOR_EACH | ( | _DECLARE_VIEW_SOA_CONST_ACCESSOR | , |
~ | , | ||
BOOST_PP_VARIADIC_TO_SEQ(BOOST_PP_TUPLE_ENUM(BOOST_PP_SEQ_TO_TUPLE(BOOST_PP_SEQ_FOR_EACH(_VIEW_FIELD_FROM_LAYOUT, BOOST_PP_CAT(instance_, PFClusteringVarsSoALayout), BOOST_PP_VARIADIC_TO_SEQ((1, int, pfrh_topoId),(1, int, pfrh_isSeed),(1, int, pfrh_passTopoThresh),(1, int, topoSeedCount),(1, int, topoRHCount),(1, int, seedFracOffsets),(1, int, topoSeedOffsets),(1, int, topoSeedList),(0, int, pcrhFracSize),(1, int, rhCount),(0, int, nEdges),(1, int, rhcount),(0, int, nTopos),(1, int, topoIds),(0, int, nRHFracs),(1, int, rhIdxToSeedIdx)))))) | |||
) |
|
default |
|
default |
|
inline |
Definition at line 26 of file PFClusteringVarsSoA.h.
|
friend |
Definition at line 26 of file PFClusteringVarsSoA.h.
|
friend |
Definition at line 26 of file PFClusteringVarsSoA.h.
|
static |
Definition at line 26 of file PFClusteringVarsSoA.h.
|
static |
Definition at line 26 of file PFClusteringVarsSoA.h.
|
static |
Definition at line 26 of file PFClusteringVarsSoA.h.
|
static |
Definition at line 26 of file PFClusteringVarsSoA.h.
|
private |
Definition at line 26 of file PFClusteringVarsSoA.h.
friend reco::PFClusteringVarsSoALayout< ALIGNMENT, ALIGNMENT_ENFORCEMENT >::ConstViewTemplateFreeParams< VIEW_ALIGNMENT, VIEW_ALIGNMENT_ENFORCEMENT, RESTRICT_QUALIFY, RANGE_CHECKING >::Metadata |
Definition at line 26 of file PFClusteringVarsSoA.h.
|
static |
Definition at line 26 of file PFClusteringVarsSoA.h.
|
static |
Definition at line 26 of file PFClusteringVarsSoA.h.