ViewVC Help
View File
|
Revision Log
|
Show Annotations
|
Root Listing
root
/
cvsroot
/
UserCode
/
Guiducci
/
python
/
HscpDtTriggerPrimitiveProducer_cfi.py
Revision:
1.1
Committed:
Tue Sep 20 09:50:46 2011 UTC
(13 years, 7 months ago) by
guiducci
Content type:
text/x-python
Branch:
MAIN
Log Message:
first python
File Contents
#
User
Rev
Content
1
guiducci
1.1
import FWCore.ParameterSet.Config as cms
2
3
HSCPDTPrimitivesProduces = cms.EDProducer("HscpDtTriggerPrimitiveProducer",
4
DtTriggerPrimitiveInputTag = cms.InputTag("source")
5
)