|
| Plot () |
| Standard constructor. More...
|
|
| Plot (unsigned int, unsigned int) |
|
virtual | ~Plot () |
| Destructor. More...
|
|
std::vector< std::pair< unsigned int, Histo1D *> > | histos () |
|
std::vector< Histo1D * > | histo1d () |
|
int | pos (Histo1D *h) |
|
void | setRegion (unsigned int, unsigned int) |
|
std::pair< unsigned int, unsigned int > | region () |
|
int | format () |
|
void | add (TH1D *, unsigned int region=0) |
|
void | make (std::string script) |
|
std::string | draw () |
|
| Object () |
| Standard constructor. More...
|
|
virtual | ~Object () |
| Destructor. More...
|
|
std::string | name () const |
|
std::string | type () |
|
unsigned char | id () |
|
std::string | title () |
|
void | msgSvc (int level, std::string msg, std::string name) |
|
void | msg (std::string mymsg) |
|
void | verbose (std::string mymsg) |
|
void | debug (std::string mymsg) |
|
void | info (std::string mymsg) |
|
void | warning (std::string mymsg) |
|
void | error (std::string mymsg) |
|
void | fatal (std::string mymsg) |
|
void | msg (std::string mymsg, std::string name) |
|
void | verbose (std::string mymsg, std::string name) |
|
void | debug (std::string mymsg, std::string name) |
|
void | info (std::string mymsg, std::string name) |
|
void | warning (std::string mymsg, std::string name) |
|
void | error (std::string mymsg, std::string name) |
|
void | fatal (std::string mymsg, std::string name) |
|
void | setName (std::string name) |
|
void | setType (std::string type) |
|
void | setId (unsigned char id) |
|
void | setTitle (std::string title) |
|
void | setDllName (std::string dllName) |
|
std::string | dllName () |
|
| Attrib () |
| Standard constructor. More...
|
|
virtual | ~Attrib () |
| Destructor. More...
|
|
bool | is (int attribut) |
|
void | add (int attribut) |
|
void | remove (int attribut) |
|
std::string | attributs () |
|
- Author
- Frederic Machefert
- Date
- 2005-01-04
Definition at line 21 of file Plot.h.