28 Bool_t localDebug = kFALSE;
30 if( localDebug )
QwMessage<<
"Creating Clock of type: "<<type<<
" with name: "<<
31 name<<
". Subsystem Name: " <<subsystemname<<
"\n";
37 }
else if ( type ==
"SIS3801" ) {
39 }
else if ( type ==
"SCALER" || type ==
"SIS3801D24" ) {
42 QwWarning <<
"Clock of type="<<type<<
" is UNSUPPORTED!!\n";
48 Bool_t localDebug = kFALSE;
57 }
else if ( type ==
"SIS3801" ) {
59 }
else if ( type ==
"SCALER" || type ==
"SIS3801D24" ) {
62 QwWarning <<
"Clock of type="<<type<<
" is UNSUPPORTED!!\n";
#define QwMessage
Predefined log drain for regular messages.
static VQwClock * Create(TString subsystemname, TString type, TString name)
A fast way of creating a Clock of specified type.
TString GetModuleType() const
Return the type of the beam instrument.
static std::ostream & endl(std::ostream &)
End of the line.
#define QwWarning
Predefined log drain for warnings.