| Digit_t typedef | o2::fit::DigitBlockBase< DigitType, SubDigitTypes > | |
| DigitBlockBase(const o2::InteractionRecord &intRec) | o2::fit::DigitBlockBase< DigitType, SubDigitTypes > | inline |
| DigitBlockBase(const DigitType &digit) | o2::fit::DigitBlockBase< DigitType, SubDigitTypes > | inline |
| DigitBlockBase()=default | o2::fit::DigitBlockBase< DigitType, SubDigitTypes > | |
| DigitBlockBase(const DigitBlockBase &other)=default | o2::fit::DigitBlockBase< DigitType, SubDigitTypes > | |
| fillSubDigitTuple(const DigitT &digit, const std::tuple< T... > &tupleSrc, std::tuple< T... > &tupleDest) | o2::fit::DigitBlockBase< DigitType, SubDigitTypes > | inlinestatic |
| getSingleSubDigit(std::tuple< T... > tupleVecSingleSubDigits) -> std::enable_if_t<(N_TOTAL > 1)> | o2::fit::DigitBlockBase< DigitType, SubDigitTypes > | inline |
| getSingleSubDigit(std::tuple< T... > tupleVecSingleSubDigits) -> std::enable_if_t<(N_TOTAL==1)> | o2::fit::DigitBlockBase< DigitType, SubDigitTypes > | inline |
| getSingleSubDigits(T &... vecSingleSubDigits) -> std::enable_if_t< sizeof...(T)==sNSingleSubDigits > | o2::fit::DigitBlockBase< DigitType, SubDigitTypes > | inline |
| getSubDigit(std::tuple< T... > tupleVecSubDigits) -> std::enable_if_t<(N_TOTAL > 1)> | o2::fit::DigitBlockBase< DigitType, SubDigitTypes > | inline |
| getSubDigit(std::tuple< T... > tupleVecSubDigits) -> std::enable_if_t<(N_TOTAL==1)> | o2::fit::DigitBlockBase< DigitType, SubDigitTypes > | inline |
| getSubDigits(VecDigit &vecDigits, VecSubDigits &... vecSubDigits) -> std::enable_if_t< sizeof...(VecSubDigits)==sNSubDigits > | o2::fit::DigitBlockBase< DigitType, SubDigitTypes > | inline |
| makeDigitBlock(const std::vector< DigitT > &vecDigits, const std::vector< SubDigitT > &vecSubDigits) -> std::enable_if_t< DigitBlockHelper::GetDigitRefsN< DigitT >::value==1 &&DigitBlockHelper::IsSpecOfType< DigitBlockBase, typename DigitBlockType::DigitBlockBase_t >::value, std::vector< DigitBlockType > > | o2::fit::DigitBlockBase< DigitType, SubDigitTypes > | inlinestatic |
| makeDigitBlock(const std::vector< DigitT > &vecDigits, const std::vector< SubDigitT > &... vecSubDigits) -> std::enable_if_t<(DigitBlockHelper::GetDigitRefsN< DigitT >::value > 1) &&(DigitBlockHelper::IsSpecOfType< DigitBlockBase, typename DigitBlockType::DigitBlockBase_t >::value), std::vector< DigitBlockType > > | o2::fit::DigitBlockBase< DigitType, SubDigitTypes > | inlinestatic |
| mDigit | o2::fit::DigitBlockBase< DigitType, SubDigitTypes > | |
| mSingleSubDigit | o2::fit::DigitBlockBase< DigitType, SubDigitTypes > | |
| mSubDigit | o2::fit::DigitBlockBase< DigitType, SubDigitTypes > | |
| print() const | o2::fit::DigitBlockBase< DigitType, SubDigitTypes > | inline |
| SingleSubDigit_t typedef | o2::fit::DigitBlockBase< DigitType, SubDigitTypes > | |
| sNSingleSubDigits | o2::fit::DigitBlockBase< DigitType, SubDigitTypes > | static |
| sNSubDigits | o2::fit::DigitBlockBase< DigitType, SubDigitTypes > | static |
| SubDigit_t typedef | o2::fit::DigitBlockBase< DigitType, SubDigitTypes > | |
| TupleVecDigitObjs_t typedef | o2::fit::DigitBlockBase< DigitType, SubDigitTypes > | |
| VecAllSubDigit_t typedef | o2::fit::DigitBlockBase< DigitType, SubDigitTypes > | |
| VecSingleSubDigit_t typedef | o2::fit::DigitBlockBase< DigitType, SubDigitTypes > | |
| VecSubDigit_t typedef | o2::fit::DigitBlockBase< DigitType, SubDigitTypes > | |
| ~DigitBlockBase()=default | o2::fit::DigitBlockBase< DigitType, SubDigitTypes > | |