CMS 3D CMS Logo

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

Variables

tuple slimmedElectrons
 

Variable Documentation

tuple slimmedElectrons_cfi.slimmedElectrons
Initial value:
1 = cms.EDProducer("PATElectronSlimmer",
2  src = cms.InputTag("selectedPatElectrons"),
3  dropSuperCluster = cms.string("0"), # you can put a cut to slim selectively, e.g. pt < 10
4  dropBasicClusters = cms.string("0"), # you can put a cut to slim selectively, e.g. pt < 10
5  dropPFlowClusters = cms.string("0"), # you can put a cut to slim selectively, e.g. pt < 10
6  dropPreshowerClusters = cms.string("0"), # you can put a cut to slim selectively, e.g. pt < 10
7  dropSeedCluster = cms.string("0"), # you can put a cut to slim selectively, e.g. pt < 10
8  dropRecHits = cms.string("0"), # you can put a cut to slim selectively, e.g. pt < 10
9  dropCorrections = cms.string("0"), # you can put a cut to slim selectively, e.g. pt < 10
10  dropIsolations = cms.string("0"), # you can put a cut to slim selectively, e.g. pt < 10
11  dropShapes = cms.string("0"), # you can put a cut to slim selectively, e.g. pt < 10
12  dropSaturation = cms.string("pt < 5"), # you can put a cut to slim selectively, e.g. pt < 10
13  dropExtrapolations = cms.string("pt < 5"), # you can put a cut to slim selectively, e.g. pt < 10
14  dropClassifications = cms.string("0"), # you can put a cut to slim selectively, e.g. pt < 10
15  linkToPackedPFCandidates = cms.bool(True),
16  recoToPFMap = cms.InputTag("reducedEgamma","reducedGsfElectronPfCandMap"),
17  packedPFCandidates = cms.InputTag("packedPFCandidates"),
18  saveNonZSClusterShapes = cms.string("pt > 5"), # save additional user floats: (sigmaIetaIeta,sigmaIphiIphi,sigmaIetaIphi,r9,e1x5_over_e5x5)_NoZS
19  reducedBarrelRecHitCollection = cms.InputTag("reducedEcalRecHitsEB"),
20  reducedEndcapRecHitCollection = cms.InputTag("reducedEcalRecHitsEE"),
21  modifyElectrons = cms.bool(True),
22  modifierConfig = cms.PSet( modifications = cms.VPSet() )
23 )

Definition at line 3 of file slimmedElectrons_cfi.py.