![]() |
ATLAS Offline Software
|
#include <VP1EvtsOnServerInfo.h>
Classes | |
| class | Imp |
Public Member Functions | |
| VP1EvtsOnServerInfo (const QString &infofile) | |
| ~VP1EvtsOnServerInfo () | |
| bool | isValid () const |
| const QString & | error () const |
| QStringList | print () const |
| unsigned long long | numberOfEvents () const |
| VP1EventFile | newestEvent () const |
| QList< VP1EventFile > | events (int timecut=-1, bool requireNewestRunNumber=false) const |
Private Member Functions | |
| VP1EvtsOnServerInfo (const VP1EvtsOnServerInfo &) | |
| VP1EvtsOnServerInfo & | operator= (const VP1EvtsOnServerInfo &) |
Private Attributes | |
| Imp * | m_d |
Definition at line 26 of file VP1EvtsOnServerInfo.h.
| VP1EvtsOnServerInfo::VP1EvtsOnServerInfo | ( | const QString & | infofile | ) |
Definition at line 41 of file VP1EvtsOnServerInfo.cxx.
| VP1EvtsOnServerInfo::~VP1EvtsOnServerInfo | ( | ) |
Definition at line 47 of file VP1EvtsOnServerInfo.cxx.
|
private |
| const QString & VP1EvtsOnServerInfo::error | ( | ) | const |
Definition at line 59 of file VP1EvtsOnServerInfo.cxx.
| QList< VP1EventFile > VP1EvtsOnServerInfo::events | ( | int | timecut = -1, |
| bool | requireNewestRunNumber = false ) const |
Definition at line 241 of file VP1EvtsOnServerInfo.cxx.
| bool VP1EvtsOnServerInfo::isValid | ( | ) | const |
Definition at line 53 of file VP1EvtsOnServerInfo.cxx.
| VP1EventFile VP1EvtsOnServerInfo::newestEvent | ( | ) | const |
Definition at line 235 of file VP1EvtsOnServerInfo.cxx.
| unsigned long long VP1EvtsOnServerInfo::numberOfEvents | ( | ) | const |
Definition at line 229 of file VP1EvtsOnServerInfo.cxx.
|
private |
| QStringList VP1EvtsOnServerInfo::print | ( | ) | const |
Definition at line 65 of file VP1EvtsOnServerInfo.cxx.
|
private |
Definition at line 54 of file VP1EvtsOnServerInfo.h.