ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
Home page
Related Pages
Modules
Namespaces
Classes
Files
External Links
File List
File Members
ECCE @ EIC Software
Deprecated List
Modules
Namespaces
Classes
Files
File List
acts
analysis
coresoftware
Doxygen_Assist
ecce-detectors
fun4all_eicdetectors
geant4
macros
online_distribution
tutorials
blob
master
AnaTutorial
AnaTutorialECCE
block
CaloAna
clusters
CreateSubsysRecoModule
cylinder
dst_workflow
eventgenerator_display
IonGun
MagneticField
materialscan
Momentum
myjetanalysis
MyOwnTTree
macro
src
AnalyzeSimpleTree.cc
AnalyzeSimpleTree.h
AnalyzeSimpleTreeLinkDef.h
MakeSimpleTree.cc
MakeSimpleTree.h
MakeSimpleTreeLinkDef.h
MySimpleTree.cc
MySimpleTree.h
MySimpleTreeLinkDef.h
MyTClonesArray.cc
MyTClonesArray.h
MyTClonesArrayLinkDef.h
PHG4DSTReader
doxygen_mainpage.h
File Members
External Links
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
AnalyzeSimpleTree.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file AnalyzeSimpleTree.h
1
#ifndef ANALYZESIMPLETREE_H__
2
#define ANALYZESIMPLETREE_H__
3
4
#include <
fun4all/SubsysReco.h
>
5
6
class
Fun4AllHistoManager
;
7
class
TH1;
8
class
TH2;
9
10
class
AnalyzeSimpleTree
:
public
SubsysReco
11
{
12
public
:
13
14
AnalyzeSimpleTree
(
const
std::string &
name
=
"ANALYZETREE"
);
15
virtual
~AnalyzeSimpleTree
() {}
16
17
int
Init
(
PHCompositeNode
*topNode);
18
19
int
process_event
(
PHCompositeNode
*topNode);
20
21
protected
:
22
23
Fun4AllHistoManager
*
hm
;
24
TH1 *
myfloats
;
25
TH2 *
my2dfloats
;
26
};
27
28
#endif
/* ANALYZESIMPLETREE_H__ */
29
tutorials
blob
master
MyOwnTTree
src
AnalyzeSimpleTree.h
Built by
Jin Huang
. updated:
Wed Jun 29 2022 17:26:00
using
1.8.2 with
ECCE GitHub integration