StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
StjFMSTree.h
1 // -*- mode: c++;-*-
2 // $Id: StjFMSTree.h,v 1.1 2017/05/22 19:36:06 zchang Exp $
3 #ifndef STJFMSTREE_H
4 #define STJFMSTREE_H
5 
6 #include "StjFMS.h"
7 
9 
10 class StjFMSTree : public StjFMS {
11 
12 public:
14  : _reader(reader) { }
15  virtual ~StjFMSTree() { }
16 
17  StjTowerEnergyList getEnergyList();
18 
19 private:
20 
21  StjTowerEnergyListReader* _reader;
22 
23  ClassDef(StjFMSTree, 1)
24 
25 };
26 
27 #endif // STJFMSTREE_H
Definition: StjFMS.h:11