// 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 __CRTCAMACCRATE_CXX
#define __CRTCAMACCRATE_CXX

////////////////////////////////////////////////////////////////////////////////
//
// Cosmic Ray Telescope Data Aquisition Software
//
// Generic driver for a CAMAC crate.
//
////////////////////////////////////////////////////////////////////////////////

#include <gendriver/camaccrate.hh>

namespace CRT
 { 
  //{{{}}}
  //{{{  constructor
  CrtCamacCrate::CrtCamacCrate() : CrtCrate()
   {
    // default constructor
   }
  //}}}
  //{{{  constructor
  CrtCamacCrate::CrtCamacCrate(const Char_t *inName) : CrtCrate(inName)
   {
    // default constructor
   }
  //}}}
  //{{{  destructor
   CrtCamacCrate::~CrtCamacCrate()
   {
    // destructor
   }
  //}}}
 }

ClassImp(CRT::CrtCamacCrate) //generic driver for a CAMAC crate

#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.