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