/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/Reconstruction/MucRecAlg/MucRecAlg-00-03-08/MucRecAlg/MucRecTrkExtParameter.h

Go to the documentation of this file.
00001 
00002 #ifndef MUC_REC_TRK_EXT_PARAMETER_H_
00003 #define MUC_REC_TRK_EXT_PARAMETER_H_
00004 
00005 const float kRpcEfficiency = 1.0;
00006 const int   kPartSeq[3] = {1, 0, 2}; // search on barrel first.
00007 const float kWindowSize[3][9] = { {240.0, 240.0, 240.0, 280.0, 280.0, 320.0, 320.0, 320.0, 320.0},
00008                                   {240.0, 240.0, 240.0, 280.0, 280.0, 320.0, 320.0, 320.0, 320.0},
00009                                   {240.0, 240.0, 240.0, 280.0, 280.0, 320.0, 320.0, 320.0, 320.0} };
00010 
00011 // For the last 2 gaps of firts mom range, the statics is too low to retrieve sigma. 
00012 const float kWindowSize_Mom_Gap[4][9] = {
00013                                           {604.8, 714.3, 406.7, 377.4, 329.4, 361.5, 272.6, 320.0, 320.0},
00014                                           {397.3, 444.8, 253.0, 269.2, 231.3, 304.1, 262.2, 338.9, 266.0},
00015                                           {316.1, 362.1, 210.3, 214.3, 205.7, 245.2, 234.8, 288.7, 223.9},
00016                                           {260.8, 302.8, 173.3, 184.1, 187.0, 225.1, 201.7, 268.9, 198.4}
00017                                         };
00018 
00019 const int kNSegSearch = 3;
00020 const int kDeltaSeg[kNSegSearch] = {0,1,-1}; // consider magnet field, 1 first, then -1
00021 const float kFirstHitWindowRatio = 1.0;  //change 3.0 to 1.0
00022 
00023 #endif // MUC_REC_TRK_EXT_PARAMETER_H_

Generated on Tue Nov 29 23:13:45 2016 for BOSS_7.0.2 by  doxygen 1.4.7