![]() |
ATLAS Offline Software
|
A simple class to do the retrieve from TEvent. More...
#include <xAODBranchAddress.h>
Public Member Functions | |
| xAODBranchAddress () | |
| Default constructor: | |
| xAODBranchAddress (const xAODBranchAddress &rhs) | |
| Copy constructor: | |
| xAODBranchAddress & | operator= (const xAODBranchAddress &rhs) |
| Assignment operator: | |
| 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: | |
| virtual | ~xAODBranchAddress () |
| Destructor: | |
| 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.
| Athena::xAODBranchAddress::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:
Definition at line 64 of file xAODBranchAddress.cxx.
|
virtual |
Destructor:
Definition at line 78 of file xAODBranchAddress.cxx.
| xAODBranchAddress & Athena::xAODBranchAddress::operator= | ( | const xAODBranchAddress & | rhs | ) |
Assignment operator:
Definition at line 54 of file xAODBranchAddress.cxx.
| 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.