Jpp 20.0.0-27-g39925593c-D
the software that should make you happy
Loading...
Searching...
No Matches
JRipple.hh
Go to the documentation of this file.
1#ifndef __JSUPERNOVA_JRIPPLE__
2#define __JSUPERNOVA_JRIPPLE__
3
4namespace JSUPERNOVA {
5
7 typedef TH2F h2d_t;
8
9 // ROOT has a limit to the max object size is possible to write
10 // limit to the size of the TH2 to be written to the output
11 const unsigned int h2d_limit = 1073741822; // TBufferFile::kMaxMapCount
12
13
14}
15
16#endif
Template definition of a multi-dimensional oscillation probability interpolation table.
Float_t h2d_bintype
Definition JRipple.hh:6
const unsigned int h2d_limit
Definition JRipple.hh:11
TH2F h2d_t
Definition JRipple.hh:7