ATLAS Offline Software
|
#include <xAODBranchAddress.h>
Public Member Functions | |
xAODBranchAddress () | |
Default constructor: More... | |
xAODBranchAddress (const xAODBranchAddress &rhs) | |
Copy constructor: More... | |
xAODBranchAddress & | operator= (const xAODBranchAddress &rhs) |
Assignment operator: More... | |
xAODBranchAddress (long svc, const CLID &clid, const std::string &p1="", const std::string &p2="", unsigned long ip1=0, unsigned long ip2=0) | |
Constructor with parameters: More... | |
virtual | ~xAODBranchAddress () |
Destructor: More... | |
xAOD::xAODTEvent * | tevent () |
void | setTEventAddress () |
Public Attributes | |
void * | m_ptr |
A simple class to do the retrieve from TEvent
Definition at line 29 of file xAODBranchAddress.h.
Athena::xAODBranchAddress::xAODBranchAddress | ( | ) |
Default constructor:
Definition at line 41 of file xAODBranchAddress.cxx.
Athena::xAODBranchAddress::xAODBranchAddress | ( | const xAODBranchAddress & | rhs | ) |
Copy constructor:
Definition at line 47 of file xAODBranchAddress.cxx.
|
virtual |
Destructor:
Definition at line 78 of file xAODBranchAddress.cxx.
xAODBranchAddress & Athena::xAODBranchAddress::operator= | ( | const xAODBranchAddress & | rhs | ) |
void Athena::xAODBranchAddress::setTEventAddress | ( | ) |
Definition at line 93 of file xAODBranchAddress.cxx.
xAOD::xAODTEvent * Athena::xAODBranchAddress::tevent | ( | ) |
Definition at line 86 of file xAODBranchAddress.cxx.
void* Athena::xAODBranchAddress::m_ptr |
Definition at line 65 of file xAODBranchAddress.h.