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