Logo ROOT   6.12/07
Reference Guide
ROOT::Experimental::TDataFrame Member List

This is the complete list of members for ROOT::Experimental::TDataFrame, including all inherited members.

Alias(std::string_view alias, std::string_view columnName)ROOT::Experimental::TDF::TInterface< TDFDetail::TLoopManager >inline
Cache(const ColumnNames_t &columnList)ROOT::Experimental::TDF::TInterface< TDFDetail::TLoopManager >inline
Cache(const ColumnNames_t &columnList)ROOT::Experimental::TDF::TInterface< TDFDetail::TLoopManager >inline
Cache(std::string_view columnNameRegexp="")ROOT::Experimental::TDF::TInterface< TDFDetail::TLoopManager >inline
ColumnNames_t typedefROOT::Experimental::TDataFrameprivate
Count()ROOT::Experimental::TDF::TInterface< TDFDetail::TLoopManager >inline
Define(std::string_view name, F expression, const ColumnNames_t &columns={})ROOT::Experimental::TDF::TInterface< TDFDetail::TLoopManager >inline
Define(std::string_view name, std::string_view expression)ROOT::Experimental::TDF::TInterface< TDFDetail::TLoopManager >inline
DefineSlot(std::string_view name, F expression, const ColumnNames_t &columns={})ROOT::Experimental::TDF::TInterface< TDFDetail::TLoopManager >inline
DefineSlotEntry(std::string_view name, F expression, const ColumnNames_t &columns={})ROOT::Experimental::TDF::TInterface< TDFDetail::TLoopManager >inline
Fill(T &&model, const ColumnNames_t &columnList)ROOT::Experimental::TDF::TInterface< TDFDetail::TLoopManager >inline
Fill(T &&model, const ColumnNames_t &bl)ROOT::Experimental::TDF::TInterface< TDFDetail::TLoopManager >inline
Filter(F f, const ColumnNames_t &columns={}, std::string_view name="")ROOT::Experimental::TDF::TInterface< TDFDetail::TLoopManager >inline
Filter(F f, std::string_view name)ROOT::Experimental::TDF::TInterface< TDFDetail::TLoopManager >inline
Filter(F f, const std::initializer_list< std::string > &columns)ROOT::Experimental::TDF::TInterface< TDFDetail::TLoopManager >inline
Filter(std::string_view expression, std::string_view name="")ROOT::Experimental::TDF::TInterface< TDFDetail::TLoopManager >inline
Foreach(F f, const ColumnNames_t &columns={})ROOT::Experimental::TDF::TInterface< TDFDetail::TLoopManager >inline
ForeachSlot(F f, const ColumnNames_t &columns={})ROOT::Experimental::TDF::TInterface< TDFDetail::TLoopManager >inline
GetColumnNames()ROOT::Experimental::TDF::TInterface< TDFDetail::TLoopManager >inline
GetDataFrameChecked()ROOT::Experimental::TDF::TInterface< TDFDetail::TLoopManager >inlineprotected
GetProxiedPtr() constROOT::Experimental::TDF::TInterface< TDFDetail::TLoopManager >inlineprotected
Histo1D(const TH1DModel &model={"", "", 128u, 0., 0.}, std::string_view vName="")ROOT::Experimental::TDF::TInterface< TDFDetail::TLoopManager >inline
Histo1D(std::string_view vName)ROOT::Experimental::TDF::TInterface< TDFDetail::TLoopManager >inline
Histo1D(const TH1DModel &model, std::string_view vName, std::string_view wName)ROOT::Experimental::TDF::TInterface< TDFDetail::TLoopManager >inline
Histo1D(std::string_view vName, std::string_view wName)ROOT::Experimental::TDF::TInterface< TDFDetail::TLoopManager >inline
Histo1D(const TH1DModel &model={"", "", 128u, 0., 0.})ROOT::Experimental::TDF::TInterface< TDFDetail::TLoopManager >inline
Histo2D(const TH2DModel &model, std::string_view v1Name="", std::string_view v2Name="")ROOT::Experimental::TDF::TInterface< TDFDetail::TLoopManager >inline
Histo2D(const TH2DModel &model, std::string_view v1Name, std::string_view v2Name, std::string_view wName)ROOT::Experimental::TDF::TInterface< TDFDetail::TLoopManager >inline
Histo2D(const TH2DModel &model)ROOT::Experimental::TDF::TInterface< TDFDetail::TLoopManager >inline
Histo3D(const TH3DModel &model, std::string_view v1Name="", std::string_view v2Name="", std::string_view v3Name="")ROOT::Experimental::TDF::TInterface< TDFDetail::TLoopManager >inline
Histo3D(const TH3DModel &model, std::string_view v1Name, std::string_view v2Name, std::string_view v3Name, std::string_view wName)ROOT::Experimental::TDF::TInterface< TDFDetail::TLoopManager >inline
Histo3D(const TH3DModel &model)ROOT::Experimental::TDF::TInterface< TDFDetail::TLoopManager >inline
Max(std::string_view columnName="")ROOT::Experimental::TDF::TInterface< TDFDetail::TLoopManager >inline
Mean(std::string_view columnName="")ROOT::Experimental::TDF::TInterface< TDFDetail::TLoopManager >inline
Min(std::string_view columnName="")ROOT::Experimental::TDF::TInterface< TDFDetail::TLoopManager >inline
operator=(const TInterface &)=defaultROOT::Experimental::TDF::TInterface< TDFDetail::TLoopManager >
Profile1D(const TProfile1DModel &model, std::string_view v1Name="", std::string_view v2Name="")ROOT::Experimental::TDF::TInterface< TDFDetail::TLoopManager >inline
Profile1D(const TProfile1DModel &model, std::string_view v1Name, std::string_view v2Name, std::string_view wName)ROOT::Experimental::TDF::TInterface< TDFDetail::TLoopManager >inline
Profile1D(const TProfile1DModel &model)ROOT::Experimental::TDF::TInterface< TDFDetail::TLoopManager >inline
Profile2D(const TProfile2DModel &model, std::string_view v1Name="", std::string_view v2Name="", std::string_view v3Name="")ROOT::Experimental::TDF::TInterface< TDFDetail::TLoopManager >inline
Profile2D(const TProfile2DModel &model, std::string_view v1Name, std::string_view v2Name, std::string_view v3Name, std::string_view wName)ROOT::Experimental::TDF::TInterface< TDFDetail::TLoopManager >inline
Profile2D(const TProfile2DModel &model)ROOT::Experimental::TDF::TInterface< TDFDetail::TLoopManager >inline
Range(unsigned int start, unsigned int stop, unsigned int stride=1)ROOT::Experimental::TDF::TInterface< TDFDetail::TLoopManager >inline
Range(unsigned int stop)ROOT::Experimental::TDF::TInterface< TDFDetail::TLoopManager >inline
Reduce(F f, std::string_view columnName="")ROOT::Experimental::TDF::TInterface< TDFDetail::TLoopManager >inline
Reduce(F f, std::string_view columnName, const T &redIdentity)ROOT::Experimental::TDF::TInterface< TDFDetail::TLoopManager >inline
Report()ROOT::Experimental::TDF::TInterface< TDFDetail::TLoopManager >inline
Snapshot(std::string_view treename, std::string_view filename, const ColumnNames_t &columnList, const TSnapshotOptions &options=TSnapshotOptions())ROOT::Experimental::TDF::TInterface< TDFDetail::TLoopManager >inline
Snapshot(std::string_view treename, std::string_view filename, const ColumnNames_t &columnList, const TSnapshotOptions &options=TSnapshotOptions())ROOT::Experimental::TDF::TInterface< TDFDetail::TLoopManager >inline
Snapshot(std::string_view treename, std::string_view filename, std::string_view columnNameRegexp="", const TSnapshotOptions &options=TSnapshotOptions())ROOT::Experimental::TDF::TInterface< TDFDetail::TLoopManager >inline
Sum(std::string_view columnName="", const TDFDetail::SumReturnType_t< T > &initValue=TDFDetail::SumReturnType_t< T >{})ROOT::Experimental::TDF::TInterface< TDFDetail::TLoopManager >inline
Take(std::string_view column="")ROOT::Experimental::TDF::TInterface< TDFDetail::TLoopManager >inline
TDataFrame(std::string_view treeName, std::string_view filenameglob, const ColumnNames_t &defaultBranches={})ROOT::Experimental::TDataFrame
TDataFrame(std::string_view treename, const std::vector< std::string > &filenames, const ColumnNames_t &defaultBranches={})ROOT::Experimental::TDataFrame
TDataFrame(std::string_view treeName, ::TDirectory *dirPtr, const ColumnNames_t &defaultBranches={})ROOT::Experimental::TDataFrame
TDataFrame(TTree &tree, const ColumnNames_t &defaultBranches={})ROOT::Experimental::TDataFrame
TDataFrame(ULong64_t numEntries)ROOT::Experimental::TDataFrame
TDataFrame(std::unique_ptr< TDataSource >, const ColumnNames_t &defaultBranches={})ROOT::Experimental::TDataFrame
TDataSource typedefROOT::Experimental::TDataFrameprivate
TInterface(const TInterface &)=defaultROOT::Experimental::TDF::TInterface< TDFDetail::TLoopManager >
TInterface(TInterface &&)=defaultROOT::Experimental::TDF::TInterface< TDFDetail::TLoopManager >
TInterface(const std::shared_ptr< TDFDetail::TLoopManager > &proxied, const std::weak_ptr< TLoopManager > &impl, const ColumnNames_t &validColumns, TDataSource *ds)ROOT::Experimental::TDF::TInterface< TDFDetail::TLoopManager >inlineprotected
TInterface(const std::shared_ptr< TDFDetail::TLoopManager > &proxied)ROOT::Experimental::TDF::TInterface< TDFDetail::TLoopManager >inlineprotected