//--------------------------------------------------------------------------
// File and Version Information:
// $Id: L1FctTimePointI.cc,v 1.1 2003/11/05 04:32:26 gpdf Exp $
//
// Description:
// Class L1FctTimePointI implementation.
//
// Environment:
// Software developed for the BaBar Detector at the SLAC B-Factory.
//
// Author List:
// Gregory Dubois-Felsmann
//
// Copyright Information:
// Copyright (C) 2003 California Institute of Technology
//
//--------------------------------------------------------------------------
#include "BaBar/BaBar.hh"
//-----------------------
// This Class's Header --
//-----------------------
#include "L1FctDataK/L1FctTimePointI.hh"
//-----------------
// C/C++ Headers --
//-----------------
//-------------------------------
// Collaborating Class Headers --
//-------------------------------
//-----------------------------------------------------------------------
// Local Macros, Typedefs, Structures, Unions and Forward Declarations --
//-----------------------------------------------------------------------
ClassImp(L1FctTimePointI) ;
// ----------------------------------------
// -- Public Function Member Definitions --
// ----------------------------------------
//----------------
// Constructors --
//----------------
L1FctTimePointI::L1FctTimePointI()
: KanObj()
, KanClassI()
, _cache( *this )
{
}
//--------------
// Destructor --
//--------------
L1FctTimePointI::~L1FctTimePointI()
{
}
ROOT page - Class index - Class Hierarchy - 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.
|