Analysis Software
Documentation for
sPHENIX
simulation software
Home page
Related Pages
Modules
Namespaces
Classes
Files
Examples
External Links
File List
File Members
Analysis Software
Deprecated List
Modules
Namespaces
Classes
Files
File List
acts
acts-fatras
analysis
analysis_tpc_prototype
coresoftware
Doxygen_Assist
g4exampledetector
GenFit
JETSCAPE
KFParticle
macros
online_distribution
OnlMon
prototype
pythia6
rcdaq
RDBC
tutorials
blob
master
AnaTutorial
block
CaloAna
clusters
CreateSubsysRecoModule
cylinder
eventgenerator_display
IonGun
MagneticField
materialscan
Momentum
myjetanalysis
MyOwnTTree
macro
src
AnalyzeSimpleTree.cc
AnalyzeSimpleTree.h
MakeSimpleTree.cc
MakeSimpleTree.h
MySimpleTree.cc
MySimpleTree.h
MySimpleTreeLinkDef.h
MyTClonesArray.cc
MyTClonesArray.h
MyTClonesArrayLinkDef.h
PHG4DSTReader
sPHENIX_sims
doxygen_mainpage.h
File Members
Examples
External Links
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
MySimpleTree.cc
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file MySimpleTree.cc
1
#include "
MySimpleTree.h
"
2
3
#include <cmath>
4
5
MySimpleTree::MySimpleTree
()
6
{
7
Reset
();
// Init all data members
8
return ;
9
}
10
11
void
MySimpleTree::Reset
()
// reset data members (called by phool node reset)
12
{
13
myint
= -9999;
14
myfloat
= NAN;
// that's the way to get NaN's
15
return ;
16
}
17
tutorials
blob
master
MyOwnTTree
src
MySimpleTree.cc
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:18:49
using
1.8.2 with
sPHENIX GitHub integration