CMS 3D CMS Logo

totemT2LocalReconstruction_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 # reco hit production
5 
6 totemT2LocalReconstructionTask = cms.Task(
7  totemT2RecHits
8 )
9 totemT2LocalReconstruction = cms.Sequence(totemT2LocalReconstructionTask)