Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DumpTowerBackground.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file DumpTowerBackground.h
1 #pragma once
2 
3 #include "DumpObject.h"
4 
5 #include <string>
6 
7 class PHNode;
8 
10 {
11  public:
12  explicit DumpTowerBackground(const std::string &NodeName);
13  ~DumpTowerBackground() override {}
14 
15  protected:
16  int process_Node(PHNode *mynode) override;
17 };