ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitEdm/Producers/python/decayProducer_cff.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     from MitEdm.Producers.stableParts_cfi import *
4    
5     from MitEdm.Producers.d2ss_cfi import *
6    
7     decayProducer = cms.Sequence(stableParts*d2ss)