Heavy ion Analysis Libriares
|
#include <Style.h>
Public Member Functions | |
Bool_t | Find (Int_t bit) const |
Style & | operator= (const Style &style)=default |
void | ExportToXML (XMLNode *node) const |
void | ImportFromXML (XMLNode *node) |
ClassDef (Style, 1) | |
Protected Member Functions | |
void | SetF (Int_t bit, Float_t val) |
void | SetI (Int_t bit, Int_t val) |
Float_t | GetF (Int_t bit) const |
Int_t | GetI (Int_t bit) const |
basic class for holding styles, useful for plot many histograms this class however do not store all possible configuration of histogram in principle it contains values (int or float) and flags, wherever user call set the flag bit is changed from 0 to 1, such values are later exported. It mean that it contains only information about values that were changed.
void Hal::Style::ExportToXML | ( | XMLNode * | node | ) | const |
this method should export configuration to xml - note only changed values are exported
node |
|
inline |
void Hal::Style::ImportFromXML | ( | XMLNode * | node | ) |
this should import configuration from xml
node |