PandaRoot
TrackletInf_t Struct Reference

#include <PndSttCellTrackletGenerator.h>

Public Member Functions

 TrackletInf_t ()
 
void Print ()
 

Public Attributes

std::vector< int > hitIDs
 
int numSkewed
 
int startID
 
int endID
 
int maxID
 
bool straight
 
PndRiemannTrack riemannTrack
 
double error
 
int numErrHits
 

Detailed Description

Definition at line 26 of file PndSttCellTrackletGenerator.h.

Constructor & Destructor Documentation

◆ TrackletInf_t()

Member Function Documentation

◆ Print()

void TrackletInf_t::Print ( )
inline

Definition at line 39 of file PndSttCellTrackletGenerator.h.

References PndRiemannTrack::getNumHits().

Referenced by Combination_t::Print().

40  {
41  std::cout << "startId: " << startID << ", endId: " << endID << ", maxId: " << maxID << ", straight: " << straight << ", #hits: " << hitIDs.size()
42  << ", numSkewed: " << numSkewed << std::endl;
43 
44  if (riemannTrack.getNumHits() != 0) {
45  std::cout << ", RiemannTrack created error: " << error << ", #wrong hits: " << numErrHits << " ";
46  // std::cout << riemannTrack;
47  std::cout << std::endl;
48  }
49  };
unsigned int getNumHits()
std::vector< int > hitIDs
PndRiemannTrack riemannTrack

Member Data Documentation

◆ endID

int TrackletInf_t::endID

Definition at line 32 of file PndSttCellTrackletGenerator.h.

◆ error

double TrackletInf_t::error

Definition at line 36 of file PndSttCellTrackletGenerator.h.

◆ hitIDs

std::vector<int> TrackletInf_t::hitIDs

◆ maxID

int TrackletInf_t::maxID

Definition at line 33 of file PndSttCellTrackletGenerator.h.

◆ numErrHits

int TrackletInf_t::numErrHits

Definition at line 37 of file PndSttCellTrackletGenerator.h.

◆ numSkewed

int TrackletInf_t::numSkewed

Definition at line 30 of file PndSttCellTrackletGenerator.h.

◆ riemannTrack

PndRiemannTrack TrackletInf_t::riemannTrack

Definition at line 35 of file PndSttCellTrackletGenerator.h.

◆ startID

int TrackletInf_t::startID

Definition at line 31 of file PndSttCellTrackletGenerator.h.

◆ straight

bool TrackletInf_t::straight

Definition at line 34 of file PndSttCellTrackletGenerator.h.


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