EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
Home page
Related Pages
Modules
Namespaces
Classes
Files
External Links
File List
File Members
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
fun4all_tutorials
blob
master
MyOwnTTree
src
MySimpleTree.cc
Built by
Jin Huang
. updated:
Mon Jan 22 2024 12:43:54
using
1.8.2 with
EIC GitHub integration