![]() |
Project
|
#include <ROFRecord.h>
Public Types | |
using | ROFtype = unsigned int |
Public Member Functions | |
MC2ROFRecord ()=default | |
MC2ROFRecord (int evID, int rofRecID, ROFtype mnrof, ROFtype mxrof) | |
int | getNROFs () const |
std::string | asString () const |
void | print () const |
ClassDefNV (MC2ROFRecord, 1) | |
Public Attributes | |
int | eventRecordID = -1 |
MCevent entry in the EventRecord. | |
int | rofRecordID = 0 |
1st entry in the ROFRecords vector | |
ROFtype | minROF = 0 |
1st ROFrame it contributed | |
ROFtype | maxROF = 0 |
last ROF event contributed | |
Friends | |
std::ostream & | operator<< (std::ostream &output, const MC2ROFRecord &rec) |
this is a simple reference connecting (composed) MC event ID (from the EventRecord of the RunContext) with the entry in the ROFrecords entry
Definition at line 110 of file ROFRecord.h.
using o2::itsmft::MC2ROFRecord::ROFtype = unsigned int |
Definition at line 111 of file ROFRecord.h.
|
default |
|
inline |
Definition at line 119 of file ROFRecord.h.
std::string MC2ROFRecord::asString | ( | ) | const |
Definition at line 34 of file ROFRecord.cxx.
o2::itsmft::MC2ROFRecord::ClassDefNV | ( | MC2ROFRecord | , |
1 | |||
) |
|
inline |
Definition at line 120 of file ROFRecord.h.
void MC2ROFRecord::print | ( | ) | const |
Definition at line 39 of file ROFRecord.cxx.
|
friend |
Definition at line 44 of file ROFRecord.cxx.
int o2::itsmft::MC2ROFRecord::eventRecordID = -1 |
MCevent entry in the EventRecord.
Definition at line 113 of file ROFRecord.h.
ROFtype o2::itsmft::MC2ROFRecord::maxROF = 0 |
last ROF event contributed
Definition at line 116 of file ROFRecord.h.
ROFtype o2::itsmft::MC2ROFRecord::minROF = 0 |
1st ROFrame it contributed
Definition at line 115 of file ROFRecord.h.
int o2::itsmft::MC2ROFRecord::rofRecordID = 0 |
1st entry in the ROFRecords vector
Definition at line 114 of file ROFRecord.h.