Jpp  18.2.1
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
JRipple.hh
Go to the documentation of this file.
1 #ifndef __JSUPERNOVA_JRIPPLE__
2 #define __JSUPERNOVA_JRIPPLE__
3 
4 namespace JSUPERNOVA {
5 
6  typedef Float_t h2d_bintype;
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
TH2F h2d_t
Definition: JRipple.hh:7
Float_t h2d_bintype
Definition: JRipple.hh:6
const unsigned int h2d_limit
Definition: JRipple.hh:11