#ifndef ROOT_THaIdealBeam
#define ROOT_THaIdealBeam

//////////////////////////////////////////////////////////////////////////
//
// THaIdealBeam
//
//////////////////////////////////////////////////////////////////////////

#include "THaBeam.h"

class THaIdealBeam : public THaBeam {

public:
  THaIdealBeam( const char* name, const char* description );

  virtual ~THaIdealBeam() {}
  
  virtual EStatus Init( const TDatime& run_time );
  virtual Int_t   Reconstruct() { return 0; }

protected:

  virtual Int_t   ReadRunDatabase( const TDatime& date );

  ClassDef(THaIdealBeam,1)    // A beam with constant position and direction
};

#endif


Last change: Sat Nov 7 21:26:48 2009
Last generated: 2009-11-07 21:26

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.