ATLAS Offline Software
|
This defines a helper class used for writing output ntuples in IDPVM. More...
#include <InDetPerfNtupleBranch.h>
Public Member Functions | |
InDetPerfNtupleBranch (const std::string &branchName, branchType defaultValue, InDetPerfNtuple &mgr) | |
branchType & | operator() () |
branchType & | get () |
void | set (const branchType &in) |
void | operator= (const branchType &in) |
void | setDummy () |
Protected Member Functions | |
virtual TBranch * | addPayloadAsBranch (TTree *targetTree) |
Private Attributes | |
const branchType | m_default |
branchType | m_content {m_default} |
This defines a helper class used for writing output ntuples in IDPVM.
Definition at line 11 of file InDetPerfNtupleBranch.h.
|
inline |
Definition at line 61 of file InDetPerfNtupleBranch.h.
|
inlineprotectedvirtual |
Definition at line 79 of file InDetPerfNtupleBranch.h.
|
inline |
Definition at line 68 of file InDetPerfNtupleBranch.h.
|
inline |
Definition at line 67 of file InDetPerfNtupleBranch.h.
|
inline |
Definition at line 72 of file InDetPerfNtupleBranch.h.
|
inline |
Definition at line 71 of file InDetPerfNtupleBranch.h.
|
inline |
Definition at line 75 of file InDetPerfNtupleBranch.h.
|
private |
Definition at line 85 of file InDetPerfNtupleBranch.h.
|
private |
Definition at line 84 of file InDetPerfNtupleBranch.h.