// ----------------------------------------------------------------------------
// $Id: LCDEventHeader.cxx,v 1.2 2001/06/19 19:40:10 masako Exp $
// ----------------------------------------------------------------------------
// $Log: LCDEventHeader.cxx,v $
// Revision 1.2 2001/06/19 19:40:10 masako
// Remove Cross section.
//
// Revision 1.1 2001/05/10 17:25:03 toshi
// Rename *.C to *.cxx.
//
//
// May 4,2001 M. Iwasaki Creation of Event Header
///////////////////////////////////////////////////////////////////////////
//
// LCDEventHeader
// ==============
//
// The EventHeader class has :
//
// Event Number
// Run Number
//
// generated process name
// cross-section
//
//
///////////////////////////////////////////////////////////////////////////
#include "LCDEventHeader.h"
ClassImp(LCDEventHeader)
LCDEventHeader::LCDEventHeader(): m_RunNum(0), m_EvtNum(0){
// Default constructer
}
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.