PandaRoot
Combination_t Struct Reference

#include <PndSttCellTrackletGenerator.h>

Public Member Functions

void Print ()
 

Public Attributes

std::set< int > tracklets
 
TrackletInf_t trackletInf
 

Detailed Description

Definition at line 64 of file PndSttCellTrackletGenerator.h.

Member Function Documentation

◆ Print()

void Combination_t::Print ( )
inline

Definition at line 68 of file PndSttCellTrackletGenerator.h.

References TrackletInf_t::Print().

69  {
70  std::cout << "combined tracklets: ";
71  for (std::set<int>::iterator it = tracklets.begin(); it != tracklets.end(); ++it) {
72  std::cout << *it << ", ";
73  }
74  std::cout << std::endl;
76  }

Member Data Documentation

◆ trackletInf

TrackletInf_t Combination_t::trackletInf

Definition at line 66 of file PndSttCellTrackletGenerator.h.

◆ tracklets

std::set<int> Combination_t::tracklets

Definition at line 65 of file PndSttCellTrackletGenerator.h.


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