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 52 of file PndSttCellTrackletGenerator.h.

Member Function Documentation

◆ Print()

void Combination_t::Print ( )
inline

Definition at line 56 of file PndSttCellTrackletGenerator.h.

References TrackletInf_t::Print().

57  {
58  std::cout << "combined tracklets: ";
59  for (std::set<int>::iterator it = tracklets.begin(); it != tracklets.end(); ++it) {
60  std::cout << *it << ", ";
61  }
62  std::cout << std::endl;
64  }

Member Data Documentation

◆ trackletInf

TrackletInf_t Combination_t::trackletInf

Definition at line 54 of file PndSttCellTrackletGenerator.h.

◆ tracklets

std::set<int> Combination_t::tracklets

Definition at line 53 of file PndSttCellTrackletGenerator.h.


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