ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/ForwardAnalysis/Generator/python/PHOJET_HepMC_cff.py
Revision: 1.1
Committed: Tue Jun 12 13:18:42 2012 UTC (12 years, 10 months ago) by antoniov
Content type: text/x-python
Branch: MAIN
Log Message:
update

File Contents

# User Rev Content
1 antoniov 1.1 import FWCore.ParameterSet.Config as cms
2    
3     generator = cms.EDProducer("MCFileReader",
4     fileNames = cms.untracked.vstring('file:phojet.hepmc')
5     )