17#ifdef __USE_DATABASE__
32 Bool_t localDebug = kFALSE;
34 if( localDebug )
QwMessage<<
"Creating Clock of type: "<<type<<
" with name: "<<
35 name<<
". Subsystem Name: " <<subsystemname<<
"\n";
41 }
else if ( type ==
"SIS3801" ) {
43 }
else if ( type ==
"SCALER" || type ==
"SIS3801D24" ) {
46 QwWarning <<
"Clock of type="<<type<<
" is UNSUPPORTED!!\n";
53 Bool_t localDebug = kFALSE;
62 }
else if ( type ==
"SIS3801" ) {
64 }
else if ( type ==
"SCALER" || type ==
"SIS3801D24" ) {
67 QwWarning <<
"Clock of type="<<type<<
" is UNSUPPORTED!!\n";
Base and derived classes for scaler channel data handling.
#define QwWarning
Predefined log drain for warnings.
#define QwMessage
Predefined log drain for regular messages.
Decoding and management for VQWK ADC channels (6x32-bit datawords)
Database interface for QwIntegrationPMT and subsystems.
Clock channel implementation for normalization and timing.
static std::ostream & endl(std::ostream &)
End of the line.
TString GetModuleType() const
Return the type of the beam instrument.
Standard clock channel with calibration representing frequency.
static VQwClock * Create(TString subsystemname, TString type, TString name)