ViewVC Help
View File
|
Revision Log
|
Show Annotations
|
Root Listing
root
/
cvsroot
/
UserCode
/
lucieg
/
AnalyzerForTests
/
Analyzer
/
python
/
analyzer_cfi.py
Revision:
1.1
Committed:
Thu Jul 7 16:21:21 2011 UTC
(13 years, 9 months ago) by
lucieg
Content type:
text/x-python
Branch:
MAIN
CVS Tags:
logger_lucieg_22Nov11-00h31m40s, logger_lucieg_11Jul11-14h37m27s, HEAD
Log Message:
resync
File Contents
#
User
Rev
Content
1
lucieg
1.1
import FWCore.ParameterSet.Config as cms
2
3
analysis = cms.EDAnalyzer('Analyzer',
4
patElectrons = cms.InputTag("selectedPatElectronsAK5"),
5
cmgElectrons = cms.InputTag("cmgElectronSel"),
6
)