Class Reference for E1039 Core & Analysis Software
SQHardEvent.cxx
Go to the documentation of this file.
1 #include "SQHardEvent.h"
2 using namespace std;
3 
5 
6 void SQHardEvent::identify(std::ostream& os) const
7 {
8  os << "---SQHardEvent::identify: abstract base-------------------" << endl;
9 }
ClassImp(PdbCalChan)
An SQ interface class to hold one hardware-related event info.
Definition: SQHardEvent.h:7
virtual void identify(std::ostream &os=std::cout) const =0