CMS 3D CMS Logo

FastTimeGeometryESProducer_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 #
4 # This cfi should be included to build the FastTime Geometry
5 #
6 
7 FastTimeBarrelGeometryESProducer = cms.ESProducer("FastTimeGeometryESProducer",
8  Name = cms.untracked.string("FastTimeBarrel"),
9  Type = cms.untracked.int32(1)
10  )
11 
12 
13 FastTimeEndcapGeometryESProducer = cms.ESProducer("FastTimeGeometryESProducer",
14  Name = cms.untracked.string("SFBX"),
15  Type = cms.untracked.int32(2)
16  )