CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Variables
mvaPhotonID_Spring16_nonTrig_V1_cff Namespace Reference

Variables

tuple configs
 
string effAreasPath_pho = "RecoEgamma/PhotonIdentification/data/Spring16/effAreaPhotons_cone03_pfPhotons_90percentBased_3bins.txt"
 
list mvaPhoID_Spring16_nonTrig_V1_producer_config = configs["producer_config"]
 
list mvaPhoID_Spring16_nonTrig_V1_wp80 = configs["VID_config"]
 
list mvaPhoID_Spring16_nonTrig_V1_wp90 = configs["VID_config"]
 
string mvaTag = "Run2Spring16NonTrigV1"
 
string mvaVariablesFile = "RecoEgamma/PhotonIdentification/data/PhotonMVAEstimatorRun2VariablesSpring16.txt"
 
list mvaWeightFiles
 
list wpConfig
 

Variable Documentation

tuple mvaPhotonID_Spring16_nonTrig_V1_cff.configs
Initial value:
1 = configureFullVIDMVAPhoID(mvaTag=mvaTag,
2  variablesFile=mvaVariablesFile,
3  weightFiles=mvaWeightFiles,
4  wpConfig=wpConfig,
5  # Category parameters
6  nCategories = cms.int32(2),
7  categoryCuts = category_cuts,
8  # In this MVA for endcap the corrected photon isolation is defined as
9  # iso = max( photon_isolation_raw - rho*effArea - coeff*pt, cutoff)
10  # as discussed in the indico presentations listed in the beginning of this file.
11  effAreasConfigFile = cms.FileInPath(effAreasPath_pho),
12  # The coefficients "coeff" for the formula above for linear pt scaling correction
13  # the first value is for EB, the second is for EE
14  # NOTE: even though the EB coefficient is provided, it is not presently used in the MVA.
15  # For EB, the uncorrected raw photon isolation is used instead.
16  phoIsoPtScalingCoeff = cms.vdouble(0.0053,0.0034),
17  # The cutoff for the formula above
18  phoIsoCutoff = cms.double(2.5))

Definition at line 37 of file mvaPhotonID_Spring16_nonTrig_V1_cff.py.

string mvaPhotonID_Spring16_nonTrig_V1_cff.effAreasPath_pho = "RecoEgamma/PhotonIdentification/data/Spring16/effAreaPhotons_cone03_pfPhotons_90percentBased_3bins.txt"

Definition at line 17 of file mvaPhotonID_Spring16_nonTrig_V1_cff.py.

list mvaPhotonID_Spring16_nonTrig_V1_cff.mvaPhoID_Spring16_nonTrig_V1_producer_config = configs["producer_config"]

Definition at line 56 of file mvaPhotonID_Spring16_nonTrig_V1_cff.py.

list mvaPhotonID_Spring16_nonTrig_V1_cff.mvaPhoID_Spring16_nonTrig_V1_wp80 = configs["VID_config"]

Definition at line 58 of file mvaPhotonID_Spring16_nonTrig_V1_cff.py.

list mvaPhotonID_Spring16_nonTrig_V1_cff.mvaPhoID_Spring16_nonTrig_V1_wp90 = configs["VID_config"]

Definition at line 57 of file mvaPhotonID_Spring16_nonTrig_V1_cff.py.

string mvaPhotonID_Spring16_nonTrig_V1_cff.mvaTag = "Run2Spring16NonTrigV1"

Definition at line 11 of file mvaPhotonID_Spring16_nonTrig_V1_cff.py.

string mvaPhotonID_Spring16_nonTrig_V1_cff.mvaVariablesFile = "RecoEgamma/PhotonIdentification/data/PhotonMVAEstimatorRun2VariablesSpring16.txt"

Definition at line 12 of file mvaPhotonID_Spring16_nonTrig_V1_cff.py.

list mvaPhotonID_Spring16_nonTrig_V1_cff.mvaWeightFiles
Initial value:
1 = [
2  path.join(weightFileBaseDir, "Spring16/EB_V1.weights.xml.gz"),
3  path.join(weightFileBaseDir, "Spring16/EE_V1.weights.xml.gz"),
4  ]

Definition at line 13 of file mvaPhotonID_Spring16_nonTrig_V1_cff.py.

list mvaPhotonID_Spring16_nonTrig_V1_cff.wpConfig
Initial value:
1 = [
2  # The working point for this MVA that is expected to have about 90% signal
3  # efficiency in each category for photons with pt>30 GeV (somewhat lower
4  # for lower pt photons).
5  {"idName" : "mvaPhoID-Spring16-nonTrig-V1-wp90",
6  "cuts" : { "EB" : 0.2,
7  "EE" : 0.2 }},
8  # The working point for this MVA that is expected to have about 90% signal
9  # efficiency in each category for photons with pt>30 GeV (somewhat lower
10  # for lower pt photons).
11  {"idName" : "mvaPhoID-Spring16-nonTrig-V1-wp80",
12  "cuts" : { "EB" : 0.68,
13  "EE" : 0.60 }},
14  ]

Definition at line 20 of file mvaPhotonID_Spring16_nonTrig_V1_cff.py.