#include "THaElectronKine.h"
ClassImp(THaElectronKine)
static const Double_t electron_mass = 0.511e-3;
THaElectronKine::THaElectronKine( const char* name, const char* description,
const char* spectro, Double_t target_mass ) :
THaPrimaryKine(name,description,spectro,electron_mass,target_mass)
{
}
THaElectronKine::THaElectronKine( const char* name, const char* description,
const char* spectro, const char* beam,
Double_t target_mass ) :
THaPrimaryKine(name,description,spectro,beam,target_mass)
{
SetMass( electron_mass );
}
THaElectronKine::~THaElectronKine()
{
}
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.