ViewVC Help
View File
|
Revision Log
|
Show Annotations
|
Root Listing
root
/
cvsroot
/
UserCode
/
CmsHi
/
Validation
/
python
/
hiBasicGenTest_cfi.py
Revision:
1.1
Committed:
Tue Mar 23 10:10:24 2010 UTC
(15 years, 1 month ago) by
edwenger
Content type:
text/x-python
Branch:
MAIN
CVS Tags:
HEAD
Log Message:
migrated HI validation code to new directory
File Contents
#
Content
1
import FWCore.ParameterSet.Config as cms
2
3
hiBasicGenTest = cms.EDAnalyzer("HiBasicGenTest",
4
outputFile = cms.string('')
5
)