14 #ifndef CreateNTuple_H
15 #define CreateNTuple_H
95 const char * name = 0 );
101 #endif // CreateNTuple_H
void initListViews()
Initiate the list views, set column names.
void updateColumnList()
Update column list view.
const std::vector< PlotterBase * > & getDataCutList()
Get all the data cut used by the DataSource.
void getPlotterList(std::vector< PlotterBase * > &)
Get all the plotter used by the canvas window.
void setColumnList()
Filter according to the selected column.
std::vector< std::string > m_column_list
void updateNTupleIn()
Update the ComboBox.
A DataSource class implemented with std::vector to store the column data. ...
virtual void currentDataSourceChanged(int item)
Current Item in the ComboBox changed.
virtual void cutListCheckBox_toggled(bool yes)
Select or deselect all in cut list.
virtual void columnListCheckBox_toggled(bool yes)
Select or deselect all in column list.
This class manages the Create NTuple dialog.
void setCutList()
Filter according to the selected cut.
CreateNTuple(QWidget *parent=0, const char *name=0)
The constructor.
void updateCutList()
Update cut list view.
unsigned int columnNumber
virtual void createFileButtonClicked()
Create a new NTuple and save to a file.
std::vector< const TupleCut * > m_cut_list
The list of TupleCut objects.
virtual void createButtonClicked()
Create a new NTuple.