ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
MakeSimpleTree.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file MakeSimpleTree.h
1 #ifndef MAKESIMPLETREE_H__
2 #define MAKESIMPLETREE_H__
3 
4 #include <fun4all/SubsysReco.h>
5 
7 {
8  public:
9 
10  MakeSimpleTree(const std::string &name = "MAKETREE");
11  virtual ~MakeSimpleTree() {}
12 
13  int Init(PHCompositeNode *topNode);
14 
15  int process_event(PHCompositeNode *topNode);
16 
17  protected:
18 
19 
20 };
21 
22 #endif /* MAKESIMPLETREE_H__ */
23