ViewVC Help
View File
|
Revision Log
|
Show Annotations
|
Root Listing
root
/
cvsroot
/
UserCode
/
Vuko
/
V0Analysis
/
python
/
v0analysis_cfi.py
Revision:
1.1
Committed:
Tue Feb 2 11:31:50 2010 UTC
(15 years, 3 months ago) by
vuko
Content type:
text/x-python
Branch:
MAIN
CVS Tags:
HEAD
Log Message:
Adding Tracking Analysis
File Contents
#
User
Rev
Content
1
vuko
1.1
import FWCore.ParameterSet.Config as cms
2
3
demo = cms.EDAnalyzer('V0Analysis'
4
,tracks = cms.untracked.InputTag('ctfWithMaterialTracks')
5
)