#include <PndLmdGeometryHelper.h>
Definition at line 45 of file PndLmdGeometryHelper.h.
◆ operator<<
std::ostream& operator<< |
( |
std::ostream & |
stream, |
|
|
const PndLmdOverlapInfo & |
overlap_info |
|
) |
| |
|
friend |
Definition at line 62 of file PndLmdGeometryHelper.h.
64 stream <<
"path 1: " << overlap_info.
path1 <<
"\n";
65 stream <<
"path 2: " << overlap_info.
path2 <<
"\n";
66 stream <<
"module path: " << overlap_info.
pathModule <<
"\n";
67 stream <<
"id 1: " << overlap_info.
id1 <<
"\n";
68 stream <<
"id 2: " << overlap_info.
id2 <<
"\n";
69 stream <<
"overlapID: " << overlap_info.
overlapID <<
"\n";
◆ hit1
◆ hit2
◆ id1
int PndLmdOverlapInfo::id1 |
◆ id2
int PndLmdOverlapInfo::id2 |
◆ mat1
TGeoHMatrix PndLmdOverlapInfo::mat1 |
◆ mat2
TGeoHMatrix PndLmdOverlapInfo::mat2 |
◆ moduleID
int PndLmdOverlapInfo::moduleID |
◆ overlapID
int PndLmdOverlapInfo::overlapID |
◆ path1
std::string PndLmdOverlapInfo::path1 |
◆ path2
std::string PndLmdOverlapInfo::path2 |
◆ pathModule
std::string PndLmdOverlapInfo::pathModule |
◆ sectorID
int PndLmdOverlapInfo::sectorID |
The documentation for this struct was generated from the following file: