159 LOG(info) <<
"PMT strip gap " <<
fPmtStripGap <<
" [cm]";
161 typedef std::map<std::string, CbmRichRecGeoParPmt>::iterator it_type;
162 for (it_type iterator =
fPmtMap.begin(); iterator !=
fPmtMap.end(); iterator++) {
163 LOG(info) <<
"Geo path:" << iterator->first;
164 LOG(info) <<
"PMT position in (x,y,z) [cm]: " << iterator->second.fX <<
" " << iterator->second.fY <<
" "
165 << iterator->second.fZ;
166 LOG(info) <<
"PMT plane position in (x,y,z) [cm]: " << iterator->second.fPlaneX <<
" "
167 << iterator->second.fPlaneY <<
" " << iterator->second.fPlaneZ;
168 LOG(info) <<
"PMT width and height [cm]: " << iterator->second.fWidth <<
" " << iterator->second.fHeight;
169 LOG(info) <<
"PMT was rotated around x (theta) by " << iterator->second.fTheta * 180. / TMath::Pi() <<
" degrees";
170 LOG(info) <<
"PMT was rotated around y (phi) by " << iterator->second.fPhi * 180. / TMath::Pi() <<
" degrees";