CMS 3D CMS Logo

Variables

simpleCutBasedElectronIDSpring10_cfi Namespace Reference

Variables

tuple simpleCutBasedElectronID
 Electron ID Based on Simple Cuts: Spring10 MC tuned selections.

Variable Documentation

Electron ID Based on Simple Cuts: Spring10 MC tuned selections.

Instructions on how to use this file ====================================

The selections that are implemented in this python cfg are explained in this twiki page: https://twiki.cern.ch/twiki/bin/view/CMS/SimpleCutBasedEleID In summary, they come in 6 different tightness levels. For each tightness, the user can select whether they want combined isolation or relative isolations.

In order to use this cfg file you have to include it from the python directory that you have placed it, clone some selection of your preference and run it in your sequence %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% from ElectroWeakAnalysis.WENu.simpleCutBasedElectronID_cfi import *

simpleEleId_95relIso = simpleCutBasedElectronID.clone() simpleEleId_95relIso.electronQuality = '_95relIso_' mySequence = cms.Sequence(...+...+..+simpleEleId95relIso+...) %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Warning: make sure that you use the correct tags for the RecoEgamma/ElectronIdentification package consult this twiki to obtain the latest information:

https://twiki.cern.ch/twiki/bin/view/CMS/SimpleCutBasedEleID

this version of the file needs V00-03-07-03 RecoEgamma/ElectronIdentification

Definition at line 34 of file simpleCutBasedElectronIDSpring10_cfi.py.