Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
TowerInfoDeadHotMask.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file TowerInfoDeadHotMask.h
1 #ifndef CALORECO_TOWERINFODEADHOTMASK_H
2 #define CALORECO_TOWERINFODEADHOTMASK_H
3 
4 #include <fun4all/SubsysReco.h>
5 
6 #include <string>
7 
8 class PHCompositeNode;
10 class RawTowerContainer;
12 class RawTowerDeadMap;
13 class TowerInfoContainer;
14 
16 {
17  public:
18  explicit TowerInfoDeadHotMask(const std::string &name = "TowerInfoDeadHotMask");
19 
20  int InitRun(PHCompositeNode *topNode) override;
21  int process_event(PHCompositeNode *topNode) override;
22  int End(PHCompositeNode *topNode) override;
23 
25  {
27  }
28 
29  private:
30  void CreateNodeTree(PHCompositeNode *topNode);
31 
33 
37 };
38 
39 #endif