#ifndef __JSUPERNOVA_JRIPPLE__ #define __JSUPERNOVA_JRIPPLE__ namespace JSUPERNOVA { typedef Float_t h2d_bintype; typedef TH2F h2d_t; // ROOT has a limit to the max object size is possible to write // limit to the size of the TH2 to be written to the output const unsigned int h2d_limit = 1073741822; // TBufferFile::kMaxMapCount } #endif