Classes | |
| class | RArgsMenuItem | 
| Menu item which requires extra arguments for invoked class method.  More... | |
| class | RCheckedMenuItem | 
| Menu item with check box.  More... | |
| class | RFieldVisitor | 
| Abstract base class for classes implementing the visitor design pattern.  More... | |
| class | RHistBinIter | 
| Iterates over the bins of a RHist or RHistImpl.  More... | |
| class | RHistBinPtr | 
Points to a histogram bin (or actually a RHistBinRef).  More... | |
| class | RHistBinRef | 
| Represents a bin reference.  More... | |
| class | RHistBinStat | 
| Const view on a bin's statistical data.  More... | |
| class | RHistData | 
A RHistImplBase's data, provides accessors to all its statistics.  More... | |
| class | RHistImpl | 
| class | RHistImplBase | 
Interface class for RHistImpl.  More... | |
| class | RHistImplPrecisionAgnosticBase | 
Base class for RHistImplBase that abstracts out the histogram's PRECISION.  More... | |
| class | RLogBuilder | 
| Builds a diagnostic entry, emitted by the static RLogManager upon destruction of this builder, where - by definition - the RLogEntry has been completely built.  More... | |
| class | RMenuArgument | 
| Argument description for menu item which should invoke class method.  More... | |
| class | RMenuItem | 
| Base class for menu items, shown on JS side.  More... | |
| class | RNTupleAtomicCounter | 
| A thread-safe integral performance counter.  More... | |
| class | RNTupleCalcPerf | 
| A metric element that computes its floating point value from other counters.  More... | |
| class | RNTupleMetrics | 
| A collection of Counter objects with a name, a unit, and a description.  More... | |
| class | RNTuplePerfCounter | 
| A performance counter with a name and a unit, which can be activated on demand.  More... | |
| class | RNTuplePlainCounter | 
| A non thread-safe integral performance counter.  More... | |
| class | RNTupleTickCounter | 
| An either thread-safe or non thread safe counter for CPU ticks.  More... | |
| class | RNTupleTimer | 
| Record wall time and CPU time between construction and destruction.  More... | |
| using ROOT::Experimental::Detail::RNTupleAtomicTimer = RNTupleTimer<RNTupleAtomicCounter, RNTupleTickCounter<RNTupleAtomicCounter>> | 
Definition at line 273 of file RNTupleMetrics.hxx.
| using ROOT::Experimental::Detail::RNTuplePlainTimer = RNTupleTimer<RNTuplePlainCounter, RNTupleTickCounter<RNTuplePlainCounter>> | 
Definition at line 272 of file RNTupleMetrics.hxx.