Analysis Software
Documentation for
sPHENIX
simulation software
Home page
Related Pages
Modules
Namespaces
Classes
Files
Examples
External Links
File List
File Members
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
6
class
MakeSimpleTree
:
public
SubsysReco
7
{
8
public
:
9
10
MakeSimpleTree
(
const
std::string
&
name
=
"MAKETREE"
);
11
~MakeSimpleTree
()
override
{}
12
13
int
Init
(
PHCompositeNode
*topNode)
override
;
14
15
int
process_event
(
PHCompositeNode
*topNode)
override
;
16
17
private
:
18
19
20
};
21
22
#endif
/* MAKESIMPLETREE_H__ */
23
tutorials
blob
master
MyOwnTTree
src
MakeSimpleTree.h
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:18:49
using
1.8.2 with
sPHENIX GitHub integration