20int main(
int argc,
char **argv)
32 JParser<> zap(
"Auxiliary program to print PMT data for a given PMT channel.");
41 catch(
const exception &error) {
61 cout <<
module->getPMT(channel.getTDC()) << endl;
67 }
else if (
id != JObjectID()) {
70 for (JModule::const_iterator pmt =
module->begin(); pmt !=
module->end(); ++pmt) {
71 if (pmt->getID() ==
id.getID()) {
88 cout <<
module->getPMT(channel.getTDC()) << endl;
Data structure for detector geometry and calibration.
General purpose messaging.
Data structure to uniquely identify PMT readout channel.
Utility class to parse command line options.
#define make_field(A,...)
macro to convert parameter to JParserTemplateElement object
const JLocation & getLocation() const
Get location.
Auxiliary class to uniquely identify PMT readout channel.
Template definition of a multi-dimensional oscillation probability interpolation table.
Utility class to parse command line options.
int main(int argc, char **argv)
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).