Jpp
master_rocky-40-g5f0272dcd
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... | |
~JRootAddress () | |
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 19 of file JRootAddress.hh.
|
inline |
Default constructor.
Definition at line 23 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 35 of file JRootAddress.hh.
|
inline |
Definition at line 40 of file JRootAddress.hh.
|
inline |
Release memory.
Definition at line 46 of file JRootAddress.hh.
|
inline |
|
protected |
Definition at line 68 of file JRootAddress.hh.