Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SaveTowerInfo.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file SaveTowerInfo.h
1 #ifndef SAVETOWERINFO_H__
2 #define SAVETOWERINFO_H__
3 
4 #include <calobase/TowerInfov1.h>
5 #include <calobase/TowerInfoContainerv1.h>
6 
7 #include <fun4all/SubsysReco.h>
8 
10 class PHCompositeNode;
11 
13 class SaveTowerInfo : public SubsysReco
14 {
15  public:
16 
18  SaveTowerInfo(const std::string &name = "SaveTowerInfo");
19 
20  // Destructor
21  virtual ~SaveTowerInfo();
22 
24  int Init(PHCompositeNode *);
25 
28 
30  int End(PHCompositeNode *);
31 
32  void CreateNodeTree(PHCompositeNode *topNode);
33 
34 
35  private:
39 
40 
46 };
47 
48 #endif