Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2023-10-25 10:01:55

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 # reco hit production
0004 from RecoPPS.Local.totemT2RecHits_cfi import *
0005 
0006 totemT2LocalReconstructionTask = cms.Task(
0007     totemT2RecHits
0008 )
0009 totemT2LocalReconstruction = cms.Sequence(totemT2LocalReconstructionTask)