|
BOSS 7.1.1
BESIII Offline Software System
|
#include "Identifier/MucID.h"Go to the source code of this file.
Variables | |
| const int | kNSeedLoops = 3 |
| const int | kSearchLength [kNSeedLoops][3][2] |
| const int | kSearchOrder [kNSeedLoops][3][2][5] |
| const int | kMinLastGap2D = 2 |
| const int | kMinFiredGaps = 2 |
| const int | kMaxSkippedGaps = 1 |
| const int | kMinSharedHits2D = 2 |
| const int | kMinLastGap3D = 3 |
| const int | kMaxDeltaLastGap = 5 |
| const int | kMaxDeltaTotalHits = 10 |
| const float | kMaxXChisq = 1000.0 |
| const float | kMaxYChisq = 1000.0 |
| const int | kMinSharedHits3D = 4 |
| const float | kRpcEfficiency = 1.0 |
| const int | kPartSeq [3] = {1, 0, 2} |
| const float | kWindowSize [3][9] |
| const int | kNSegSearch = 3 |
| const int | kDeltaSeg [kNSegSearch] = {0, -1, 1} |
| const int kDeltaSeg[kNSegSearch] = {0, -1, 1} |
Definition at line 70 of file MucRecRoadFinderParameter.h.
Referenced by MucRecTrkExt::execute(), ExtMucKal::GapHit(), MucRecRoadFinder::TrackFinding(), and MucRecTrkExt::TrackFinding().
| const int kMaxDeltaLastGap = 5 |
Definition at line 51 of file MucRecRoadFinderParameter.h.
Referenced by MucRecRoadFinder::execute().
| const int kMaxDeltaTotalHits = 10 |
Definition at line 53 of file MucRecRoadFinderParameter.h.
Referenced by MucRecRoadFinder::execute().
| const int kMaxSkippedGaps = 1 |
Definition at line 46 of file MucRecRoadFinderParameter.h.
Referenced by MucRecRoadFinder::execute().
| const float kMaxXChisq = 1000.0 |
Definition at line 55 of file MucRecRoadFinderParameter.h.
Referenced by MucRecRoadFinder::execute().
| const float kMaxYChisq = 1000.0 |
Definition at line 56 of file MucRecRoadFinderParameter.h.
Referenced by MucRecRoadFinder::execute().
| const int kMinFiredGaps = 2 |
Definition at line 45 of file MucRecRoadFinderParameter.h.
Referenced by MucRecRoadFinder::execute().
| const int kMinLastGap2D = 2 |
Definition at line 44 of file MucRecRoadFinderParameter.h.
Referenced by MucRecRoadFinder::execute().
| const int kMinLastGap3D = 3 |
Definition at line 50 of file MucRecRoadFinderParameter.h.
Referenced by MucRecRoadFinder::execute().
| const int kMinSharedHits2D = 2 |
Definition at line 47 of file MucRecRoadFinderParameter.h.
Referenced by MucRecRoadFinder::execute().
| const int kMinSharedHits3D = 4 |
Definition at line 57 of file MucRecRoadFinderParameter.h.
| const int kNSeedLoops = 3 |
Definition at line 7 of file MucRecRoadFinderParameter.h.
Referenced by MucRecRoadFinder::execute().
| const int kNSegSearch = 3 |
Definition at line 69 of file MucRecRoadFinderParameter.h.
Referenced by MucRecTrkExt::execute(), MucRecRoadFinder::TrackFinding(), and MucRecTrkExt::TrackFinding().
| const int kPartSeq[3] = {1, 0, 2} |
Definition at line 65 of file MucRecRoadFinderParameter.h.
Referenced by MucRecTrkExt::execute(), MucRecRoadFinder::TrackFinding(), and MucRecTrkExt::TrackFinding().
| const float kRpcEfficiency = 1.0 |
Definition at line 64 of file MucRecRoadFinderParameter.h.
| const int kSearchLength[kNSeedLoops][3][2] |
Definition at line 10 of file MucRecRoadFinderParameter.h.
Referenced by MucRecRoadFinder::execute().
| const int kSearchOrder[kNSeedLoops][3][2][5] |
Definition at line 16 of file MucRecRoadFinderParameter.h.
Referenced by MucRecRoadFinder::execute().
| const float kWindowSize[3][9] |
Definition at line 66 of file MucRecRoadFinderParameter.h.
Referenced by MucRecRoadFinder::execute(), and MucRecRoadFinder::TrackFinding().