CMS 3D CMS Logo

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

Variables

tuple hgcElectronID
 
tuple hgcPhotonID = hgcalPhotonIDValueMap.clone()
 
tuple patElectronsHGC
 
tuple patPhotonsHGC
 
tuple selectedPatElectronsHGC
 
tuple selectedPatPhotonsHGC
 
tuple slimmedEgammaHGCTask
 
tuple slimmedElectronsHGC
 
tuple slimmedElectronsHGCTask
 
tuple slimmedPhotonsHGC
 
tuple slimmedPhotonsHGCTask
 

Variable Documentation

tuple slimmedEgammaHGC_cff.hgcElectronID
Initial value:
1 = hgcalElectronIDValueMap.clone(
2  electrons = "cleanedEcalDrivenGsfElectronsHGC",
3 )

Definition at line 9 of file slimmedEgammaHGC_cff.py.

tuple slimmedEgammaHGC_cff.hgcPhotonID = hgcalPhotonIDValueMap.clone()

Definition at line 68 of file slimmedEgammaHGC_cff.py.

tuple slimmedEgammaHGC_cff.patElectronsHGC

Definition at line 12 of file slimmedEgammaHGC_cff.py.

tuple slimmedEgammaHGC_cff.patPhotonsHGC
Initial value:
1 = PATPhotonProducer.clone(
2  photonSource = "photonsHGC",
3  electronSource = "ecalDrivenGsfElectronsHGC",
4  beamLineSrc = "offlineBeamSpot",
5  addPhotonID = False,
6  addGenMatch = False,
7  embedSuperCluster = True,
8  embedSeedCluster = True,
9  embedBasicClusters = False,
10  embedPreshowerClusters = False,
11  embedRecHits = False,
12  saveRegressionData = False,
13  embedGenMatch = False,
14  isolationValues = cms.PSet(),
15  userData = cms.PSet(
16  userClasses = cms.PSet( src = cms.VInputTag('')),
17  userFloats = cms.PSet( src = cms.VInputTag(
18  [cms.InputTag("hgcPhotonID", key) for key in hgcPhotonID.variables]
19  )),
20  userInts = cms.PSet( src = cms.VInputTag('')),
21  userCands = cms.PSet( src = cms.VInputTag('')),
22  userFunctions = cms.vstring(),
23  userFunctionLabels = cms.vstring()
24  ),
25 )

Definition at line 70 of file slimmedEgammaHGC_cff.py.

tuple slimmedEgammaHGC_cff.selectedPatElectronsHGC
Initial value:
1 = cms.EDFilter("PATElectronSelector",
2  src = cms.InputTag("patElectronsHGC"),
3  cut = cms.string("!isEB && pt >= 10."),
4 )

Definition at line 44 of file slimmedEgammaHGC_cff.py.

tuple slimmedEgammaHGC_cff.selectedPatPhotonsHGC
Initial value:
1 = cms.EDFilter("PATPhotonSelector",
2  src = cms.InputTag("patPhotonsHGC"),
3  cut = cms.string("!isEB && pt >= 15."),
4 )

Definition at line 95 of file slimmedEgammaHGC_cff.py.

tuple slimmedEgammaHGC_cff.slimmedEgammaHGCTask
Initial value:
1 = cms.Task(
2  hgcalRecHitMapProducer,
3  slimmedElectronsHGCTask,
4  slimmedPhotonsHGCTask
5 )

Definition at line 113 of file slimmedEgammaHGC_cff.py.

tuple slimmedEgammaHGC_cff.slimmedElectronsHGC
Initial value:
1 = slimmedElectrons.clone(
2  src = "selectedPatElectronsHGC",
3  linkToPackedPFCandidates = False,
4  saveNonZSClusterShapes = "0",
5  modifyElectrons = False,
6 )

Definition at line 48 of file slimmedEgammaHGC_cff.py.

tuple slimmedEgammaHGC_cff.slimmedElectronsHGCTask
Initial value:
1 = cms.Task(
2  cleanedEcalDrivenGsfElectronsHGC,
3  hgcElectronID,
4  patElectronsHGC,
5  selectedPatElectronsHGC,
6  slimmedElectronsHGC
7 )

Definition at line 55 of file slimmedEgammaHGC_cff.py.

tuple slimmedEgammaHGC_cff.slimmedPhotonsHGC
Initial value:
1 = slimmedPhotons.clone(
2  src = "selectedPatPhotonsHGC",
3  linkToPackedPFCandidates = False,
4  saveNonZSClusterShapes = "0",
5  modifyPhotons = False,
6 )

Definition at line 99 of file slimmedEgammaHGC_cff.py.

tuple slimmedEgammaHGC_cff.slimmedPhotonsHGCTask
Initial value:
1 = cms.Task(
2  hgcPhotonID,
3  patPhotonsHGC,
4  selectedPatPhotonsHGC,
5  slimmedPhotonsHGC
6 )

Definition at line 106 of file slimmedEgammaHGC_cff.py.