Hall A ROOT/C++ Analyzer (podd)
Loading...
Searching...
No Matches
THaBeamModule.h
Go to the documentation of this file.
1#ifndef Podd_THaBeamModule_h_
2#define Podd_THaBeamModule_h_
3
5//
6// THaBeamModule
7//
9
10#include "THaBeamInfo.h"
11
12struct RVarDef;
13
15
16public:
17 THaBeamModule(); // public for ROOT I/O
18 virtual ~THaBeamModule();
19
21
23 static const RVarDef* GetRVarDef();
24
25protected:
26
27 THaBeamInfo fBeamIfo; // Beam information
28
29 ClassDef(THaBeamModule,1) // ABC for a beam module
30
31};
32
33#endif
#define ClassDef(name, id)
void Clear(Option_t *opt="")
Definition THaBeamInfo.h:86
THaBeamInfo * GetBeamInfo()
static const RVarDef * GetRVarDef()
virtual ~THaBeamModule()
THaBeamInfo fBeamIfo
void BeamIfoClear()