CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros 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("pt < 5"), # you can put a cut to slim selectively, e.g. pt < 10
10  dropIsolations = cms.string("pt < 5"), # you can put a cut to slim selectively, e.g. pt < 10
11  dropShapes = cms.string("pt < 5"), # you can put a cut to slim selectively, e.g. pt < 10
12  dropExtrapolations = cms.string("pt < 5"), # you can put a cut to slim selectively, e.g. pt < 10
13  dropClassifications = cms.string("pt < 5"), # you can put a cut to slim selectively, e.g. pt < 10
14  linkToPackedPFCandidates = cms.bool(True),
15  recoToPFMap = cms.InputTag("reducedEgamma","reducedGsfElectronPfCandMap"),
16  packedPFCandidates = cms.InputTag("packedPFCandidates"),
17  saveNonZSClusterShapes = cms.string("pt > 5"), # save additional user floats: (sigmaIetaIeta,sigmaIphiIphi,sigmaIetaIphi,r9,e1x5_over_e5x5)_NoZS
18  reducedBarrelRecHitCollection = cms.InputTag("reducedEcalRecHitsEB"),
19  reducedEndcapRecHitCollection = cms.InputTag("reducedEcalRecHitsEE"),
20  modifyElectrons = cms.bool(True),
21  modifierConfig = cms.PSet( modifications = cms.VPSet() )
22 )

Definition at line 3 of file slimmedElectrons_cfi.py.