#include <PerDaqBlockHeader.h>
Inheritance diagram for PerDaqBlockHeader:
Public Member Functions | |
| PerDaqBlockHeader () | |
| Creates an instance of this class. | |
| virtual | ~PerDaqBlockHeader () |
| Destroy this insance of this class. | |
Public Attributes | |
| PerDaqBlock * | daqBlock |
| The DaqBlock contained in this object. | |
| unsigned int | deltaEvents |
| The number of events in the ROOT file between this block and its predecesor. | |
| Context | context |
| int | execNumber |
| DayaBay::JobId | jobId |
| std::vector< unsigned long > | randomState |
| std::vector< PerRef > | inputHeaders |
| TimeStamp | earliest |
| TimeStamp | latest |
| int | clID |
Definition at line 16 of file PerDaqBlockHeader.h.
| PerDaqBlockHeader::PerDaqBlockHeader | ( | ) |
Creates an instance of this class.
Definition at line 14 of file PerDaqBlockHeader.cc.
00014 : 00015 PerHeaderObject(), 00016 daqBlock(0) { 00017 }
| PerDaqBlockHeader::~PerDaqBlockHeader | ( | ) | [virtual] |
| unsigned int PerDaqBlockHeader::deltaEvents |
The number of events in the ROOT file between this block and its predecesor.
Definition at line 38 of file PerDaqBlockHeader.h.
1.4.7