CMS 3D CMS Logo

Variables

singleElectronSkim_cff Namespace Reference

Variables

tuple singleElectronPt10RecoQualitySeq
tuple singleElectronPt15RecoQualitySeq
tuple singleElectronPt1RecoQualitySeq
tuple singleElectronPt20RecoQualitySeq
tuple singleElectronPt5RecoQualitySeq
tuple singleRecoElectronPt10Filter
tuple singleRecoElectronPt15Filter
tuple singleRecoElectronPt1Filter
tuple singleRecoElectronPt20Filter
tuple singleRecoElectronPt5Filter

Variable Documentation

Initial value:
00001 cms.Sequence(
00002     #singleElectronHLT+
00003     singleRecoElectronPt10Filter
00004 )

Definition at line 109 of file singleElectronSkim_cff.py.

Initial value:
00001 cms.Sequence(
00002     #singleElectronHLT+
00003     singleRecoElectronPt15Filter
00004 )

Definition at line 104 of file singleElectronSkim_cff.py.

Initial value:
00001 cms.Sequence(
00002             #singleElectronHLT+
00003             singleRecoElectronPt1Filter
00004                     )

Definition at line 119 of file singleElectronSkim_cff.py.

Initial value:
00001 cms.Sequence(
00002     #singleElectronHLT+
00003     singleRecoElectronPt20Filter
00004 )

Definition at line 99 of file singleElectronSkim_cff.py.

Initial value:
00001 cms.Sequence(
00002         #singleElectronHLT+
00003         singleRecoElectronPt5Filter
00004         )

Definition at line 114 of file singleElectronSkim_cff.py.

Initial value:
00001 cms.EDFilter("GsfElectronRefSelector",
00002                                         src = cms.InputTag("gsfElectrons"),
00003                                         cut = cms.string('pt > 10.0 && abs(eta) < 2.5 ' ),
00004                                         filter = cms.bool(True),
00005                                         minN    = cms.int32(1)
00006                                         )

Definition at line 34 of file singleElectronSkim_cff.py.

Initial value:
00001 cms.EDFilter("GsfElectronRefSelector",
00002                                         src = cms.InputTag("gsfElectrons"),
00003                                         cut = cms.string('pt > 15.0 && abs(eta) < 2.5 ' ),
00004                                         filter = cms.bool(True),
00005                                         minN    = cms.int32(1)
00006                                         )

Definition at line 27 of file singleElectronSkim_cff.py.

Initial value:
00001 cms.EDFilter("GsfElectronRefSelector",
00002                                            src = cms.InputTag("gsfElectrons"),
00003                                            cut = cms.string('pt > 1.0 && abs(eta) < 2.5 ' ),
00004                                            filter = cms.bool(True),
00005                                            minN    = cms.int32(1)
00006                                            )

Definition at line 48 of file singleElectronSkim_cff.py.

Initial value:
00001 cms.EDFilter("GsfElectronRefSelector",
00002                                         src = cms.InputTag("gsfElectrons"),
00003                                         cut = cms.string('pt > 20.0 && abs(eta) < 2.5 ' ),
00004                                         filter = cms.bool(True),
00005                                         minN    = cms.int32(1) 
00006                                         )

Definition at line 20 of file singleElectronSkim_cff.py.

Initial value:
00001 cms.EDFilter("GsfElectronRefSelector",
00002                                         src = cms.InputTag("gsfElectrons"),
00003                                         cut = cms.string('pt > 5.0 && abs(eta) < 2.5 ' ),
00004                                         filter = cms.bool(True),
00005                                         minN    = cms.int32(1)
00006                                         )

Definition at line 41 of file singleElectronSkim_cff.py.