// ----------------------------------------------------------------------------
// $Id: LCDEventSource.cxx,v 1.1 2001/05/10 20:39:54 toshi Exp $
// ----------------------------------------------------------------------------
//
// $Log: LCDEventSource.cxx,v $
// Revision 1.1 2001/05/10 20:39:54 toshi
// C++ file name convention has been changed from *.C to *.cxx .
//
//
// EventSource.cxx. Trivial implementation file.
#include "LCDEventSource.h"
ClassImp(LCDEventSource)
void LCDEventSource::SetLCDEvent(LCDEvent* a) {
if (m_event) {
m_event->Delete();
delete m_event;
}
m_event=a;
}
ROOT page - Class index - Top of the page
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.