#ifndef ROOT_THaSAProtonEP
#define ROOT_THaSAProtonEP

//////////////////////////////////////////////////////////////////////////
//
// THaSAProtonEP
//
//////////////////////////////////////////////////////////////////////////

#include "THaPrimaryKine.h"
#include "TLorentzVector.h"
#include "TString.h"

class THaSAProtonEP : public THaPrimaryKine {
  
public:
  THaSAProtonEP( const char* name, const char* description,
		   const char* spectro = "",
		   Double_t target_mass = -1.0 /* GeV/c2 */ );
  THaSAProtonEP( const char* name, const char* description,
		   const char* spectro, const char* beam,
		   Double_t target_mass = -1.0 /* GeV/c2 */ );
  virtual ~THaSAProtonEP();
  
  virtual Int_t     Process( const THaEvData& );

  ClassDef(THaSAProtonEP,0)   //Single arm proton kinematics
};

#endif

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