Back to home page

sPhenix code displayed by LXR

 
 

    


File indexing completed on 2025-08-06 08:17:55

0001 #pragma once
0002 
0003 #include "DumpObject.h"
0004 
0005 #include <string>
0006 
0007 class PHNode;
0008 
0009 class DumpCaloTriggerInfo : public DumpObject
0010 {
0011  public:
0012   explicit DumpCaloTriggerInfo(const std::string &NodeName);
0013   ~DumpCaloTriggerInfo() override {}
0014 
0015  protected:
0016   int process_Node(PHNode *mynode) override;
0017 };