|
Jpp
|
Auxiliary program to edit PMT parameters map. More...
#include <string>#include <iostream>#include <fstream>#include <iomanip>#include <vector>#include "JLang/JLangToolkit.hh"#include "JDetector/JDetector.hh"#include "JDetector/JDetectorToolkit.hh"#include "JDetector/JPMTParametersMap.hh"#include "JDetector/JPMTReadoutAddress.hh"#include "JDetector/JPMTPhysicalAddress.hh"#include "JDetector/JModuleAddressMap.hh"#include "JDetector/JDetectorAddressMap.hh"#include "JDetector/JDetectorAddressMapToolkit.hh"#include "JDetector/JPMTAnalogueSignalProcessor.hh"#include "JSupport/JMeta.hh"#include "JTools/JRange.hh"#include "Jeep/JParser.hh"#include "Jeep/JMessage.hh"Go to the source code of this file.
Functions | |
| int | main (int argc, char **argv) |
Auxiliary program to edit PMT parameters map.
Syntax:
-A "<PMT physical address> (set|add|sub|mul|div) <key> <value>"
The PMT physical address corresponds to the data structure JDETECTOR::JPMTPhysicalAddress. The key corresponds to one of the data members of the JDETECTOR::JPMTParameters data structure.
Note that in the absence of option -a, the detector identifier should be specified using option -D so to obtain the correct PMT address mapping.
Multiple options -A will be processed in order of appearance.
Definition in file JEditPMTParametersMap.cc.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 152 of file JEditPMTParametersMap.cc.
1.8.5