|
Gaudi Framework, version v23r2 |
| Home | Generated: Thu Jun 28 2012 |
#include <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 &, bool recurse=false) const =0 |
| virtual StatusCode | getTHists (const std::string &name, TList &, bool recurse=false) const =0 |
| virtual StatusCode | getTHists (TDirectory *td, TList &, bool recurse=false, bool reg=false)=0 |
| virtual StatusCode | getTHists (const std::string &name, TList &, bool recurse=false, bool reg=false)=0 |
| virtual StatusCode | getTTrees (TDirectory *td, TList &, bool recurse=false) const =0 |
| virtual StatusCode | getTTrees (const std::string &name, TList &, bool recurse=false) const =0 |
| virtual StatusCode | getTTrees (TDirectory *td, TList &, bool recurse=false, bool reg=false)=0 |
| virtual StatusCode | getTTrees (const std::string &name, TList &, bool recurse=false, bool reg=false)=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 |
| virtual bool | exists (const std::string &name) const =0 |
Definition at line 19 of file ITHistSvc.h.
| ITHistSvc::DeclareInterfaceID | ( | ITHistSvc | , |
| 2 | , | ||
| 0 | |||
| ) |
| virtual StatusCode ITHistSvc::deReg | ( | const std::string & | name ) | [pure virtual] |
| virtual StatusCode ITHistSvc::deReg | ( | TObject * | obj ) | [pure virtual] |
| virtual bool ITHistSvc::exists | ( | const std::string & | name ) | const [pure virtual] |
| virtual StatusCode ITHistSvc::getGraph | ( | const std::string & | name, |
| TGraph *& | |||
| ) | const [pure virtual] |
| virtual std::vector<std::string> ITHistSvc::getGraphs | ( | ) | const [pure virtual] |
| virtual StatusCode ITHistSvc::getHist | ( | const std::string & | name, |
| TH3 *& | |||
| ) | const [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 std::vector<std::string> ITHistSvc::getHists | ( | ) | const [pure virtual] |
| virtual StatusCode ITHistSvc::getTHists | ( | TDirectory * | td, |
| TList & | , | ||
| bool | recurse = false |
||
| ) | const [pure virtual] |
| virtual StatusCode ITHistSvc::getTHists | ( | const std::string & | name, |
| TList & | , | ||
| bool | recurse = false |
||
| ) | const [pure virtual] |
| virtual StatusCode ITHistSvc::getTHists | ( | TDirectory * | td, |
| TList & | , | ||
| bool | recurse = false, |
||
| bool | reg = false |
||
| ) | [pure virtual] |
| virtual StatusCode ITHistSvc::getTHists | ( | const std::string & | name, |
| TList & | , | ||
| bool | recurse = false, |
||
| bool | reg = false |
||
| ) | [pure virtual] |
| virtual StatusCode ITHistSvc::getTree | ( | const std::string & | name, |
| TTree *& | |||
| ) | const [pure virtual] |
| virtual std::vector<std::string> ITHistSvc::getTrees | ( | ) | const [pure virtual] |
| virtual StatusCode ITHistSvc::getTTrees | ( | TDirectory * | td, |
| TList & | , | ||
| bool | recurse = false, |
||
| bool | reg = false |
||
| ) | [pure virtual] |
| virtual StatusCode ITHistSvc::getTTrees | ( | const std::string & | name, |
| TList & | , | ||
| bool | recurse = false |
||
| ) | const [pure virtual] |
| virtual StatusCode ITHistSvc::getTTrees | ( | const std::string & | name, |
| TList & | , | ||
| bool | recurse = false, |
||
| bool | reg = false |
||
| ) | [pure virtual] |
| virtual StatusCode ITHistSvc::getTTrees | ( | TDirectory * | td, |
| TList & | , | ||
| bool | recurse = false |
||
| ) | const [pure virtual] |
| virtual StatusCode ITHistSvc::regGraph | ( | const std::string & | name, |
| TGraph * | |||
| ) | [pure virtual] |
| virtual StatusCode ITHistSvc::regGraph | ( | const std::string & | name ) | [pure virtual] |
| virtual StatusCode ITHistSvc::regHist | ( | const std::string & | name, |
| TH2 * | |||
| ) | [pure virtual] |
| virtual StatusCode ITHistSvc::regHist | ( | const std::string & | name, |
| TH1 * | |||
| ) | [pure virtual] |
| virtual StatusCode ITHistSvc::regHist | ( | const std::string & | name, |
| TH3 * | |||
| ) | [pure virtual] |
| virtual StatusCode ITHistSvc::regHist | ( | const std::string & | name ) | [pure virtual] |
| virtual StatusCode ITHistSvc::regTree | ( | const std::string & | name ) | [pure virtual] |
| virtual StatusCode ITHistSvc::regTree | ( | const std::string & | name, |
| TTree * | |||
| ) | [pure virtual] |