struct fo storing all the variables affected by the selection of a subset of SFTs
Definition at line 178 of file DriveHoughColor.h.
Data Fields | |
| UINT4 | length |
| the number of SFTs to be selected More... | |
| REAL8Vector * | weightsV |
| noise and AM weights More... | |
| REAL8Vector * | timeDiffV |
| the vector of time diffs More... | |
| REAL8Cart3CoorVector * | velV |
| vector of detector velocities More... | |
| HOUGHPeakGramVector * | pgV |
| the vector of peakgrams More... | |
| UINT4 BestVariables::length |
the number of SFTs to be selected
Definition at line 179 of file DriveHoughColor.h.
| REAL8Vector* BestVariables::weightsV |
noise and AM weights
Definition at line 180 of file DriveHoughColor.h.
| REAL8Vector* BestVariables::timeDiffV |
the vector of time diffs
Definition at line 181 of file DriveHoughColor.h.
| REAL8Cart3CoorVector* BestVariables::velV |
vector of detector velocities
Definition at line 182 of file DriveHoughColor.h.
| HOUGHPeakGramVector* BestVariables::pgV |
the vector of peakgrams
Definition at line 183 of file DriveHoughColor.h.