|
ROOT 6.10/02 Reference Guide |
Definition at line 291 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 |
| 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 292 of file TDFNodes.hxx.
|
private |
Definition at line 294 of file TDFNodes.hxx.
|
private |
Definition at line 293 of file TDFNodes.hxx.
|
inline |
Definition at line 305 of file TDFNodes.hxx.
|
delete |
|
inlinefinalvirtual |
Implements ROOT::Detail::TDF::TCustomColumnBase.
Definition at line 336 of file TDFNodes.hxx.
|
inlinevirtual |
Implements ROOT::Detail::TDF::TCustomColumnBase.
Definition at line 334 of file TDFNodes.hxx.
|
inlinefinalvirtual |
Implements ROOT::Detail::TDF::TCustomColumnBase.
Definition at line 323 of file TDFNodes.hxx.
|
inlinefinalvirtual |
Implements ROOT::Detail::TDF::TCustomColumnBase.
Definition at line 317 of file TDFNodes.hxx.
|
inlinefinalvirtual |
Implements ROOT::Detail::TDF::TCustomColumnBase.
Definition at line 353 of file TDFNodes.hxx.
|
inlinefinalvirtual |
Implements ROOT::Detail::TDF::TCustomColumnBase.
Definition at line 351 of file TDFNodes.hxx.
|
inlinevirtual |
Implements ROOT::Detail::TDF::TCustomColumnBase.
Definition at line 355 of file TDFNodes.hxx.
|
inlinefinalvirtual |
Implements ROOT::Detail::TDF::TCustomColumnBase.
Definition at line 325 of file TDFNodes.hxx.
|
inline |
Definition at line 343 of file TDFNodes.hxx.
|
private |
Definition at line 297 of file TDFNodes.hxx.
|
private |
Definition at line 296 of file TDFNodes.hxx.
|
private |
Definition at line 300 of file TDFNodes.hxx.
|
private |
Definition at line 298 of file TDFNodes.hxx.
|
private |
Definition at line 299 of file TDFNodes.hxx.
|
private |
Definition at line 302 of file TDFNodes.hxx.