CMS 3D CMS Logo

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

Classes

class  ElectronMVAID
 
class  WorkingPoints
 

Variables

dictionary electron_mvas
 
dictionary working_points
 

Variable Documentation

dictionary FWLite.electron_mvas
Initial value:
1 = {
2  "Fall17IsoV2" : ElectronMVAID("ElectronMVAEstimatorRun2","Fall17IsoV2",
3  EleMVA_6CategoriesCuts, Fall17_iso_V2_weightFiles, mvaVariablesFile),
4  "Fall17NoIsoV2" : ElectronMVAID("ElectronMVAEstimatorRun2","Fall17NoIsoV2",
5  EleMVA_6CategoriesCuts, Fall17_noIso_V2_weightFiles, mvaVariablesFile),
6  "Spring16HZZV1" : ElectronMVAID("ElectronMVAEstimatorRun2","Spring16HZZV1",
7  EleMVA_6CategoriesCuts, mvaSpring16HZZWeightFiles_V1, mvaVariablesFile),
8  "Spring16GPV1" : ElectronMVAID("ElectronMVAEstimatorRun2","Spring16GeneralPurposeV1",
9  EleMVA_3CategoriesCuts, mvaSpring16GPWeightFiles_V1, mvaVariablesFile),
10  }

Definition at line 110 of file FWLite.py.

dictionary FWLite.working_points
Initial value:
1 = {
2  "Fall17IsoV2" : WorkingPoints("ElectronMVAEstimatorRun2","Fall17IsoV2",
3  Fall17_iso_V2_workingPoints),
4  "Fall17NoIsoV2" : WorkingPoints("ElectronMVAEstimatorRun2","Fall17NoIsoV2",
5  Fall17_noIso_V2_workingPoints),
6  "Spring16HZZV1" : WorkingPoints("ElectronMVAEstimatorRun2","Spring16HZZV1",
7  mvaSpring16HZZ_V1_workingPoints, logistic_transform=True),
8  "Spring16GPV1" : WorkingPoints("ElectronMVAEstimatorRun2","Spring16GeneralPurposeV1",
9  mvaSpring16GP_V1_workingPoints, logistic_transform=True),
10 
11  }

Definition at line 121 of file FWLite.py.

Referenced by deep_tau::DeepTauBase.createOutputs().