ATLAS Offline Software
|
#include <VP1EventFile.h>
Classes | |
class | Imp |
Public Member Functions | |
int | runNumber () const |
unsigned long long | eventNumber () const |
unsigned | rawTime () const |
QDateTime | time () const |
const QString & | fileName () const |
const QString & | md5Sum () const |
bool | isValid () const |
QString | print () const |
VP1EventFile () | |
~VP1EventFile () | |
bool | operator< (const VP1EventFile &) const |
bool | operator== (const VP1EventFile &) const |
bool | operator!= (const VP1EventFile &) const |
VP1EventFile (const VP1EventFile &) | |
VP1EventFile & | operator= (const VP1EventFile &) |
VP1EventFile (const QString &filename, const QString &md5sum, int runnumber, unsigned long long eventnumber, unsigned time, bool isvalid=true) | |
VP1EventFile (const QString &, const QString &md5sum=0) | |
Private Attributes | |
Imp * | m_d |
Definition at line 23 of file VP1EventFile.h.
VP1EventFile::VP1EventFile | ( | ) |
Definition at line 39 of file VP1EventFile.cxx.
VP1EventFile::~VP1EventFile | ( | ) |
Definition at line 104 of file VP1EventFile.cxx.
VP1EventFile::VP1EventFile | ( | const VP1EventFile & | other | ) |
Definition at line 139 of file VP1EventFile.cxx.
Definition at line 91 of file VP1EventFile.cxx.
unsigned long long VP1EventFile::eventNumber | ( | ) | const |
Definition at line 182 of file VP1EventFile.cxx.
const QString & VP1EventFile::fileName | ( | ) | const |
Definition at line 164 of file VP1EventFile.cxx.
bool VP1EventFile::isValid | ( | ) | const |
Definition at line 158 of file VP1EventFile.cxx.
const QString & VP1EventFile::md5Sum | ( | ) | const |
Definition at line 170 of file VP1EventFile.cxx.
bool VP1EventFile::operator!= | ( | const VP1EventFile & | other | ) | const |
Definition at line 133 of file VP1EventFile.cxx.
bool VP1EventFile::operator< | ( | const VP1EventFile & | other | ) | const |
Definition at line 110 of file VP1EventFile.cxx.
VP1EventFile & VP1EventFile::operator= | ( | const VP1EventFile & | other | ) |
Definition at line 146 of file VP1EventFile.cxx.
bool VP1EventFile::operator== | ( | const VP1EventFile & | other | ) | const |
Definition at line 122 of file VP1EventFile.cxx.
QString VP1EventFile::print | ( | ) | const |
Definition at line 200 of file VP1EventFile.cxx.
unsigned VP1EventFile::rawTime | ( | ) | const |
Definition at line 188 of file VP1EventFile.cxx.
int VP1EventFile::runNumber | ( | ) | const |
Definition at line 176 of file VP1EventFile.cxx.
QDateTime VP1EventFile::time | ( | ) | const |
Definition at line 194 of file VP1EventFile.cxx.
|
private |
Definition at line 52 of file VP1EventFile.h.