16 std::stringstream msg;
17 msg <<
"x: " << setw(6) <<
xMin <<
" .. " << setw(6) <<
xMax <<
", y: " << setw(6) <<
yMin <<
" .. " << setw(6)
27 std::stringstream msg;
28 msg <<
"----- CA doublet search SearchWindow: \n";
31 msg <<
"\tSearchWindow sizes: " <<
'\n';
32 for (
int i = 0; i <
fXnBins; ++i) {
33 for (
int j = 0; j <
fYnBins; ++j) {
35 msg <<
"\t\tbin " << i <<
", " << j <<
": dx = " <<
fBins[bin].dx <<
", dy = " <<
fBins[bin].dy <<
'\n';
Provides parameterisation for hit search windows in the CA tracking.
Class SearchWindowMap parameterisation for hit search windows in the CA tracking.
int fYnBins
Number of bins in Y.
int fXnBins
Number of bins in X.
std::vector< BinData > fBins
Bin data.
std::string ToString() const
String representation of the contents.
std::string ToString() const
String representation of the contents.