31int main(
int argc,
char **argv)
48 JParser<> zap(
"Auxiliary program to create summary data.");
61 catch(
const exception &error) {
62 FATAL(error.what() << endl);
88 for (
int frame_index = 1; frame_index <= numberOfEvents; ++frame_index) {
90 NOTICE(
"event: " << setw(10) << frame_index <<
'\r');
DEBUG(endl);
95 getTimeOfFrame(frame_index)),
Data structure for detector geometry and calibration.
Recording of objects on file according a format that follows from the file name extension.
General purpose messaging.
#define DEBUG(A)
Message macros.
Utility class to parse command line options.
#define make_field(A,...)
macro to convert parameter to JParserTemplateElement object
int main(int argc, char **argv)
Auxiliaries for creation of summary data.
ROOT TTree parameter settings of various packages.
void reset(JK40Simulator *k40Simulator)
Reset K40 simulator.
Default implementation of the simulation of K40 background.
Auxiliary class for map of PMT parameters.
static void Throw(const bool option)
Enable/disable throw option.
Utility class to parse command line options.
void load(const std::string &file_name, JDetector &detector)
Load detector from input file.
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
KM3NeT DAQ data structures and auxiliaries.
Empty structure for specification of parser element that is initialised (i.e. does not require input)...
Auxiliary class for K40 rates.
Auxiliary class to create summary data.