ViewVC Help
View File
|
Revision Log
|
Show Annotations
|
Root Listing
root
/
cvsroot
/
UserCode
/
Guiducci
/
python
/
HscpSimDtTriggerPrimitiveDigis_cfi.py
Revision:
1.1
Committed:
Wed Sep 21 15:37:31 2011 UTC
(13 years, 7 months ago) by
guiducci
Content type:
text/x-python
Branch:
MAIN
CVS Tags:
HEAD
Log Message:
updated
File Contents
#
User
Rev
Content
1
guiducci
1.1
import FWCore.ParameterSet.Config as cms
2
3
hscpSimDtTriggerPrimitiveDigis = cms.EDProducer("HscpSimDtTriggerPrimitiveDigis",
4
HscpTriggerPrimitiveSource = cms.InputTag("source")
5
)