#ifndef ROOT_THaBeamModule
#define ROOT_THaBeamModule
#include "THaBeamInfo.h"
struct RVarDef;
class THaBeamModule {
public:
THaBeamModule();
virtual ~THaBeamModule();
THaBeamInfo* GetBeamInfo() { return &fBeamIfo; }
void BeamIfoClear() { fBeamIfo.Clear(); }
static const RVarDef* GetRVarDef();
protected:
THaBeamInfo fBeamIfo;
ClassDef(THaBeamModule,1)
};
#endif
Last change: Sat Nov 7 21:26:43 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.