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