#ifndef ROOT_THaElectronKine
#define ROOT_THaElectronKine

//////////////////////////////////////////////////////////////////////////
//
// THaElectronKine
//
//////////////////////////////////////////////////////////////////////////

#include "THaPrimaryKine.h"

class THaElectronKine : public THaPrimaryKine {
  
public:
  THaElectronKine( const char* name, const char* description,
		   const char* spectro = "", Double_t mass = 0.0 /* GeV */ );
  THaElectronKine( const char* name, const char* description,
		   const char* spectro, const char* beam,
		   Double_t mass = 0.0 /* GeV */ );
  virtual ~THaElectronKine();
  
  ClassDef(THaElectronKine,0)   //Single arm kinematics module
};

#endif

Last change: Sat Nov 7 21:26:45 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.