![]() |
ATLAS Offline Software
|
#include <HanOutput.h>
Public Member Functions | |
| Result (TDirectory *dir) | |
| Result (const Result &)=delete | |
| Result & | operator= (const Result &)=delete |
| virtual | ~Result () |
| virtual void | fill (const dqm_core::Result &result) |
| virtual void | write () |
Protected Member Functions | |
| void | copyString (char *to, const std::string &from) |
Protected Attributes | |
| std::unique_ptr< TTree > | m_result |
| char * | m_status |
Static Protected Attributes | |
| static const int | s_charArrSize = 10 |
Definition at line 70 of file HanOutput.h.
| dqi::HanOutput::Result::Result | ( | TDirectory * | dir | ) |
Definition at line 649 of file HanOutput.cxx.
|
delete |
|
virtual |
Definition at line 656 of file HanOutput.cxx.
|
protected |
Definition at line 666 of file HanOutput.cxx.
|
virtual |
Definition at line 658 of file HanOutput.cxx.
|
virtual |
Definition at line 664 of file HanOutput.cxx.
|
protected |
Definition at line 82 of file HanOutput.h.
|
protected |
Definition at line 83 of file HanOutput.h.
|
staticprotected |
Definition at line 84 of file HanOutput.h.