![]() |
ATLAS Offline Software
|
Public Member Functions | |
| __init__ (self, header="Unknown", headerDesc="Unknown", needNormalizing=False) | |
| addValue (self, value, index=-1) | |
| updateValue (self, value, index=-1) | |
| getValue (self, index) | |
Public Attributes | |
| header = header | |
| headerDesc = headerDesc | |
| list | content = [] |
| needNormalizing = needNormalizing | |
@brief Class representing a single csv column Used in TableConstructor to store header description and values of csv column
Definition at line 18 of file TableConstructorBase.py.
| python.TableConstructorBase.Column.__init__ | ( | self, | |
| header = "Unknown", | |||
| headerDesc = "Unknown", | |||
| needNormalizing = False ) |
Column header
Definition at line 24 of file TableConstructorBase.py.
| python.TableConstructorBase.Column.addValue | ( | self, | |
| value, | |||
| index = -1 ) |
@brief Add value to the column
Definition at line 38 of file TableConstructorBase.py.
| python.TableConstructorBase.Column.getValue | ( | self, | |
| index ) |
@brief Get value from column with given index
Definition at line 52 of file TableConstructorBase.py.
| python.TableConstructorBase.Column.updateValue | ( | self, | |
| value, | |||
| index = -1 ) |
@brief Add value to the column
Definition at line 45 of file TableConstructorBase.py.
| list python.TableConstructorBase.Column.content = [] |
Definition at line 32 of file TableConstructorBase.py.
| python.TableConstructorBase.Column.header = header |
Definition at line 26 of file TableConstructorBase.py.
| python.TableConstructorBase.Column.headerDesc = headerDesc |
Definition at line 29 of file TableConstructorBase.py.
| python.TableConstructorBase.Column.needNormalizing = needNormalizing |
Definition at line 35 of file TableConstructorBase.py.