The Gaudi Framework  v36r9 (fd2bdac3)
Tuples::detail::TupleObjImp< HANDLER1, HANDLER2 > Member List

This is the complete list of members for Tuples::detail::TupleObjImp< HANDLER1, HANDLER2 >, including all inherited members.

addItem(std::string name, std::string type)Tuples::TupleObjinline
Address typedefTuples::TupleObj
addresses(std::string_view name)Tuples::TupleObjprivate
array(std::string_view name, DATA first, DATA last)Tuples::TupleObjinline
array(std::string_view name, const ARRAY &data, const MIndex &length)Tuples::TupleObjinline
array(std::string_view name, const ARRAY &data)Tuples::TupleObjinline
Bool typedefTuples::TupleObj
Char typedefTuples::TupleObj
clid() constTuples::TupleObjinline
column(std::string_view name, float value)Tuples::TupleObj
column(std::string_view name, double value)Tuples::TupleObj
column(std::string_view name, short value)Tuples::TupleObj
column(std::string_view name, short value, short minv, short maxv)Tuples::TupleObj
column(std::string_view name, unsigned short value)Tuples::TupleObj
column(std::string_view name, unsigned short value, unsigned short minv, unsigned short maxv)Tuples::TupleObj
column(std::string_view name, char value)Tuples::TupleObj
column(std::string_view name, char value, char minv, char maxv)Tuples::TupleObj
column(std::string_view name, unsigned char value)Tuples::TupleObj
column(std::string_view name, unsigned char value, unsigned char minv, unsigned char maxv)Tuples::TupleObj
column(std::string_view name, int value)Tuples::TupleObj
column(std::string_view name, int value, int minv, int maxv)Tuples::TupleObj
column(std::string_view name, unsigned int value)Tuples::TupleObj
column(std::string_view name, unsigned int value, unsigned int minv, unsigned int maxv)Tuples::TupleObj
column(std::string_view name, long value)Tuples::TupleObj
column(std::string_view name, long value, long minv, long maxv)Tuples::TupleObj
column(std::string_view name, unsigned long value)Tuples::TupleObj
column(std::string_view name, unsigned long value, unsigned long minv, unsigned long maxv)Tuples::TupleObj
column(std::string_view name, long long value)Tuples::TupleObj
column(std::string_view name, long long value, long long minv, long long maxv)Tuples::TupleObj
column(std::string_view name, unsigned long long value)Tuples::TupleObj
column(std::string_view name, unsigned long long value, unsigned long long minv, unsigned long long maxv)Tuples::TupleObj
column(std::string_view name, signed char value)Tuples::TupleObjinline
column(std::string_view name, bool value)Tuples::TupleObj
column(std::string_view name, IOpaqueAddress *address)Tuples::TupleObj
column(IOpaqueAddress *address)Tuples::TupleObj
column(std::string_view name, const ROOT::Math::LorentzVector< TYPE > &v)Tuples::TupleObjinline
column(std::string_view name, const ROOT::Math::DisplacementVector3D< TYPE, TAG > &v)Tuples::TupleObjinline
column(std::string_view name, const ROOT::Math::PositionVector3D< TYPE, TAG > &v)Tuples::TupleObjinline
columns(Value &&value, Args &&... args)Tuples::TupleObjinline
columnWise() constTuples::TupleObjinline
Double typedefTuples::TupleObj
Error(const std::string &msg, const StatusCode sc=StatusCode::FAILURE) const overrideTuples::detail::TupleObjImp< HANDLER1, HANDLER2 >inlinevirtual
evtColType() constTuples::TupleObjinline
fArray(std::string_view name, Int *item)Tuples::TupleObjprivate
fArray(std::string_view name, const MIndex &rows)Tuples::TupleObjprivate
FArray typedefTuples::TupleObj
farray(std::string_view name, ITERATOR1 &&first, ITERATOR2 &&last, std::string_view length, size_t maxv)Tuples::TupleObjinline
farray(std::string_view name, const DATA &data, std::string_view length, const size_t maxv)Tuples::TupleObjinline
farray(std::string_view name, const FUNCTION &function, ITERATOR first, ITERATOR last, std::string_view length, size_t maxv)Tuples::TupleObjinline
farray(const Container< NamedFunction > &funs, DataIterator first, DataIterator last, std::string_view length, size_t maxv)Tuples::TupleObjinline
farray(const NamedFunctions &funs, DataIterator first, DataIterator last, std::string_view length, size_t maxv)Tuples::TupleObjinline
farray(std::string_view name1, const FUNC1 &func1, std::string_view name2, const FUNC2 &func2, Iterator &&first, Iterator &&last, std::string_view length, size_t maxv)Tuples::TupleObjinline
farray(std::string_view name1, const FUNC1 &func1, std::string_view name2, const FUNC2 &func2, std::string_view name3, const FUNC3 &func3, Iterator &&first, Iterator &&last, std::string_view length, size_t maxv)Tuples::TupleObjinline
farray(std::string_view name1, const FUNC1 &func1, std::string_view name2, const FUNC2 &func2, std::string_view name3, const FUNC3 &func3, std::string_view name4, const FUNC4 &func4, Iterator &&first, Iterator &&last, std::string_view length, size_t maxv)Tuples::TupleObjinline
farray_impl(FunIterator first_item, FunIterator last_item, DataIterator first, DataIterator last, std::string_view length, size_t maxv)Tuples::TupleObjinline
fill(std::string_view fmt, Arg arg, Args... args)Tuples::TupleObjinline
Float typedefTuples::TupleObj
fMatrix(std::string_view name, Int *item, const MIndex &cols)Tuples::TupleObjprivate
fMatrix(std::string_view name, const MIndex &rows, const MIndex &cols)Tuples::TupleObjprivate
FMatrix typedefTuples::TupleObj
fmatrix(std::string_view name, const MATRIX &data, size_t rows, const MIndex &cols, std::string_view length, size_t maxv)Tuples::TupleObjinline
fmatrix(std::string_view name, DATA first, DATA last, const MIndex &cols, std::string_view length, size_t maxv)Tuples::TupleObjinline
fmatrix(std::string_view name, FUN funF, FUN funL, DATA first, DATA last, std::string_view length, size_t maxv)Tuples::TupleObjinline
fmatrix(std::string_view name, const GaudiUtils::VectorMap< KEY, VALUE > &info, std::string_view length, const size_t maxv=100)Tuples::TupleObjinline
goodItem(std::string_view name) constTuples::TupleObjinline
Int typedefTuples::TupleObj
ints(std::string_view name, int minv, int maxv)Tuples::TupleObjprivate
invalid() constTuples::TupleObjinline
ItemMap typedefTuples::TupleObj
items() constTuples::TupleObjinline
LongLong typedefTuples::TupleObj
m_addressesTuples::TupleObjmutableprivate
m_arraysfTuples::TupleObjmutableprivate
m_boolsTuples::TupleObjmutableprivate
m_charsTuples::TupleObjmutableprivate
m_clidTuples::TupleObjprivate
m_doublesTuples::TupleObjmutableprivate
m_farraysTuples::TupleObjmutableprivate
m_floatsTuples::TupleObjmutableprivate
m_fmatricesTuples::TupleObjmutableprivate
m_handler1Tuples::detail::TupleObjImp< HANDLER1, HANDLER2 >private
m_handler2Tuples::detail::TupleObjImp< HANDLER1, HANDLER2 >private
m_intsTuples::TupleObjmutableprivate
m_itemsTuples::TupleObjprivate
m_longlongsTuples::TupleObjmutableprivate
m_matricesfTuples::TupleObjmutableprivate
m_nameTuples::TupleObjprivate
m_refCountTuples::TupleObjprivate
m_shortsTuples::TupleObjmutableprivate
m_tupleTuples::TupleObjprivate
m_typeTuples::TupleObjprivate
m_ucharsTuples::TupleObjmutableprivate
m_uintsTuples::TupleObjmutableprivate
m_ulonglongsTuples::TupleObjmutableprivate
m_ushortsTuples::TupleObjmutableprivate
matrix(std::string_view name, const MATRIX &data, const MIndex &rows, const MIndex &cols)Tuples::TupleObjinline
matrix(std::string_view name, const ROOT::Math::SMatrix< TYPE, D1, D2, REP > &mtrx)Tuples::TupleObjinline
MIndex typedefTuples::TupleObj
name() constTuples::TupleObjinline
operator=(const TupleObj &)=deleteTuples::TupleObjprivate
put(std::string_view name, const TYPE *obj)Tuples::TupleObj
rowWise() constTuples::TupleObjinline
Short typedefTuples::TupleObj
tuple() constTuples::TupleObjinline
tuple()Tuples::TupleObjinline
TupleObj(std::string name, NTuple::Tuple *tuple, const CLID &clid=CLID_ColumnWiseTuple, const Tuples::Type type=Tuples::NTUPLE)Tuples::TupleObjprotected
TupleObj(const TupleObj &)=deleteTuples::TupleObjprivate
TupleObjImp(HANDLER1 handler1, HANDLER2 handler2, const std::string &name, NTuple::Tuple *tuple, const CLID &clid=CLID_ColumnWiseTuple, const Tuples::Type type=Tuples::NTUPLE)Tuples::detail::TupleObjImp< HANDLER1, HANDLER2 >inline
type() constTuples::TupleObjinline
UChar typedefTuples::TupleObj
UInt typedefTuples::TupleObj
ULongLong typedefTuples::TupleObj
UShort typedefTuples::TupleObj
valid() constTuples::TupleObjinline
Warning(const std::string &msg, const StatusCode sc=StatusCode::FAILURE) const overrideTuples::detail::TupleObjImp< HANDLER1, HANDLER2 >inlinevirtual
write()Tuples::TupleObj
~TupleObj()Tuples::TupleObjvirtual