Jpp
15.0.1-rc.2-highQE
the software that should make you happy
|
Auxiliary classd for address handling within TTree or TChain. More...
#include <JRootAddress.hh>
Public Member Functions | |
JRootAddress () | |
Default constructor. More... | |
JRootAddress (const JRootAddress &address) | |
Copy constructor. More... | |
void | release () |
Release memory. More... | |
T * | getAddress () const |
Get address. More... | |
Protected Attributes | |
T * | address |
Auxiliary classd for address handling within TTree or TChain.
Definition at line 18 of file JRootAddress.hh.
|
inline |
Default constructor.
Definition at line 22 of file JRootAddress.hh.
|
inline |
Copy constructor.
Note that the internal address of this class is not copied but instead set to NULL.
address | ROOT address |
Definition at line 34 of file JRootAddress.hh.
|
inline |
|
inline |
|
protected |
Definition at line 64 of file JRootAddress.hh.