StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
StFgtMCEvalMaker.h
1 #ifndef _ST_FGT_MCEVAL_MAKER_
3 #define _ST_FGT_MCEVAL_MAKER_
4 
5 #include "StMaker.h"
6 class StFgtMCEvalMaker : public StMaker {
7  public:
8  StFgtMCEvalMaker(const Char_t* name="FgtMCEvalMaker");
9 
10  virtual ~StFgtMCEvalMaker();
11 
12  Int_t Init();
13  Int_t Make();
14  Int_t Finish();
15 
16 
17 };
18 
19 #endif