![]() |
The Gaudi Framework
v31r0 (aeb156f0)
|
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::TupleObj | inline |
| Address typedef | Tuples::TupleObj | |
| array(const std::string &name, DATA first, DATA last) | Tuples::TupleObj | inline |
| array(const std::string &name, const ARRAY &data, const MIndex &length) | Tuples::TupleObj | inline |
| array(const std::string &name, const ARRAY &data) | Tuples::TupleObj | inline |
| Bool typedef | Tuples::TupleObj | |
| Char typedef | Tuples::TupleObj | |
| clid() const | Tuples::TupleObj | inline |
| column(const std::string &name, float value) | Tuples::TupleObj | |
| column(const std::string &name, double value) | Tuples::TupleObj | |
| column(const std::string &name, short value) | Tuples::TupleObj | |
| column(const std::string &name, short value, short minv, short maxv) | Tuples::TupleObj | |
| column(const std::string &name, unsigned short value) | Tuples::TupleObj | |
| column(const std::string &name, unsigned short value, unsigned short minv, unsigned short maxv) | Tuples::TupleObj | |
| column(const std::string &name, char value) | Tuples::TupleObj | |
| column(const std::string &name, char value, char minv, char maxv) | Tuples::TupleObj | |
| column(const std::string &name, unsigned char value) | Tuples::TupleObj | |
| column(const std::string &name, unsigned char value, unsigned char minv, unsigned char maxv) | Tuples::TupleObj | |
| column(const std::string &name, int value) | Tuples::TupleObj | |
| column(const std::string &name, int value, int minv, int maxv) | Tuples::TupleObj | |
| column(const std::string &name, unsigned int value) | Tuples::TupleObj | |
| column(const std::string &name, unsigned int value, unsigned int minv, unsigned int maxv) | Tuples::TupleObj | |
| column(const std::string &name, long value) | Tuples::TupleObj | |
| column(const std::string &name, long value, long minv, long maxv) | Tuples::TupleObj | |
| column(const std::string &name, unsigned long value) | Tuples::TupleObj | |
| column(const std::string &name, unsigned long value, unsigned long minv, unsigned long maxv) | Tuples::TupleObj | |
| column(const std::string &name, long long value) | Tuples::TupleObj | |
| column(const std::string &name, long long value, long long minv, long long maxv) | Tuples::TupleObj | |
| column(const std::string &name, unsigned long long value) | Tuples::TupleObj | |
| column(const std::string &name, unsigned long long value, unsigned long long minv, unsigned long long maxv) | Tuples::TupleObj | |
| column(const std::string &name, signed char value) | Tuples::TupleObj | inline |
| column(const std::string &name, bool value) | Tuples::TupleObj | |
| column(const std::string &name, IOpaqueAddress *address) | Tuples::TupleObj | |
| column(IOpaqueAddress *address) | Tuples::TupleObj | |
| column(const std::string &name, const ROOT::Math::LorentzVector< TYPE > &v) | Tuples::TupleObj | inline |
| column(const std::string &name, const ROOT::Math::DisplacementVector3D< TYPE, TAG > &v) | Tuples::TupleObj | inline |
| column(const std::string &name, const ROOT::Math::PositionVector3D< TYPE, TAG > &v) | Tuples::TupleObj | inline |
| columns(Value &&value, Args &&...args) | Tuples::TupleObj | inline |
| columnWise() const | Tuples::TupleObj | inline |
| Double typedef | Tuples::TupleObj | |
| Error(const std::string &msg, const StatusCode sc=StatusCode::FAILURE) const override | Tuples::detail::TupleObjImp< HANDLER1, HANDLER2 > | inlinevirtual |
| evtColType() const | Tuples::TupleObj | inline |
| FArray typedef | Tuples::TupleObj | |
| farray(const std::string &name, ITERATOR1 &&first, ITERATOR2 &&last, const std::string &length, size_t maxv) | Tuples::TupleObj | inline |
| farray(const std::string &name, const DATA &data, const std::string &length, const size_t maxv) | Tuples::TupleObj | inline |
| farray(const std::string &name, const FUNCTION &function, ITERATOR first, ITERATOR last, const std::string &length, size_t maxv) | Tuples::TupleObj | inline |
| farray(const Container< NamedFunction > &funs, DataIterator first, DataIterator last, const std::string &length, size_t maxv) | Tuples::TupleObj | inline |
| farray(const NamedFunctions &funs, DataIterator first, DataIterator last, const std::string &length, size_t maxv) | Tuples::TupleObj | inline |
| farray(const std::string &name1, const FUNC1 &func1, const std::string &name2, const FUNC2 &func2, Iterator &&first, Iterator &&last, const std::string &length, size_t maxv) | Tuples::TupleObj | inline |
| farray(const std::string &name1, const FUNC1 &func1, const std::string &name2, const FUNC2 &func2, const std::string &name3, const FUNC3 &func3, Iterator &&first, Iterator &&last, const std::string &length, size_t maxv) | Tuples::TupleObj | inline |
| farray(const std::string &name1, const FUNC1 &func1, const std::string &name2, const FUNC2 &func2, const std::string &name3, const FUNC3 &func3, const std::string &name4, const FUNC4 &func4, Iterator &&first, Iterator &&last, const std::string &length, size_t maxv) | Tuples::TupleObj | inline |
| farray_impl(FunIterator first_item, FunIterator last_item, DataIterator first, DataIterator last, const std::string &length, size_t maxv) | Tuples::TupleObj | inline |
| fill(const char *format...) | Tuples::TupleObj | |
| Float typedef | Tuples::TupleObj | |
| FMatrix typedef | Tuples::TupleObj | |
| fmatrix(const std::string &name, const MATRIX &data, size_t rows, const MIndex &cols, const std::string &length, size_t maxv) | Tuples::TupleObj | inline |
| fmatrix(const std::string &name, DATA first, DATA last, const MIndex &cols, const std::string &length, size_t maxv) | Tuples::TupleObj | inline |
| fmatrix(const std::string &name, FUN funF, FUN funL, DATA first, DATA last, const std::string &length, size_t maxv) | Tuples::TupleObj | inline |
| fmatrix(const std::string &name, const GaudiUtils::VectorMap< KEY, VALUE > &info, const std::string &length, const size_t maxv=100) | Tuples::TupleObj | inline |
| goodItem(const std::string &name) const | Tuples::TupleObj | inline |
| Int typedef | Tuples::TupleObj | |
| invalid() const | Tuples::TupleObj | inline |
| ItemMap typedef | Tuples::TupleObj | |
| items() const | Tuples::TupleObj | inline |
| LongLong typedef | Tuples::TupleObj | |
| m_handler1 | Tuples::detail::TupleObjImp< HANDLER1, HANDLER2 > | private |
| m_handler2 | Tuples::detail::TupleObjImp< HANDLER1, HANDLER2 > | private |
| matrix(const std::string &name, const MATRIX &data, const MIndex &rows, const MIndex &cols) | Tuples::TupleObj | inline |
| matrix(const std::string &name, const ROOT::Math::SMatrix< TYPE, D1, D2, REP > &mtrx) | Tuples::TupleObj | inline |
| MIndex typedef | Tuples::TupleObj | |
| name() const | Tuples::TupleObj | inline |
| put(const std::string &name, const TYPE *obj) | Tuples::TupleObj | inline |
| rowWise() const | Tuples::TupleObj | inline |
| Short typedef | Tuples::TupleObj | |
| tuple() const | Tuples::TupleObj | inline |
| tuple() | Tuples::TupleObj | inline |
| TupleObj(std::string name, NTuple::Tuple *tuple, const CLID &clid=CLID_ColumnWiseTuple, const Tuples::Type type=Tuples::NTUPLE) | Tuples::TupleObj | protected |
| 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() const | Tuples::TupleObj | inline |
| UChar typedef | Tuples::TupleObj | |
| UInt typedef | Tuples::TupleObj | |
| ULongLong typedef | Tuples::TupleObj | |
| UShort typedef | Tuples::TupleObj | |
| valid() const | Tuples::TupleObj | inline |
| Warning(const std::string &msg, const StatusCode sc=StatusCode::FAILURE) const override | Tuples::detail::TupleObjImp< HANDLER1, HANDLER2 > | inlinevirtual |
| write() | Tuples::TupleObj | |
| ~TupleObj() | Tuples::TupleObj | virtual |