Jpp
debug
the software that should make you happy
|
Auxiliary program to convert format of detector files. More...
#include <string>
#include "JDetector/JDetector.hh"
#include "JDetector/JDetectorToolkit.hh"
#include "JSupport/JMeta.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 convert format of detector files.
The following combinations of file name extensions are supported:
input | output |
---|---|
detx | detx |
detx | datx |
detx | gdml |
datx | detx |
datx | datx |
datx | gdml |
det | detx |
det | datx |
det | gdml |
Note that if the output file name is the same as the input file name, the original file will be overwritten.
Definition in file JConvertDetectorFormat.cc.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 34 of file JConvertDetectorFormat.cc.