PandaRoot
PndApollonius::Triplet Struct Reference

A structure that defines a triplet consisting of three STT Hits. More...

#include <PndApolloniusTriplet.h>

Public Attributes

std::array< PndSttHit *, 3 > fTripletHits
 

Friends

std::ostream & operator<< (std::ostream &output, const Triplet &t)
 

Detailed Description

A structure that defines a triplet consisting of three STT Hits.

Definition at line 54 of file PndApolloniusTriplet.h.

Friends And Related Function Documentation

◆ operator<<

std::ostream& operator<< ( std::ostream &  output,
const Triplet t 
)
friend

Definition at line 56 of file PndApolloniusTriplet.h.

58  {
59  output << "Triplet: ";
60  for (auto hit : t.fTripletHits)
61  output << hit->GetTubeID() << "(" << hit->GetX() << "," << hit->GetY() << ") /";
62  output << std::endl;
63 
64  return output;
65  }

Member Data Documentation

◆ fTripletHits

std::array<PndSttHit *, 3> PndApollonius::Triplet::fTripletHits

Definition at line 55 of file PndApolloniusTriplet.h.


The documentation for this struct was generated from the following file: