![]() |
|
|||
File indexing completed on 2024-04-06 12:26:07
0001 import FWCore.ParameterSet.Config as cms 0002 0003 # Module for 2D rechit building 0004 # The algo uses the Linear Drift Velocity (which is a 1D rec hit algo) 0005 # The block of the reconstruction 0006 from RecoLocalMuon.DTSegment.DTCombinatorialPatternReco2DAlgo_NoDrift_CosmicData_cfi import * 0007 dt2DSegments = cms.EDProducer("DTRecSegment2DProducer", 0008 # The reconstruction algo and its parameter set 0009 DTCombinatorialPatternReco2DAlgo_NoDrift_CosmicData, 0010 # debuggin opt 0011 debug = cms.untracked.bool(False), 0012 # name of the rechit 1D collection in the event 0013 recHits1DLabel = cms.InputTag("dt1DRecHits") 0014 ) 0015 0016
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |
![]() ![]() |