Revision: | 1.2 |
Committed: | Fri Oct 3 23:53:51 2008 UTC (16 years, 7 months ago) by loizides |
Content type: | text/x-python |
Branch: | MAIN |
CVS Tags: | Mit_005 |
Changes since 1.1: | +2 -0 lines |
Log Message: | Cosmetics and coding conventions. |
# | User | Rev | Content |
---|---|---|---|
1 | loizides | 1.2 | # $Id:$ |
2 | |||
3 | mrudolph | 1.1 | import FWCore.ParameterSet.Config as cms |
4 | |||
5 | v2ss = cms.EDProducer("ProducerV2SS", | ||
6 | iStables1 = cms.untracked.string('PisStable'), | ||
7 | iStables2 = cms.untracked.string('PisStable'), | ||
8 | oPid = cms.untracked.int32(310), | ||
9 | minRadius = cms.untracked.double(0.1), | ||
10 | minMass = cms.untracked.double(0.350), | ||
11 | maxMass = cms.untracked.double(0.650), | ||
12 | maxZDistance = cms.untracked.double(1.0) | ||
13 | ) |