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
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
#include <cmath>
3
4
ClassImp
(
MySimpleTree
)
5
6
using namespace std;
7
8
MySimpleTree
::
MySimpleTree
()
9
{
10
Reset
();
// Init all data members
11
return
;
12
}
13
14
void
MySimpleTree::Reset
()
// reset data members (called by phool node reset)
15
{
16
myint
= -9999;
17
myfloat
= NAN;
// that's the way to get NaN's
18
return
;
19
}
20
tutorials
blob
master
MyOwnTTree
src
MySimpleTree.cc
Built by
Jin Huang
. updated:
Wed Jun 29 2022 17:26:00
using
1.8.2 with
ECCE GitHub integration