PandaRoot
PndCAPreselectSttHits Class Reference

#include <PndCAPreselectSttHits.h>

Inheritance diagram for PndCAPreselectSttHits:
PndPreselectSttHits

Public Member Functions

 PndCAPreselectSttHits ()
 
virtual ~PndCAPreselectSttHits ()
 
std::vector< std::vector< PndSttHit * > > PreselectSttHits ()
 
void Init (TClonesArray *sttHits, TClonesArray *tubeArray=nullptr)
 
- Public Member Functions inherited from PndPreselectSttHits
 PndPreselectSttHits ()
 
virtual ~PndPreselectSttHits ()
 
virtual std::vector< PndTrackCandGetPndTrackCands (std::vector< std::vector< PndSttHit *>> &solutions)
 
virtual void AddAdditionalBranches (TString name, TClonesArray *array)
 Search for tracks only in given branches. If no BranchName is given all tracking detectors are taken. More...
 

Additional Inherited Members

- Protected Member Functions inherited from PndPreselectSttHits
void SetSttHitsArray (TClonesArray *array)
 
- Protected Attributes inherited from PndPreselectSttHits
TClonesArray * fSttHits = nullptr
 
std::map< TString, TClonesArray * > fBranchMap
 

Detailed Description

Definition at line 13 of file PndCAPreselectSttHits.h.

Constructor & Destructor Documentation

◆ PndCAPreselectSttHits()

PndCAPreselectSttHits::PndCAPreselectSttHits ( )
inline

Definition at line 15 of file PndCAPreselectSttHits.h.

15 {};

◆ ~PndCAPreselectSttHits()

virtual PndCAPreselectSttHits::~PndCAPreselectSttHits ( )
inlinevirtual

Definition at line 17 of file PndCAPreselectSttHits.h.

References Init(), and PreselectSttHits().

18  {
19  if (fCADataMap != nullptr)
20  delete(fCADataMap);
21  };

Member Function Documentation

◆ Init()

void PndCAPreselectSttHits::Init ( TClonesArray *  sttHits,
TClonesArray *  tubeArray = nullptr 
)
virtual

Implements PndPreselectSttHits.

Referenced by ~PndCAPreselectSttHits().

◆ PreselectSttHits()

std::vector<std::vector<PndSttHit *> > PndCAPreselectSttHits::PreselectSttHits ( )
virtual

Implements PndPreselectSttHits.

Referenced by ~PndCAPreselectSttHits().


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