ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PHG4InEventCompress.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file PHG4InEventCompress.h
1 // Tell emacs that this is a C++ source
2 // -*- C++ -*-.
3 #ifndef G4MAIN_PHG4INEVENTCOMPRESS_H
4 #define G4MAIN_PHG4INEVENTCOMPRESS_H
5 
6 #include <fun4all/SubsysReco.h>
7 
8 #include <string> // for string
9 
10 class PHCompositeNode;
11 class VariableArray;
12 
14 {
15  public:
16  PHG4InEventCompress(const std::string &name = "PHG4InEventCompress");
17  ~PHG4InEventCompress() override {}
18  int InitRun(PHCompositeNode *topNode) override;
19  int process_event(PHCompositeNode *topNode) override;
20  int End(PHCompositeNode *topNode) override;
21 
22  protected:
25 };
26 
27 #endif