Jpp - the software that should make you happy
|
Auxiliary program to create map for reference PMTs. More...
#include <string>
#include <iostream>
#include <iomanip>
#include "JDetector/JDetector.hh"
#include "JDetector/JDetectorToolkit.hh"
#include "JDetector/JModuleRouter.hh"
#include "Jeep/JParser.hh"
#include "Jeep/JMessage.hh"
#include "JTrigger/JTriggerToolkit.hh"
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
Auxiliary program to create map for reference PMTs.
the option
-T "s"
or
-T{"s1","s2"}
has to be used with a vector of strings. This vector contains either the list of reference PMT identities or the keyword odd
. If the keyword odd
is used, all the PMTs with an odd identity are listed in the output file. The parity is calculated as following:
(floor id - 1)*31 + PMT id
Definition in file createPMTMap.cc.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 37 of file createPMTMap.cc.