|
Gaudi Framework, version v21r6 |
| Home | Generated: 11 Nov 2009 |
#include <ITHistSvc.h>


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