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
# geometry
4
from
Geometry.VeryForwardGeometry.geometryRP_cfi
import
*
5
6
# clusterization
7
from
RecoCTPPS.TotemRPLocal.totemRPClusterProducer_cfi
import
*
8
9
# reco hit production
10
from
RecoCTPPS.TotemRPLocal.totemRPRecHitProducer_cfi
import
*
11
12
# non-parallel pattern recognition
13
from
RecoCTPPS.TotemRPLocal.totemRPUVPatternFinder_cfi
import
*
14
15
# local track fitting
16
from
RecoCTPPS.TotemRPLocal.totemRPLocalTrackFitter_cfi
import
*
17
18
totemRPLocalReconstruction = cms.Sequence(
19
totemRPClusterProducer *
20
totemRPRecHitProducer *
21
totemRPUVPatternFinder *
22
totemRPLocalTrackFitter
23
)
totemRPLocalTrackFitter_cfi
totemRPClusterProducer_cfi
totemRPRecHitProducer_cfi
geometryRP_cfi
totemRPUVPatternFinder_cfi
Generated for CMSSW Reference Manual by
1.8.11