#include <PndSttCellTrackFinderData.h>
|
| | PndSttCellTrackFinderData (TClonesArray *fTubeArray) |
| |
| virtual | ~PndSttCellTrackFinderData () |
| |
| void | AddHits (TClonesArray *hits, TString branchName) |
| |
| void | GenerateNeighborhoodData () |
| |
| void | clear () |
| |
| void | PrintInfo () |
| |
| void | SetAllowDoubleHits (Bool_t value) |
| |
| Bool_t | GetAllowDoubleHits () |
| |
| std::vector< FairHit * > | GetHits () const |
| |
| std::multimap< int, PndSttSkewedHit * > | GetCombinedSkewedHits () const |
| |
| PndSttStrawMap * | GetStrawMap () const |
| |
| PndSttGeometryMap * | GetGeometryMap () const |
| |
| std::map< int, FairLink > | GetMapHitToFairLink () const |
| |
| std::map< int, int > | GetMapTubeIdToHit () const |
| |
| std::map< int, TVector3 > | GetMapTubeIdToPos () const |
| |
| std::map< int, std::vector< int > > | GetHitNeighbors () const |
| |
| std::map< int, std::vector< int > > | GetSeparations () const |
| |
| std::map< int, std::vector< int > > | GetHitNeighborsWithoutEdges () const |
| |
| std::map< int, std::vector< int > > | GetSeparationsWithoutEdges () const |
| |
| std::map< int, std::vector< int > > | GetHitNeighborsWithoutSkewed () const |
| |
| std::map< int, std::vector< int > > | GetSeparationsWithoutSkewed () const |
| |
| int | GetNumHits () |
| |
| int | GetNumHitsWithoutDouble () |
| |
| void | SetRunTimeBased (Bool_t val) |
| |
| void | SetClusterTime (double val) |
| |
Definition at line 22 of file PndSttCellTrackFinderData.h.
◆ PndSttCellTrackFinderData()
| PndSttCellTrackFinderData::PndSttCellTrackFinderData |
( |
TClonesArray * |
fTubeArray | ) |
|
◆ ~PndSttCellTrackFinderData()
| virtual PndSttCellTrackFinderData::~PndSttCellTrackFinderData |
( |
| ) |
|
|
inlinevirtual |
◆ AddHits()
| void PndSttCellTrackFinderData::AddHits |
( |
TClonesArray * |
hits, |
|
|
TString |
branchName |
|
) |
| |
◆ clear()
| void PndSttCellTrackFinderData::clear |
( |
void |
| ) |
|
|
inline |
Definition at line 42 of file PndSttCellTrackFinderData.h.
References PrintInfo().
Referenced by PndSttCellTrackFinder::Reset().
46 fMapHitToFairLink.clear();
47 fMapTubeIdToHit.clear();
48 fHitNeighbors.clear();
50 fCombinedSkewedHits.clear();
51 fHitNeighborsWithoutEdges.clear();
52 fSeparationsWithoutEdges.clear();
53 fHitNeighborsWithoutSkewed.clear();
54 fSeparationsWithoutSkewed.clear();
◆ GenerateNeighborhoodData()
| void PndSttCellTrackFinderData::GenerateNeighborhoodData |
( |
| ) |
|
◆ GetAllowDoubleHits()
| Bool_t PndSttCellTrackFinderData::GetAllowDoubleHits |
( |
| ) |
|
|
inline |
◆ GetCombinedSkewedHits()
| std::multimap<int, PndSttSkewedHit *> PndSttCellTrackFinderData::GetCombinedSkewedHits |
( |
| ) |
const |
|
inline |
◆ GetGeometryMap()
◆ GetHitNeighbors()
| std::map<int, std::vector<int> > PndSttCellTrackFinderData::GetHitNeighbors |
( |
| ) |
const |
|
inline |
◆ GetHitNeighborsWithoutEdges()
| std::map<int, std::vector<int> > PndSttCellTrackFinderData::GetHitNeighborsWithoutEdges |
( |
| ) |
const |
|
inline |
◆ GetHitNeighborsWithoutSkewed()
| std::map<int, std::vector<int> > PndSttCellTrackFinderData::GetHitNeighborsWithoutSkewed |
( |
| ) |
const |
|
inline |
◆ GetHits()
| std::vector<FairHit *> PndSttCellTrackFinderData::GetHits |
( |
| ) |
const |
|
inline |
◆ GetMapHitToFairLink()
| std::map<int, FairLink> PndSttCellTrackFinderData::GetMapHitToFairLink |
( |
| ) |
const |
|
inline |
◆ GetMapTubeIdToHit()
| std::map<int, int> PndSttCellTrackFinderData::GetMapTubeIdToHit |
( |
| ) |
const |
|
inline |
◆ GetMapTubeIdToPos()
| std::map<int, TVector3> PndSttCellTrackFinderData::GetMapTubeIdToPos |
( |
| ) |
const |
|
inline |
◆ GetNumHits()
| int PndSttCellTrackFinderData::GetNumHits |
( |
| ) |
|
|
inline |
◆ GetNumHitsWithoutDouble()
| int PndSttCellTrackFinderData::GetNumHitsWithoutDouble |
( |
| ) |
|
|
inline |
◆ GetSeparations()
| std::map<int, std::vector<int> > PndSttCellTrackFinderData::GetSeparations |
( |
| ) |
const |
|
inline |
◆ GetSeparationsWithoutEdges()
| std::map<int, std::vector<int> > PndSttCellTrackFinderData::GetSeparationsWithoutEdges |
( |
| ) |
const |
|
inline |
◆ GetSeparationsWithoutSkewed()
| std::map<int, std::vector<int> > PndSttCellTrackFinderData::GetSeparationsWithoutSkewed |
( |
| ) |
const |
|
inline |
◆ GetStrawMap()
◆ PrintInfo()
| void PndSttCellTrackFinderData::PrintInfo |
( |
| ) |
|
◆ SetAllowDoubleHits()
| void PndSttCellTrackFinderData::SetAllowDoubleHits |
( |
Bool_t |
value | ) |
|
|
inline |
◆ SetClusterTime()
| void PndSttCellTrackFinderData::SetClusterTime |
( |
double |
val | ) |
|
|
inline |
◆ SetRunTimeBased()
| void PndSttCellTrackFinderData::SetRunTimeBased |
( |
Bool_t |
val | ) |
|
|
inline |
The documentation for this class was generated from the following file: