Main Page
Namespaces
Classes
Package Documentation
RecoCTPPS
TotemRPLocal
python
totemRPLocalReconstruction_cff.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
# clusterization
4
from
RecoCTPPS.TotemRPLocal.totemRPClusterProducer_cfi
import
*
5
6
# reco hit production
7
from
RecoCTPPS.TotemRPLocal.totemRPRecHitProducer_cfi
import
*
8
9
# non-parallel pattern recognition
10
from
RecoCTPPS.TotemRPLocal.totemRPUVPatternFinder_cfi
import
*
11
12
# local track fitting
13
from
RecoCTPPS.TotemRPLocal.totemRPLocalTrackFitter_cfi
import
*
14
15
totemRPLocalReconstructionTask = cms.Task(
16
totemRPClusterProducer ,
17
totemRPRecHitProducer ,
18
totemRPUVPatternFinder ,
19
totemRPLocalTrackFitter
20
)
21
totemRPLocalReconstruction = cms.Sequence(totemRPLocalReconstructionTask)
totemRPLocalTrackFitter_cfi
totemRPClusterProducer_cfi
totemRPRecHitProducer_cfi
totemRPUVPatternFinder_cfi
Generated for CMSSW Reference Manual by
1.8.11