CMS 3D CMS Logo

Variables

PDWG_SuperClusterSkim_cff Namespace Reference

Variables

tuple diSuperClusterSkimSequence
tuple superClusterCands
tuple superClusterCandsPt20
tuple superClusterMerger
 Diphoton CS.
tuple twoSuperClustersPt20

Variable Documentation

Initial value:
00001 cms.Sequence(
00002     superClusterMerger *
00003     superClusterCands *
00004     superClusterCandsPt20 *
00005     twoSuperClustersPt20
00006     )

Definition at line 27 of file PDWG_SuperClusterSkim_cff.py.

Initial value:
00001 cms.EDProducer("ConcreteEcalCandidateProducer",
00002                                    src = cms.InputTag("superClusterMerger"),
00003                                    particleType = cms.string('gamma')
00004                                    )

Definition at line 8 of file PDWG_SuperClusterSkim_cff.py.

Initial value:
00001 cms.EDFilter("CandPtrSelector",  
00002                                      src = cms.InputTag("superClusterCands"),
00003                                      cut  = cms.string("pt > 20"),
00004                                      )

Definition at line 12 of file PDWG_SuperClusterSkim_cff.py.

Initial value:
00001 cms.EDProducer("EgammaSuperClusterMerger",
00002                                    src = cms.VInputTag(cms.InputTag('correctedHybridSuperClusters'),
00003                                                        cms.InputTag('correctedMulti5x5SuperClustersWithPreshower'))
00004                                    )

Diphoton CS.

Definition at line 4 of file PDWG_SuperClusterSkim_cff.py.

Initial value:
00001 cms.EDFilter("CandViewCountFilter",
00002                                     src = cms.InputTag("superClusterCandsPt20"),
00003                                     minNumber = cms.uint32(2),
00004                                     )

Definition at line 21 of file PDWG_SuperClusterSkim_cff.py.