23int main(
int argc,
char **argv)
38 JParser<> zap(
"Auxiliary program to merge the time offsets of two detector files."\
39 "\nThe TDC constraints correspond to those used in conjuction with the detector file.");
49 catch(
const exception &error) {
61 catch(
const std::exception& error) {
77 for (
size_t pmt = 0; pmt !=
module->size(); ++pmt) {
83 "PMT " <<
setw(10) <<
module->getID() <<
'.' <<
FILL(2,
'0') << pmt <<
FILL() <<
" constraint.");
Data structure for detector geometry and calibration.
int main(int argc, char **argv)
General purpose messaging.
#define ASSERT(A,...)
Assert macro.
Direct access to module in detector data structure.
General methods for loading and storing a single object from and to a file, respectively.
Utility class to parse command line options.
#define make_field(A,...)
macro to convert parameter to JParserTemplateElement object
double getT0() const
Get time offset.
const JCalibration & getCalibration() const
Get calibration.
Router for direct addressing of module data in detector data structure.
bool hasModule(const JObjectID &id) const
Has module.
const JModule & getModule(const JObjectID &id) const
Get module parameters.
Template definition of a multi-dimensional oscillation probability interpolation table.
Utility class to parse command line options.
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
Auxiliary data structure for sequence of same character.