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 42 of file PndApolloniusTriplet.h.

Friends And Related Function Documentation

◆ operator<<

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

Definition at line 44 of file PndApolloniusTriplet.h.

46  {
47  output << "Triplet: ";
48  for (auto hit : t.fTripletHits)
49  output << hit->GetTubeID() << "(" << hit->GetX() << "," << hit->GetY() << ") /";
50  output << std::endl;
51 
52  return output;
53  }

Member Data Documentation

◆ fTripletHits

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

Definition at line 43 of file PndApolloniusTriplet.h.


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