CbmRoot
Loading...
Searching...
No Matches
CaDoubletSearchWindowMap.cxx
Go to the documentation of this file.
1/* Copyright (C) 2022 GSI Helmholtzzentrum fuer Schwerionenforschung, Darmstadt
2 SPDX-License-Identifier: GPL-3.0-only
3 Authors: Sergey Gorbunov [committer] */
4
6
7#include <cassert>
8#include <iomanip>
9#include <sstream>
10
12
13// ---------------------------------------------------------------------------------------------------------------------
14//
16{
17 using std::setw;
18 std::stringstream msg;
19 msg << "----- CA doublet search area: \n";
20 msg << "\ttarget at " << fTargetX << ", " << fTargetY << ", " << fTargetZ << '\n';
21 msg << "\tref Z " << fRefZ << '\n';
22 msg << "\tarea sizes: " << fMap.ToString() << '\n';
23 return msg.str();
24}
Provides parameterisation for hit search area for doublets in the CA tracking.
std::string ToString() const
String representation of the contents.
Class DoubletSearchWindowMap parameterisation for hit search area for doublets in the CA tracking.
SearchWindowMap fMap
Search window map.