|
Gaudi Framework, version v21r8 |
| Home | Generated: 17 Mar 2010 |
#include <ITHistSvc.h>


Definition at line 19 of file ITHistSvc.h.
| ITHistSvc::DeclareInterfaceID | ( | ITHistSvc | , | |
| 2 | , | |||
| 0 | ||||
| ) |
| virtual StatusCode ITHistSvc::regHist | ( | const std::string & | name | ) | [pure virtual] |
| virtual StatusCode ITHistSvc::regHist | ( | const std::string & | name, | |
| TH1 * | ||||
| ) | [pure virtual] |
| virtual StatusCode ITHistSvc::regHist | ( | const std::string & | name, | |
| TH2 * | ||||
| ) | [pure virtual] |
| virtual StatusCode ITHistSvc::regHist | ( | const std::string & | name, | |
| TH3 * | ||||
| ) | [pure virtual] |
| virtual StatusCode ITHistSvc::getHist | ( | const std::string & | name, | |
| TH1 *& | ||||
| ) | const [pure virtual] |
| virtual StatusCode ITHistSvc::getHist | ( | const std::string & | name, | |
| TH2 *& | ||||
| ) | const [pure virtual] |
| virtual StatusCode ITHistSvc::getHist | ( | const std::string & | name, | |
| TH3 *& | ||||
| ) | const [pure virtual] |
| virtual StatusCode ITHistSvc::regTree | ( | const std::string & | name | ) | [pure virtual] |
| virtual StatusCode ITHistSvc::regTree | ( | const std::string & | name, | |
| TTree * | ||||
| ) | [pure virtual] |
| virtual StatusCode ITHistSvc::getTree | ( | const std::string & | name, | |
| TTree *& | ||||
| ) | const [pure virtual] |
| virtual StatusCode ITHistSvc::deReg | ( | const std::string & | name | ) | [pure virtual] |
| virtual StatusCode ITHistSvc::deReg | ( | TObject * | obj | ) | [pure virtual] |
| virtual std::vector<std::string> ITHistSvc::getHists | ( | ) | const [pure virtual] |
| virtual std::vector<std::string> ITHistSvc::getTrees | ( | ) | const [pure virtual] |
| virtual std::vector<std::string> ITHistSvc::getGraphs | ( | ) | const [pure virtual] |
| virtual StatusCode ITHistSvc::getTHists | ( | TDirectory * | td, | |
| TList & | ||||
| ) | const [pure virtual] |
| virtual StatusCode ITHistSvc::getTHists | ( | const std::string & | name, | |
| TList & | ||||
| ) | const [pure virtual] |
| virtual StatusCode ITHistSvc::getTTrees | ( | TDirectory * | td, | |
| TList & | ||||
| ) | const [pure virtual] |
| virtual StatusCode ITHistSvc::getTTrees | ( | const std::string & | name, | |
| TList & | ||||
| ) | const [pure virtual] |
| virtual StatusCode ITHistSvc::regGraph | ( | const std::string & | name | ) | [pure virtual] |
| virtual StatusCode ITHistSvc::regGraph | ( | const std::string & | name, | |
| TGraph * | ||||
| ) | [pure virtual] |
| virtual StatusCode ITHistSvc::getGraph | ( | const std::string & | name, | |
| TGraph *& | ||||
| ) | const [pure virtual] |