CGEM BOSS 6.6.5.i
BESIII Offline Software System
Loading...
Searching...
No Matches
MucRecTrkExtParameter.h File Reference

Go to the source code of this file.

Variables

const float kRpcEfficiency = 1.0
 
const int kPartSeq [3] = {1, 0, 2}
 
const float kWindowSize [3][9]
 
const float kWindowSize_Mom_Gap [4][9]
 
const int kNSegSearch = 3
 
const int kDeltaSeg [kNSegSearch] = {0,1,-1}
 
const float kFirstHitWindowRatio = 1.0
 

Variable Documentation

◆ kDeltaSeg

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

Definition at line 20 of file MucRecTrkExtParameter.h.

20{0,1,-1}; // consider magnet field, 1 first, then -1

◆ kFirstHitWindowRatio

const float kFirstHitWindowRatio = 1.0

Definition at line 21 of file MucRecTrkExtParameter.h.

Referenced by MucRecTrkExt::execute(), and MucRecTrkExt::TrackFinding().

◆ kNSegSearch

const int kNSegSearch = 3

Definition at line 19 of file MucRecTrkExtParameter.h.

◆ kPartSeq

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

Definition at line 6 of file MucRecTrkExtParameter.h.

6{1, 0, 2}; // search on barrel first.

◆ kRpcEfficiency

const float kRpcEfficiency = 1.0

Definition at line 5 of file MucRecTrkExtParameter.h.

◆ kWindowSize

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

Definition at line 7 of file MucRecTrkExtParameter.h.

7 { {240.0, 240.0, 240.0, 280.0, 280.0, 320.0, 320.0, 320.0, 320.0},
8 {240.0, 240.0, 240.0, 280.0, 280.0, 320.0, 320.0, 320.0, 320.0},
9 {240.0, 240.0, 240.0, 280.0, 280.0, 320.0, 320.0, 320.0, 320.0} };

◆ kWindowSize_Mom_Gap

const float kWindowSize_Mom_Gap[4][9]
Initial value:
= {
{604.8, 714.3, 406.7, 377.4, 329.4, 361.5, 272.6, 320.0, 320.0},
{397.3, 444.8, 253.0, 269.2, 231.3, 304.1, 262.2, 338.9, 266.0},
{316.1, 362.1, 210.3, 214.3, 205.7, 245.2, 234.8, 288.7, 223.9},
{260.8, 302.8, 173.3, 184.1, 187.0, 225.1, 201.7, 268.9, 198.4}
}

Definition at line 12 of file MucRecTrkExtParameter.h.

12 {
13 {604.8, 714.3, 406.7, 377.4, 329.4, 361.5, 272.6, 320.0, 320.0},
14 {397.3, 444.8, 253.0, 269.2, 231.3, 304.1, 262.2, 338.9, 266.0},
15 {316.1, 362.1, 210.3, 214.3, 205.7, 245.2, 234.8, 288.7, 223.9},
16 {260.8, 302.8, 173.3, 184.1, 187.0, 225.1, 201.7, 268.9, 198.4}
17 };

Referenced by MucRecTrkExt::getWindowSize().