ViewVC Help
View File
|
Revision Log
|
Show Annotations
|
Root Listing
root
/
cvsroot
/
UserCode
/
MitEdm
/
Producers
/
python
/
HitDropper_cfi.py
Revision:
1.1
Committed:
Mon Oct 13 10:39:52 2008 UTC
(16 years, 6 months ago) by
bendavid
Content type:
text/x-python
Branch:
MAIN
Log Message:
Added HitDropper tool to remove hits from before decay vertex
File Contents
#
User
Rev
Content
1
bendavid
1.1
# $Id: conversions_cfi.py,v 1.3 2008/10/03 23:53:51 loizides Exp $
2
3
import FWCore.ParameterSet.Config as cms
4
5
HitDropperESProducer = cms.ESProducer("HitDropperESProducer",
6
ComponentName = cms.string('HitDropper')
7
)