|
ROOT 6.10/09 Reference Guide |
Definition at line 305 of file TDFNodes.hxx.
Public Member Functions | |
| TCustomColumn (std::string_view name, F &&expression, const ColumnNames_t &bl, PrevData &pd) | |
| TCustomColumn (const TCustomColumn &)=delete | |
| bool | CheckFilters (unsigned int slot, Long64_t entry) final |
| virtual void | ClearValueReaders (unsigned int slot) final |
| const std::type_info & | GetTypeId () const |
| void * | GetValuePtr (unsigned int slot) final |
| void | Init (TTreeReader *r, unsigned int slot) final |
| void | PartialReport () const final |
| void | Report () const final |
| void | StopProcessing () |
| void | Update (unsigned int slot, Long64_t entry) final |
| template<int... S, typename... BranchTypes> | |
| void | UpdateHelper (unsigned int slot, Long64_t entry, TDFInternal::TStaticSeq< S... >, TDFInternal::TTypeList< BranchTypes... >) |
Public Member Functions inherited from ROOT::Detail::TDF::TCustomColumnBase | |
| TCustomColumnBase (TLoopManager *df, const ColumnNames_t &tmpBranches, std::string_view name, unsigned int nSlots) | |
| virtual | ~TCustomColumnBase () |
| TLoopManager * | GetImplPtr () const |
| std::string | GetName () const |
| unsigned int | GetNSlots () const |
| ColumnNames_t | GetTmpBranches () const |
| void | IncrChildrenCount () |
Private Types | |
| using | BranchTypes_t = typename TDFInternal::TFunctionTraits< F >::Args_t |
| using | Ret_t = typename TDFInternal::TFunctionTraits< F >::Ret_t |
| using | TypeInd_t = typename TDFInternal::TGenStaticSeq< BranchTypes_t::fgSize >::Type_t |
Private Attributes | |
| const ColumnNames_t | fBranches |
| F | fExpression |
| std::vector< Long64_t > | fLastCheckedEntry = {-1} |
| std::vector< std::unique_ptr< Ret_t > > | fLastResultPtr |
| PrevData & | fPrevData |
| std::vector< TDFInternal::TDFValueTuple_t< BranchTypes_t > > | fValues |
Additional Inherited Members | |
Protected Attributes inherited from ROOT::Detail::TDF::TCustomColumnBase | |
| TLoopManager * | fImplPtr |
| A raw pointer to the TLoopManager at the root of this functional graph. More... | |
| const std::string | fName |
| unsigned int | fNChildren {0} |
| Number of nodes of the functional graph hanging from this object. More... | |
| const unsigned int | fNSlots |
| Number of thread slots used by this node, inherited from parent node. More... | |
| unsigned int | fNStopsReceived {0} |
| Number of times that a children node signaled to stop processing entries. More... | |
| ColumnNames_t | fTmpBranches |
#include <ROOT/TDFNodes.hxx>
|
private |
Definition at line 306 of file TDFNodes.hxx.
|
private |
Definition at line 308 of file TDFNodes.hxx.
|
private |
Definition at line 307 of file TDFNodes.hxx.
|
inline |
Definition at line 319 of file TDFNodes.hxx.
|
delete |
|
inlinefinalvirtual |
Implements ROOT::Detail::TDF::TCustomColumnBase.
Definition at line 350 of file TDFNodes.hxx.
|
inlinefinalvirtual |
Implements ROOT::Detail::TDF::TCustomColumnBase.
Definition at line 376 of file TDFNodes.hxx.
|
inlinevirtual |
Implements ROOT::Detail::TDF::TCustomColumnBase.
Definition at line 348 of file TDFNodes.hxx.
|
inlinefinalvirtual |
Implements ROOT::Detail::TDF::TCustomColumnBase.
Definition at line 337 of file TDFNodes.hxx.
|
inlinefinalvirtual |
Implements ROOT::Detail::TDF::TCustomColumnBase.
Definition at line 331 of file TDFNodes.hxx.
|
inlinefinalvirtual |
Implements ROOT::Detail::TDF::TCustomColumnBase.
Definition at line 368 of file TDFNodes.hxx.
|
inlinefinalvirtual |
Implements ROOT::Detail::TDF::TCustomColumnBase.
Definition at line 366 of file TDFNodes.hxx.
|
inlinevirtual |
Implements ROOT::Detail::TDF::TCustomColumnBase.
Definition at line 370 of file TDFNodes.hxx.
|
inlinefinalvirtual |
Implements ROOT::Detail::TDF::TCustomColumnBase.
Definition at line 339 of file TDFNodes.hxx.
|
inline |
Definition at line 357 of file TDFNodes.hxx.
|
private |
Definition at line 311 of file TDFNodes.hxx.
|
private |
Definition at line 310 of file TDFNodes.hxx.
|
private |
Definition at line 314 of file TDFNodes.hxx.
|
private |
Definition at line 312 of file TDFNodes.hxx.
|
private |
Definition at line 313 of file TDFNodes.hxx.
|
private |
Definition at line 316 of file TDFNodes.hxx.