CGEM BOSS 6.6.5.f
BESIII Offline Software System
Loading...
Searching...
No Matches
Reconstruction/MucRecAlg/MucRecAlg-00-03-08/MucRecAlg/MucRecRoadFinderParameter.h File Reference
#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}
 

Variable Documentation

◆ kDeltaSeg

const int kDeltaSeg[kNSegSearch] = {0, -1, 1}

◆ kMaxDeltaLastGap

const int kMaxDeltaLastGap = 5

◆ kMaxDeltaTotalHits

const int kMaxDeltaTotalHits = 10

◆ kMaxSkippedGaps

const int kMaxSkippedGaps = 1

◆ kMaxXChisq

const float kMaxXChisq = 1000.0

◆ kMaxYChisq

const float kMaxYChisq = 1000.0

◆ kMinFiredGaps

const int kMinFiredGaps = 2

◆ kMinLastGap2D

const int kMinLastGap2D = 2

◆ kMinLastGap3D

const int kMinLastGap3D = 3

◆ kMinSharedHits2D

const int kMinSharedHits2D = 2

◆ kMinSharedHits3D

const int kMinSharedHits3D = 4

◆ kNSeedLoops

const int kNSeedLoops = 3

◆ kNSegSearch

const int kNSegSearch = 3

◆ kPartSeq

const int kPartSeq[3] = {1, 0, 2}

◆ kRpcEfficiency

const float kRpcEfficiency = 1.0

◆ kSearchLength

const int kSearchLength[kNSeedLoops][3][2]
Initial value:
=
{ { {4,4}, {4,5}, {4,4} },
{ {4,4}, {4,5}, {4,4} },
{ {4,4}, {4,5}, {4,4} }
}

Definition at line 10 of file Reconstruction/MucRecAlg/MucRecAlg-00-03-08/MucRecAlg/MucRecRoadFinderParameter.h.

◆ kSearchOrder

const int kSearchOrder[kNSeedLoops][3][2][5]
Initial value:
=
{ { { {0,4,2,6,0}, {1,5,3,7,1} },
{ {1,3,5,7,1}, {0,2,4,6,8} },
{ {0,4,2,6,0}, {1,5,3,7,1} } },
{ { {2,4,0,6,2}, {3,5,1,7,3} },
{ {3,5,1,7,3}, {2,4,0,6,8} },
{ {2,4,0,6,2}, {3,5,1,7,3} } },
{ { {0,2,4,6,0}, {1,3,5,7,1} },
{ {1,5,3,7,1}, {0,4,2,6,8} },
{ {0,2,4,6,0}, {1,3,5,7,1} } },
}

Definition at line 16 of file Reconstruction/MucRecAlg/MucRecAlg-00-03-08/MucRecAlg/MucRecRoadFinderParameter.h.

◆ kWindowSize

const float kWindowSize[3][9]
Initial value:
= { {200.0, 200.0, 200.0, 240.0, 240.0, 280.0, 280.0, 280.0, 280.0},
{200.0, 200.0, 120.0, 120.0, 120.0, 240.0, 240.0, 240.0, 240.0},
{200.0, 200.0, 200.0, 240.0, 240.0, 280.0, 280.0, 280.0, 280.0} }

Definition at line 66 of file Reconstruction/MucRecAlg/MucRecAlg-00-03-08/MucRecAlg/MucRecRoadFinderParameter.h.