#include <PndSttCA.h>
Definition at line 22 of file PndSttCA.h.
◆ PndSttCA()
PndSttCA::PndSttCA |
( |
TClonesArray * |
tubeArray | ) |
|
|
inline |
Definition at line 24 of file PndSttCA.h.
24 : fBz(2.), fUseGPU(kFALSE), fDev_tubeNeighborings(
nullptr), fTrackFinderData(
nullptr), fTrackletGenerator(
nullptr)
◆ ~PndSttCA()
virtual PndSttCA::~PndSttCA |
( |
| ) |
|
|
inlinevirtual |
Definition at line 31 of file PndSttCA.h.
References AddHits(), FindTracks(), and i.
33 delete fTrackFinderData;
34 delete fTrackletGenerator;
36 for (
size_t i = 0;
i < fHits.size(); ++
i) {
39 for (std::multimap<int, PndSttSkewedHit *>::iterator it = fCombinedSkewedHits.begin(); it != fCombinedSkewedHits.end(); ++it) {
◆ AddHits()
void PndSttCA::AddHits |
( |
TClonesArray * |
hits, |
|
|
TString |
branchName |
|
) |
| |
◆ FindTracks()
void PndSttCA::FindTracks |
( |
| ) |
|
◆ GetFirstTrackCand()
◆ GetNumPrimaryTracklets()
int PndSttCA::GetNumPrimaryTracklets |
( |
| ) |
|
|
inline |
◆ GetTimeStampsGenerateNeighborhoodData()
std::vector<std::vector<Double_t> > PndSttCA::GetTimeStampsGenerateNeighborhoodData |
( |
| ) |
|
|
inline |
Definition at line 60 of file PndSttCA.h.
60 {
return fTimeStampsGenerateNeighborhoodData; };
◆ GetTimeStampsTrackletGen()
std::vector<std::vector<Double_t> > PndSttCA::GetTimeStampsTrackletGen |
( |
| ) |
|
|
inline |
Definition at line 58 of file PndSttCA.h.
58 {
return fTimeStampsTrackletGen; };
◆ GetTrackFinderDataObject()
Definition at line 51 of file PndSttCA.h.
51 {
return fTrackFinderData; }
◆ NumFirstTrackCands()
int PndSttCA::NumFirstTrackCands |
( |
| ) |
|
|
inline |
◆ NumHits()
int PndSttCA::NumHits |
( |
| ) |
|
|
inline |
◆ NumHitsWithoutDouble()
int PndSttCA::NumHitsWithoutDouble |
( |
| ) |
|
|
inline |
◆ NumUnambiguousNeighbors()
int PndSttCA::NumUnambiguousNeighbors |
( |
| ) |
|
|
inline |
◆ Reset()
◆ SetBz()
void PndSttCA::SetBz |
( |
Double_t |
val | ) |
|
|
inline |
◆ SetCalcFirstTrackletInf()
void PndSttCA::SetCalcFirstTrackletInf |
( |
Bool_t |
val | ) |
|
|
inline |
Definition at line 70 of file PndSttCA.h.
70 { fCalcFirstTrackletInf = val; };
◆ SetDevTubeNeighboringsPointer()
void PndSttCA::SetDevTubeNeighboringsPointer |
( |
int * |
dev_pointer | ) |
|
|
inline |
Definition at line 48 of file PndSttCA.h.
48 { fDev_tubeNeighborings = dev_pointer; }
◆ SetUseGPU()
void PndSttCA::SetUseGPU |
( |
Bool_t |
val | ) |
|
|
inline |
◆ StoreTrackData()
void PndSttCA::StoreTrackData |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file: