ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/lucieg/RateAnalyzer/python/rateanalyzer_cfi.py
Revision: 1.1
Committed: Tue May 22 09:08:58 2012 UTC (12 years, 11 months ago) by lucieg
Content type: text/x-python
Branch: MAIN
CVS Tags: HEAD
Log Message:
first commit

File Contents

# User Rev Content
1 lucieg 1.1 import FWCore.ParameterSet.Config as cms
2    
3    
4     dir = ''
5    
6     rateanalyzer= cms.EDAnalyzer('RateAnalyzer',
7     # triggerResults = cms.InputTag("TriggerResults", "", "L1SKIM"),
8     triggerResults = cms.InputTag("TriggerResults", "", "TEST"),
9     normalizationFactor = cms.untracked.double(1.88), # to 5e33
10     filename = cms.untracked.string(dir+'dummy.root'),
11     )
12