Definition at line 33 of file RNTupleDrawVisitor.hxx.
#include <ROOT/RNTupleDrawVisitor.hxx>
◆ RNTupleDrawVisitor()
| ROOT::Internal::RNTupleDrawVisitor::RNTupleDrawVisitor |
( |
std::shared_ptr< ROOT::RNTupleReader > | ntplReader, |
|
|
const std::string & | title ) |
|
inline |
◆ FillHistogram() [1/2]
template<typename T>
| void ROOT::Internal::RNTupleDrawVisitor::FillHistogram |
( |
const ROOT::RField< T > & | field | ) |
|
|
inlineprivate |
◆ FillHistogram() [2/2]
◆ FillHistogramImpl()
template<typename ViewT>
| void ROOT::Internal::RNTupleDrawVisitor::FillHistogramImpl |
( |
ViewT & | view | ) |
|
|
inlineprivate |
◆ FillStringHistogram()
| void ROOT::Internal::RNTupleDrawVisitor::FillStringHistogram |
( |
const ROOT::RField< std::string > & | field | ) |
|
|
inlineprivate |
◆ MoveHist()
| TH1 * ROOT::Internal::RNTupleDrawVisitor::MoveHist |
( |
| ) |
|
|
inline |
◆ TestHistBuffer()
| void ROOT::Internal::RNTupleDrawVisitor::TestHistBuffer |
( |
| ) |
|
|
private |
Test collected entries if it looks like integer values and one can use better binning.
Definition at line 24 of file RNTupleDrawVisitor.cxx.
◆ VisitBoolField()
| void ROOT::Internal::RNTupleDrawVisitor::VisitBoolField |
( |
const ROOT::RField< bool > & | field | ) |
|
|
inlinefinalvirtual |
◆ VisitCardinalityField()
◆ VisitCharField()
| void ROOT::Internal::RNTupleDrawVisitor::VisitCharField |
( |
const ROOT::RField< char > & | field | ) |
|
|
inlinefinalvirtual |
◆ VisitDoubleField()
| void ROOT::Internal::RNTupleDrawVisitor::VisitDoubleField |
( |
const ROOT::RField< double > & | field | ) |
|
|
inlinefinalvirtual |
◆ VisitField()
| void ROOT::Internal::RNTupleDrawVisitor::VisitField |
( |
const ROOT::RFieldBase & | | ) |
|
|
inlinefinalvirtual |
◆ VisitFloatField()
| void ROOT::Internal::RNTupleDrawVisitor::VisitFloatField |
( |
const ROOT::RField< float > & | field | ) |
|
|
inlinefinalvirtual |
◆ VisitInt16Field()
| void ROOT::Internal::RNTupleDrawVisitor::VisitInt16Field |
( |
const ROOT::RIntegralField< std::int16_t > & | field | ) |
|
|
inlinefinalvirtual |
◆ VisitInt32Field()
| void ROOT::Internal::RNTupleDrawVisitor::VisitInt32Field |
( |
const ROOT::RIntegralField< std::int32_t > & | field | ) |
|
|
inlinefinalvirtual |
◆ VisitInt64Field()
| void ROOT::Internal::RNTupleDrawVisitor::VisitInt64Field |
( |
const ROOT::RIntegralField< std::int64_t > & | field | ) |
|
|
inlinefinalvirtual |
◆ VisitInt8Field()
| void ROOT::Internal::RNTupleDrawVisitor::VisitInt8Field |
( |
const ROOT::RIntegralField< std::int8_t > & | field | ) |
|
|
inlinefinalvirtual |
◆ VisitStringField()
| void ROOT::Internal::RNTupleDrawVisitor::VisitStringField |
( |
const ROOT::RField< std::string > & | field | ) |
|
|
inlinefinalvirtual |
◆ VisitUInt16Field()
| void ROOT::Internal::RNTupleDrawVisitor::VisitUInt16Field |
( |
const ROOT::RIntegralField< std::uint16_t > & | field | ) |
|
|
inlinefinalvirtual |
◆ VisitUInt32Field()
| void ROOT::Internal::RNTupleDrawVisitor::VisitUInt32Field |
( |
const ROOT::RIntegralField< std::uint32_t > & | field | ) |
|
|
inlinefinalvirtual |
◆ VisitUInt64Field()
| void ROOT::Internal::RNTupleDrawVisitor::VisitUInt64Field |
( |
const ROOT::RIntegralField< std::uint64_t > & | field | ) |
|
|
inlinefinalvirtual |
◆ VisitUInt8Field()
| void ROOT::Internal::RNTupleDrawVisitor::VisitUInt8Field |
( |
const ROOT::RIntegralField< std::uint8_t > & | field | ) |
|
|
inlinefinalvirtual |
◆ fHist
| std::unique_ptr<TH1> ROOT::Internal::RNTupleDrawVisitor::fHist |
|
private |
◆ fNtplReader
◆ fTitle
| std::string ROOT::Internal::RNTupleDrawVisitor::fTitle |
|
private |
The documentation for this class was generated from the following files: