Skip to content

Commit

Permalink
Merge pull request cms-sw#135 from kmcdermo/nRefLyr12_nRecoHit10_val
Browse files Browse the repository at this point in the history
Update validation to use a higher number of layers/hits to define good reference/reco tracks
  • Loading branch information
kmcdermo authored Mar 16, 2018
2 parents b3f4b43 + 475bc90 commit 260aace
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Config.h
Original file line number Diff line number Diff line change
Expand Up @@ -298,14 +298,13 @@ namespace Config
extern int maxCandsPerEtaBin;

// Selection of simtracks from CMSSW. Used in Event::clean_cms_simtracks() and MkBuilder::prep_cmsswtracks()
constexpr int cmsSelMinLayers = 8;
constexpr int cmsSelMinLayers = 12;
constexpr float cmsSelMinPt = 0.5;

// config on validation
constexpr int nMinFoundHits = 7;
constexpr int nMinFoundHits = 10;
constexpr float minCMSSWMatchChi2[6] = {100,100,50,50,30,20};
constexpr float minCMSSWMatchdPhi[6] = {0.2,0.2,0.1,0.05,0.01,0.005};
constexpr int nCMSSWMatchHitsAfterSeed = 5;
extern bool quality_val;
extern bool sim_val_for_cmssw;
extern bool sim_val;
Expand Down

0 comments on commit 260aace

Please sign in to comment.