Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
JetUnderlyingEvent.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file JetUnderlyingEvent.h
1 // Tell emacs that this is a C++ source
2 // -*- C++ -*-.
3 #ifndef JETUNDERLYINGEVENT_H
4 #define JETUNDERLYINGEVENT_H
5 
6 #include <fun4all/SubsysReco.h>
7 
8 #include <string>
9 
10 class TH3;
11 class PHTFileServer;
12 
13 class PHCompositeNode;
14 
16 {
17  public:
18 
19  JetUnderlyingEvent(const std::string &name = "JetUnderlyingEvent",
20  const std::string &outputfilename = "myjetanalysis.root");
21  ~JetUnderlyingEvent() override;
22 
28  int Init(PHCompositeNode *topNode) override;
29 
35  int InitRun(PHCompositeNode *topNode) override;
36 
40  int process_event(PHCompositeNode *topNode) override;
41 
43  int ResetEvent(PHCompositeNode *topNode) override;
44 
46  int EndRun(const int runnumber) override;
47 
49  int End(PHCompositeNode *topNode) override;
50 
52  int Reset(PHCompositeNode * /*topNode*/) override;
53 
54  void Print(const std::string &what = "ALL") const override;
55 
56  private:
59 
60 
61 
62 };
63 
64 #endif // JETUNDERLYINGEVENT_H