Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:28:18

0001 #include "RecoTracker/MkFitCore/interface/Config.h"
0002 
0003 namespace mkfit {
0004 
0005   namespace Config {
0006     // Multi threading configuration
0007 #if defined(MKFIT_STANDALONE)
0008     int numThreadsFinder = 1;
0009     int numThreadsEvents = 1;
0010     int numSeedsPerTask = 32;
0011 #endif
0012 
0013 #if defined(MKFIT_STANDALONE)
0014     bool removeDuplicates = false;
0015     bool useHitsForDuplicates = true;
0016 #endif
0017     const float maxdPt = 0.5;
0018     const float maxdPhi = 0.25;
0019     const float maxdEta = 0.05;
0020     const float maxdR = 0.0025;
0021     const float minFracHitsShared = 0.75;
0022 
0023     const float maxd1pt = 1.8;     //windows for hit
0024     const float maxdphi = 0.37;    //and/or dr
0025     const float maxdcth = 0.37;    //comparisons
0026     const float maxcth_ob = 1.99;  //eta 1.44
0027     const float maxcth_fw = 6.05;  //eta 2.5
0028 
0029 #ifdef CONFIG_PhiQArrays
0030     bool usePhiQArrays = true;
0031 #endif
0032   }  // namespace Config
0033 
0034 }  // end namespace mkfit