Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
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
# lite local-track collection from all RPs
19
from
RecoCTPPS.TotemRPLocal.ctppsLocalTrackLiteProducer_cfi
import
*
20
21
totemRPLocalReconstruction = cms.Sequence(
22
totemRPClusterProducer *
23
totemRPRecHitProducer *
24
totemRPUVPatternFinder *
25
totemRPLocalTrackFitter *
26
27
ctppsLocalTrackLiteProducer
28
)
totemRPLocalTrackFitter_cfi
totemRPClusterProducer_cfi
totemRPRecHitProducer_cfi
geometryRP_cfi
ctppsLocalTrackLiteProducer_cfi
totemRPUVPatternFinder_cfi
Generated for CMSSW Reference Manual by
1.8.5