Jpp test-rotations-old
the software that should make you happy
|
Auxiliary program to modify tripod configuration. More...
#include <iostream>
#include <iomanip>
#include <string>
#include <vector>
#include <set>
#include <algorithm>
#include "TRandom3.h"
#include "JDetector/JTripod.hh"
#include "JSupport/JMeta.hh"
#include "JLang/JComparator.hh"
#include "JLang/JComparison.hh"
#include "Jeep/JContainer.hh"
#include "Jeep/JPrint.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 modify tripod configuration.
Syntax:
-T "<tripod identifier> (set|add|sub) East North depth" -T "<tripod identifier> (setx|addx|subx) East" -T "<tripod identifier> (sety|addy|suby) North" -T "<tripod identifier> (setz|addz|subz) depth"
The options
-A "<tripod identifier> East North depth" -r "<tripod identifier>" -k "<tripod identifier>"
can be used to add, remove and keep a specific tripod, respectively.
Definition in file JEditTripod.cc.
int main | ( | int | argc, |
char ** | argv ) |
Definition at line 232 of file JEditTripod.cc.