#include <VP1EventFile.h>
Definition at line 23 of file VP1EventFile.h.
◆ VP1EventFile() [1/4]
| VP1EventFile::VP1EventFile |
( |
| ) |
|
◆ ~VP1EventFile()
| VP1EventFile::~VP1EventFile |
( |
| ) |
|
◆ VP1EventFile() [2/4]
◆ VP1EventFile() [3/4]
| VP1EventFile::VP1EventFile |
( |
const QString & | filename, |
|
|
const QString & | md5sum, |
|
|
int | runnumber, |
|
|
unsigned long long | eventnumber, |
|
|
unsigned | time, |
|
|
bool | isvalid = true ) |
Definition at line 97 of file VP1EventFile.cxx.
100{
101}
static std::vector< uint32_t > runnumber
◆ VP1EventFile() [4/4]
| VP1EventFile::VP1EventFile |
( |
const QString & | filename, |
|
|
const QString & | md5sum = 0 ) |
Definition at line 91 of file VP1EventFile.cxx.
93{
94}
static Imp * initFromFilename(const QString &filename, const QString &md5sum)
◆ eventNumber()
| unsigned long long VP1EventFile::eventNumber |
( |
| ) |
const |
◆ fileName()
| const QString & VP1EventFile::fileName |
( |
| ) |
const |
◆ isValid()
| bool VP1EventFile::isValid |
( |
| ) |
const |
◆ md5Sum()
| const QString & VP1EventFile::md5Sum |
( |
| ) |
const |
◆ operator!=()
| bool VP1EventFile::operator!= |
( |
const VP1EventFile & | other | ) |
const |
◆ operator<()
| bool VP1EventFile::operator< |
( |
const VP1EventFile & | other | ) |
const |
Definition at line 110 of file VP1EventFile.cxx.
111{
112
113 if (
m_d->rawTime!=
other.m_d->rawTime)
return m_d->rawTime>
other.m_d->rawTime;
114 if (
m_d->runNumber!=
other.m_d->runNumber)
return m_d->runNumber>
other.m_d->runNumber;
115 if (
m_d->eventNumber!=
other.m_d->eventNumber)
return m_d->eventNumber>
other.m_d->eventNumber;
116 if (
m_d->fileName!=
other.m_d->fileName)
return m_d->fileName<
other.m_d->fileName;
117 if (
m_d->valid!=
other.m_d->valid)
return m_d->valid;
118 return m_d->md5Sum<
other.m_d->md5Sum;
119}
◆ operator=()
◆ operator==()
| bool VP1EventFile::operator== |
( |
const VP1EventFile & | other | ) |
const |
◆ print()
| QString VP1EventFile::print |
( |
| ) |
const |
Definition at line 200 of file VP1EventFile.cxx.
201{
203 return "[invalid]";
207 +
", time="+
time().toString()
209}
unsigned long long eventNumber() const
const QString & fileName() const
const QString & md5Sum() const
◆ rawTime()
| unsigned VP1EventFile::rawTime |
( |
| ) |
const |
◆ runNumber()
| int VP1EventFile::runNumber |
( |
| ) |
const |
◆ time()
| QDateTime VP1EventFile::time |
( |
| ) |
const |
◆ m_d
The documentation for this class was generated from the following files: