CMS 3D CMS Logo

FastTimeTopology_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 Topologies
5 #
6 FastTimeBarrelTopologyBuilder = cms.ESProducer("FastTimeTopologyBuilder",
7  Name = cms.untracked.string("FastTimeBarrel"),
8  Type = cms.untracked.int32(1)
9  )
10 
11 
12 FastTimeEndcapTopologyBuilder = cms.ESProducer("FastTimeTopologyBuilder",
13  Name = cms.untracked.string("SFBX"),
14  Type = cms.untracked.int32(2)
15  )
16