#include <IDaqReadoutSvc.h>
Inheritance diagram for IDaqReadoutSvc:
Public Types | |
| SUCCESS | |
| NO_INTERFACE | |
| VERSMISMATCH | |
| LAST_ERROR | |
| enum | Status |
Public Member Functions | |
| IDaqReadoutSvc () | |
| Creates an instance of this class. | |
| virtual | ~IDaqReadoutSvc () |
| Creates an instance of this class. | |
| virtual bool | isGenerating () const =0 |
| True if DaqReadout instances should be generated. | |
| virtual unsigned int | ltbSlot (const DayaBay::Detector &detector) const =0 |
| Returns the ltb slot to be used in generated DAQ format data for the supplied detector. | |
| virtual unsigned int | runNumber (const DayaBay::Detector &detector) const =0 |
| Returns the run number to be stamped in generated DAQ format data for the supplied detector. | |
| virtual unsigned int | nextEventNumber (const DayaBay::Detector &detector)=0 |
| Returns the next event number to be stamped in generated DAQ format data for the supplied detector. | |
| virtual bool | hasFileStartRecord () const =0 |
| Returns true if there is a current file_start_record. | |
| virtual const DybDaq::FileStartRecord & | fileStartRecord () const =0 |
| Returns the current file_start_record. | |
| virtual bool | hasFileNameStrings () const =0 |
| Returns true if there is a current file_name_strings. | |
| virtual const DybDaq::FileNameStrings & | fileNameStrings () const =0 |
| Returns the current file_name_strings. | |
| virtual bool | hasMetadataStrings () const =0 |
| Returns true if there is a current metadata_strings. | |
| virtual const DybDaq::MetadataStrings & | metadataStrings () const =0 |
| Returns the current metadata_strings. | |
| virtual bool | hasRunParametersRecord () const =0 |
| Returns true if there is a current run_parameters_record. | |
| virtual const DybDaq::RunParametersRecord & | runParametersRecord () const =0 |
| Returns the current run_parameters_record. | |
| virtual bool | hasCalibrationParametersRecord () const =0 |
| Returns true if there is a current calibration_parameter_record. | |
| virtual const DybDaq::CalibrationParametersRecord & | calibrationParametersRecord () const =0 |
| Returns the current calibration_parameters_record. | |
| virtual bool | hasFileEndRecord () const =0 |
| Returns true if there is a file_end_record from the last file and the second event for the current file has not been read. | |
| virtual const DybDaq::FileEndRecord & | fileEndRecord () const =0 |
| Returns the file_end_record from the last file. | |
| virtual StatusCode | queryInterface (const InterfaceID &riid, void **ppvInterface)=0 |
| virtual unsigned long | addRef ()=0 |
| virtual unsigned long | release ()=0 |
Static Public Member Functions | |
| static const InterfaceID & | interfaceID () |
| Retrieve interface ID. | |
Public Attributes | |
| SUCCESS | |
| NO_INTERFACE | |
| VERSMISMATCH | |
| LAST_ERROR | |
Private Member Functions | |
| IDaqReadoutSvc (const IDaqReadoutSvc &rhs) | |
| Suppress default. | |
| IDaqReadoutSvc & | operator= (const IDaqReadoutSvc &rhs) |
| Suppress default. | |
Definition at line 32 of file IDaqReadoutSvc.h.
| IDaqReadoutSvc::IDaqReadoutSvc | ( | ) |
| IDaqReadoutSvc::~IDaqReadoutSvc | ( | ) | [virtual] |
| IDaqReadoutSvc::IDaqReadoutSvc | ( | const IDaqReadoutSvc & | rhs | ) | [private] |
Suppress default.
| static const InterfaceID& IDaqReadoutSvc::interfaceID | ( | ) | [inline, static] |
Retrieve interface ID.
Reimplemented from IInterface.
Definition at line 38 of file IDaqReadoutSvc.h.
00038 { 00039 return IID_IDaqReadoutSvc; 00040 }
| virtual bool IDaqReadoutSvc::isGenerating | ( | ) | const [pure virtual] |
True if DaqReadout instances should be generated.
| virtual unsigned int IDaqReadoutSvc::ltbSlot | ( | const DayaBay::Detector & | detector | ) | const [pure virtual] |
Returns the ltb slot to be used in generated DAQ format data for the supplied detector.
| virtual unsigned int IDaqReadoutSvc::runNumber | ( | const DayaBay::Detector & | detector | ) | const [pure virtual] |
Returns the run number to be stamped in generated DAQ format data for the supplied detector.
| virtual unsigned int IDaqReadoutSvc::nextEventNumber | ( | const DayaBay::Detector & | detector | ) | [pure virtual] |
Returns the next event number to be stamped in generated DAQ format data for the supplied detector.
| virtual bool IDaqReadoutSvc::hasFileStartRecord | ( | ) | const [pure virtual] |
Returns true if there is a current file_start_record.
| virtual const DybDaq::FileStartRecord& IDaqReadoutSvc::fileStartRecord | ( | ) | const [pure virtual] |
Returns the current file_start_record.
| virtual bool IDaqReadoutSvc::hasFileNameStrings | ( | ) | const [pure virtual] |
Returns true if there is a current file_name_strings.
| virtual const DybDaq::FileNameStrings& IDaqReadoutSvc::fileNameStrings | ( | ) | const [pure virtual] |
Returns the current file_name_strings.
| virtual bool IDaqReadoutSvc::hasMetadataStrings | ( | ) | const [pure virtual] |
Returns true if there is a current metadata_strings.
| virtual const DybDaq::MetadataStrings& IDaqReadoutSvc::metadataStrings | ( | ) | const [pure virtual] |
Returns the current metadata_strings.
| virtual bool IDaqReadoutSvc::hasRunParametersRecord | ( | ) | const [pure virtual] |
Returns true if there is a current run_parameters_record.
| virtual const DybDaq::RunParametersRecord& IDaqReadoutSvc::runParametersRecord | ( | ) | const [pure virtual] |
Returns the current run_parameters_record.
| virtual bool IDaqReadoutSvc::hasCalibrationParametersRecord | ( | ) | const [pure virtual] |
Returns true if there is a current calibration_parameter_record.
| virtual const DybDaq::CalibrationParametersRecord& IDaqReadoutSvc::calibrationParametersRecord | ( | ) | const [pure virtual] |
Returns the current calibration_parameters_record.
| virtual bool IDaqReadoutSvc::hasFileEndRecord | ( | ) | const [pure virtual] |
Returns true if there is a file_end_record from the last file and the second event for the current file has not been read.
| virtual const DybDaq::FileEndRecord& IDaqReadoutSvc::fileEndRecord | ( | ) | const [pure virtual] |
Returns the file_end_record from the last file.
| IDaqReadoutSvc& IDaqReadoutSvc::operator= | ( | const IDaqReadoutSvc & | rhs | ) | [private] |
Suppress default.
1.4.7