// Author: Thomas Hadig (Group EB SLAC Stanford CA USA)
// Last update: $Date: 2003/08/22 22:31:10 $
// Copyright: Thomas Hadig, hadig@slac.stanford.edu

#ifndef __CRTCAMACBOARD_CXX
#define __CRTCAMACBOARD_CXX

#include <gendriver/camacboard.hh>

namespace CRT
 { 
  CrtCamacBoard::CrtCamacBoard() : CrtBoard()
   //{{{}}}
   //{{{  constructor
   {
   }
   //}}}

  CrtCamacBoard::CrtCamacBoard(const Char_t *inName, Int_t inIdent, CrtCrate *inCrate)
    : CrtBoard(inName, inIdent, inCrate)
   //{{{  constructor
   {
   }
   //}}}

   CrtCamacBoard::~CrtCamacBoard()
   //{{{  destructor
   {
   }
   //}}}
 }

ClassImp(CRT::CrtCamacBoard) //generic description of a CAMAC board

#endif


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.