#include <PXXIHitPayload.h>
Inheritance diagram for PXXIHitPayload:

Public Member Functions | |
| virtual | ~PXXIHitPayload () |
| virtual const PXXIUTCTime & | GetHitTimeUTC ()=0 |
| virtual Double64b_t | GetIntegratedCharge () const =0 |
| virtual const PXXIDOMID & | GetDOMID ()=0 |
Protected Member Functions | |
| PXXIHitPayload () | |
This is an base interface(attribute) class of HitPayloads. // It must be used as an attribute class of multiple inheritance, so that // you cannot instantiate the class independently. //
|
|
Destructor |
|
|
Constructor. Must be instanciated as an attribute class object so that it should be protected. |
|
|
Get DOM ID Implemented in PXXEngineeringFormatHitDataPayload, and PXXHitPayload. |
|
|
Get Hit Time (leading edge) Implemented in PXXEngineeringFormatHitDataPayload, and PXXHitPayload. |
|
|
Get Charge Implemented in PXXEngineeringFormatHitDataPayload, and PXXHitPayload. |