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
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