Public Member Functions | |
Record () | |
Record (float _E, float _w, int _prod_id, const std::vector< Particle > &_ps) | |
bool | operator< (const Record &rhs) const |
Public Attributes | |
float | E |
float | weight |
int | prod_id |
std::vector< Particle > | parts |
Definition at line 23 of file RecordList.h.
gibuu::Record::Record | ( | ) |
Definition at line 17 of file RecordList.cxx.
Referenced by gibuu::RecordLoader::GetRecord(), and gibuu::SimpleRecordList::GetRecord().
Definition at line 22 of file RecordList.cxx.
bool gibuu::Record::operator< | ( | const Record & | rhs | ) | const |
Definition at line 28 of file RecordList.cxx.
References E.
float gibuu::Record::E |
Definition at line 30 of file RecordList.h.
Referenced by operator<().
std::vector<Particle> gibuu::Record::parts |
Definition at line 33 of file RecordList.h.
Referenced by gibuu::GiBUURegen::GetEvent(), and gibuu::RecordLoader::GetRecord().
int gibuu::Record::prod_id |
Definition at line 32 of file RecordList.h.
Referenced by gibuu::GiBUURegen::GetEvent(), gibuu::RecordLoader::GetRecord(), and gibuu::RecordLoader::RecordLoader().
float gibuu::Record::weight |
Definition at line 31 of file RecordList.h.
Referenced by gibuu::GiBUURegen::GetEvent(), gibuu::RecordLoader::GetRecord(), gibuu::OnDemandRecordList::GetRecord(), and gibuu::RecordLoader::RecordLoader().