ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitEdm/Producers/python/d2ss_cfi.py
Revision: 1.1
Committed: Mon Sep 15 12:50:12 2008 UTC (16 years, 7 months ago) by mrudolph
Content type: text/x-python
Branch: MAIN
CVS Tags: Mit_008pre1, Mit_006b, Mit_006a, Mit_006, Mit_005, Mit_004
Log Message:
Adding cff/cfi chain to run stable particle maker then decay particle producer on general track collection

File Contents

# User Rev Content
1 mrudolph 1.1 import FWCore.ParameterSet.Config as cms
2    
3     d2ss = cms.EDProducer("ProducerD2SS",
4     iStables1 = cms.untracked.string('stableParts'),
5     iStables2 = cms.untracked.string('stableParts'),
6     oPid = cms.untracked.int32(310)
7     )