|
Gaudi Framework, version v23r2p1 |
| Home | Generated: Fri Jun 29 2012 |
Description: More...
#include <GaudiRoot/RootAddress.h>


Public Member Functions | |
| RootAddress (long svc, const CLID &clid, const std::string &p1="", const std::string &p2="", unsigned long ip1=0, unsigned long ip2=0) | |
| Full constructor. | |
| virtual | ~RootAddress () |
| Standard Destructor. | |
Public Attributes | |
| TTreeFormula * | select |
| Pointer to ROOT select statement (filled for N-tuples only) | |
| TTree * | section |
| Pointer to ROOT TTree (filled for N-tuples only) | |
Description:
Definition of a transient link which is capable of locating an object in the persistent storage.
Definition at line 38 of file RootAddress.h.
| Gaudi::RootAddress::RootAddress | ( | long | svc, |
| const CLID & | clid, | ||
| const std::string & | p1 = "", |
||
| const std::string & | p2 = "", |
||
| unsigned long | ip1 = 0, |
||
| unsigned long | ip2 = 0 |
||
| ) | [inline] |
Full constructor.
Definition at line 47 of file RootAddress.h.
: GenericAddress(svc,clid,p1,p2,ip1,ip2), select(0), section(0) { }
| virtual Gaudi::RootAddress::~RootAddress | ( | ) | [inline, virtual] |
Standard Destructor.
Definition at line 55 of file RootAddress.h.
| TTree* Gaudi::RootAddress::section |
Pointer to ROOT TTree (filled for N-tuples only)
Definition at line 43 of file RootAddress.h.
| TTreeFormula* Gaudi::RootAddress::select |
Pointer to ROOT select statement (filled for N-tuples only)
Definition at line 41 of file RootAddress.h.