![]() |
ATLAS Offline Software
|
#include <PResult.h>
Public Member Functions | |
| PResult () | |
| virtual | ~PResult () |
| void | Print (const Option_t *opt="") const |
Public Attributes | |
| std::vector< std::pair< std::string, float > > | results |
| TObject * | resultobj |
| int | status |
| time_t | timestamp |
| dqm_persistency::PResult::PResult | ( | ) |
Definition at line 55 of file dqm_persistency_impl.cxx.
|
inlinevirtual |
| void dqm_persistency::PResult::Print | ( | const Option_t * | opt = "" | ) | const |
Definition at line 120 of file dqm_persistency_impl.cxx.
| std::vector<std::pair<std::string,float> > dqm_persistency::PResult::results |