CMS 3D CMS Logo

softLepton_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
4 
11 
12 softLeptonTask = cms.Task(
13  softPFElectronsTagInfos,
14  softPFMuonsTagInfos,
15  softPFElectronBJetTags,
16  negativeSoftPFElectronBJetTags,
17  positiveSoftPFElectronBJetTags,
18  softPFMuonBJetTags,
19  negativeSoftPFMuonBJetTags,
20  positiveSoftPFMuonBJetTags,
21  softPFElectronByPtBJetTags,
22  negativeSoftPFElectronByPtBJetTags,
23  positiveSoftPFElectronByPtBJetTags,
24  softPFMuonByPtBJetTags,
25  negativeSoftPFMuonByPtBJetTags,
26  positiveSoftPFMuonByPtBJetTags,
27  softPFElectronByIP3dBJetTags,
28  negativeSoftPFElectronByIP3dBJetTags,
29  positiveSoftPFElectronByIP3dBJetTags,
30  softPFMuonByIP3dBJetTags,
31  negativeSoftPFMuonByIP3dBJetTags,
32  positiveSoftPFMuonByIP3dBJetTags,
33  softPFElectronByIP2dBJetTags,
34  negativeSoftPFElectronByIP2dBJetTags,
35  positiveSoftPFElectronByIP2dBJetTags,
36  softPFMuonByIP2dBJetTags,
37  negativeSoftPFMuonByIP2dBJetTags,
38  positiveSoftPFMuonByIP2dBJetTags
39 )