ra4_draw
4bd0201e3d922d42bd545d4b045ed44db33454a4
|
#include <table.hpp>
Public Member Functions | |
TableColumn (const Table &table, const std::shared_ptr< Process > &process) | |
~TableColumn ()=default | |
void | RecordEvent (const Baby &baby) final |
![]() | |
FigureComponent (const Figure &figure, const std::shared_ptr< Process > &process) | |
virtual | ~FigureComponent ()=default |
Public Attributes | |
std::vector< double > | sumw_ |
std::vector< double > | sumw2_ |
![]() | |
const Figure & | figure_ |
Reference to figure containing this component. More... | |
std::shared_ptr< Process > | process_ |
Process associated to this part of the figure. More... | |
std::mutex | mutex_ |
Private Member Functions | |
TableColumn ()=delete | |
TableColumn (const TableColumn &)=delete | |
TableColumn & | operator= (const TableColumn &)=delete |
TableColumn (TableColumn &&)=delete | |
TableColumn & | operator= (TableColumn &&)=delete |
Private Attributes | |
std::vector< NamedFunc > | proc_and_table_cut_ |
NamedFunc::VectorType | cut_vector_ |
NamedFunc::VectorType | wgt_vector_ |
NamedFunc::VectorType | val_vector_ |
|
default |
|
privatedelete |
Referenced by anonymous_namespace{table.cpp}::ToLatex().
|
privatedelete |
|
privatedelete |
|
privatedelete |
|
privatedelete |
|
finalvirtual |
Implements Figure::FigureComponent.
Definition at line 53 of file table.cpp.
References Process::background, Process::data, NamedFunc::GetScalar(), NamedFunc::GetVector(), TableRow::is_data_row_, NamedFunc::IsScalar(), Table::rows_, Process::signal, Table::Table(), and TableRow::weight_.
|
private |
|
private |
std::vector<double> Table::TableColumn::sumw2_ |
Definition at line 25 of file table.hpp.
Referenced by Table::Yield().
std::vector<double> Table::TableColumn::sumw_ |
Definition at line 25 of file table.hpp.
Referenced by Table::Yield().
|
private |
|
private |