CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
allConversionSequence_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 #
4 #
5 # Tracker only conversion producer
7 allConversionSequence = cms.Sequence(allConversions)
8 
9 allConversionsOldEG = allConversions.clone()
10 allConversionsOldEG.scBarrelProducer = cms.InputTag("correctedHybridSuperClusters")
11 allConversionsOldEG.bcBarrelCollection = cms.InputTag("hybridSuperClusters","hybridBarrelBasicClusters")
12 allConversionsOldEG.scEndcapProducer = cms.InputTag("correctedMulti5x5SuperClustersWithPreshower")
13 allConversionsOldEG.bcEndcapCollection = cms.InputTag("multi5x5SuperClusters","multi5x5EndcapBasicClusters")
14 
15 allConversionOldEGSequence = cms.Sequence(allConversionsOldEG)
16