#include <PXXDomHitEngineeringFormatRecord.h>
Inheritance diagram for PXXDomHitEngineeringFormatRecord:
Public Member Functions | |
SET_LOGGER ("PXXDomHitEngineeringFormatRecord") | |
PXXDomHitEngineeringFormatRecord () | |
virtual | ~PXXDomHitEngineeringFormatRecord () |
virtual Int32b_t | GetVersion () const |
virtual const PXXVRecordPtr | GetRecordPtr () |
virtual Int32b_t | GetRecordLength () const |
virtual Int32b_t | GetATWDChipID () const |
virtual Int32b_t | GetNumberOfFADCSamples () const |
virtual Int32b_t | GetTriggerMode () const |
virtual Long64b_t | GetDOMClockAsLong64b () const |
virtual const vector< Int32b_t > & | GetFADCData () const |
virtual const vector< Int32b_t > & | GetATWDData (Int32b_t i) const |
virtual void | WriteProperties () |
Classes | |
class | ATWDFormat |
|
Constructor of an EventPayload (version 1). |
|
Destructor. |
|
return ATWD chip ID (0 or 1) |
|
Returns the vector of ATWD data. Note that returned array is arranged to TIME INCREASING order, which is opposite from original raw data. |
|
Get 64bit time stamp |
|
Returns the vector of FADC data. |
|
return Number of FADC Samples (0 to 255 which corresponds to array size) |
|
Returns record length
|
|
Implements PXXIHitDataRecord. |
|
Get's the TriggerMode Test pattern trigger 0x0 CPU requested trigger 0x1 SPE discriminator trigger 0x2 default 0x80 For all unrecognized trigger modes that are set the default value of 0x80 is returned here and the test pattern trigger is used. |
|
Returns the particular version of this record type. In this case, returns fSFormatID_.
Implements PXXIHitDataRecord. |
|
|
|
Write informations to the output stream Implements PXXVAttWritable. |