#include <IFloatingFeePedestalSvc.h>
Inheritance diagram for IFloatingFeePedestalSvc:
Public Types | |
| SUCCESS | |
| NO_INTERFACE | |
| VERSMISMATCH | |
| LAST_ERROR | |
| enum | Status |
Public Member Functions | |
| virtual StatusCode | cumulate (const DayaBay::ReadoutHeader *rh)=0 |
| virtual double | pedestal (const DayaBay::FeeChannelId &channelId, int gain) const =0 |
| 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 () |
Public Attributes | |
| SUCCESS | |
| NO_INTERFACE | |
| VERSMISMATCH | |
| LAST_ERROR | |
Definition at line 21 of file IFloatingFeePedestalSvc.h.
| static const InterfaceID& IFloatingFeePedestalSvc::interfaceID | ( | ) | [inline, static] |
Reimplemented from IInterface.
Definition at line 25 of file IFloatingFeePedestalSvc.h.
00025 { 00026 return IID_IFloatingFeePedestalSvc; 00027 }
| virtual StatusCode IFloatingFeePedestalSvc::cumulate | ( | const DayaBay::ReadoutHeader * | rh | ) | [pure virtual] |
Implemented in FloatingDaqFeePedestalSvc, and FloatingFeePedestalSvc.
| virtual double IFloatingFeePedestalSvc::pedestal | ( | const DayaBay::FeeChannelId & | channelId, | |
| int | gain | |||
| ) | const [pure virtual] |
Implemented in FloatingDaqFeePedestalSvc, and FloatingFeePedestalSvc.
1.4.7