Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
RunTowerInfo.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file RunTowerInfo.h
1 #ifndef RUNTOWERINFO_H__
2 #define RUNTOWERINFO_H__
3 
4 #include <calobase/TowerInfoContainerv1.h>
5 
6 #include <fun4all/SubsysReco.h>
7 
9 class PHCompositeNode;
10 
12 class RunTowerInfo : public SubsysReco
13 {
14  public:
15 
17  RunTowerInfo(const std::string &name = "RunTowerInfo");
18 
19  // Destructor
20  virtual ~RunTowerInfo();
21 
23  int Init(PHCompositeNode *);
24 
27 
29  int End(PHCompositeNode *);
30 
31 
32  private:
35 
36 
42 };
43 
44 #endif