Jpp
master_rocky-37-gf0c5bc59d
the software that should make you happy
|
Main class for pre-calibration using acoustics data. More...
Classes | |
struct | detector_type |
Auxiliary data structure for detector with decomposed strings. More... | |
struct | fits_t |
Auxiliary data structure for group of lists of identifiers of to-be-fitted objects. More... | |
struct | ids_t |
List of object identifiers. More... | |
struct | JAnchorEditor |
Auxiliary class to edit orientation of anchor. More... | |
struct | JDyneemaEditor |
Auxiliary class to edit length of Dyneema ropes. More... | |
struct | JModuleEditor |
Auxiliary class to edit (z) position of module. More... | |
struct | JParameters_t |
Extended data structure for parameters of stage. More... | |
struct | JStringEditor |
Auxiliary class to edit (x,y,z) position of string. More... | |
struct | JTripodEditor |
Auxiliary class to edit (x,y,z) position of tripod. More... | |
struct | string_type |
Auxiliary data structure for decomposed string. More... | |
Public Types | |
typedef std::vector< JEvent > | input_type |
Public Member Functions | |
JSydney (const JFilenames &filenames, const JSoundVelocity &V, const size_t threads, const int debug) | |
Constructor. More... | |
void | stage_0 (const JParameters_t ¶meters) |
Fit procedure to determine the positions of tripods and transmitters using strings that are fixed. More... | |
void | stage_a (const JParameters_t ¶meters) |
Fit procedure to determine the positions of the strings and tripods. More... | |
void | stage_b (const JParameters_t ¶meters) |
Fit procedure to determine the stretching and z-positions of individual strings. More... | |
void | stage_c (const JParameters_t ¶meters) |
Fit procedure to determine the z-positions of the modules. More... | |
void | stage_d (const JParameters_t ¶meters) |
Fit procedure to determine the z-positions of anchors. More... | |
void | stage_x (const JParameters_t ¶meters) |
Fit procedure to determine the (x,y,z) positions of the modules. More... | |
double | operator() (const int option) const |
Get chi2. More... | |
void | run (const std::string &script) |
Run. More... | |
void | store (const std::string &dir=".") |
Store data in given directory. More... | |
ids_t | getReceivers () const |
Get list of identifiers of receivers. More... | |
ids_t | getEmitters () const |
Get list of identifiers of emitters. More... | |
Public Attributes | |
JFilenames | filenames |
JSoundVelocity | V |
size_t | threads |
int | debug |
JSetup | setup |
fits_t | fits |
JTOOLS::JHashMap< int, JLocation > | receivers |
std::unique_ptr< JLocationRouter > | router |
std::vector< input_type > | input |
Static Public Attributes | |
static constexpr double | RADIUS_M = 1.0 |
maximal horizontal distance between T-bar and emitter/hydrophone More... | |
Private Attributes | |
std::vector< JSuperEvt > | output |
JDetector | detector |
PMTs. More... | |
JFitParameters | parameters |
Main class for pre-calibration using acoustics data.
Definition at line 134 of file JSydney.cc.
Definition at line 1239 of file JSydney.cc.
|
inline |
Constructor.
filenames | file names |
V | sound velocity |
threads | threads |
debug | debug |
Definition at line 583 of file JSydney.cc.
|
inline |
Fit procedure to determine the positions of tripods and transmitters using strings that are fixed.
parameters | parameters |
Definition at line 672 of file JSydney.cc.
|
inline |
Fit procedure to determine the positions of the strings and tripods.
parameters | parameters |
Definition at line 745 of file JSydney.cc.
|
inline |
Fit procedure to determine the stretching and z-positions of individual strings.
parameters | parameters |
Definition at line 789 of file JSydney.cc.
|
inline |
Fit procedure to determine the z-positions of the modules.
parameters | parameters |
Definition at line 855 of file JSydney.cc.
|
inline |
Fit procedure to determine the z-positions of anchors.
parameters | parameters |
Definition at line 881 of file JSydney.cc.
|
inline |
Fit procedure to determine the (x,y,z) positions of the modules.
This procedure should be considered unorthodox - it can be used to modify the detector file in such a way to accommodate anomalies in the shapes of a string (e.g. entanglement of string in D0ORCA018).
parameters | parameters |
Definition at line 909 of file JSydney.cc.
|
inline |
Get chi2.
option | option |
Definition at line 938 of file JSydney.cc.
|
inline |
Run.
script | steering script |
Definition at line 1030 of file JSydney.cc.
|
inline |
Store data in given directory.
dir | directory |
Definition at line 1152 of file JSydney.cc.
|
inline |
Get list of identifiers of receivers.
Definition at line 1183 of file JSydney.cc.
|
inline |
Get list of identifiers of emitters.
Definition at line 1202 of file JSydney.cc.
|
staticconstexpr |
maximal horizontal distance between T-bar and emitter/hydrophone
Definition at line 136 of file JSydney.cc.
JFilenames JACOUSTICS::JSydney::filenames |
Definition at line 1229 of file JSydney.cc.
JSoundVelocity JACOUSTICS::JSydney::V |
Definition at line 1230 of file JSydney.cc.
size_t JACOUSTICS::JSydney::threads |
Definition at line 1231 of file JSydney.cc.
int JACOUSTICS::JSydney::debug |
Definition at line 1232 of file JSydney.cc.
JSetup JACOUSTICS::JSydney::setup |
Definition at line 1233 of file JSydney.cc.
fits_t JACOUSTICS::JSydney::fits |
Definition at line 1234 of file JSydney.cc.
JTOOLS::JHashMap<int, JLocation> JACOUSTICS::JSydney::receivers |
Definition at line 1236 of file JSydney.cc.
std::unique_ptr<JLocationRouter> JACOUSTICS::JSydney::router |
Definition at line 1237 of file JSydney.cc.
std::vector<input_type> JACOUSTICS::JSydney::input |
Definition at line 1240 of file JSydney.cc.
|
mutableprivate |
Definition at line 1243 of file JSydney.cc.
|
private |
PMTs.
Definition at line 1245 of file JSydney.cc.
|
private |
Definition at line 1246 of file JSydney.cc.