-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added changes on Run3 electron MVA ID to work in CMSSW_12_6_X
- Loading branch information
1 parent
286dd8a
commit c028da1
Showing
12 changed files
with
458 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
44 changes: 44 additions & 0 deletions
44
RecoEgamma/ElectronIdentification/data/ElectronIDVariablesRun3.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
# File: ElectronIDVariablesRun3.txt | ||
# | ||
# This file is to be read by the MVAVariableHelper class. Lists all the | ||
# variables which appear in the xml files for the MVA based Electron IDs for Run2. | ||
# Variables are given line by line. The columns of each entry correspond to: | ||
# | ||
# 1. The name under which the variable appears in the weight files. | ||
# 2. How to get this variable from the electron with the cut parser (NO SPACES!) | ||
# or if not available, how to get the variables elsewhere. | ||
# 3. The lower clip value for the variable to avoid crazy values. "None" if no clip. | ||
# 4. The upper clip value. | ||
# | ||
|
||
# This selection of ID variables is rather large and not intended to be used by a real ID, | ||
# but by an ntuplizer which dumps all possible ID variables. | ||
|
||
rho fixedGridRhoFastjetAll None None | ||
ele_oldsigmaietaieta full5x5_sigmaIetaIeta None None | ||
ele_oldsigmaiphiiphi full5x5_sigmaIphiIphi None None | ||
ele_oldcircularity 1.-full5x5_e1x5/full5x5_e5x5 -1. 2. | ||
ele_oldr9 full5x5_r9 None 5. | ||
ele_scletawidth superCluster.etaWidth None None | ||
ele_sclphiwidth superCluster.phiWidth None None | ||
ele_oldhe full5x5_hcalOverEcal None None | ||
ele_kfhits closestCtfTrackNLayers None None | ||
ele_kfchi2 closestCtfTrackNormChi2 None 10. | ||
ele_gsfchi2 gsfTrack.normalizedChi2 None 200. | ||
ele_fbrem fbrem -1. None | ||
ele_gsfhits gsfTrack.hitPattern.trackerLayersWithMeasurement None None | ||
ele_expected_inner_hits gsfTrack.hitPattern.numberOfLostHits('MISSING_INNER_HITS') None None | ||
ele_conversionVertexFitProbability convVtxFitProb None None | ||
ele_ep eSuperClusterOverP None 20. | ||
ele_eelepout eEleClusterOverPout None 20. | ||
ele_IoEmIop 1.0/ecalEnergy-1.0/trackMomentumAtVtx.R None None | ||
ele_deltaetain abs(deltaEtaSuperClusterTrackAtVtx) -0.06 0.06 | ||
ele_deltaphiin abs(deltaPhiSuperClusterTrackAtVtx) -0.6 0.6 | ||
ele_deltaetaseed abs(deltaEtaSeedClusterTrackAtCalo) -0.2 0.2 | ||
ele_psEoverEraw superCluster.preshowerEnergy/superCluster.rawEnergy None None | ||
ele_pfPhotonIso pfIsolationVariables.sumPhotonEt None None | ||
ele_pfChargedHadIso pfIsolationVariables.sumChargedHadronPt None None | ||
ele_pfNeutralHadIso pfIsolationVariables.sumNeutralHadronEt None None | ||
ele_ecalPFClusterIso ecalPFClusterIso None None | ||
ele_hcalPFClusterIso hcalPFClusterIso None None | ||
ele_dr03TkSumPt dr03TkSumPt None None |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.