#include <PndTrackFunctor.h>
Definition at line 64 of file PndTrackFunctor.h.
Bool_t RiemannMvdSttGemFunctor::Call |
( |
FairMultiLinkedData * |
a, |
|
|
Bool_t |
|
|
) |
| |
|
inlineprivatevirtual |
Implements PndTrackFunctor.
Definition at line 66 of file PndTrackFunctor.h.
References Bool_t.
67 FairRootManager* ioman = FairRootManager::Instance();
68 Bool_t possibleTrack = kFALSE;
69 Bool_t mvdHits = ((
a->GetLinksWithType(ioman->GetBranchId(
"MVDHitsPixel")).GetNLinks() +
70 a->GetLinksWithType(ioman->GetBranchId(
"MVDHitsStrip")).GetNLinks()) > 2);
73 possibleTrack = (
a->GetLinksWithType(ioman->GetBranchId(
"STTHit")).GetNLinks() > 1)
74 | (
a->GetLinksWithType(ioman->GetBranchId(
"GEMHit")).GetNLinks() > 1);
PndTrackFunctor * PndTrackFunctor::make_PndTrackFunctor |
( |
std::string |
functorName | ) |
|
|
staticinherited |
Definition at line 9 of file PndTrackFunctor.cxx.
Referenced by PndTrackingQATask::SetFunctor(), and PndIdealTrackFinder::SetTrackSelector().
11 if (functorName.compare(
"StandardTrackFunctor") == 0)
13 if (functorName.compare(
"OnlySttFunctor") == 0)
15 if (functorName.compare(
"RiemannMvdSttGemFunctor") == 0)
17 if (functorName.compare(
"CircleHoughTrackFunctor") == 0)
19 if (functorName.compare(
"FtsTrackFunctor") == 0)
21 if (functorName.compare(
"NoFtsTrackFunctor") == 0)
24 std::cout <<
"-E- PndTrackFunctor: No valid functorName given: " << functorName << std::endl;
virtual Bool_t PndTrackFunctor::operator() |
( |
FairMultiLinkedData * |
a, |
|
|
Bool_t |
primary |
|
) |
| |
|
inlinevirtualinherited |
void RiemannMvdSttGemFunctor::Print |
( |
| ) |
|
|
inlineprivatevirtual |
Implements PndTrackFunctor.
Definition at line 78 of file PndTrackFunctor.h.
79 std::cout <<
"RiemannMvdSttGemFunctor: > 2 Hits in MVD and >0 Hits in (Stt+Gem)" << std::endl;
The documentation for this class was generated from the following file: